From 9c91b9bf107af17f72546bffd79d613b644dc443 Mon Sep 17 00:00:00 2001 From: suphicakir Date: Sat, 5 Sep 2026 23:43:46 +0300 Subject: [PATCH] initial commit --- apps/__init__.py | 0 apps/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 165 bytes apps/core/__init__.py | 0 .../core/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 170 bytes apps/core/__pycache__/admin.cpython-312.pyc | Bin 0 -> 214 bytes apps/core/__pycache__/apps.cpython-312.pyc | Bin 0 -> 416 bytes apps/core/__pycache__/models.cpython-312.pyc | Bin 0 -> 211 bytes apps/core/__pycache__/urls.cpython-312.pyc | Bin 0 -> 407 bytes apps/core/__pycache__/views.cpython-312.pyc | Bin 0 -> 515 bytes apps/core/admin.py | 3 + apps/core/apps.py | 5 + apps/core/migrations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 181 bytes apps/core/models.py | 3 + apps/core/templates/apps/core/index.html | 6 + apps/core/tests.py | 3 + apps/core/urls.py | 6 + apps/core/views.py | 7 + config/__init__.py | 0 config/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 167 bytes config/__pycache__/settings.cpython-312.pyc | Bin 0 -> 2774 bytes config/__pycache__/urls.cpython-312.pyc | Bin 0 -> 1480 bytes config/__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 653 bytes config/asgi.py | 16 + config/settings.py | 132 + config/urls.py | 28 + config/wsgi.py | 16 + db.sqlite3 | 0 env/bin/Activate.ps1 | 247 + env/bin/activate | 70 + env/bin/activate.csh | 27 + env/bin/activate.fish | 69 + env/bin/django-admin | 8 + env/bin/pip | 8 + env/bin/pip3 | 8 + env/bin/pip3.12 | 8 + env/bin/python | 1 + env/bin/python3 | 1 + env/bin/python3.12 | 1 + env/bin/sqlformat | 8 + .../asgiref-3.12.1.dist-info/INSTALLER | 1 + .../asgiref-3.12.1.dist-info/METADATA | 249 + .../asgiref-3.12.1.dist-info/RECORD | 27 + .../asgiref-3.12.1.dist-info/WHEEL | 5 + .../asgiref-3.12.1.dist-info/licenses/LICENSE | 27 + .../asgiref-3.12.1.dist-info/top_level.txt | 1 + .../site-packages/asgiref/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 228 bytes .../__pycache__/compatibility.cpython-312.pyc | Bin 0 -> 1811 bytes .../current_thread_executor.cpython-312.pyc | Bin 0 -> 5766 bytes .../asgiref/__pycache__/local.cpython-312.pyc | Bin 0 -> 8203 bytes .../__pycache__/server.cpython-312.pyc | Bin 0 -> 8626 bytes .../asgiref/__pycache__/sync.cpython-312.pyc | Bin 0 -> 24294 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 7235 bytes .../__pycache__/timeout.cpython-312.pyc | Bin 0 -> 4891 bytes .../__pycache__/typing.cpython-312.pyc | Bin 0 -> 9805 bytes .../asgiref/__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 8318 bytes .../site-packages/asgiref/compatibility.py | 48 + .../asgiref/current_thread_executor.py | 118 + .../python3.12/site-packages/asgiref/local.py | 168 + .../python3.12/site-packages/asgiref/py.typed | 0 .../site-packages/asgiref/server.py | 172 + .../python3.12/site-packages/asgiref/sync.py | 667 + .../site-packages/asgiref/testing.py | 137 + .../site-packages/asgiref/timeout.py | 118 + .../site-packages/asgiref/typing.py | 267 + .../python3.12/site-packages/asgiref/wsgi.py | 197 + .../django-6.1.1.dist-info/INSTALLER | 1 + .../django-6.1.1.dist-info/METADATA | 94 + .../django-6.1.1.dist-info/RECORD | 4605 +++++++ .../django-6.1.1.dist-info/REQUESTED | 0 .../django-6.1.1.dist-info/WHEEL | 5 + .../django-6.1.1.dist-info/entry_points.txt | 2 + .../django-6.1.1.dist-info/licenses/AUTHORS | 1163 ++ .../django-6.1.1.dist-info/licenses/LICENSE | 27 + .../licenses/LICENSE.python | 288 + .../django-6.1.1.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 -> 1240 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 489 bytes .../__pycache__/shortcuts.cpython-312.pyc | Bin 0 -> 8078 bytes .../site-packages/django/apps/__init__.py | 4 + .../apps/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 323 bytes .../apps/__pycache__/config.cpython-312.pyc | Bin 0 -> 9231 bytes .../apps/__pycache__/registry.cpython-312.pyc | Bin 0 -> 18763 bytes .../site-packages/django/apps/config.py | 274 + .../site-packages/django/apps/registry.py | 438 + .../site-packages/django/conf/__init__.py | 415 + .../conf/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16600 bytes .../global_settings.cpython-312.pyc | Bin 0 -> 12953 bytes .../django/conf/app_template/__init__.py-tpl | 0 .../django/conf/app_template/admin.py-tpl | 3 + .../django/conf/app_template/apps.py-tpl | 5 + .../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 | 692 + .../django/conf/locale/__init__.py | 636 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 8671 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 -> 36542 bytes .../conf/locale/ar/LC_MESSAGES/django.po | 1443 +++ .../django/conf/locale/ar/__init__.py | 0 .../ar/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../ar/__pycache__/formats.cpython-312.pyc | Bin 0 -> 455 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 -> 218 bytes .../ar_DZ/__pycache__/formats.cpython-312.pyc | Bin 0 -> 763 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 -> 28897 bytes .../conf/locale/az/LC_MESSAGES/django.po | 1368 ++ .../django/conf/locale/az/__init__.py | 0 .../az/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../az/__pycache__/formats.cpython-312.pyc | Bin 0 -> 810 bytes .../django/conf/locale/az/formats.py | 30 + .../conf/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 38276 bytes .../conf/locale/be/LC_MESSAGES/django.po | 1424 ++ .../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 -> 215 bytes .../bg/__pycache__/formats.cpython-312.pyc | Bin 0 -> 411 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 -> 215 bytes .../bn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 699 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 -> 215 bytes .../bs/__pycache__/formats.cpython-312.pyc | Bin 0 -> 485 bytes .../django/conf/locale/bs/formats.py | 21 + .../conf/locale/ca/LC_MESSAGES/django.mo | Bin 0 -> 28527 bytes .../conf/locale/ca/LC_MESSAGES/django.po | 1384 ++ .../django/conf/locale/ca/__init__.py | 0 .../ca/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../ca/__pycache__/formats.cpython-312.pyc | Bin 0 -> 832 bytes .../django/conf/locale/ca/formats.py | 30 + .../conf/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 34381 bytes .../conf/locale/ckb/LC_MESSAGES/django.po | 1367 ++ .../django/conf/locale/ckb/__init__.py | 0 .../ckb/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../ckb/__pycache__/formats.cpython-312.pyc | Bin 0 -> 583 bytes .../django/conf/locale/ckb/formats.py | 21 + .../conf/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 30215 bytes .../conf/locale/cs/LC_MESSAGES/django.po | 1420 ++ .../django/conf/locale/cs/__init__.py | 0 .../cs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../cs/__pycache__/formats.cpython-312.pyc | Bin 0 -> 948 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 -> 215 bytes .../cy/__pycache__/formats.cpython-312.pyc | Bin 0 -> 857 bytes .../django/conf/locale/cy/formats.py | 33 + .../conf/locale/da/LC_MESSAGES/django.mo | Bin 0 -> 28326 bytes .../conf/locale/da/LC_MESSAGES/django.po | 1374 ++ .../django/conf/locale/da/__init__.py | 0 .../da/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../da/__pycache__/formats.cpython-312.pyc | Bin 0 -> 736 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 -> 215 bytes .../de/__pycache__/formats.cpython-312.pyc | Bin 0 -> 751 bytes .../django/conf/locale/de/formats.py | 29 + .../django/conf/locale/de_CH/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../de_CH/__pycache__/formats.cpython-312.pyc | Bin 0 -> 758 bytes .../django/conf/locale/de_CH/formats.py | 33 + .../conf/locale/dsb/LC_MESSAGES/django.mo | Bin 0 -> 30999 bytes .../conf/locale/dsb/LC_MESSAGES/django.po | 1411 ++ .../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 -> 215 bytes .../el/__pycache__/formats.cpython-312.pyc | Bin 0 -> 844 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 | 1655 +++ .../django/conf/locale/en/__init__.py | 0 .../en/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../en/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1019 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 -> 218 bytes .../en_AU/__pycache__/formats.cpython-312.pyc | Bin 0 -> 860 bytes .../django/conf/locale/en_AU/formats.py | 41 + .../django/conf/locale/en_CA/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../en_CA/__pycache__/formats.cpython-312.pyc | Bin 0 -> 807 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 -> 218 bytes .../en_GB/__pycache__/formats.cpython-312.pyc | Bin 0 -> 860 bytes .../django/conf/locale/en_GB/formats.py | 41 + .../django/conf/locale/en_IE/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../en_IE/__pycache__/formats.cpython-312.pyc | Bin 0 -> 902 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 -> 215 bytes .../eo/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1019 bytes .../django/conf/locale/eo/formats.py | 44 + .../conf/locale/es/LC_MESSAGES/django.mo | Bin 0 -> 29558 bytes .../conf/locale/es/LC_MESSAGES/django.po | 1447 +++ .../django/conf/locale/es/__init__.py | 0 .../es/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../es/__pycache__/formats.cpython-312.pyc | Bin 0 -> 849 bytes .../django/conf/locale/es/formats.py | 30 + .../conf/locale/es_AR/LC_MESSAGES/django.mo | Bin 0 -> 29936 bytes .../conf/locale/es_AR/LC_MESSAGES/django.po | 1397 ++ .../django/conf/locale/es_AR/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../es_AR/__pycache__/formats.cpython-312.pyc | Bin 0 -> 813 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 -> 218 bytes .../es_CO/__pycache__/formats.cpython-312.pyc | Bin 0 -> 850 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 -> 218 bytes .../es_MX/__pycache__/formats.cpython-312.pyc | Bin 0 -> 850 bytes .../django/conf/locale/es_MX/formats.py | 26 + .../django/conf/locale/es_NI/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../es_NI/__pycache__/formats.cpython-312.pyc | Bin 0 -> 850 bytes .../django/conf/locale/es_NI/formats.py | 26 + .../django/conf/locale/es_PR/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../es_PR/__pycache__/formats.cpython-312.pyc | Bin 0 -> 848 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 -> 27310 bytes .../conf/locale/et/LC_MESSAGES/django.po | 1371 ++ .../django/conf/locale/et/__init__.py | 0 .../et/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../et/__pycache__/formats.cpython-312.pyc | Bin 0 -> 413 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 -> 215 bytes .../eu/__pycache__/formats.cpython-312.pyc | Bin 0 -> 622 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 -> 215 bytes .../fa/__pycache__/formats.cpython-312.pyc | Bin 0 -> 576 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 -> 215 bytes .../fi/__pycache__/formats.cpython-312.pyc | Bin 0 -> 891 bytes .../django/conf/locale/fi/formats.py | 36 + .../conf/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 30823 bytes .../conf/locale/fr/LC_MESSAGES/django.po | 1429 +++ .../django/conf/locale/fr/__init__.py | 0 .../fr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../fr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 752 bytes .../django/conf/locale/fr/formats.py | 27 + .../django/conf/locale/fr_BE/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../fr_BE/__pycache__/formats.cpython-312.pyc | Bin 0 -> 826 bytes .../django/conf/locale/fr_BE/formats.py | 32 + .../django/conf/locale/fr_CA/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../fr_CA/__pycache__/formats.cpython-312.pyc | Bin 0 -> 837 bytes .../django/conf/locale/fr_CA/formats.py | 30 + .../django/conf/locale/fr_CH/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../fr_CH/__pycache__/formats.cpython-312.pyc | Bin 0 -> 826 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 -> 215 bytes .../fy/__pycache__/formats.cpython-312.pyc | Bin 0 -> 214 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 -> 215 bytes .../ga/__pycache__/formats.cpython-312.pyc | Bin 0 -> 407 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 -> 215 bytes .../gd/__pycache__/formats.cpython-312.pyc | Bin 0 -> 523 bytes .../django/conf/locale/gd/formats.py | 21 + .../conf/locale/gl/LC_MESSAGES/django.mo | Bin 0 -> 28727 bytes .../conf/locale/gl/LC_MESSAGES/django.po | 1375 ++ .../django/conf/locale/gl/__init__.py | 0 .../gl/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../gl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 594 bytes .../django/conf/locale/gl/formats.py | 21 + .../conf/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 31744 bytes .../conf/locale/he/LC_MESSAGES/django.po | 1373 ++ .../django/conf/locale/he/__init__.py | 0 .../he/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../he/__pycache__/formats.cpython-312.pyc | Bin 0 -> 535 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 -> 215 bytes .../hi/__pycache__/formats.cpython-312.pyc | Bin 0 -> 409 bytes .../django/conf/locale/hi/formats.py | 21 + .../conf/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 29477 bytes .../conf/locale/hr/LC_MESSAGES/django.po | 1398 ++ .../django/conf/locale/hr/__init__.py | 0 .../hr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../hr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1040 bytes .../django/conf/locale/hr/formats.py | 44 + .../conf/locale/hsb/LC_MESSAGES/django.mo | Bin 0 -> 30660 bytes .../conf/locale/hsb/LC_MESSAGES/django.po | 1403 ++ .../django/conf/locale/ht/__init__.py | 0 .../ht/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../ht/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1019 bytes .../django/conf/locale/ht/formats.py | 48 + .../conf/locale/hu/LC_MESSAGES/django.mo | Bin 0 -> 29251 bytes .../conf/locale/hu/LC_MESSAGES/django.po | 1384 ++ .../django/conf/locale/hu/__init__.py | 0 .../hu/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../hu/__pycache__/formats.cpython-312.pyc | Bin 0 -> 810 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 -> 27958 bytes .../conf/locale/id/LC_MESSAGES/django.po | 1357 ++ .../django/conf/locale/id/__init__.py | 0 .../id/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../id/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1035 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 -> 215 bytes .../ig/__pycache__/formats.cpython-312.pyc | Bin 0 -> 811 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 -> 215 bytes .../is/__pycache__/formats.cpython-312.pyc | Bin 0 -> 472 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 -> 215 bytes .../it/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1012 bytes .../django/conf/locale/it/formats.py | 43 + .../conf/locale/ja/LC_MESSAGES/django.mo | Bin 0 -> 31219 bytes .../conf/locale/ja/LC_MESSAGES/django.po | 1352 ++ .../django/conf/locale/ja/__init__.py | 0 .../ja/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../ja/__pycache__/formats.cpython-312.pyc | Bin 0 -> 586 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 -> 215 bytes .../ka/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1010 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 -> 215 bytes .../km/__pycache__/formats.cpython-312.pyc | Bin 0 -> 540 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 -> 215 bytes .../kn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 342 bytes .../django/conf/locale/kn/formats.py | 21 + .../conf/locale/ko/LC_MESSAGES/django.mo | Bin 0 -> 29377 bytes .../conf/locale/ko/LC_MESSAGES/django.po | 1380 ++ .../django/conf/locale/ko/__init__.py | 0 .../ko/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../ko/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1080 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 -> 215 bytes .../ky/__pycache__/formats.cpython-312.pyc | Bin 0 -> 840 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 -> 215 bytes .../lt/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1046 bytes .../django/conf/locale/lt/formats.py | 45 + .../conf/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 29483 bytes .../conf/locale/lv/LC_MESSAGES/django.po | 1393 ++ .../django/conf/locale/lv/__init__.py | 0 .../lv/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../lv/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1054 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 -> 215 bytes .../mk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 951 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 -> 215 bytes .../ml/__pycache__/formats.cpython-312.pyc | Bin 0 -> 863 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 -> 215 bytes .../mn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 309 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 -> 215 bytes .../ms/__pycache__/formats.cpython-312.pyc | Bin 0 -> 903 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 -> 215 bytes .../nb/__pycache__/formats.cpython-312.pyc | Bin 0 -> 873 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 -> 28452 bytes .../conf/locale/nl/LC_MESSAGES/django.po | 1376 ++ .../django/conf/locale/nl/__init__.py | 0 .../nl/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../nl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1384 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 -> 215 bytes .../nn/__pycache__/formats.cpython-312.pyc | Bin 0 -> 873 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 -> 30975 bytes .../conf/locale/pl/LC_MESSAGES/django.po | 1443 +++ .../django/conf/locale/pl/__init__.py | 0 .../pl/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../pl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 757 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 -> 215 bytes .../pt/__pycache__/formats.cpython-312.pyc | Bin 0 -> 904 bytes .../django/conf/locale/pt/formats.py | 39 + .../conf/locale/pt_BR/LC_MESSAGES/django.mo | Bin 0 -> 29507 bytes .../conf/locale/pt_BR/LC_MESSAGES/django.po | 1423 ++ .../django/conf/locale/pt_BR/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../pt_BR/__pycache__/formats.cpython-312.pyc | Bin 0 -> 846 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 -> 215 bytes .../ro/__pycache__/formats.cpython-312.pyc | Bin 0 -> 853 bytes .../django/conf/locale/ro/formats.py | 35 + .../conf/locale/ru/LC_MESSAGES/django.mo | Bin 0 -> 39102 bytes .../conf/locale/ru/LC_MESSAGES/django.po | 1443 +++ .../django/conf/locale/ru/__init__.py | 0 .../ru/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../ru/__pycache__/formats.cpython-312.pyc | Bin 0 -> 830 bytes .../django/conf/locale/ru/formats.py | 30 + .../conf/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 30255 bytes .../conf/locale/sk/LC_MESSAGES/django.po | 1415 ++ .../django/conf/locale/sk/__init__.py | 0 .../sk/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../sk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 759 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 -> 215 bytes .../sl/__pycache__/formats.cpython-312.pyc | Bin 0 -> 1023 bytes .../django/conf/locale/sl/formats.py | 44 + .../conf/locale/sq/LC_MESSAGES/django.mo | Bin 0 -> 29196 bytes .../conf/locale/sq/LC_MESSAGES/django.po | 1371 ++ .../django/conf/locale/sq/__init__.py | 0 .../sq/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../sq/__pycache__/formats.cpython-312.pyc | Bin 0 -> 441 bytes .../django/conf/locale/sq/formats.py | 21 + .../conf/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 35656 bytes .../conf/locale/sr/LC_MESSAGES/django.po | 1396 ++ .../django/conf/locale/sr/__init__.py | 0 .../sr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../sr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 973 bytes .../django/conf/locale/sr/formats.py | 44 + .../conf/locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 29222 bytes .../conf/locale/sr_Latn/LC_MESSAGES/django.po | 1395 ++ .../django/conf/locale/sr_Latn/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 978 bytes .../django/conf/locale/sr_Latn/formats.py | 44 + .../conf/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 28173 bytes .../conf/locale/sv/LC_MESSAGES/django.po | 1386 ++ .../django/conf/locale/sv/__init__.py | 0 .../sv/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../sv/__pycache__/formats.cpython-312.pyc | Bin 0 -> 870 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 -> 215 bytes .../ta/__pycache__/formats.cpython-312.pyc | Bin 0 -> 344 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 -> 215 bytes .../te/__pycache__/formats.cpython-312.pyc | Bin 0 -> 342 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 -> 215 bytes .../tg/__pycache__/formats.cpython-312.pyc | Bin 0 -> 840 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 -> 215 bytes .../th/__pycache__/formats.cpython-312.pyc | Bin 0 -> 822 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 -> 215 bytes .../tk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 840 bytes .../django/conf/locale/tk/formats.py | 32 + .../conf/locale/tr/LC_MESSAGES/django.mo | Bin 0 -> 29376 bytes .../conf/locale/tr/LC_MESSAGES/django.po | 1391 ++ .../django/conf/locale/tr/__init__.py | 0 .../tr/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../tr/__pycache__/formats.cpython-312.pyc | Bin 0 -> 752 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 -> 35793 bytes .../conf/locale/ug/LC_MESSAGES/django.po | 1373 ++ .../django/conf/locale/ug/__init__.py | 0 .../ug/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../ug/__pycache__/formats.cpython-312.pyc | Bin 0 -> 546 bytes .../django/conf/locale/ug/formats.py | 14 + .../conf/locale/uk/LC_MESSAGES/django.mo | Bin 0 -> 30907 bytes .../conf/locale/uk/LC_MESSAGES/django.po | 1418 ++ .../django/conf/locale/uk/__init__.py | 0 .../uk/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../uk/__pycache__/formats.cpython-312.pyc | Bin 0 -> 891 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 -> 215 bytes .../uz/__pycache__/formats.cpython-312.pyc | Bin 0 -> 852 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 -> 215 bytes .../vi/__pycache__/formats.cpython-312.pyc | Bin 0 -> 580 bytes .../django/conf/locale/vi/formats.py | 21 + .../conf/locale/zh_Hans/LC_MESSAGES/django.mo | Bin 0 -> 27206 bytes .../conf/locale/zh_Hans/LC_MESSAGES/django.po | 1348 ++ .../django/conf/locale/zh_Hans/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 996 bytes .../django/conf/locale/zh_Hans/formats.py | 42 + .../conf/locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 27050 bytes .../conf/locale/zh_Hant/LC_MESSAGES/django.po | 1313 ++ .../django/conf/locale/zh_Hant/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 996 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 | 127 + .../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 -> 601 bytes .../urls/__pycache__/i18n.cpython-312.pyc | Bin 0 -> 1717 bytes .../urls/__pycache__/static.cpython-312.pyc | Bin 0 -> 1315 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 -> 208 bytes .../django/contrib/admin/__init__.py | 56 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1381 bytes .../admin/__pycache__/actions.cpython-312.pyc | Bin 0 -> 3504 bytes .../admin/__pycache__/apps.cpython-312.pyc | Bin 0 -> 1889 bytes .../admin/__pycache__/checks.cpython-312.pyc | Bin 0 -> 57876 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 4367 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 1184 bytes .../admin/__pycache__/filters.cpython-312.pyc | Bin 0 -> 35132 bytes .../__pycache__/formfields.cpython-312.pyc | Bin 0 -> 1818 bytes .../admin/__pycache__/forms.cpython-312.pyc | Bin 0 -> 1723 bytes .../admin/__pycache__/helpers.cpython-312.pyc | Bin 0 -> 26846 bytes .../admin/__pycache__/models.cpython-312.pyc | Bin 0 -> 8931 bytes .../admin/__pycache__/options.cpython-312.pyc | Bin 0 -> 120953 bytes .../admin/__pycache__/sites.cpython-312.pyc | Bin 0 -> 26323 bytes .../admin/__pycache__/tests.cpython-312.pyc | Bin 0 -> 13009 bytes .../admin/__pycache__/utils.cpython-312.pyc | Bin 0 -> 28907 bytes .../admin/__pycache__/widgets.cpython-312.pyc | Bin 0 -> 30662 bytes .../django/contrib/admin/actions.py | 96 + .../django/contrib/admin/apps.py | 27 + .../django/contrib/admin/checks.py | 1407 ++ .../django/contrib/admin/decorators.py | 128 + .../django/contrib/admin/exceptions.py | 25 + .../django/contrib/admin/filters.py | 716 ++ .../django/contrib/admin/formfields.py | 42 + .../django/contrib/admin/forms.py | 31 + .../django/contrib/admin/helpers.py | 565 + .../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 -> 7211 bytes .../admin/locale/ar/LC_MESSAGES/djangojs.po | 329 + .../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 -> 19181 bytes .../admin/locale/az/LC_MESSAGES/django.po | 804 ++ .../admin/locale/az/LC_MESSAGES/djangojs.mo | Bin 0 -> 5759 bytes .../admin/locale/az/LC_MESSAGES/djangojs.po | 316 + .../admin/locale/be/LC_MESSAGES/django.mo | Bin 0 -> 23692 bytes .../admin/locale/be/LC_MESSAGES/django.po | 822 ++ .../admin/locale/be/LC_MESSAGES/djangojs.mo | Bin 0 -> 8473 bytes .../admin/locale/be/LC_MESSAGES/djangojs.po | 378 + .../admin/locale/bg/LC_MESSAGES/django.mo | Bin 0 -> 22639 bytes .../admin/locale/bg/LC_MESSAGES/django.po | 802 ++ .../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 -> 18818 bytes .../admin/locale/ca/LC_MESSAGES/django.po | 810 ++ .../admin/locale/ca/LC_MESSAGES/djangojs.mo | Bin 0 -> 5271 bytes .../admin/locale/ca/LC_MESSAGES/djangojs.po | 318 + .../admin/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 23060 bytes .../admin/locale/ckb/LC_MESSAGES/django.po | 822 ++ .../admin/locale/ckb/LC_MESSAGES/djangojs.mo | Bin 0 -> 6433 bytes .../admin/locale/ckb/LC_MESSAGES/djangojs.po | 356 + .../admin/locale/cs/LC_MESSAGES/django.mo | Bin 0 -> 17463 bytes .../admin/locale/cs/LC_MESSAGES/django.po | 826 ++ .../admin/locale/cs/LC_MESSAGES/djangojs.mo | Bin 0 -> 5417 bytes .../admin/locale/cs/LC_MESSAGES/djangojs.po | 324 + .../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 -> 18352 bytes .../admin/locale/da/LC_MESSAGES/django.po | 817 ++ .../admin/locale/da/LC_MESSAGES/djangojs.mo | Bin 0 -> 6463 bytes .../admin/locale/da/LC_MESSAGES/djangojs.po | 362 + .../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 | 1022 ++ .../admin/locale/en/LC_MESSAGES/djangojs.mo | Bin 0 -> 356 bytes .../admin/locale/en/LC_MESSAGES/djangojs.po | 429 + .../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 -> 18332 bytes .../admin/locale/es/LC_MESSAGES/django.po | 847 ++ .../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 -> 19436 bytes .../admin/locale/es_AR/LC_MESSAGES/django.po | 814 ++ .../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 -> 16468 bytes .../admin/locale/et/LC_MESSAGES/django.po | 803 ++ .../admin/locale/et/LC_MESSAGES/djangojs.mo | Bin 0 -> 4359 bytes .../admin/locale/et/LC_MESSAGES/djangojs.po | 351 + .../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 -> 16967 bytes .../admin/locale/fi/LC_MESSAGES/django.po | 788 ++ .../admin/locale/fi/LC_MESSAGES/djangojs.mo | Bin 0 -> 5225 bytes .../admin/locale/fi/LC_MESSAGES/djangojs.po | 314 + .../admin/locale/fr/LC_MESSAGES/django.mo | Bin 0 -> 20368 bytes .../admin/locale/fr/LC_MESSAGES/django.po | 839 ++ .../admin/locale/fr/LC_MESSAGES/djangojs.mo | Bin 0 -> 7240 bytes .../admin/locale/fr/LC_MESSAGES/djangojs.po | 375 + .../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 -> 18681 bytes .../admin/locale/gl/LC_MESSAGES/django.po | 806 ++ .../admin/locale/gl/LC_MESSAGES/djangojs.mo | Bin 0 -> 5145 bytes .../admin/locale/gl/LC_MESSAGES/djangojs.po | 353 + .../admin/locale/he/LC_MESSAGES/django.mo | Bin 0 -> 18647 bytes .../admin/locale/he/LC_MESSAGES/django.po | 800 ++ .../admin/locale/he/LC_MESSAGES/djangojs.mo | Bin 0 -> 5272 bytes .../admin/locale/he/LC_MESSAGES/djangojs.po | 356 + .../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 -> 18767 bytes .../admin/locale/hr/LC_MESSAGES/django.po | 809 ++ .../admin/locale/hr/LC_MESSAGES/djangojs.mo | Bin 0 -> 5738 bytes .../admin/locale/hr/LC_MESSAGES/djangojs.po | 320 + .../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 -> 17466 bytes .../admin/locale/hu/LC_MESSAGES/django.po | 800 ++ .../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 -> 13041 bytes .../admin/locale/hy/LC_MESSAGES/django.po | 765 ++ .../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 -> 18008 bytes .../admin/locale/id/LC_MESSAGES/django.po | 800 ++ .../admin/locale/id/LC_MESSAGES/djangojs.mo | Bin 0 -> 5013 bytes .../admin/locale/id/LC_MESSAGES/djangojs.po | 353 + .../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 -> 19834 bytes .../admin/locale/ja/LC_MESSAGES/django.po | 811 ++ .../admin/locale/ja/LC_MESSAGES/djangojs.mo | Bin 0 -> 5331 bytes .../admin/locale/ja/LC_MESSAGES/djangojs.po | 349 + .../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 -> 18793 bytes .../admin/locale/ko/LC_MESSAGES/django.po | 840 ++ .../admin/locale/ko/LC_MESSAGES/djangojs.mo | Bin 0 -> 5087 bytes .../admin/locale/ko/LC_MESSAGES/djangojs.po | 360 + .../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 -> 19375 bytes .../admin/locale/lt/LC_MESSAGES/django.po | 829 ++ .../admin/locale/lt/LC_MESSAGES/djangojs.mo | Bin 0 -> 6668 bytes .../admin/locale/lt/LC_MESSAGES/djangojs.po | 383 + .../admin/locale/lv/LC_MESSAGES/django.mo | Bin 0 -> 18704 bytes .../admin/locale/lv/LC_MESSAGES/django.po | 804 ++ .../admin/locale/lv/LC_MESSAGES/djangojs.mo | Bin 0 -> 5311 bytes .../admin/locale/lv/LC_MESSAGES/djangojs.po | 360 + .../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 -> 17284 bytes .../admin/locale/nl/LC_MESSAGES/django.po | 820 ++ .../admin/locale/nl/LC_MESSAGES/djangojs.mo | Bin 0 -> 5206 bytes .../admin/locale/nl/LC_MESSAGES/djangojs.po | 361 + .../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 -> 19465 bytes .../admin/locale/pl/LC_MESSAGES/django.po | 827 ++ .../admin/locale/pl/LC_MESSAGES/djangojs.mo | Bin 0 -> 5301 bytes .../admin/locale/pl/LC_MESSAGES/djangojs.po | 366 + .../admin/locale/pt/LC_MESSAGES/django.mo | Bin 0 -> 19155 bytes .../admin/locale/pt/LC_MESSAGES/django.po | 817 ++ .../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 -> 18964 bytes .../admin/locale/pt_BR/LC_MESSAGES/django.po | 833 ++ .../locale/pt_BR/LC_MESSAGES/djangojs.mo | Bin 0 -> 5332 bytes .../locale/pt_BR/LC_MESSAGES/djangojs.po | 368 + .../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 -> 24391 bytes .../admin/locale/ru/LC_MESSAGES/django.po | 821 ++ .../admin/locale/ru/LC_MESSAGES/djangojs.mo | Bin 0 -> 6617 bytes .../admin/locale/ru/LC_MESSAGES/djangojs.po | 376 + .../admin/locale/sk/LC_MESSAGES/django.mo | Bin 0 -> 17887 bytes .../admin/locale/sk/LC_MESSAGES/django.po | 806 ++ .../admin/locale/sk/LC_MESSAGES/djangojs.mo | Bin 0 -> 5133 bytes .../admin/locale/sk/LC_MESSAGES/djangojs.po | 322 + .../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 -> 18813 bytes .../admin/locale/sq/LC_MESSAGES/django.po | 803 ++ .../admin/locale/sq/LC_MESSAGES/djangojs.mo | Bin 0 -> 5275 bytes .../admin/locale/sq/LC_MESSAGES/djangojs.po | 356 + .../admin/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 23495 bytes .../admin/locale/sr/LC_MESSAGES/django.po | 821 ++ .../admin/locale/sr/LC_MESSAGES/djangojs.mo | Bin 0 -> 8033 bytes .../admin/locale/sr/LC_MESSAGES/djangojs.po | 372 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 18813 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 821 ++ .../locale/sr_Latn/LC_MESSAGES/djangojs.mo | Bin 0 -> 6770 bytes .../locale/sr_Latn/LC_MESSAGES/djangojs.po | 371 + .../admin/locale/sv/LC_MESSAGES/django.mo | Bin 0 -> 18145 bytes .../admin/locale/sv/LC_MESSAGES/django.po | 816 ++ .../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 -> 19054 bytes .../admin/locale/tr/LC_MESSAGES/django.po | 823 ++ .../admin/locale/tr/LC_MESSAGES/djangojs.mo | Bin 0 -> 6537 bytes .../admin/locale/tr/LC_MESSAGES/djangojs.po | 362 + .../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 -> 23374 bytes .../admin/locale/ug/LC_MESSAGES/django.po | 803 ++ .../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 -> 21898 bytes .../admin/locale/ur/LC_MESSAGES/django.po | 794 ++ .../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 -> 17280 bytes .../locale/zh_Hans/LC_MESSAGES/django.po | 794 ++ .../locale/zh_Hans/LC_MESSAGES/djangojs.mo | Bin 0 -> 5356 bytes .../locale/zh_Hans/LC_MESSAGES/djangojs.po | 320 + .../locale/zh_Hant/LC_MESSAGES/django.mo | Bin 0 -> 17086 bytes .../locale/zh_Hant/LC_MESSAGES/django.po | 772 ++ .../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 -> 2463 bytes ...2_logentry_remove_auto_add.cpython-312.pyc | Bin 0 -> 930 bytes ...ry_add_action_flag_choices.cpython-312.pyc | Bin 0 -> 926 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../django/contrib/admin/models.py | 199 + .../django/contrib/admin/options.py | 2931 +++++ .../django/contrib/admin/sites.py | 621 + .../admin/static/admin/css/autocomplete.css | 381 + .../contrib/admin/static/admin/css/base.css | 1385 ++ .../admin/static/admin/css/changelists.css | 318 + .../admin/static/admin/css/dark_mode.css | 145 + .../admin/static/admin/css/dashboard.css | 30 + .../contrib/admin/static/admin/css/forms.css | 482 + .../contrib/admin/static/admin/css/login.css | 62 + .../admin/static/admin/css/nav_sidebar.css | 151 + .../admin/static/admin/css/responsive.css | 857 ++ .../admin/static/admin/css/responsive_rtl.css | 82 + .../contrib/admin/static/admin/css/rtl.css | 245 + .../admin/css/unusable_password_field.css | 21 + .../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 | 654 + .../contrib/admin/static/admin/img/README.md | 80 + .../admin/static/admin/img/calendar-icons.svg | 44 + .../admin/static/admin/img/icon-addlink.svg | 9 + .../static/admin/img/icon-alert-dark.svg | 9 + .../admin/static/admin/img/icon-alert.svg | 9 + .../admin/static/admin/img/icon-calendar.svg | 15 + .../static/admin/img/icon-changelink.svg | 9 + .../admin/static/admin/img/icon-clock.svg | 15 + .../static/admin/img/icon-debug-dark.svg | 9 + .../admin/static/admin/img/icon-debug.svg | 9 + .../static/admin/img/icon-deletelink.svg | 11 + .../admin/static/admin/img/icon-hidelink.svg | 9 + .../admin/static/admin/img/icon-info-dark.svg | 9 + .../admin/static/admin/img/icon-info.svg | 9 + .../admin/static/admin/img/icon-no-dark.svg | 9 + .../admin/static/admin/img/icon-no.svg | 9 + .../static/admin/img/icon-unknown-alt.svg | 9 + .../admin/static/admin/img/icon-unknown.svg | 9 + .../admin/static/admin/img/icon-viewlink.svg | 9 + .../admin/static/admin/img/icon-yes-dark.svg | 9 + .../admin/static/admin/img/icon-yes.svg | 9 + .../admin/static/admin/img/inline-delete.svg | 9 + .../contrib/admin/static/admin/img/search.svg | 9 + .../admin/static/admin/img/selector-icons.svg | 45 + .../admin/static/admin/img/sorting-icons.svg | 35 + .../admin/static/admin/img/tooltag-add.svg | 9 + .../static/admin/img/tooltag-arrowright.svg | 9 + .../admin/static/admin/js/SelectBox.js | 177 + .../admin/static/admin/js/SelectFilter2.js | 523 + .../contrib/admin/static/admin/js/actions.js | 246 + .../admin/js/admin/DateTimeShortcuts.js | 682 + .../admin/js/admin/RelatedObjectLookups.js | 332 + .../admin/static/admin/js/autocomplete.js | 33 + .../contrib/admin/static/admin/js/calendar.js | 338 + .../contrib/admin/static/admin/js/cancel.js | 29 + .../admin/static/admin/js/change_form.js | 21 + .../contrib/admin/static/admin/js/core.js | 194 + .../contrib/admin/static/admin/js/filters.js | 39 + .../contrib/admin/static/admin/js/inlines.js | 451 + .../admin/static/admin/js/jquery.init.js | 8 + .../admin/static/admin/js/nav_sidebar.js | 89 + .../admin/static/admin/js/popup_response.js | 28 + .../admin/static/admin/js/prepopulate.js | 45 + .../admin/static/admin/js/prepopulate_init.js | 24 + .../contrib/admin/static/admin/js/theme.js | 55 + .../contrib/admin/static/admin/js/urlify.js | 532 + .../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 | 12 + .../admin/auth/user/change_password.html | 89 + .../contrib/admin/templates/admin/base.html | 132 + .../admin/templates/admin/base_site.html | 12 + .../admin/templates/admin/change_form.html | 93 + .../templates/admin/change_form_actions.html | 1 + .../admin/change_form_object_tools.html | 8 + .../admin/templates/admin/change_list.html | 103 + .../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 | 16 + .../templates/admin/delete_confirmation.html | 52 + .../admin/delete_selected_confirmation.html | 47 + .../templates/admin/edit_inline/stacked.html | 38 + .../templates/admin/edit_inline/tabular.html | 71 + .../contrib/admin/templates/admin/filter.html | 12 + .../templates/admin/includes/fieldset.html | 43 + .../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 | 59 + .../admin/templates/admin/pagination.html | 14 + .../admin/templates/admin/popup_response.html | 11 + .../admin/prepopulated_fields_js.html | 6 + .../admin/templates/admin/search_form.html | 22 + .../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 | 19 + .../registration/password_change_done.html | 20 + .../registration/password_change_form.html | 79 + .../registration/password_reset_complete.html | 17 + .../registration/password_reset_confirm.html | 52 + .../registration/password_reset_done.html | 17 + .../registration/password_reset_email.html | 14 + .../registration/password_reset_form.html | 36 + .../contrib/admin/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 227 bytes .../__pycache__/admin_filters.cpython-312.pyc | Bin 0 -> 2994 bytes .../__pycache__/admin_list.cpython-312.pyc | Bin 0 -> 21294 bytes .../__pycache__/admin_modify.cpython-312.pyc | Bin 0 -> 5886 bytes .../__pycache__/admin_urls.cpython-312.pyc | Bin 0 -> 2929 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2471 bytes .../__pycache__/log.cpython-312.pyc | Bin 0 -> 3162 bytes .../admin/templatetags/admin_filters.py | 79 + .../contrib/admin/templatetags/admin_list.py | 560 + .../admin/templatetags/admin_modify.py | 163 + .../contrib/admin/templatetags/admin_urls.py | 70 + .../django/contrib/admin/templatetags/base.py | 53 + .../django/contrib/admin/templatetags/log.py | 67 + .../django/contrib/admin/tests.py | 257 + .../django/contrib/admin/utils.py | 639 + .../django/contrib/admin/views/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/autocomplete.cpython-312.pyc | Bin 0 -> 6109 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 1020 bytes .../views/__pycache__/main.cpython-312.pyc | Bin 0 -> 22143 bytes .../contrib/admin/views/autocomplete.py | 123 + .../django/contrib/admin/views/decorators.py | 19 + .../django/contrib/admin/views/main.py | 561 + .../django/contrib/admin/widgets.py | 633 + .../django/contrib/admindocs/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 625 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 2000 bytes .../__pycache__/urls.cpython-312.pyc | Bin 0 -> 1914 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 10225 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 21465 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 -> 6735 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 -> 6568 bytes .../admindocs/locale/hr/LC_MESSAGES/django.po | 287 + .../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 -> 6732 bytes .../admindocs/locale/lt/LC_MESSAGES/django.po | 291 + .../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 | 408 + .../auth/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 17529 bytes .../auth/__pycache__/admin.cpython-312.pyc | Bin 0 -> 10865 bytes .../auth/__pycache__/apps.cpython-312.pyc | Bin 0 -> 2201 bytes .../auth/__pycache__/backends.cpython-312.pyc | Bin 0 -> 18708 bytes .../__pycache__/base_user.cpython-312.pyc | Bin 0 -> 8462 bytes .../auth/__pycache__/checks.cpython-312.pyc | Bin 0 -> 9659 bytes .../context_processors.cpython-312.pyc | Bin 0 -> 3406 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 5421 bytes .../auth/__pycache__/forms.cpython-312.pyc | Bin 0 -> 28346 bytes .../auth/__pycache__/hashers.cpython-312.pyc | Bin 0 -> 30406 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 13348 bytes .../auth/__pycache__/mixins.cpython-312.pyc | Bin 0 -> 7033 bytes .../auth/__pycache__/models.cpython-312.pyc | Bin 0 -> 30301 bytes .../password_validation.cpython-312.pyc | Bin 0 -> 13316 bytes .../auth/__pycache__/signals.cpython-312.pyc | Bin 0 -> 377 bytes .../auth/__pycache__/tokens.cpython-312.pyc | Bin 0 -> 5893 bytes .../auth/__pycache__/urls.cpython-312.pyc | Bin 0 -> 1576 bytes .../__pycache__/validators.cpython-312.pyc | Bin 0 -> 1332 bytes .../auth/__pycache__/views.cpython-312.pyc | Bin 0 -> 17947 bytes .../django/contrib/auth/admin.py | 251 + .../site-packages/django/contrib/auth/apps.py | 35 + .../django/contrib/auth/backends.py | 347 + .../django/contrib/auth/base_user.py | 164 + .../django/contrib/auth/checks.py | 261 + .../contrib/auth/common-passwords.txt.gz | Bin 0 -> 80228 bytes .../django/contrib/auth/context_processors.py | 67 + .../django/contrib/auth/decorators.py | 136 + .../django/contrib/auth/forms.py | 599 + .../django/contrib/auth/handlers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 222 bytes .../__pycache__/modwsgi.cpython-312.pyc | Bin 0 -> 2736 bytes .../django/contrib/auth/handlers/modwsgi.py | 58 + .../django/contrib/auth/hashers.py | 695 + .../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 -> 11261 bytes .../auth/locale/ar/LC_MESSAGES/django.po | 346 + .../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 -> 8731 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 -> 8722 bytes .../auth/locale/ca/LC_MESSAGES/django.po | 348 + .../auth/locale/ckb/LC_MESSAGES/django.mo | Bin 0 -> 11031 bytes .../auth/locale/ckb/LC_MESSAGES/django.po | 336 + .../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 | 406 + .../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 -> 8364 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 -> 8507 bytes .../auth/locale/fi/LC_MESSAGES/django.po | 337 + .../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 -> 8573 bytes .../auth/locale/hr/LC_MESSAGES/django.po | 347 + .../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 -> 7661 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 -> 8796 bytes .../auth/locale/ko/LC_MESSAGES/django.po | 352 + .../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 -> 8262 bytes .../auth/locale/lt/LC_MESSAGES/django.po | 345 + .../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 -> 7696 bytes .../auth/locale/zh_Hans/LC_MESSAGES/django.po | 335 + .../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 | 292 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 10658 bytes .../auth/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 233 bytes .../changepassword.cpython-312.pyc | Bin 0 -> 3737 bytes .../createsuperuser.cpython-312.pyc | Bin 0 -> 14902 bytes .../management/commands/changepassword.py | 82 + .../management/commands/createsuperuser.py | 321 + .../django/contrib/auth/middleware.py | 292 + .../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 -> 4823 bytes ...permission_name_max_length.cpython-312.pyc | Bin 0 -> 821 bytes ...lter_user_email_max_length.cpython-312.pyc | Bin 0 -> 868 bytes ...4_alter_user_username_opts.cpython-312.pyc | Bin 0 -> 1162 bytes ...alter_user_last_login_null.cpython-312.pyc | Bin 0 -> 853 bytes ..._require_contenttypes_0002.cpython-312.pyc | Bin 0 -> 640 bytes ...idators_add_error_messages.cpython-312.pyc | Bin 0 -> 1171 bytes ...r_user_username_max_length.cpython-312.pyc | Bin 0 -> 1177 bytes ..._user_last_name_max_length.cpython-312.pyc | Bin 0 -> 869 bytes ...lter_group_name_max_length.cpython-312.pyc | Bin 0 -> 848 bytes ...1_update_proxy_permissions.cpython-312.pyc | Bin 0 -> 3994 bytes ...user_first_name_max_length.cpython-312.pyc | Bin 0 -> 866 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../django/contrib/auth/mixins.py | 136 + .../django/contrib/auth/models.py | 639 + .../contrib/auth/password_validation.py | 280 + .../django/contrib/auth/signals.py | 5 + .../auth/widgets/read_only_password_hash.html | 5 + .../registration/password_reset_subject.txt | 3 + .../contrib/auth/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../__pycache__/auth.cpython-312.pyc | Bin 0 -> 1564 bytes .../django/contrib/auth/templatetags/auth.py | 25 + .../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 | 379 + .../django/contrib/contenttypes/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../__pycache__/admin.cpython-312.pyc | Bin 0 -> 7003 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 1622 bytes .../__pycache__/checks.cpython-312.pyc | Bin 0 -> 2527 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 44905 bytes .../__pycache__/forms.cpython-312.pyc | Bin 0 -> 5329 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 9983 bytes .../__pycache__/prefetch.cpython-312.pyc | Bin 0 -> 2075 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 3538 bytes .../django/contrib/contenttypes/admin.py | 158 + .../django/contrib/contenttypes/apps.py | 22 + .../django/contrib/contenttypes/checks.py | 46 + .../django/contrib/contenttypes/fields.py | 871 ++ .../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 -> 1118 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 -> 1118 bytes .../locale/hr/LC_MESSAGES/django.po | 46 + .../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 | 143 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6364 bytes .../management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 241 bytes .../remove_stale_contenttypes.cpython-312.pyc | Bin 0 -> 4819 bytes .../commands/remove_stale_contenttypes.py | 107 + .../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 -> 1699 bytes ...2_remove_content_type_name.cpython-312.pyc | Bin 0 -> 2051 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 232 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 -> 218 bytes .../__pycache__/admin.cpython-312.pyc | Bin 0 -> 1094 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 663 bytes .../__pycache__/forms.cpython-312.pyc | Bin 0 -> 3950 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 1142 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 3048 bytes .../__pycache__/sitemaps.cpython-312.pyc | Bin 0 -> 1235 bytes .../__pycache__/urls.cpython-312.pyc | Bin 0 -> 466 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 2832 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 -> 2375 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 -> 2393 bytes .../flatpages/locale/hr/LC_MESSAGES/django.po | 93 + .../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 -> 2097 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 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 -> 231 bytes .../__pycache__/flatpages.cpython-312.pyc | Bin 0 -> 4172 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 -> 212 bytes .../gis/__pycache__/apps.cpython-312.pyc | Bin 0 -> 973 bytes .../gis/__pycache__/feeds.cpython-312.pyc | Bin 0 -> 7598 bytes .../gis/__pycache__/geoip2.cpython-312.pyc | Bin 0 -> 11007 bytes .../gis/__pycache__/geometry.cpython-312.pyc | Bin 0 -> 838 bytes .../gis/__pycache__/measure.cpython-312.pyc | Bin 0 -> 14561 bytes .../gis/__pycache__/ptr.cpython-312.pyc | Bin 0 -> 1908 bytes .../gis/__pycache__/shortcuts.cpython-312.pyc | Bin 0 -> 1915 bytes .../gis/__pycache__/views.cpython-312.pyc | Bin 0 -> 1274 bytes .../django/contrib/gis/admin/__init__.py | 29 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 652 bytes .../admin/__pycache__/options.cpython-312.pyc | Bin 0 -> 1495 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 -> 215 bytes .../contrib/gis/db/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 1542 bytes .../contrib/gis/db/backends/base/__init__.py | 0 .../base/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 bytes .../base/__pycache__/adapter.cpython-312.pyc | Bin 0 -> 1624 bytes .../base/__pycache__/features.cpython-312.pyc | Bin 0 -> 4484 bytes .../base/__pycache__/models.cpython-312.pyc | Bin 0 -> 6213 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 8626 bytes .../contrib/gis/db/backends/base/adapter.py | 26 + .../contrib/gis/db/backends/base/features.py | 109 + .../contrib/gis/db/backends/base/models.py | 132 + .../gis/db/backends/base/operations.py | 215 + .../contrib/gis/db/backends/mysql/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 230 bytes .../mysql/__pycache__/base.cpython-312.pyc | Bin 0 -> 825 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 1886 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 1986 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 7039 bytes .../mysql/__pycache__/schema.cpython-312.pyc | Bin 0 -> 5160 bytes .../contrib/gis/db/backends/mysql/base.py | 14 + .../contrib/gis/db/backends/mysql/features.py | 36 + .../gis/db/backends/mysql/introspection.py | 33 + .../gis/db/backends/mysql/operations.py | 154 + .../contrib/gis/db/backends/mysql/schema.py | 102 + .../gis/db/backends/oracle/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 231 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 3742 bytes .../oracle/__pycache__/base.cpython-312.pyc | Bin 0 -> 831 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 1640 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 2193 bytes .../oracle/__pycache__/models.cpython-312.pyc | Bin 0 -> 3478 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 10917 bytes .../oracle/__pycache__/schema.cpython-312.pyc | Bin 0 -> 7786 bytes .../contrib/gis/db/backends/oracle/adapter.py | 62 + .../contrib/gis/db/backends/oracle/base.py | 14 + .../gis/db/backends/oracle/features.py | 32 + .../gis/db/backends/oracle/introspection.py | 48 + .../contrib/gis/db/backends/oracle/models.py | 67 + .../gis/db/backends/oracle/operations.py | 258 + .../contrib/gis/db/backends/oracle/schema.py | 151 + .../gis/db/backends/postgis/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 232 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 3147 bytes .../postgis/__pycache__/base.cpython-312.pyc | Bin 0 -> 8556 bytes .../postgis/__pycache__/const.cpython-312.pyc | Bin 0 -> 817 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 802 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 3620 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 3587 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 19399 bytes .../__pycache__/pgraster.cpython-312.pyc | Bin 0 -> 4275 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 5493 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 | 73 + .../contrib/gis/db/backends/postgis/models.py | 73 + .../gis/db/backends/postgis/operations.py | 435 + .../gis/db/backends/postgis/pgraster.py | 152 + .../contrib/gis/db/backends/postgis/schema.py | 125 + .../gis/db/backends/spatialite/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 235 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 872 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3540 bytes .../__pycache__/client.cpython-312.pyc | Bin 0 -> 528 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 1548 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 3249 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 3550 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 10960 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 8193 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 | 83 + .../gis/db/backends/spatialite/models.py | 71 + .../gis/db/backends/spatialite/operations.py | 238 + .../gis/db/backends/spatialite/schema.py | 195 + .../django/contrib/gis/db/backends/utils.py | 29 + .../django/contrib/gis/db/models/__init__.py | 30 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 844 bytes .../__pycache__/aggregates.cpython-312.pyc | Bin 0 -> 4994 bytes .../models/__pycache__/fields.cpython-312.pyc | Bin 0 -> 19162 bytes .../__pycache__/functions.cpython-312.pyc | Bin 0 -> 31590 bytes .../__pycache__/lookups.cpython-312.pyc | Bin 0 -> 17864 bytes .../models/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 3674 bytes .../contrib/gis/db/models/aggregates.py | 94 + .../django/contrib/gis/db/models/fields.py | 467 + .../django/contrib/gis/db/models/functions.py | 640 + .../django/contrib/gis/db/models/lookups.py | 395 + .../django/contrib/gis/db/models/proxy.py | 89 + .../contrib/gis/db/models/sql/__init__.py | 6 + .../sql/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 372 bytes .../__pycache__/conversion.cpython-312.pyc | Bin 0 -> 3862 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 -> 607 bytes .../forms/__pycache__/fields.cpython-312.pyc | Bin 0 -> 6156 bytes .../forms/__pycache__/widgets.cpython-312.pyc | Bin 0 -> 5664 bytes .../django/contrib/gis/forms/fields.py | 152 + .../django/contrib/gis/forms/widgets.py | 119 + .../django/contrib/gis/gdal/LICENSE | 28 + .../django/contrib/gis/gdal/__init__.py | 59 + .../gdal/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1998 bytes .../gis/gdal/__pycache__/base.cpython-312.pyc | Bin 0 -> 558 bytes .../__pycache__/datasource.cpython-312.pyc | Bin 0 -> 5686 bytes .../gdal/__pycache__/driver.cpython-312.pyc | Bin 0 -> 3578 bytes .../gdal/__pycache__/envelope.cpython-312.pyc | Bin 0 -> 9327 bytes .../gdal/__pycache__/error.cpython-312.pyc | Bin 0 -> 1870 bytes .../gdal/__pycache__/feature.cpython-312.pyc | Bin 0 -> 6387 bytes .../gdal/__pycache__/field.cpython-312.pyc | Bin 0 -> 11159 bytes .../__pycache__/geometries.cpython-312.pyc | Bin 0 -> 42165 bytes .../gdal/__pycache__/geomtype.cpython-312.pyc | Bin 0 -> 6415 bytes .../gdal/__pycache__/layer.cpython-312.pyc | Bin 0 -> 12434 bytes .../gdal/__pycache__/libgdal.cpython-312.pyc | Bin 0 -> 3947 bytes .../gis/gdal/__pycache__/srs.cpython-312.pyc | Bin 0 -> 18693 bytes .../django/contrib/gis/gdal/base.py | 6 + .../django/contrib/gis/gdal/datasource.py | 128 + .../django/contrib/gis/gdal/driver.py | 101 + .../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 | 877 ++ .../django/contrib/gis/gdal/geomtype.py | 146 + .../django/contrib/gis/gdal/layer.py | 234 + .../django/contrib/gis/gdal/libgdal.py | 144 + .../contrib/gis/gdal/prototypes/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 228 bytes .../prototypes/__pycache__/ds.cpython-312.pyc | Bin 0 -> 6150 bytes .../__pycache__/errcheck.cpython-312.pyc | Bin 0 -> 4901 bytes .../__pycache__/generation.cpython-312.pyc | Bin 0 -> 5802 bytes .../__pycache__/geom.cpython-312.pyc | Bin 0 -> 7864 bytes .../__pycache__/raster.cpython-312.pyc | Bin 0 -> 5419 bytes .../__pycache__/srs.cpython-312.pyc | Bin 0 -> 4399 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 | 165 + .../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 -> 224 bytes .../raster/__pycache__/band.cpython-312.pyc | Bin 0 -> 11404 bytes .../raster/__pycache__/base.cpython-312.pyc | Bin 0 -> 2800 bytes .../raster/__pycache__/const.cpython-312.pyc | Bin 0 -> 2051 bytes .../raster/__pycache__/source.cpython-312.pyc | Bin 0 -> 25003 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 | 576 + .../django/contrib/gis/gdal/srs.py | 368 + .../django/contrib/gis/geoip2.py | 230 + .../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 -> 1002 bytes .../gis/geos/__pycache__/base.cpython-312.pyc | Bin 0 -> 558 bytes .../__pycache__/collections.cpython-312.pyc | Bin 0 -> 5767 bytes .../geos/__pycache__/coordseq.cpython-312.pyc | Bin 0 -> 15283 bytes .../geos/__pycache__/error.cpython-312.pyc | Bin 0 -> 478 bytes .../geos/__pycache__/factory.cpython-312.pyc | Bin 0 -> 1500 bytes .../geos/__pycache__/geometry.cpython-312.pyc | Bin 0 -> 41025 bytes .../gis/geos/__pycache__/io.cpython-312.pyc | Bin 0 -> 1486 bytes .../geos/__pycache__/libgeos.cpython-312.pyc | Bin 0 -> 6037 bytes .../__pycache__/linestring.cpython-312.pyc | Bin 0 -> 8424 bytes .../__pycache__/mutable_list.cpython-312.pyc | Bin 0 -> 13949 bytes .../geos/__pycache__/point.cpython-312.pyc | Bin 0 -> 7789 bytes .../geos/__pycache__/polygon.cpython-312.pyc | Bin 0 -> 8890 bytes .../geos/__pycache__/prepared.cpython-312.pyc | Bin 0 -> 3466 bytes .../django/contrib/gis/geos/base.py | 6 + .../django/contrib/gis/geos/collections.py | 126 + .../django/contrib/gis/geos/coordseq.py | 272 + .../django/contrib/gis/geos/error.py | 4 + .../django/contrib/gis/geos/factory.py | 33 + .../django/contrib/gis/geos/geometry.py | 812 ++ .../django/contrib/gis/geos/io.py | 28 + .../django/contrib/gis/geos/libgeos.py | 178 + .../django/contrib/gis/geos/linestring.py | 193 + .../django/contrib/gis/geos/mutable_list.py | 315 + .../django/contrib/gis/geos/point.py | 163 + .../django/contrib/gis/geos/polygon.py | 189 + .../django/contrib/gis/geos/prepared.py | 51 + .../contrib/gis/geos/prototypes/__init__.py | 71 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2055 bytes .../__pycache__/coordseq.cpython-312.pyc | Bin 0 -> 4195 bytes .../__pycache__/errcheck.cpython-312.pyc | Bin 0 -> 3106 bytes .../__pycache__/geom.cpython-312.pyc | Bin 0 -> 3284 bytes .../prototypes/__pycache__/io.cpython-312.pyc | Bin 0 -> 20258 bytes .../__pycache__/misc.cpython-312.pyc | Bin 0 -> 1517 bytes .../__pycache__/predicates.cpython-312.pyc | Bin 0 -> 2301 bytes .../__pycache__/prepared.cpython-312.pyc | Bin 0 -> 1568 bytes .../__pycache__/threadsafe.cpython-312.pyc | Bin 0 -> 3846 bytes .../__pycache__/topology.cpython-312.pyc | Bin 0 -> 2609 bytes .../contrib/gis/geos/prototypes/coordseq.py | 116 + .../contrib/gis/geos/prototypes/errcheck.py | 98 + .../contrib/gis/geos/prototypes/geom.py | 94 + .../django/contrib/gis/geos/prototypes/io.py | 508 + .../contrib/gis/geos/prototypes/misc.py | 35 + .../contrib/gis/geos/prototypes/predicates.py | 52 + .../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 -> 2103 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 -> 223 bytes .../gis/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 232 bytes .../__pycache__/inspectdb.cpython-312.pyc | Bin 0 -> 1125 bytes .../__pycache__/ogrinspect.cpython-312.pyc | Bin 0 -> 6832 bytes .../gis/management/commands/inspectdb.py | 18 + .../gis/management/commands/ogrinspect.py | 164 + .../django/contrib/gis/measure.py | 375 + .../site-packages/django/contrib/gis/ptr.py | 41 + .../contrib/gis/serializers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/geojson.cpython-312.pyc | Bin 0 -> 4838 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 -> 348 bytes .../sitemaps/__pycache__/kml.cpython-312.pyc | Bin 0 -> 3536 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 2989 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 | 333 + .../contrib/gis/templates/gis/kml/base.kml | 6 + .../gis/templates/gis/kml/placemarks.kml | 8 + .../contrib/gis/templates/gis/openlayers.html | 12 + .../django/contrib/gis/utils/__init__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 673 bytes .../__pycache__/layermapping.cpython-312.pyc | Bin 0 -> 25536 bytes .../utils/__pycache__/ogrinfo.cpython-312.pyc | Bin 0 -> 2660 bytes .../__pycache__/ogrinspect.cpython-312.pyc | Bin 0 -> 8907 bytes .../gis/utils/__pycache__/srs.cpython-312.pyc | Bin 0 -> 3327 bytes .../django/contrib/gis/utils/layermapping.py | 737 ++ .../django/contrib/gis/utils/ogrinfo.py | 53 + .../django/contrib/gis/utils/ogrinspect.py | 269 + .../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 -> 217 bytes .../humanize/__pycache__/apps.cpython-312.pyc | Bin 0 -> 600 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 -> 6708 bytes .../humanize/locale/be/LC_MESSAGES/django.po | 410 + .../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 -> 4366 bytes .../humanize/locale/da/LC_MESSAGES/django.po | 353 + .../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 | 403 + .../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 -> 5179 bytes .../humanize/locale/fr/LC_MESSAGES/django.po | 382 + .../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 -> 5055 bytes .../humanize/locale/hr/LC_MESSAGES/django.po | 359 + .../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 | 350 + .../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 -> 4337 bytes .../humanize/locale/sq/LC_MESSAGES/django.po | 352 + .../humanize/locale/sr/LC_MESSAGES/django.mo | Bin 0 -> 5768 bytes .../humanize/locale/sr/LC_MESSAGES/django.po | 380 + .../locale/sr_Latn/LC_MESSAGES/django.mo | Bin 0 -> 4974 bytes .../locale/sr_Latn/LC_MESSAGES/django.po | 379 + .../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 -> 4373 bytes .../humanize/locale/tr/LC_MESSAGES/django.po | 354 + .../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 -> 230 bytes .../__pycache__/humanize.cpython-312.pyc | Bin 0 -> 12563 bytes .../contrib/humanize/templatetags/humanize.py | 346 + .../django/contrib/messages/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 383 bytes .../messages/__pycache__/api.cpython-312.pyc | Bin 0 -> 3767 bytes .../messages/__pycache__/apps.cpython-312.pyc | Bin 0 -> 1302 bytes .../__pycache__/constants.cpython-312.pyc | Bin 0 -> 516 bytes .../context_processors.cpython-312.pyc | Bin 0 -> 662 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 1492 bytes .../messages/__pycache__/test.cpython-312.pyc | Bin 0 -> 925 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 619 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 1234 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 -> 765 bytes .../storage/__pycache__/base.cpython-312.pyc | Bin 0 -> 9339 bytes .../__pycache__/cookie.cpython-312.pyc | Bin 0 -> 11850 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 2611 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 2931 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 -> 217 bytes .../postgres/__pycache__/apps.cpython-312.pyc | Bin 0 -> 4801 bytes .../__pycache__/constraints.cpython-312.pyc | Bin 0 -> 13616 bytes .../__pycache__/expressions.cpython-312.pyc | Bin 0 -> 1125 bytes .../__pycache__/functions.cpython-312.pyc | Bin 0 -> 790 bytes .../__pycache__/indexes.cpython-312.pyc | Bin 0 -> 12220 bytes .../__pycache__/lookups.cpython-312.pyc | Bin 0 -> 3969 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 21320 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 23701 bytes .../__pycache__/serializers.cpython-312.pyc | Bin 0 -> 874 bytes .../__pycache__/signals.cpython-312.pyc | Bin 0 -> 3405 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 2730 bytes .../__pycache__/validators.cpython-312.pyc | Bin 0 -> 4226 bytes .../contrib/postgres/aggregates/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 282 bytes .../__pycache__/general.cpython-312.pyc | Bin 0 -> 4395 bytes .../__pycache__/mixins.cpython-312.pyc | Bin 0 -> 997 bytes .../__pycache__/statistics.cpython-312.pyc | Bin 0 -> 3204 bytes .../contrib/postgres/aggregates/general.py | 107 + .../contrib/postgres/aggregates/mixins.py | 18 + .../contrib/postgres/aggregates/statistics.py | 75 + .../django/contrib/postgres/apps.py | 89 + .../django/contrib/postgres/constraints.py | 242 + .../django/contrib/postgres/expressions.py | 14 + .../contrib/postgres/fields/__init__.py | 5 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 334 bytes .../fields/__pycache__/array.cpython-312.pyc | Bin 0 -> 20014 bytes .../fields/__pycache__/citext.cpython-312.pyc | Bin 0 -> 1599 bytes .../fields/__pycache__/hstore.cpython-312.pyc | Bin 0 -> 6054 bytes .../fields/__pycache__/jsonb.cpython-312.pyc | Bin 0 -> 711 bytes .../fields/__pycache__/ranges.cpython-312.pyc | Bin 0 -> 19705 bytes .../fields/__pycache__/utils.cpython-312.pyc | Bin 0 -> 579 bytes .../django/contrib/postgres/fields/array.py | 383 + .../django/contrib/postgres/fields/citext.py | 45 + .../django/contrib/postgres/fields/hstore.py | 113 + .../django/contrib/postgres/fields/jsonb.py | 14 + .../django/contrib/postgres/fields/ranges.py | 388 + .../django/contrib/postgres/fields/utils.py | 3 + .../django/contrib/postgres/forms/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 292 bytes .../forms/__pycache__/array.cpython-312.pyc | Bin 0 -> 12799 bytes .../forms/__pycache__/hstore.cpython-312.pyc | Bin 0 -> 2425 bytes .../forms/__pycache__/ranges.cpython-312.pyc | Bin 0 -> 5586 bytes .../django/contrib/postgres/forms/array.py | 250 + .../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 | 244 + .../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 -> 2926 bytes .../postgres/locale/ca/LC_MESSAGES/django.po | 114 + .../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 -> 3503 bytes .../postgres/locale/he/LC_MESSAGES/django.po | 107 + .../postgres/locale/hr/LC_MESSAGES/django.mo | Bin 0 -> 3089 bytes .../postgres/locale/hr/LC_MESSAGES/django.po | 114 + .../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 | 352 + .../django/contrib/postgres/search.py | 526 + .../django/contrib/postgres/serializers.py | 10 + .../django/contrib/postgres/signals.py | 81 + .../postgres/widgets/split_array.html | 1 + .../django/contrib/postgres/utils.py | 53 + .../django/contrib/postgres/validators.py | 91 + .../django/contrib/redirects/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/admin.cpython-312.pyc | Bin 0 -> 721 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 662 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 2675 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 1877 bytes .../django/contrib/redirects/admin.py | 9 + .../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 -> 1194 bytes .../redirects/locale/hr/LC_MESSAGES/django.po | 53 + .../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 -> 1725 bytes ...edirect_new_path_help_text.cpython-312.pyc | Bin 0 -> 998 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 bytes .../django/contrib/redirects/models.py | 35 + .../django/contrib/sessions/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../sessions/__pycache__/apps.cpython-312.pyc | Bin 0 -> 600 bytes .../__pycache__/base_session.cpython-312.pyc | Bin 0 -> 3060 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 933 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 4202 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 2022 bytes .../__pycache__/serializers.cpython-312.pyc | Bin 0 -> 310 bytes .../django/contrib/sessions/apps.py | 7 + .../contrib/sessions/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 226 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 26177 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 7234 bytes .../__pycache__/cached_db.cpython-312.pyc | Bin 0 -> 7237 bytes .../backends/__pycache__/db.cpython-312.pyc | Bin 0 -> 11118 bytes .../backends/__pycache__/file.cpython-312.pyc | Bin 0 -> 10174 bytes .../signed_cookies.cpython-312.pyc | Bin 0 -> 4900 bytes .../django/contrib/sessions/backends/base.py | 528 + .../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 -> 749 bytes .../sessions/locale/hr/LC_MESSAGES/django.po | 39 + .../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 -> 228 bytes .../sessions/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 237 bytes .../__pycache__/clearsessions.cpython-312.pyc | Bin 0 -> 1269 bytes .../management/commands/clearsessions.py | 21 + .../django/contrib/sessions/middleware.py | 82 + .../sessions/migrations/0001_initial.py | 37 + .../contrib/sessions/migrations/__init__.py | 0 .../__pycache__/0001_initial.cpython-312.pyc | Bin 0 -> 1435 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 228 bytes .../django/contrib/sessions/models.py | 35 + .../django/contrib/sessions/serializers.py | 3 + .../django/contrib/sitemaps/__init__.py | 202 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 8354 bytes .../sitemaps/__pycache__/apps.cpython-312.pyc | Bin 0 -> 659 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 5259 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 -> 214 bytes .../sites/__pycache__/admin.cpython-312.pyc | Bin 0 -> 669 bytes .../sites/__pycache__/apps.cpython-312.pyc | Bin 0 -> 1246 bytes .../sites/__pycache__/checks.cpython-312.pyc | Bin 0 -> 1307 bytes .../__pycache__/management.cpython-312.pyc | Bin 0 -> 1925 bytes .../__pycache__/managers.cpython-312.pyc | Bin 0 -> 3360 bytes .../__pycache__/middleware.cpython-312.pyc | Bin 0 -> 819 bytes .../sites/__pycache__/models.cpython-312.pyc | Bin 0 -> 5827 bytes .../__pycache__/requests.cpython-312.pyc | Bin 0 -> 1454 bytes .../__pycache__/shortcuts.cpython-312.pyc | Bin 0 -> 846 bytes .../django/contrib/sites/admin.py | 8 + .../django/contrib/sites/apps.py | 17 + .../django/contrib/sites/checks.py | 30 + .../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 -> 1522 bytes .../0002_alter_domain_unique.cpython-312.pyc | Bin 0 -> 1060 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 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 -> 220 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 1212 bytes .../__pycache__/checks.cpython-312.pyc | Bin 0 -> 1353 bytes .../__pycache__/finders.cpython-312.pyc | Bin 0 -> 14218 bytes .../__pycache__/handlers.cpython-312.pyc | Bin 0 -> 6728 bytes .../__pycache__/storage.cpython-312.pyc | Bin 0 -> 24693 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 845 bytes .../__pycache__/urls.cpython-312.pyc | Bin 0 -> 827 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 3053 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 1868 bytes .../django/contrib/staticfiles/apps.py | 14 + .../django/contrib/staticfiles/checks.py | 29 + .../django/contrib/staticfiles/finders.py | 326 + .../django/contrib/staticfiles/handlers.py | 115 + .../staticfiles/management/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 231 bytes .../management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 240 bytes .../__pycache__/collectstatic.cpython-312.pyc | Bin 0 -> 16633 bytes .../__pycache__/findstatic.cpython-312.pyc | Bin 0 -> 2553 bytes .../__pycache__/runserver.cpython-312.pyc | Bin 0 -> 1915 bytes .../management/commands/collectstatic.py | 403 + .../management/commands/findstatic.py | 48 + .../management/commands/runserver.py | 36 + .../django/contrib/staticfiles/storage.py | 628 + .../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 -> 220 bytes .../__pycache__/apps.cpython-312.pyc | Bin 0 -> 613 bytes .../__pycache__/views.cpython-312.pyc | Bin 0 -> 10539 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 -> 205 bytes .../core/__pycache__/asgi.cpython-312.pyc | Bin 0 -> 731 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 10981 bytes .../__pycache__/paginator.cpython-312.pyc | Bin 0 -> 23539 bytes .../core/__pycache__/signals.cpython-312.pyc | Bin 0 -> 414 bytes .../core/__pycache__/signing.cpython-312.pyc | Bin 0 -> 13888 bytes .../__pycache__/validators.cpython-312.pyc | Bin 0 -> 27779 bytes .../core/__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 733 bytes .../site-packages/django/core/asgi.py | 13 + .../django/core/cache/__init__.py | 67 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2514 bytes .../cache/__pycache__/utils.cpython-312.pyc | Bin 0 -> 856 bytes .../django/core/cache/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 20796 bytes .../backends/__pycache__/db.cpython-312.pyc | Bin 0 -> 13477 bytes .../__pycache__/dummy.cpython-312.pyc | Bin 0 -> 2065 bytes .../__pycache__/filebased.cpython-312.pyc | Bin 0 -> 9493 bytes .../__pycache__/locmem.cpython-312.pyc | Bin 0 -> 7531 bytes .../__pycache__/memcached.cpython-312.pyc | Bin 0 -> 9542 bytes .../__pycache__/redis.cpython-312.pyc | Bin 0 -> 13876 bytes .../django/core/cache/backends/base.py | 434 + .../django/core/cache/backends/db.py | 295 + .../django/core/cache/backends/dummy.py | 34 + .../django/core/cache/backends/filebased.py | 169 + .../django/core/cache/backends/locmem.py | 118 + .../django/core/cache/backends/memcached.py | 189 + .../django/core/cache/backends/redis.py | 247 + .../site-packages/django/core/cache/utils.py | 13 + .../django/core/checks/__init__.py | 48 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1259 bytes .../__pycache__/async_checks.cpython-312.pyc | Bin 0 -> 878 bytes .../checks/__pycache__/caches.cpython-312.pyc | Bin 0 -> 4124 bytes .../__pycache__/commands.cpython-312.pyc | Bin 0 -> 1272 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 799 bytes .../checks/__pycache__/files.cpython-312.pyc | Bin 0 -> 944 bytes .../checks/__pycache__/mail.cpython-312.pyc | Bin 0 -> 2264 bytes .../__pycache__/messages.cpython-312.pyc | Bin 0 -> 4955 bytes .../__pycache__/model_checks.cpython-312.pyc | Bin 0 -> 10598 bytes .../__pycache__/registry.cpython-312.pyc | Bin 0 -> 5179 bytes .../__pycache__/templates.cpython-312.pyc | Bin 0 -> 762 bytes .../__pycache__/translation.cpython-312.pyc | Bin 0 -> 3483 bytes .../checks/__pycache__/urls.cpython-312.pyc | Bin 0 -> 6385 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 -> 226 bytes .../__pycache__/django_4_0.cpython-312.pyc | Bin 0 -> 1030 bytes .../core/checks/compatibility/django_4_0.py | 19 + .../django/core/checks/database.py | 14 + .../site-packages/django/core/checks/files.py | 19 + .../site-packages/django/core/checks/mail.py | 63 + .../django/core/checks/messages.py | 82 + .../django/core/checks/model_checks.py | 227 + .../django/core/checks/registry.py | 128 + .../django/core/checks/security/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../security/__pycache__/base.cpython-312.pyc | Bin 0 -> 15197 bytes .../security/__pycache__/csrf.cpython-312.pyc | Bin 0 -> 3084 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 3550 bytes .../django/core/checks/security/base.py | 362 + .../django/core/checks/security/csrf.py | 65 + .../django/core/checks/security/sessions.py | 98 + .../django/core/checks/templates.py | 12 + .../django/core/checks/translation.py | 66 + .../site-packages/django/core/checks/urls.py | 158 + .../site-packages/django/core/exceptions.py | 265 + .../django/core/files/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 292 bytes .../files/__pycache__/base.cpython-312.pyc | Bin 0 -> 8181 bytes .../files/__pycache__/images.cpython-312.pyc | Bin 0 -> 3288 bytes .../files/__pycache__/locks.cpython-312.pyc | Bin 0 -> 4549 bytes .../files/__pycache__/move.cpython-312.pyc | Bin 0 -> 3242 bytes .../files/__pycache__/temp.cpython-312.pyc | Bin 0 -> 3496 bytes .../__pycache__/uploadedfile.cpython-312.pyc | Bin 0 -> 6391 bytes .../__pycache__/uploadhandler.cpython-312.pyc | Bin 0 -> 10214 bytes .../files/__pycache__/utils.cpython-312.pyc | Bin 0 -> 5829 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 | 92 + .../django/core/files/storage/__init__.py | 27 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1058 bytes .../storage/__pycache__/base.cpython-312.pyc | Bin 0 -> 8642 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 11627 bytes .../__pycache__/handler.cpython-312.pyc | Bin 0 -> 2580 bytes .../__pycache__/memory.cpython-312.pyc | Bin 0 -> 15421 bytes .../__pycache__/mixins.cpython-312.pyc | Bin 0 -> 1452 bytes .../django/core/files/storage/base.py | 206 + .../django/core/files/storage/filesystem.py | 224 + .../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 | 155 + .../django/core/files/uploadhandler.py | 268 + .../site-packages/django/core/files/utils.py | 77 + .../django/core/handlers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../handlers/__pycache__/asgi.cpython-312.pyc | Bin 0 -> 17404 bytes .../handlers/__pycache__/base.cpython-312.pyc | Bin 0 -> 13661 bytes .../__pycache__/exception.cpython-312.pyc | Bin 0 -> 6668 bytes .../handlers/__pycache__/wsgi.cpython-312.pyc | Bin 0 -> 9534 bytes .../django/core/handlers/asgi.py | 367 + .../django/core/handlers/base.py | 375 + .../django/core/handlers/exception.py | 187 + .../django/core/handlers/wsgi.py | 207 + .../django/core/mail/__init__.py | 399 + .../mail/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 9925 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 2409 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 1326 bytes .../mail/__pycache__/handler.cpython-312.pyc | Bin 0 -> 3402 bytes .../mail/__pycache__/message.cpython-312.pyc | Bin 0 -> 28026 bytes .../mail/__pycache__/utils.cpython-312.pyc | Bin 0 -> 1047 bytes .../django/core/mail/backends/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 219 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 4727 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2743 bytes .../__pycache__/dummy.cpython-312.pyc | Bin 0 -> 742 bytes .../__pycache__/filebased.cpython-312.pyc | Bin 0 -> 5027 bytes .../__pycache__/locmem.cpython-312.pyc | Bin 0 -> 1753 bytes .../backends/__pycache__/smtp.cpython-312.pyc | Bin 0 -> 11049 bytes .../django/core/mail/backends/base.py | 126 + .../django/core/mail/backends/console.py | 46 + .../django/core/mail/backends/dummy.py | 10 + .../django/core/mail/backends/filebased.py | 97 + .../django/core/mail/backends/locmem.py | 37 + .../django/core/mail/backends/smtp.py | 256 + .../django/core/mail/deprecation.py | 58 + .../django/core/mail/exceptions.py | 18 + .../site-packages/django/core/mail/handler.py | 78 + .../site-packages/django/core/mail/message.py | 695 + .../site-packages/django/core/mail/utils.py | 22 + .../django/core/management/__init__.py | 443 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 20734 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 32185 bytes .../__pycache__/color.cpython-312.pyc | Bin 0 -> 4126 bytes .../__pycache__/sql.cpython-312.pyc | Bin 0 -> 2363 bytes .../__pycache__/templates.cpython-312.pyc | Bin 0 -> 18484 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 8429 bytes .../django/core/management/base.py | 713 + .../django/core/management/color.py | 120 + .../core/management/commands/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 3414 bytes .../compilemessages.cpython-312.pyc | Bin 0 -> 9053 bytes .../createcachetable.cpython-312.pyc | Bin 0 -> 5934 bytes .../__pycache__/dbshell.cpython-312.pyc | Bin 0 -> 2263 bytes .../__pycache__/diffsettings.cpython-312.pyc | Bin 0 -> 4347 bytes .../__pycache__/dumpdata.cpython-312.pyc | Bin 0 -> 10888 bytes .../__pycache__/flush.cpython-312.pyc | Bin 0 -> 3732 bytes .../__pycache__/inspectdb.cpython-312.pyc | Bin 0 -> 15732 bytes .../__pycache__/loaddata.cpython-312.pyc | Bin 0 -> 18863 bytes .../__pycache__/makemessages.cpython-312.pyc | Bin 0 -> 34332 bytes .../makemigrations.cpython-312.pyc | Bin 0 -> 23255 bytes .../__pycache__/migrate.cpython-312.pyc | Bin 0 -> 23296 bytes .../optimizemigration.cpython-312.pyc | Bin 0 -> 5932 bytes .../__pycache__/runserver.cpython-312.pyc | Bin 0 -> 9138 bytes .../__pycache__/sendtestemail.cpython-312.pyc | Bin 0 -> 2381 bytes .../__pycache__/shell.cpython-312.pyc | Bin 0 -> 11074 bytes .../showmigrations.cpython-312.pyc | Bin 0 -> 7655 bytes .../__pycache__/sqlflush.cpython-312.pyc | Bin 0 -> 1755 bytes .../__pycache__/sqlmigrate.cpython-312.pyc | Bin 0 -> 3868 bytes .../sqlsequencereset.cpython-312.pyc | Bin 0 -> 1909 bytes .../squashmigrations.cpython-312.pyc | Bin 0 -> 10144 bytes .../__pycache__/startapp.cpython-312.pyc | Bin 0 -> 1078 bytes .../__pycache__/startproject.cpython-312.pyc | Bin 0 -> 1338 bytes .../commands/__pycache__/test.cpython-312.pyc | Bin 0 -> 3266 bytes .../__pycache__/testserver.cpython-312.pyc | Bin 0 -> 2379 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 | 92 + .../core/management/commands/dumpdata.py | 286 + .../django/core/management/commands/flush.py | 91 + .../core/management/commands/inspectdb.py | 421 + .../core/management/commands/loaddata.py | 433 + .../core/management/commands/makemessages.py | 778 ++ .../management/commands/makemigrations.py | 518 + .../core/management/commands/migrate.py | 511 + .../management/commands/optimizemigration.py | 129 + .../core/management/commands/runserver.py | 202 + .../core/management/commands/sendtestemail.py | 57 + .../django/core/management/commands/shell.py | 283 + .../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 | 253 + .../core/management/commands/startapp.py | 14 + .../core/management/commands/startproject.py | 20 + .../django/core/management/commands/test.py | 66 + .../core/management/commands/testserver.py | 65 + .../django/core/management/sql.py | 59 + .../django/core/management/templates.py | 405 + .../django/core/management/utils.py | 181 + .../site-packages/django/core/paginator.py | 452 + .../django/core/serializers/__init__.py | 255 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 9466 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 17883 bytes .../__pycache__/json.cpython-312.pyc | Bin 0 -> 6484 bytes .../__pycache__/jsonl.cpython-312.pyc | Bin 0 -> 4180 bytes .../__pycache__/python.cpython-312.pyc | Bin 0 -> 12957 bytes .../__pycache__/pyyaml.cpython-312.pyc | Bin 0 -> 3976 bytes .../xml_serializer.cpython-312.pyc | Bin 0 -> 28512 bytes .../django/core/serializers/base.py | 416 + .../django/core/serializers/json.py | 113 + .../django/core/serializers/jsonl.py | 68 + .../django/core/serializers/python.py | 236 + .../django/core/serializers/pyyaml.py | 81 + .../django/core/serializers/xml_serializer.py | 581 + .../django/core/servers/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/basehttp.cpython-312.pyc | Bin 0 -> 11923 bytes .../django/core/servers/basehttp.py | 277 + .../site-packages/django/core/signals.py | 6 + .../site-packages/django/core/signing.py | 317 + .../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 -> 1781 bytes .../__pycache__/transaction.cpython-312.pyc | Bin 0 -> 12576 bytes .../db/__pycache__/utils.cpython-312.pyc | Bin 0 -> 11695 bytes .../django/db/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 212 bytes .../ddl_references.cpython-312.pyc | Bin 0 -> 15618 bytes .../__pycache__/signals.cpython-312.pyc | Bin 0 -> 302 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 15699 bytes .../django/db/backends/base/__init__.py | 0 .../base/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../base/__pycache__/base.cpython-312.pyc | Bin 0 -> 34785 bytes .../base/__pycache__/client.cpython-312.pyc | Bin 0 -> 1689 bytes .../base/__pycache__/creation.cpython-312.pyc | Bin 0 -> 18129 bytes .../base/__pycache__/features.cpython-312.pyc | Bin 0 -> 9715 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 11575 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 44137 bytes .../base/__pycache__/schema.cpython-312.pyc | Bin 0 -> 88719 bytes .../__pycache__/validation.cpython-312.pyc | Bin 0 -> 1962 bytes .../django/db/backends/base/base.py | 789 ++ .../django/db/backends/base/client.py | 31 + .../django/db/backends/base/creation.py | 422 + .../django/db/backends/base/features.py | 485 + .../django/db/backends/base/introspection.py | 228 + .../django/db/backends/base/operations.py | 910 ++ .../django/db/backends/base/schema.py | 2123 +++ .../django/db/backends/base/validation.py | 32 + .../django/db/backends/ddl_references.py | 270 + .../django/db/backends/dummy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../dummy/__pycache__/base.cpython-312.pyc | Bin 0 -> 2968 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 546 bytes .../django/db/backends/dummy/base.py | 76 + .../django/db/backends/dummy/features.py | 6 + .../django/db/backends/mysql/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../mysql/__pycache__/base.cpython-312.pyc | Bin 0 -> 17453 bytes .../mysql/__pycache__/client.cpython-312.pyc | Bin 0 -> 3379 bytes .../__pycache__/compiler.cpython-312.pyc | Bin 0 -> 3441 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 5650 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 11000 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 16318 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 17874 bytes .../mysql/__pycache__/schema.cpython-312.pyc | Bin 0 -> 12701 bytes .../__pycache__/validation.cpython-312.pyc | Bin 0 -> 3615 bytes .../django/db/backends/mysql/base.py | 441 + .../django/db/backends/mysql/client.py | 72 + .../django/db/backends/mysql/compiler.py | 69 + .../django/db/backends/mysql/creation.py | 100 + .../django/db/backends/mysql/features.py | 248 + .../django/db/backends/mysql/introspection.py | 375 + .../django/db/backends/mysql/operations.py | 419 + .../django/db/backends/mysql/schema.py | 249 + .../django/db/backends/mysql/validation.py | 77 + .../django/db/backends/oracle/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 219 bytes .../oracle/__pycache__/base.cpython-312.pyc | Bin 0 -> 28573 bytes .../oracle/__pycache__/client.cpython-312.pyc | Bin 0 -> 1444 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 23238 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 11120 bytes .../__pycache__/functions.cpython-312.pyc | Bin 0 -> 1578 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 16026 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 30860 bytes .../oracle/__pycache__/schema.cpython-312.pyc | Bin 0 -> 12588 bytes .../oracle/__pycache__/utils.cpython-312.pyc | Bin 0 -> 4143 bytes .../__pycache__/validation.cpython-312.pyc | Bin 0 -> 1285 bytes .../django/db/backends/oracle/base.py | 669 + .../django/db/backends/oracle/client.py | 27 + .../django/db/backends/oracle/creation.py | 471 + .../django/db/backends/oracle/features.py | 248 + .../django/db/backends/oracle/functions.py | 26 + .../db/backends/oracle/introspection.py | 429 + .../django/db/backends/oracle/operations.py | 704 + .../django/db/backends/oracle/schema.py | 256 + .../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 -> 223 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 25100 bytes .../__pycache__/client.cpython-312.pyc | Bin 0 -> 2985 bytes .../__pycache__/compiler.cpython-312.pyc | Bin 0 -> 3482 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 5241 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 8195 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 12610 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 18317 bytes .../__pycache__/psycopg_any.cpython-312.pyc | Bin 0 -> 6148 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 14148 bytes .../django/db/backends/postgresql/base.py | 624 + .../django/db/backends/postgresql/client.py | 64 + .../django/db/backends/postgresql/compiler.py | 61 + .../django/db/backends/postgresql/creation.py | 91 + .../django/db/backends/postgresql/features.py | 195 + .../db/backends/postgresql/introspection.py | 325 + .../db/backends/postgresql/operations.py | 405 + .../db/backends/postgresql/psycopg_any.py | 120 + .../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 -> 220 bytes .../__pycache__/_functions.cpython-312.pyc | Bin 0 -> 21917 bytes .../sqlite3/__pycache__/base.cpython-312.pyc | Bin 0 -> 15907 bytes .../__pycache__/client.cpython-312.pyc | Bin 0 -> 825 bytes .../__pycache__/creation.cpython-312.pyc | Bin 0 -> 7952 bytes .../__pycache__/features.cpython-312.pyc | Bin 0 -> 7630 bytes .../__pycache__/introspection.cpython-312.pyc | Bin 0 -> 17462 bytes .../__pycache__/operations.cpython-312.pyc | Bin 0 -> 20878 bytes .../__pycache__/schema.cpython-312.pyc | Bin 0 -> 20090 bytes .../django/db/backends/sqlite3/_functions.py | 565 + .../django/db/backends/sqlite3/base.py | 378 + .../django/db/backends/sqlite3/client.py | 10 + .../django/db/backends/sqlite3/creation.py | 158 + .../django/db/backends/sqlite3/features.py | 177 + .../db/backends/sqlite3/introspection.py | 456 + .../django/db/backends/sqlite3/operations.py | 414 + .../django/db/backends/sqlite3/schema.py | 502 + .../site-packages/django/db/backends/utils.py | 342 + .../django/db/migrations/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 321 bytes .../__pycache__/autodetector.cpython-312.pyc | Bin 0 -> 82860 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2789 bytes .../__pycache__/executor.cpython-312.pyc | Bin 0 -> 19022 bytes .../__pycache__/graph.cpython-312.pyc | Bin 0 -> 18059 bytes .../__pycache__/loader.cpython-312.pyc | Bin 0 -> 19148 bytes .../__pycache__/migration.cpython-312.pyc | Bin 0 -> 10049 bytes .../__pycache__/optimizer.cpython-312.pyc | Bin 0 -> 3508 bytes .../__pycache__/questioner.cpython-312.pyc | Bin 0 -> 15934 bytes .../__pycache__/recorder.cpython-312.pyc | Bin 0 -> 6097 bytes .../__pycache__/serializer.cpython-312.pyc | Bin 0 -> 25012 bytes .../__pycache__/state.cpython-312.pyc | Bin 0 -> 47463 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 4953 bytes .../__pycache__/writer.cpython-312.pyc | Bin 0 -> 14672 bytes .../django/db/migrations/autodetector.py | 2066 +++ .../django/db/migrations/exceptions.py | 60 + .../django/db/migrations/executor.py | 413 + .../django/db/migrations/graph.py | 336 + .../django/db/migrations/loader.py | 433 + .../django/db/migrations/migration.py | 239 + .../db/migrations/operations/__init__.py | 46 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1034 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 7750 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 18734 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 62823 bytes .../__pycache__/special.cpython-312.pyc | Bin 0 -> 9974 bytes .../django/db/migrations/operations/base.py | 177 + .../django/db/migrations/operations/fields.py | 357 + .../django/db/migrations/operations/models.py | 1288 ++ .../db/migrations/operations/special.py | 218 + .../django/db/migrations/optimizer.py | 69 + .../django/db/migrations/questioner.py | 347 + .../django/db/migrations/recorder.py | 111 + .../django/db/migrations/serializer.py | 427 + .../django/db/migrations/state.py | 1021 ++ .../django/db/migrations/utils.py | 129 + .../django/db/migrations/writer.py | 323 + .../django/db/models/__init__.py | 138 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2967 bytes .../__pycache__/aggregates.cpython-312.pyc | Bin 0 -> 19731 bytes .../models/__pycache__/base.cpython-312.pyc | Bin 0 -> 100276 bytes .../__pycache__/constants.cpython-312.pyc | Bin 0 -> 565 bytes .../__pycache__/constraints.cpython-312.pyc | Bin 0 -> 31536 bytes .../__pycache__/deletion.cpython-312.pyc | Bin 0 -> 26597 bytes .../models/__pycache__/enums.cpython-312.pyc | Bin 0 -> 4515 bytes .../__pycache__/expressions.cpython-312.pyc | Bin 0 -> 110716 bytes .../__pycache__/fetch_modes.cpython-312.pyc | Bin 0 -> 2760 bytes .../__pycache__/indexes.cpython-312.pyc | Bin 0 -> 19482 bytes .../__pycache__/lookups.cpython-312.pyc | Bin 0 -> 40285 bytes .../__pycache__/manager.cpython-312.pyc | Bin 0 -> 9240 bytes .../__pycache__/options.cpython-312.pyc | Bin 0 -> 41370 bytes .../models/__pycache__/query.cpython-312.pyc | Bin 0 -> 134503 bytes .../__pycache__/query_utils.cpython-312.pyc | Bin 0 -> 25343 bytes .../__pycache__/signals.cpython-312.pyc | Bin 0 -> 2272 bytes .../models/__pycache__/utils.cpython-312.pyc | Bin 0 -> 3817 bytes .../django/db/models/aggregates.py | 468 + .../site-packages/django/db/models/base.py | 2576 ++++ .../django/db/models/constants.py | 13 + .../django/db/models/constraints.py | 686 + .../django/db/models/deletion.py | 552 + .../site-packages/django/db/models/enums.py | 79 + .../django/db/models/expressions.py | 2235 ++++ .../django/db/models/fetch_modes.py | 61 + .../django/db/models/fields/__init__.py | 2984 +++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 119268 bytes .../__pycache__/composite.cpython-312.pyc | Bin 0 -> 10696 bytes .../fields/__pycache__/files.cpython-312.pyc | Bin 0 -> 22094 bytes .../__pycache__/generated.cpython-312.pyc | Bin 0 -> 11167 bytes .../fields/__pycache__/json.cpython-312.pyc | Bin 0 -> 36572 bytes .../fields/__pycache__/mixins.cpython-312.pyc | Bin 0 -> 3386 bytes .../fields/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1089 bytes .../__pycache__/related.cpython-312.pyc | Bin 0 -> 91897 bytes .../related_descriptors.cpython-312.pyc | Bin 0 -> 81015 bytes .../related_lookups.cpython-312.pyc | Bin 0 -> 8141 bytes .../reverse_related.cpython-312.pyc | Bin 0 -> 16278 bytes .../__pycache__/tuple_lookups.cpython-312.pyc | Bin 0 -> 22404 bytes .../django/db/models/fields/composite.py | 177 + .../django/db/models/fields/files.py | 541 + .../django/db/models/fields/generated.py | 223 + .../django/db/models/fields/json.py | 745 ++ .../django/db/models/fields/mixins.py | 65 + .../django/db/models/fields/proxy.py | 18 + .../django/db/models/fields/related.py | 2212 ++++ .../db/models/fields/related_descriptors.py | 1714 +++ .../db/models/fields/related_lookups.py | 152 + .../db/models/fields/reverse_related.py | 407 + .../django/db/models/fields/tuple_lookups.py | 421 + .../django/db/models/functions/__init__.py | 197 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2627 bytes .../__pycache__/comparison.cpython-312.pyc | Bin 0 -> 8694 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 16571 bytes .../__pycache__/json.cpython-312.pyc | Bin 0 -> 5502 bytes .../__pycache__/math.cpython-312.pyc | Bin 0 -> 9098 bytes .../__pycache__/mixins.cpython-312.pyc | Bin 0 -> 4049 bytes .../__pycache__/text.cpython-312.pyc | Bin 0 -> 16523 bytes .../__pycache__/uuid.cpython-312.pyc | Bin 0 -> 4870 bytes .../__pycache__/window.cpython-312.pyc | Bin 0 -> 4808 bytes .../django/db/models/functions/comparison.py | 173 + .../django/db/models/functions/datetime.py | 420 + .../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 | 377 + .../django/db/models/functions/uuid.py | 85 + .../django/db/models/functions/window.py | 120 + .../site-packages/django/db/models/indexes.py | 391 + .../site-packages/django/db/models/lookups.py | 832 ++ .../site-packages/django/db/models/manager.py | 213 + .../site-packages/django/db/models/options.py | 1052 ++ .../site-packages/django/db/models/query.py | 3092 +++++ .../django/db/models/query_utils.py | 561 + .../site-packages/django/db/models/signals.py | 54 + .../django/db/models/sql/__init__.py | 6 + .../sql/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 466 bytes .../sql/__pycache__/compiler.cpython-312.pyc | Bin 0 -> 99156 bytes .../sql/__pycache__/constants.cpython-312.pyc | Bin 0 -> 597 bytes .../datastructures.cpython-312.pyc | Bin 0 -> 9398 bytes .../sql/__pycache__/query.cpython-312.pyc | Bin 0 -> 119189 bytes .../__pycache__/subqueries.cpython-312.pyc | Bin 0 -> 8799 bytes .../sql/__pycache__/where.cpython-312.pyc | Bin 0 -> 15720 bytes .../django/db/models/sql/compiler.py | 2285 ++++ .../django/db/models/sql/constants.py | 26 + .../django/db/models/sql/datastructures.py | 222 + .../django/db/models/sql/query.py | 2897 +++++ .../django/db/models/sql/subqueries.py | 177 + .../django/db/models/sql/where.py | 345 + .../site-packages/django/db/models/utils.py | 81 + .../site-packages/django/db/transaction.py | 351 + .../site-packages/django/db/utils.py | 282 + .../site-packages/django/dispatch/__init__.py | 10 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 527 bytes .../__pycache__/dispatcher.cpython-312.pyc | Bin 0 -> 22287 bytes .../django/dispatch/dispatcher.py | 558 + .../site-packages/django/dispatch/license.txt | 36 + .../site-packages/django/forms/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 551 bytes .../__pycache__/boundfield.cpython-312.pyc | Bin 0 -> 19134 bytes .../forms/__pycache__/fields.cpython-312.pyc | Bin 0 -> 60596 bytes .../forms/__pycache__/forms.cpython-312.pyc | Bin 0 -> 19370 bytes .../__pycache__/formsets.cpython-312.pyc | Bin 0 -> 24225 bytes .../forms/__pycache__/models.cpython-312.pyc | Bin 0 -> 64921 bytes .../__pycache__/renderers.cpython-312.pyc | Bin 0 -> 3873 bytes .../forms/__pycache__/utils.cpython-312.pyc | Bin 0 -> 12515 bytes .../forms/__pycache__/widgets.cpython-312.pyc | Bin 0 -> 58021 bytes .../site-packages/django/forms/boundfield.py | 371 + .../site-packages/django/forms/fields.py | 1399 ++ .../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 | 1719 +++ .../site-packages/django/forms/renderers.py | 77 + .../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 | 1324 ++ .../site-packages/django/http/__init__.py | 52 + .../http/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1116 bytes .../http/__pycache__/cookie.cpython-312.pyc | Bin 0 -> 899 bytes .../multipartparser.cpython-312.pyc | Bin 0 -> 26780 bytes .../http/__pycache__/request.cpython-312.pyc | Bin 0 -> 39612 bytes .../http/__pycache__/response.cpython-312.pyc | Bin 0 -> 35555 bytes .../site-packages/django/http/cookie.py | 23 + .../django/http/multipartparser.py | 759 ++ .../site-packages/django/http/request.py | 880 ++ .../site-packages/django/http/response.py | 773 ++ .../django/middleware/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9446 bytes .../__pycache__/clickjacking.cpython-312.pyc | Bin 0 -> 2232 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 9022 bytes .../__pycache__/csp.cpython-312.pyc | Bin 0 -> 1894 bytes .../__pycache__/csrf.cpython-312.pyc | Bin 0 -> 20337 bytes .../__pycache__/gzip.cpython-312.pyc | Bin 0 -> 2654 bytes .../__pycache__/http.cpython-312.pyc | Bin 0 -> 1927 bytes .../__pycache__/locale.cpython-312.pyc | Bin 0 -> 3493 bytes .../__pycache__/security.cpython-312.pyc | Bin 0 -> 4143 bytes .../site-packages/django/middleware/cache.py | 238 + .../django/middleware/clickjacking.py | 48 + .../site-packages/django/middleware/common.py | 193 + .../site-packages/django/middleware/csp.py | 33 + .../site-packages/django/middleware/csrf.py | 484 + .../site-packages/django/middleware/gzip.py | 66 + .../site-packages/django/middleware/http.py | 41 + .../site-packages/django/middleware/locale.py | 80 + .../django/middleware/security.py | 66 + .../site-packages/django/shortcuts.py | 211 + .../site-packages/django/tasks/__init__.py | 45 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1642 bytes .../tasks/__pycache__/base.cpython-312.pyc | Bin 0 -> 12332 bytes .../tasks/__pycache__/checks.cpython-312.pyc | Bin 0 -> 705 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 1330 bytes .../tasks/__pycache__/signals.cpython-312.pyc | Bin 0 -> 2686 bytes .../django/tasks/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 215 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 4974 bytes .../__pycache__/dummy.cpython-312.pyc | Bin 0 -> 3533 bytes .../__pycache__/immediate.cpython-312.pyc | Bin 0 -> 4672 bytes .../django/tasks/backends/base.py | 112 + .../django/tasks/backends/dummy.py | 64 + .../django/tasks/backends/immediate.py | 95 + .../site-packages/django/tasks/base.py | 272 + .../site-packages/django/tasks/checks.py | 11 + .../site-packages/django/tasks/exceptions.py | 21 + .../site-packages/django/tasks/signals.py | 65 + .../site-packages/django/template/__init__.py | 75 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1912 bytes .../__pycache__/autoreload.cpython-312.pyc | Bin 0 -> 3391 bytes .../template/__pycache__/base.cpython-312.pyc | Bin 0 -> 49706 bytes .../__pycache__/context.cpython-312.pyc | Bin 0 -> 14224 bytes .../context_processors.cpython-312.pyc | Bin 0 -> 3923 bytes .../defaultfilters.cpython-312.pyc | Bin 0 -> 37748 bytes .../__pycache__/defaulttags.cpython-312.pyc | Bin 0 -> 66435 bytes .../__pycache__/engine.cpython-312.pyc | Bin 0 -> 9995 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 1955 bytes .../__pycache__/library.cpython-312.pyc | Bin 0 -> 17545 bytes .../__pycache__/loader.cpython-312.pyc | Bin 0 -> 2719 bytes .../__pycache__/loader_tags.cpython-312.pyc | Bin 0 -> 16941 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 6292 bytes .../__pycache__/smartif.cpython-312.pyc | Bin 0 -> 10960 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 4823 bytes .../django/template/autoreload.py | 61 + .../django/template/backends/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../backends/__pycache__/base.cpython-312.pyc | Bin 0 -> 3630 bytes .../__pycache__/django.cpython-312.pyc | Bin 0 -> 9578 bytes .../__pycache__/dummy.cpython-312.pyc | Bin 0 -> 3019 bytes .../__pycache__/jinja2.cpython-312.pyc | Bin 0 -> 6348 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 786 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 | 1223 ++ .../site-packages/django/template/context.py | 307 + .../django/template/context_processors.py | 98 + .../django/template/defaultfilters.py | 997 ++ .../django/template/defaulttags.py | 1692 +++ .../site-packages/django/template/engine.py | 234 + .../django/template/exceptions.py | 44 + .../site-packages/django/template/library.py | 501 + .../site-packages/django/template/loader.py | 66 + .../django/template/loader_tags.py | 370 + .../django/template/loaders/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../app_directories.cpython-312.pyc | Bin 0 -> 792 bytes .../loaders/__pycache__/base.cpython-312.pyc | Bin 0 -> 2266 bytes .../__pycache__/cached.cpython-312.pyc | Bin 0 -> 5576 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 2477 bytes .../__pycache__/locmem.cpython-312.pyc | Bin 0 -> 1419 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 | 220 + .../site-packages/django/template/utils.py | 110 + .../django/templatetags/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 4562 bytes .../__pycache__/i18n.cpython-312.pyc | Bin 0 -> 25769 bytes .../__pycache__/l10n.cpython-312.pyc | Bin 0 -> 2927 bytes .../__pycache__/static.cpython-312.pyc | Bin 0 -> 7141 bytes .../__pycache__/tz.cpython-312.pyc | Bin 0 -> 7810 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 | 200 + .../site-packages/django/test/__init__.py | 38 + .../test/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 894 bytes .../test/__pycache__/client.cpython-312.pyc | Bin 0 -> 54809 bytes .../test/__pycache__/html.cpython-312.pyc | Bin 0 -> 11902 bytes .../test/__pycache__/runner.cpython-312.pyc | Bin 0 -> 57476 bytes .../test/__pycache__/selenium.cpython-312.pyc | Bin 0 -> 15550 bytes .../test/__pycache__/signals.cpython-312.pyc | Bin 0 -> 9158 bytes .../__pycache__/testcases.cpython-312.pyc | Bin 0 -> 84019 bytes .../test/__pycache__/utils.cpython-312.pyc | Bin 0 -> 45473 bytes .../site-packages/django/test/client.py | 1755 +++ .../site-packages/django/test/html.py | 273 + .../site-packages/django/test/runner.py | 1296 ++ .../site-packages/django/test/selenium.py | 288 + .../site-packages/django/test/signals.py | 261 + .../site-packages/django/test/testcases.py | 1897 +++ .../site-packages/django/test/utils.py | 1021 ++ .../site-packages/django/urls/__init__.py | 53 + .../urls/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1104 bytes .../urls/__pycache__/base.cpython-312.pyc | Bin 0 -> 7054 bytes .../urls/__pycache__/conf.cpython-312.pyc | Bin 0 -> 3344 bytes .../__pycache__/converters.cpython-312.pyc | Bin 0 -> 2926 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 589 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 36656 bytes .../urls/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2354 bytes .../site-packages/django/urls/base.py | 208 + .../site-packages/django/urls/conf.py | 96 + .../site-packages/django/urls/converters.py | 68 + .../site-packages/django/urls/exceptions.py | 9 + .../site-packages/django/urls/resolvers.py | 842 ++ .../site-packages/django/urls/utils.py | 66 + .../site-packages/django/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../utils/__pycache__/_os.cpython-312.pyc | Bin 0 -> 4954 bytes .../utils/__pycache__/archive.cpython-312.pyc | Bin 0 -> 12548 bytes .../utils/__pycache__/asyncio.cpython-312.pyc | Bin 0 -> 1515 bytes .../__pycache__/autoreload.cpython-312.pyc | Bin 0 -> 33349 bytes .../utils/__pycache__/cache.cpython-312.pyc | Bin 0 -> 16941 bytes .../utils/__pycache__/choices.cpython-312.pyc | Bin 0 -> 5867 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 5327 bytes .../utils/__pycache__/copy.cpython-312.pyc | Bin 0 -> 879 bytes .../utils/__pycache__/crypto.cpython-312.pyc | Bin 0 -> 4109 bytes .../utils/__pycache__/csp.cpython-312.pyc | Bin 0 -> 4812 bytes .../datastructures.cpython-312.pyc | Bin 0 -> 18271 bytes .../__pycache__/dateformat.cpython-312.pyc | Bin 0 -> 16265 bytes .../__pycache__/dateparse.cpython-312.pyc | Bin 0 -> 6579 bytes .../utils/__pycache__/dates.cpython-312.pyc | Bin 0 -> 2358 bytes .../__pycache__/deconstruct.cpython-312.pyc | Bin 0 -> 2490 bytes .../__pycache__/decorators.cpython-312.pyc | Bin 0 -> 9081 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 21185 bytes .../__pycache__/duration.cpython-312.pyc | Bin 0 -> 1917 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 9176 bytes .../__pycache__/feedgenerator.cpython-312.pyc | Bin 0 -> 22452 bytes .../utils/__pycache__/formats.cpython-312.pyc | Bin 0 -> 10839 bytes .../__pycache__/functional.cpython-312.pyc | Bin 0 -> 18946 bytes .../__pycache__/hashable.cpython-312.pyc | Bin 0 -> 1085 bytes .../utils/__pycache__/html.cpython-312.pyc | Bin 0 -> 22283 bytes .../utils/__pycache__/http.cpython-312.pyc | Bin 0 -> 16925 bytes .../utils/__pycache__/inspect.cpython-312.pyc | Bin 0 -> 7570 bytes .../utils/__pycache__/ipv6.cpython-312.pyc | Bin 0 -> 2529 bytes .../utils/__pycache__/json.cpython-312.pyc | Bin 0 -> 1494 bytes .../utils/__pycache__/log.cpython-312.pyc | Bin 0 -> 11787 bytes .../__pycache__/lorem_ipsum.cpython-312.pyc | Bin 0 -> 5442 bytes .../module_loading.cpython-312.pyc | Bin 0 -> 4065 bytes .../__pycache__/numberformat.cpython-312.pyc | Bin 0 -> 3626 bytes .../__pycache__/regex_helper.cpython-312.pyc | Bin 0 -> 11194 bytes .../__pycache__/safestring.cpython-312.pyc | Bin 0 -> 3133 bytes .../__pycache__/termcolors.cpython-312.pyc | Bin 0 -> 7472 bytes .../utils/__pycache__/text.cpython-312.pyc | Bin 0 -> 21958 bytes .../__pycache__/timesince.cpython-312.pyc | Bin 0 -> 5837 bytes .../__pycache__/timezone.cpython-312.pyc | Bin 0 -> 9147 bytes .../utils/__pycache__/tree.cpython-312.pyc | Bin 0 -> 5889 bytes .../utils/__pycache__/version.cpython-312.pyc | Bin 0 -> 4845 bytes .../__pycache__/xmlutils.cpython-312.pyc | Bin 0 -> 2477 bytes .../site-packages/django/utils/_os.py | 119 + .../site-packages/django/utils/archive.py | 262 + .../site-packages/django/utils/asyncio.py | 39 + .../site-packages/django/utils/autoreload.py | 694 + .../site-packages/django/utils/cache.py | 451 + .../site-packages/django/utils/choices.py | 116 + .../site-packages/django/utils/connection.py | 85 + .../site-packages/django/utils/copy.py | 17 + .../site-packages/django/utils/crypto.py | 92 + .../site-packages/django/utils/csp.py | 128 + .../django/utils/datastructures.py | 365 + .../site-packages/django/utils/dateformat.py | 335 + .../site-packages/django/utils/dateparse.py | 155 + .../site-packages/django/utils/dates.py | 79 + .../site-packages/django/utils/deconstruct.py | 61 + .../site-packages/django/utils/decorators.py | 228 + .../site-packages/django/utils/deprecation.py | 463 + .../site-packages/django/utils/duration.py | 46 + .../site-packages/django/utils/encoding.py | 262 + .../django/utils/feedgenerator.py | 525 + .../site-packages/django/utils/formats.py | 305 + .../site-packages/django/utils/functional.py | 455 + .../site-packages/django/utils/hashable.py | 26 + .../site-packages/django/utils/html.py | 534 + .../site-packages/django/utils/http.py | 434 + .../site-packages/django/utils/inspect.py | 151 + .../site-packages/django/utils/ipv6.py | 64 + .../site-packages/django/utils/json.py | 19 + .../site-packages/django/utils/log.py | 323 + .../site-packages/django/utils/lorem_ipsum.py | 286 + .../django/utils/module_loading.py | 107 + .../django/utils/numberformat.py | 108 + .../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 | 501 + .../site-packages/django/utils/timesince.py | 143 + .../site-packages/django/utils/timezone.py | 259 + .../django/utils/translation/__init__.py | 302 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12285 bytes .../__pycache__/reloader.cpython-312.pyc | Bin 0 -> 2183 bytes .../__pycache__/template.cpython-312.pyc | Bin 0 -> 9503 bytes .../__pycache__/trans_null.cpython-312.pyc | Bin 0 -> 2305 bytes .../__pycache__/trans_real.cpython-312.pyc | Bin 0 -> 28195 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 | 668 + .../site-packages/django/utils/tree.py | 126 + .../site-packages/django/utils/version.py | 123 + .../site-packages/django/utils/xmlutils.py | 40 + .../site-packages/django/views/__init__.py | 3 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 290 bytes .../views/__pycache__/csrf.cpython-312.pyc | Bin 0 -> 4040 bytes .../views/__pycache__/debug.cpython-312.pyc | Bin 0 -> 30357 bytes .../__pycache__/defaults.cpython-312.pyc | Bin 0 -> 4785 bytes .../views/__pycache__/i18n.cpython-312.pyc | Bin 0 -> 11972 bytes .../views/__pycache__/static.cpython-312.pyc | Bin 0 -> 5577 bytes .../site-packages/django/views/csrf.py | 81 + .../site-packages/django/views/debug.py | 683 + .../django/views/decorators/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3708 bytes .../__pycache__/clickjacking.cpython-312.pyc | Bin 0 -> 3271 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 1113 bytes .../__pycache__/csp.cpython-312.pyc | Bin 0 -> 2093 bytes .../__pycache__/csrf.cpython-312.pyc | Bin 0 -> 2997 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 5350 bytes .../__pycache__/gzip.cpython-312.pyc | Bin 0 -> 484 bytes .../__pycache__/http.cpython-312.pyc | Bin 0 -> 6944 bytes .../__pycache__/vary.cpython-312.pyc | Bin 0 -> 1816 bytes .../django/views/decorators/cache.py | 83 + .../django/views/decorators/clickjacking.py | 89 + .../django/views/decorators/common.py | 26 + .../django/views/decorators/csp.py | 38 + .../django/views/decorators/csrf.py | 68 + .../django/views/decorators/debug.py | 146 + .../django/views/decorators/gzip.py | 5 + .../django/views/decorators/http.py | 168 + .../django/views/decorators/vary.py | 43 + .../site-packages/django/views/defaults.py | 150 + .../django/views/generic/__init__.py | 39 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1158 bytes .../generic/__pycache__/base.cpython-312.pyc | Bin 0 -> 12345 bytes .../generic/__pycache__/dates.cpython-312.pyc | Bin 0 -> 32514 bytes .../__pycache__/detail.cpython-312.pyc | Bin 0 -> 8095 bytes .../generic/__pycache__/edit.cpython-312.pyc | Bin 0 -> 12739 bytes .../generic/__pycache__/list.cpython-312.pyc | Bin 0 -> 9396 bytes .../django/views/generic/base.py | 291 + .../django/views/generic/dates.py | 823 ++ .../django/views/generic/detail.py | 191 + .../django/views/generic/edit.py | 274 + .../django/views/generic/list.py | 224 + .../site-packages/django/views/i18n.py | 253 + .../site-packages/django/views/static.py | 122 + .../django/views/templates/csrf_403.html | 85 + .../views/templates/default_urlconf.html | 244 + .../views/templates/directory_index.html | 22 + .../django/views/templates/i18n_catalog.js | 102 + .../django/views/templates/technical_404.html | 86 + .../django/views/templates/technical_500.html | 498 + .../django/views/templates/technical_500.txt | 66 + .../pip-24.0.dist-info/AUTHORS.txt | 760 ++ .../pip-24.0.dist-info/INSTALLER | 1 + .../pip-24.0.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.0.dist-info/METADATA | 88 + .../site-packages/pip-24.0.dist-info/RECORD | 1005 ++ .../pip-24.0.dist-info/REQUESTED | 0 .../site-packages/pip-24.0.dist-info/WHEEL | 5 + .../pip-24.0.dist-info/entry_points.txt | 4 + .../pip-24.0.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 -> 706 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 862 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2225 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 808 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14315 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12686 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17687 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33305 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 691 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4992 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10573 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13670 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 299 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8486 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10476 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30395 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1802 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2319 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4926 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15043 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2641 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18873 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7861 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 396 bytes .../pip/_internal/cli/autocompletion.py | 172 + .../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 | 505 + .../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 -> 4023 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9732 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2111 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5213 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13233 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10182 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7610 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4437 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 3004 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1694 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6741 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3996 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28934 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15677 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7642 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9749 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4747 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8977 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 109 + .../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 | 774 ++ .../pip/_internal/commands/list.py | 370 + .../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 | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 962 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2883 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1721 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8509 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2269 bytes .../pip/_internal/distributions/base.py | 51 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 156 + .../pip/_internal/distributions/wheel.py | 40 + .../site-packages/pip/_internal/exceptions.py | 728 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 253 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21907 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40756 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12625 bytes .../pip/_internal/index/collector.py | 507 + .../pip/_internal/index/package_finder.py | 1027 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16797 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6877 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8032 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3802 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5903 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2896 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35733 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15811 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 702 + .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 379 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3354 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13446 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11201 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 227 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 278 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 287 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1926 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11220 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4248 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1715 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2293 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26023 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1190 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5109 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1872 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4975 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5801 bytes .../pip/_internal/models/candidate.py | 30 + .../pip/_internal/models/direct_url.py | 235 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 579 + .../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 | 122 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 275 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22017 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6539 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8574 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11684 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18795 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2274 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2970 bytes .../pip/_internal/network/auth.py | 561 + .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 520 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7600 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10138 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25768 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7844 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1901 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1935 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3086 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1705 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2046 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3950 bytes .../operations/build/build_tracker.py | 139 + .../_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 -> 287 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1838 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 33880 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 734 ++ .../pip/_internal/operations/prepare.py | 730 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3764 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21603 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21482 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38435 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7239 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32998 bytes .../pip/_internal/req/constructors.py | 576 + .../pip/_internal/req/req_file.py | 554 + .../pip/_internal/req/req_install.py | 923 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 649 + .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 218 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1206 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22460 bytes .../_internal/resolution/legacy/resolver.py | 598 + .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 229 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8358 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 30419 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32135 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6229 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10399 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4956 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 11450 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12372 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 597 + .../resolution/resolvelib/factory.py | 812 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 248 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4554 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1884 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2428 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2231 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5579 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 702 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4204 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3581 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3244 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2176 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 4011 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7476 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1182 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2360 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7572 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13575 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 34139 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2730 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2601 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4568 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8736 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12080 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11126 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2423 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4498 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5944 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 | 80 + .../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 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 783 ++ .../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 | 296 + .../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 | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 552 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5044 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19013 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7633 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12505 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29031 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 | 354 + .../site-packages/pip/_vendor/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4714 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41291 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122071 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 924 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2668 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6486 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3831 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16189 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4369 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6716 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 6427 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1696 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 457 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7732 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2760 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 494 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/serialize.py | 206 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 340 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 667 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3349 bytes .../pip/_vendor/certifi/cacert.pem | 4635 +++++++ .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4590 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27221 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1409 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9660 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4144 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5040 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3900 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 811 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1418 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3018 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4588 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15332 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4405 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12104 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1412 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27226 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1412 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19148 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1425 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5844 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22177 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83025 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1416 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39571 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83144 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 77010 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77521 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83098 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105273 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77699 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77538 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7024 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7204 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3925 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1610 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38667 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 654 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6409 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2379 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4517 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12291 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 10001 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3197 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 510 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 -> 217 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4034 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 -> 222 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9777 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 -> 514 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3972 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16443 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3572 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8148 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9110 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 -> 220 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5489 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18125 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11770 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4926 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2510 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6634 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 | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1291 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45627 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66049 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24388 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60180 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15147 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7704 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41821 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17347 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19602 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88278 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30388 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51883 bytes .../pip/_vendor/distlib/compat.py | 1138 ++ .../pip/_vendor/distlib/database.py | 1359 ++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 ++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 452 + .../site-packages/pip/_vendor/distlib/util.py | 2025 +++ .../pip/_vendor/distlib/version.py | 751 ++ .../pip/_vendor/distlib/wheel.py | 1099 ++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 982 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 314 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53776 bytes .../pip/_vendor/distro/distro.py | 1399 ++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 903 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4655 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 909 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16045 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99519 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2660 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 238 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158892 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 | 4246 ++++++ .../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 -> 1853 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2047 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8690 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43598 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 -> 652 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 488 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12098 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6932 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3263 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14080 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6968 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31269 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18978 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5890 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19961 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 -> 146496 bytes .../pip/_vendor/platformdirs/__init__.py | 566 + .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18051 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1968 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9466 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9694 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5659 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12463 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 333 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13021 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 -> 3511 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 757 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26628 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2649 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3255 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4592 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38352 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1591 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3419 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4104 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4779 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11069 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6697 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8165 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33011 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14004 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 -> 37959 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6949 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4238 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4217 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7287 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40595 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27066 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6088 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19977 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6907 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2953 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6149 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9089 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5852 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15180 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 -> 14675 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64427 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42662 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 -> 4471 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 -> 7934 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8418 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13437 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267731 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13017 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48524 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34133 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17211 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13207 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14927 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 -> 26836 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 -> 636 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 397 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14748 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 -> 1103 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14420 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5476 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 607 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2047 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21303 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7227 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13946 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 945 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1530 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25269 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7070 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4335 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1075 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35471 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 795 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27780 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5982 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5640 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36098 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 | 1088 ++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 657 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6874 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2677 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25920 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10529 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 223 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 443 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 -> 7038 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10327 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7844 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205999 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1752 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2344 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 560 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 878 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12100 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4170 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1908 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3643 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5183 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 749 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6602 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13202 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 988 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 888 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28999 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2513 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3596 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2383 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1631 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12345 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9129 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4295 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11881 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5641 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26593 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1724 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8610 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113816 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2281 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9249 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10952 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10396 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1510 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4232 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1868 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3600 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3105 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9921 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6058 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5232 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20243 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19166 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4917 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13577 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9321 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6399 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7157 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1843 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5337 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12120 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40079 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75101 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10412 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14804 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1815 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 590 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6649 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6591 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3853 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2507 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28184 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6087 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6091 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33537 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2162 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39635 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43607 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3371 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58986 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6363 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 337 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31571 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11462 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 -> 27109 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4829 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2338 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1647 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1487 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2325 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1435 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14304 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5591 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2609 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12436 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 -> 407 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26950 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3931 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 389 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/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 641 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 15820 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16685 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2238 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1122 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15529 bytes .../pip/_vendor/truststore/_api.py | 302 + .../pip/_vendor/truststore/_macos.py | 501 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 554 + .../pip/_vendor/typing_extensions.py | 3072 +++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3428 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16511 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 241 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20430 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36465 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13516 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10436 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4041 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20823 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7317 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33991 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 + .../pip/_vendor/urllib3/connectionpool.py | 1137 ++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1871 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11587 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5742 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24473 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35579 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7534 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 238 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17450 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14824 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 -> 222 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41342 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 232 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1848 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7354 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 | 556 + .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1169 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4779 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1575 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1375 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4206 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3012 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21741 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15126 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5094 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10795 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11162 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15818 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4426 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 | 622 + .../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 | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12024 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7155 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2722 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9274 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3318 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 + env/lib/python3.12/site-packages/pip/py.typed | 4 + .../sqlparse-0.6.0.dist-info/INSTALLER | 1 + .../sqlparse-0.6.0.dist-info/METADATA | 175 + .../sqlparse-0.6.0.dist-info/RECORD | 51 + .../sqlparse-0.6.0.dist-info/WHEEL | 4 + .../sqlparse-0.6.0.dist-info/entry_points.txt | 2 + .../sqlparse-0.6.0.dist-info/licenses/AUTHORS | 92 + .../sqlparse-0.6.0.dist-info/licenses/LICENSE | 25 + .../site-packages/sqlparse/__init__.py | 75 + .../site-packages/sqlparse/__main__.py | 22 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3539 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 672 bytes .../sqlparse/__pycache__/cli.cpython-312.pyc | Bin 0 -> 8518 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 498 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 7979 bytes .../__pycache__/keywords.cpython-312.pyc | Bin 0 -> 55346 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 7142 bytes .../sqlparse/__pycache__/sql.cpython-312.pyc | Bin 0 -> 32633 bytes .../__pycache__/tokens.cpython-312.pyc | Bin 0 -> 2293 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 4608 bytes .../python3.12/site-packages/sqlparse/cli.py | 246 + .../site-packages/sqlparse/engine/__init__.py | 16 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 445 bytes .../__pycache__/filter_stack.cpython-312.pyc | Bin 0 -> 2267 bytes .../__pycache__/grouping.cpython-312.pyc | Bin 0 -> 26136 bytes .../statement_splitter.cpython-312.pyc | Bin 0 -> 7666 bytes .../sqlparse/engine/filter_stack.py | 51 + .../site-packages/sqlparse/engine/grouping.py | 525 + .../sqlparse/engine/statement_splitter.py | 196 + .../site-packages/sqlparse/exceptions.py | 12 + .../sqlparse/filters/__init__.py | 39 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 962 bytes .../aligned_indent.cpython-312.pyc | Bin 0 -> 7942 bytes .../__pycache__/others.cpython-312.pyc | Bin 0 -> 9977 bytes .../__pycache__/output.cpython-312.pyc | Bin 0 -> 6562 bytes .../__pycache__/reindent.cpython-312.pyc | Bin 0 -> 16927 bytes .../__pycache__/right_margin.cpython-312.pyc | Bin 0 -> 2204 bytes .../__pycache__/tokens.cpython-312.pyc | Bin 0 -> 2944 bytes .../sqlparse/filters/aligned_indent.py | 136 + .../site-packages/sqlparse/filters/others.py | 174 + .../site-packages/sqlparse/filters/output.py | 127 + .../sqlparse/filters/reindent.py | 288 + .../sqlparse/filters/right_margin.py | 49 + .../site-packages/sqlparse/filters/tokens.py | 59 + .../site-packages/sqlparse/formatter.py | 204 + .../site-packages/sqlparse/keywords.py | 1111 ++ .../site-packages/sqlparse/lexer.py | 174 + .../site-packages/sqlparse/py.typed | 0 .../python3.12/site-packages/sqlparse/sql.py | 664 + .../site-packages/sqlparse/tokens.py | 71 + .../site-packages/sqlparse/utils.py | 124 + env/lib64 | 1 + env/pyvenv.cfg | 5 + manage.py | 22 + static/css/bootstrap.min.css | 6 + static/css/styles.css | 0 static/js/bootstrap.bundle.min.js | 0 templates/Baselayout.html | 19 + 5730 files changed, 768970 insertions(+) create mode 100644 apps/__init__.py create mode 100644 apps/__pycache__/__init__.cpython-312.pyc create mode 100644 apps/core/__init__.py create mode 100644 apps/core/__pycache__/__init__.cpython-312.pyc create mode 100644 apps/core/__pycache__/admin.cpython-312.pyc create mode 100644 apps/core/__pycache__/apps.cpython-312.pyc create mode 100644 apps/core/__pycache__/models.cpython-312.pyc create mode 100644 apps/core/__pycache__/urls.cpython-312.pyc create mode 100644 apps/core/__pycache__/views.cpython-312.pyc create mode 100644 apps/core/admin.py create mode 100644 apps/core/apps.py create mode 100644 apps/core/migrations/__init__.py create mode 100644 apps/core/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 apps/core/models.py create mode 100644 apps/core/templates/apps/core/index.html create mode 100644 apps/core/tests.py create mode 100644 apps/core/urls.py create mode 100644 apps/core/views.py create mode 100644 config/__init__.py create mode 100644 config/__pycache__/__init__.cpython-312.pyc create mode 100644 config/__pycache__/settings.cpython-312.pyc create mode 100644 config/__pycache__/urls.cpython-312.pyc create mode 100644 config/__pycache__/wsgi.cpython-312.pyc create mode 100644 config/asgi.py create mode 100644 config/settings.py create mode 100644 config/urls.py create mode 100644 config/wsgi.py create mode 100644 db.sqlite3 create mode 100644 env/bin/Activate.ps1 create mode 100644 env/bin/activate create mode 100644 env/bin/activate.csh create mode 100644 env/bin/activate.fish create mode 100755 env/bin/django-admin create mode 100755 env/bin/pip create mode 100755 env/bin/pip3 create mode 100755 env/bin/pip3.12 create mode 120000 env/bin/python create mode 120000 env/bin/python3 create mode 120000 env/bin/python3.12 create mode 100755 env/bin/sqlformat create mode 100644 env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/INSTALLER create mode 100644 env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/METADATA create mode 100644 env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/RECORD create mode 100644 env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/WHEEL create mode 100644 env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/licenses/LICENSE create mode 100644 env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/top_level.txt create mode 100644 env/lib/python3.12/site-packages/asgiref/__init__.py create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/compatibility.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/current_thread_executor.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/local.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/sync.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/typing.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/__pycache__/wsgi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/asgiref/compatibility.py create mode 100644 env/lib/python3.12/site-packages/asgiref/current_thread_executor.py create mode 100644 env/lib/python3.12/site-packages/asgiref/local.py create mode 100644 env/lib/python3.12/site-packages/asgiref/py.typed create mode 100644 env/lib/python3.12/site-packages/asgiref/server.py create mode 100644 env/lib/python3.12/site-packages/asgiref/sync.py create mode 100644 env/lib/python3.12/site-packages/asgiref/testing.py create mode 100644 env/lib/python3.12/site-packages/asgiref/timeout.py create mode 100644 env/lib/python3.12/site-packages/asgiref/typing.py create mode 100644 env/lib/python3.12/site-packages/asgiref/wsgi.py create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/INSTALLER create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/METADATA create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/RECORD create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/REQUESTED create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/WHEEL create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/entry_points.txt create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/AUTHORS create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/LICENSE create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/LICENSE.python create mode 100644 env/lib/python3.12/site-packages/django-6.1.1.dist-info/top_level.txt create mode 100644 env/lib/python3.12/site-packages/django/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/__main__.py create mode 100644 env/lib/python3.12/site-packages/django/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/__pycache__/shortcuts.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/apps/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/apps/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/apps/__pycache__/config.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/apps/__pycache__/registry.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/apps/config.py create mode 100644 env/lib/python3.12/site-packages/django/apps/registry.py create mode 100644 env/lib/python3.12/site-packages/django/conf/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/__pycache__/global_settings.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/app_template/__init__.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/app_template/admin.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/app_template/apps.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/app_template/migrations/__init__.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/app_template/models.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/app_template/tests.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/app_template/views.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/global_settings.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/az/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/az/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bg/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bg/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bn/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bn/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bs/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/bs/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ca/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ca/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ckb/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ckb/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cs/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cs/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cy/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/cy/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/da/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/da/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de_CH/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/de_CH/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/el/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/el/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_AU/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_AU/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_CA/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_CA/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_CA/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_CA/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_GB/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_GB/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_IE/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_IE/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/en_IE/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eo/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eo/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_AR/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_AR/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_CO/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_CO/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_MX/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_MX/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_NI/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_NI/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_PR/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_PR/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/et/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/et/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eu/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/eu/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fa/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fa/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fi/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fi/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_BE/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_BE/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_BE/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_BE/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CA/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CA/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CH/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fr_CH/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fy/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/fy/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ga/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ga/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gd/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gd/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gl/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/gl/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/he/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/he/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hi/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hi/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hr/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hr/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ht/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ht/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ht/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ht/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hu/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hu/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/id/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/id/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ig/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ig/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ig/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ig/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/is/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/is/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/it/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/it/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ja/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ja/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ka/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ka/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/km/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/km/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kn/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/kn/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ko/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ko/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ky/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ky/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lt/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lt/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lv/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/lv/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mk/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mk/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ml/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ml/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mn/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mn/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ms/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ms/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nb/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nb/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nl/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nl/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nn/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/nn/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pl/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pl/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/pt_BR/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ro/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ro/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ru/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ru/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sk/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sk/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sl/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sl/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sq/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sq/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sv/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sv/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ta/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ta/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/te/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/te/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tg/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tg/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/th/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/th/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tk/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tk/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tr/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tr/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ug/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ug/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uk/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uk/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uz/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/uz/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/vi/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/vi/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/formats.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/formats.py create mode 100755 env/lib/python3.12/site-packages/django/conf/project_template/manage.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/project_template/project_name/__init__.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/project_template/project_name/asgi.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/project_template/project_name/urls.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/project_template/project_name/wsgi.py-tpl create mode 100644 env/lib/python3.12/site-packages/django/conf/urls/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/conf/urls/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/urls/__pycache__/i18n.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/urls/__pycache__/static.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/conf/urls/i18n.py create mode 100644 env/lib/python3.12/site-packages/django/conf/urls/static.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/actions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/decorators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/filters.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/formfields.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/forms.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/helpers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/options.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/sites.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/tests.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/widgets.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/actions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/checks.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/decorators.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/filters.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/formfields.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/forms.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/helpers.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/0001_initial.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0002_logentry_remove_auto_add.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0003_logentry_add_action_flag_choices.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/options.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/sites.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.md create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert-dark.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug-dark.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info-dark.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no-dark.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes-dark.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/404.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/500.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/actions.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_index.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_list.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base_site.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_actions.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_results.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/filter.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/invalid_setup.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/submit_line.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/date.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/radio.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/time.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/url.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_done.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_done.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_email.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_filters.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_list.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_modify.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/log.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_filters.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_urls.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/templatetags/log.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/tests.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/utils.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/autocomplete.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/decorators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/__pycache__/main.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/autocomplete.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/decorators.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/views/main.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admin/widgets.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/middleware.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/urls.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/kab/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/middleware.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/bookmarklets.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/index.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/missing_docutils.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_detail.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/model_index.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_detail.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_filter_index.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/template_tag_index.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_detail.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/templates/admin_doc/view_index.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/urls.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/utils.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/admindocs/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/admin.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/backends.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/base_user.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/context_processors.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/decorators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/forms.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/hashers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/middleware.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/mixins.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/password_validation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/signals.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/tokens.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/urls.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/validators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/admin.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/backends.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/base_user.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/checks.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/common-passwords.txt.gz create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/context_processors.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/decorators.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/forms.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/handlers/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/handlers/__pycache__/modwsgi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/handlers/modwsgi.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/hashers.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/kab/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/commands/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/changepassword.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/commands/__pycache__/createsuperuser.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/commands/changepassword.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/management/commands/createsuperuser.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/middleware.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0001_initial.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0007_alter_validators_add_error_messages.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0008_alter_user_username_max_length.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0009_alter_user_last_name_max_length.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0010_alter_group_name_max_length.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0011_update_proxy_permissions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/0012_alter_user_first_name_max_length.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0002_alter_permission_name_max_length.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0003_alter_user_email_max_length.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0004_alter_user_username_opts.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0005_alter_user_last_login_null.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0006_require_contenttypes_0002.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0007_alter_validators_add_error_messages.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0008_alter_user_username_max_length.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0009_alter_user_last_name_max_length.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0010_alter_group_name_max_length.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0011_update_proxy_permissions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/0012_alter_user_first_name_max_length.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/mixins.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/password_validation.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/signals.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/templates/auth/widgets/read_only_password_hash.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/templates/registration/password_reset_subject.txt create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/templatetags/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/templatetags/__pycache__/auth.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/templatetags/auth.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/tokens.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/urls.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/validators.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/auth/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/admin.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/fields.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/forms.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/prefetch.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/admin.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/checks.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/fields.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/forms.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/management/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/management/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/__pycache__/remove_stale_contenttypes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/management/commands/remove_stale_contenttypes.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/0001_initial.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__pycache__/0002_remove_content_type_name.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/prefetch.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/contenttypes/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/admin.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/forms.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/middleware.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/sitemaps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/urls.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/admin.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/forms.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/middleware.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/migrations/0001_initial.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/sitemaps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/__pycache__/flatpages.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/templatetags/flatpages.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/urls.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/flatpages/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/feeds.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/geoip2.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/geometry.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/measure.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/ptr.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/shortcuts.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/admin/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/admin/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/admin/__pycache__/options.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/admin/options.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/adapter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/adapter.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/features.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/base/operations.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/features.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/operations.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/mysql/schema.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/adapter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/adapter.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/features.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/operations.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/oracle/schema.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/adapter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/const.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/pgraster.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/adapter.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/const.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/features.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/operations.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/pgraster.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/postgis/schema.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/adapter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/client.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/adapter.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/client.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/features.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/operations.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/spatialite/schema.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/backends/utils.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/aggregates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/fields.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/functions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/lookups.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/__pycache__/proxy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/aggregates.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/fields.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/functions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/lookups.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/proxy.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/__pycache__/conversion.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/db/models/sql/conversion.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/feeds.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/forms/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/forms/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/forms/__pycache__/fields.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/forms/__pycache__/widgets.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/forms/fields.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/forms/widgets.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/LICENSE create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/datasource.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/driver.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/envelope.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/error.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/feature.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/field.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/geometries.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/geomtype.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/layer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/libgdal.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/__pycache__/srs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/datasource.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/driver.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/envelope.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/error.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/feature.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/field.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/geometries.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/geomtype.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/layer.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/libgdal.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/ds.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/errcheck.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/generation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/geom.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/raster.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/__pycache__/srs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/ds.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/errcheck.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/generation.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/geom.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/raster.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/prototypes/srs.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/band.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/const.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/__pycache__/source.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/band.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/const.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/raster/source.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/gdal/srs.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geoip2.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geometry.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/LICENSE create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/collections.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/coordseq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/error.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/factory.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/geometry.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/io.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/libgeos.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/linestring.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/mutable_list.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/point.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/polygon.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/__pycache__/prepared.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/collections.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/coordseq.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/error.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/factory.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/geometry.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/io.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/libgeos.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/linestring.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/mutable_list.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/point.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/polygon.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prepared.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/coordseq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/errcheck.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/geom.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/io.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/misc.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/predicates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/prepared.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/threadsafe.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/__pycache__/topology.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/coordseq.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/errcheck.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/geom.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/io.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/misc.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/predicates.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/prepared.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/threadsafe.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/geos/prototypes/topology.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/commands/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/commands/__pycache__/inspectdb.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/commands/__pycache__/ogrinspect.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/commands/inspectdb.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/management/commands/ogrinspect.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/measure.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/ptr.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/serializers/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/serializers/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/serializers/__pycache__/geojson.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/serializers/geojson.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/shortcuts.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__pycache__/kml.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/sitemaps/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/sitemaps/kml.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/sitemaps/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/css/ol3.css create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_line_off.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_line_on.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_point_off.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_point_on.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_polygon_off.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/img/draw_polygon_on.svg create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/static/gis/js/OLMapWidget.js create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/templates/gis/kml/base.kml create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/templates/gis/kml/placemarks.kml create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/templates/gis/openlayers.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/layermapping.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/ogrinfo.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/ogrinspect.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/__pycache__/srs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/layermapping.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/ogrinfo.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/ogrinspect.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/utils/srs.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/gis/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/templatetags/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/templatetags/__pycache__/humanize.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/humanize/templatetags/humanize.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/api.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/constants.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/context_processors.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/middleware.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/test.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/api.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/constants.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/context_processors.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/middleware.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/cookie.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/fallback.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/__pycache__/session.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/cookie.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/fallback.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/storage/session.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/test.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/utils.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/messages/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/constraints.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/expressions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/functions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/indexes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/lookups.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/search.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/serializers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/signals.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/__pycache__/validators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/general.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/mixins.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/__pycache__/statistics.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/general.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/mixins.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/aggregates/statistics.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/constraints.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/expressions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/array.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/citext.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/hstore.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/jsonb.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/ranges.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/array.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/citext.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/hstore.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/jsonb.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/ranges.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/fields/utils.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/array.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/hstore.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/__pycache__/ranges.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/array.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/hstore.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/forms/ranges.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/functions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/indexes.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/jinja2/postgres/widgets/split_array.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/lookups.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/operations.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/search.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/serializers.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/signals.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/templates/postgres/widgets/split_array.html create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/utils.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/postgres/validators.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/admin.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/middleware.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/admin.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/kab/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/middleware.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/migrations/0001_initial.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/migrations/0002_alter_redirect_new_path_help_text.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/migrations/__pycache__/0002_alter_redirect_new_path_help_text.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/redirects/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/base_session.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/middleware.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/__pycache__/serializers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/cached_db.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/db.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/file.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/__pycache__/signed_cookies.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/base.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/cache.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/cached_db.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/db.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/file.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/backends/signed_cookies.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/base_session.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/kab/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/management/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/management/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/management/commands/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/management/commands/__pycache__/clearsessions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/management/commands/clearsessions.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/middleware.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/migrations/0001_initial.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sessions/serializers.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/templates/sitemap.xml create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/templates/sitemap_index.xml create mode 100644 env/lib/python3.12/site-packages/django/contrib/sitemaps/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/admin.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/management.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/managers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/middleware.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/requests.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/__pycache__/shortcuts.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/admin.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/checks.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/af/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ar/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ar_DZ/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ast/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/az/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/be/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/bg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/bn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/br/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/bs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ca/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ckb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ckb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/cs/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/cy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/da/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/de/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/dsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/el/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/en/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/en_AU/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/en_GB/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/eo/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_AR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_CO/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_MX/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/es_VE/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/et/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/eu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/fy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ga/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/gd/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/gl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/he/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hsb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hu/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/hy/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ia/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/id/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/io/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/is/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/it/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ja/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ka/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/kab/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/kk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/km/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/kn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ko/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ky/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ky/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/lb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/lt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/lv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/mk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ml/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/mn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/mr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ms/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ms/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/my/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/nb/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ne/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/nl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/nn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/os/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pa/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/pt_BR/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ro/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ru/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sl/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sq/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sr_Latn/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sv/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/sw/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ta/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/te/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tg/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tg/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/th/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tr/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/tt/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/udm/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ug/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ug/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/uk/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/ur/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/uz/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/vi/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hans/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.mo create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/locale/zh_Hant/LC_MESSAGES/django.po create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/management.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/managers.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/middleware.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/migrations/0001_initial.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/migrations/0002_alter_domain_unique.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/migrations/__pycache__/0001_initial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/migrations/__pycache__/0002_alter_domain_unique.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/models.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/requests.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/sites/shortcuts.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/finders.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/handlers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/storage.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/testing.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/urls.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/checks.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/finders.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/handlers.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/collectstatic.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/findstatic.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/__pycache__/runserver.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/findstatic.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/management/commands/runserver.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/storage.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/testing.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/urls.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/utils.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/staticfiles/views.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/syndication/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/syndication/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/syndication/__pycache__/apps.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/syndication/__pycache__/views.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/contrib/syndication/apps.py create mode 100644 env/lib/python3.12/site-packages/django/contrib/syndication/views.py create mode 100644 env/lib/python3.12/site-packages/django/core/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/asgi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/paginator.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/signals.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/signing.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/validators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/__pycache__/wsgi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/asgi.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/db.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/dummy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/filebased.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/locmem.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/memcached.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/__pycache__/redis.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/db.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/dummy.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/filebased.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/locmem.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/memcached.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/backends/redis.py create mode 100644 env/lib/python3.12/site-packages/django/core/cache/utils.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/async_checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/caches.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/commands.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/database.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/files.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/mail.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/messages.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/model_checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/registry.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/templates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/translation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/__pycache__/urls.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/async_checks.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/caches.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/commands.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/compatibility/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/compatibility/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/compatibility/__pycache__/django_4_0.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/compatibility/django_4_0.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/database.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/files.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/mail.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/messages.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/model_checks.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/registry.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/__pycache__/csrf.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/__pycache__/sessions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/csrf.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/security/sessions.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/templates.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/translation.py create mode 100644 env/lib/python3.12/site-packages/django/core/checks/urls.py create mode 100644 env/lib/python3.12/site-packages/django/core/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/images.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/locks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/move.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/temp.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/uploadedfile.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/uploadhandler.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/images.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/locks.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/move.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/__pycache__/filesystem.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/__pycache__/handler.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/__pycache__/memory.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/__pycache__/mixins.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/filesystem.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/handler.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/memory.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/storage/mixins.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/temp.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/uploadedfile.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/uploadhandler.py create mode 100644 env/lib/python3.12/site-packages/django/core/files/utils.py create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/__pycache__/asgi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/__pycache__/exception.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/__pycache__/wsgi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/asgi.py create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/exception.py create mode 100644 env/lib/python3.12/site-packages/django/core/handlers/wsgi.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/__pycache__/deprecation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/__pycache__/handler.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/__pycache__/message.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/console.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/dummy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/filebased.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/locmem.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/__pycache__/smtp.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/console.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/dummy.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/filebased.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/locmem.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/backends/smtp.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/deprecation.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/handler.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/message.py create mode 100644 env/lib/python3.12/site-packages/django/core/mail/utils.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/__pycache__/color.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/__pycache__/sql.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/__pycache__/templates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/color.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/check.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/compilemessages.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/createcachetable.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/dbshell.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/diffsettings.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/dumpdata.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/flush.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/inspectdb.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/loaddata.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/makemessages.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/makemigrations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/migrate.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/optimizemigration.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/runserver.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sendtestemail.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/shell.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/showmigrations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sqlflush.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sqlmigrate.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/sqlsequencereset.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/squashmigrations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/startapp.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/startproject.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/test.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/__pycache__/testserver.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/check.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/compilemessages.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/createcachetable.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/dbshell.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/diffsettings.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/dumpdata.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/flush.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/inspectdb.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/loaddata.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/makemessages.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/makemigrations.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/migrate.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/optimizemigration.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/runserver.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/sendtestemail.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/shell.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/showmigrations.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/sqlflush.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/sqlmigrate.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/sqlsequencereset.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/squashmigrations.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/startapp.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/startproject.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/test.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/commands/testserver.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/sql.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/templates.py create mode 100644 env/lib/python3.12/site-packages/django/core/management/utils.py create mode 100644 env/lib/python3.12/site-packages/django/core/paginator.py create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__pycache__/json.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__pycache__/jsonl.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__pycache__/python.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__pycache__/pyyaml.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/__pycache__/xml_serializer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/base.py create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/json.py create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/jsonl.py create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/python.py create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/pyyaml.py create mode 100644 env/lib/python3.12/site-packages/django/core/serializers/xml_serializer.py create mode 100644 env/lib/python3.12/site-packages/django/core/servers/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/core/servers/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/servers/__pycache__/basehttp.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/core/servers/basehttp.py create mode 100644 env/lib/python3.12/site-packages/django/core/signals.py create mode 100644 env/lib/python3.12/site-packages/django/core/signing.py create mode 100644 env/lib/python3.12/site-packages/django/core/validators.py create mode 100644 env/lib/python3.12/site-packages/django/core/wsgi.py create mode 100644 env/lib/python3.12/site-packages/django/db/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/__pycache__/transaction.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/__pycache__/ddl_references.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/__pycache__/signals.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/client.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/creation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/__pycache__/validation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/client.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/creation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/features.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/operations.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/schema.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/base/validation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/ddl_references.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/dummy/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/dummy/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/dummy/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/dummy/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/dummy/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/dummy/features.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/client.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/compiler.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/creation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/__pycache__/validation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/client.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/compiler.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/creation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/features.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/operations.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/schema.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/mysql/validation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/client.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/creation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/functions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/__pycache__/validation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/client.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/creation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/features.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/functions.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/operations.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/schema.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/utils.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/oracle/validation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/client.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/compiler.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/creation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/psycopg_any.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/client.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/compiler.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/creation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/features.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/operations.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/psycopg_any.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/postgresql/schema.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/signals.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/_functions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/client.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/creation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/features.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/introspection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/operations.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/__pycache__/schema.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/_functions.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/client.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/creation.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/features.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/introspection.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/sqlite3/schema.py create mode 100644 env/lib/python3.12/site-packages/django/db/backends/utils.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/autodetector.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/executor.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/graph.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/loader.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/migration.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/optimizer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/questioner.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/recorder.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/serializer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/state.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/__pycache__/writer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/autodetector.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/executor.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/graph.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/loader.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/migration.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/fields.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/__pycache__/special.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/fields.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/models.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/operations/special.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/optimizer.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/questioner.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/recorder.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/serializer.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/state.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/utils.py create mode 100644 env/lib/python3.12/site-packages/django/db/migrations/writer.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/aggregates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/constants.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/constraints.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/deletion.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/enums.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/expressions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/fetch_modes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/indexes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/lookups.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/manager.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/options.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/query.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/query_utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/signals.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/aggregates.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/base.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/constants.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/constraints.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/deletion.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/enums.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/expressions.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fetch_modes.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/composite.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/files.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/generated.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/json.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/mixins.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/proxy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/related.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/related_descriptors.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/related_lookups.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/reverse_related.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/__pycache__/tuple_lookups.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/composite.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/files.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/generated.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/json.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/mixins.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/proxy.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/related.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/reverse_related.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/fields/tuple_lookups.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/comparison.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/datetime.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/json.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/math.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/mixins.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/text.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/uuid.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/__pycache__/window.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/comparison.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/datetime.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/json.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/math.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/mixins.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/text.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/uuid.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/functions/window.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/indexes.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/lookups.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/manager.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/options.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/query.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/query_utils.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/signals.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__pycache__/compiler.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__pycache__/constants.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__pycache__/datastructures.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__pycache__/query.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__pycache__/subqueries.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/__pycache__/where.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/compiler.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/constants.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/datastructures.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/query.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/subqueries.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/sql/where.py create mode 100644 env/lib/python3.12/site-packages/django/db/models/utils.py create mode 100644 env/lib/python3.12/site-packages/django/db/transaction.py create mode 100644 env/lib/python3.12/site-packages/django/db/utils.py create mode 100644 env/lib/python3.12/site-packages/django/dispatch/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/dispatch/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/dispatch/__pycache__/dispatcher.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/dispatch/dispatcher.py create mode 100644 env/lib/python3.12/site-packages/django/dispatch/license.txt create mode 100644 env/lib/python3.12/site-packages/django/forms/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/boundfield.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/fields.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/forms.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/formsets.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/renderers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/__pycache__/widgets.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/forms/boundfield.py create mode 100644 env/lib/python3.12/site-packages/django/forms/fields.py create mode 100644 env/lib/python3.12/site-packages/django/forms/forms.py create mode 100644 env/lib/python3.12/site-packages/django/forms/formsets.py create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/attrs.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/div.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/dict/default.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/dict/text.txt create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/dict/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/list/default.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/list/text.txt create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/errors/list/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/field.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/div.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/p.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/table.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/formsets/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/label.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/p.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/table.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/attrs.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/checkbox.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/checkbox_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/checkbox_select.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/clearable_file_input.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/color.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/date.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/datetime.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/email.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/file.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/hidden.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/input.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/input_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/multiple_hidden.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/multiple_input.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/multiwidget.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/number.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/password.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/radio.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/radio_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/search.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/select.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/select_date.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/select_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/splitdatetime.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/splithiddendatetime.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/tel.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/text.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/textarea.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/time.html create mode 100644 env/lib/python3.12/site-packages/django/forms/jinja2/django/forms/widgets/url.html create mode 100644 env/lib/python3.12/site-packages/django/forms/models.py create mode 100644 env/lib/python3.12/site-packages/django/forms/renderers.py create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/attrs.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/div.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/dict/default.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/dict/text.txt create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/dict/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/default.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/text.txt create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/errors/list/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/field.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/div.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/p.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/table.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/formsets/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/label.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/p.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/table.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/ul.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/attrs.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/checkbox.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/checkbox_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/checkbox_select.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/clearable_file_input.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/color.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/date.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/datetime.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/email.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/file.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/hidden.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/input.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/input_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/multiple_hidden.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/multiple_input.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/multiwidget.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/number.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/password.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/radio.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/radio_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/search.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/select.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/select_date.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/select_option.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/splitdatetime.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/splithiddendatetime.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/tel.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/text.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/textarea.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/time.html create mode 100644 env/lib/python3.12/site-packages/django/forms/templates/django/forms/widgets/url.html create mode 100644 env/lib/python3.12/site-packages/django/forms/utils.py create mode 100644 env/lib/python3.12/site-packages/django/forms/widgets.py create mode 100644 env/lib/python3.12/site-packages/django/http/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/http/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/http/__pycache__/cookie.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/http/__pycache__/multipartparser.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/http/__pycache__/request.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/http/__pycache__/response.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/http/cookie.py create mode 100644 env/lib/python3.12/site-packages/django/http/multipartparser.py create mode 100644 env/lib/python3.12/site-packages/django/http/request.py create mode 100644 env/lib/python3.12/site-packages/django/http/response.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/clickjacking.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/common.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/csp.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/csrf.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/gzip.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/http.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/locale.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/__pycache__/security.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/middleware/cache.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/clickjacking.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/common.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/csp.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/csrf.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/gzip.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/http.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/locale.py create mode 100644 env/lib/python3.12/site-packages/django/middleware/security.py create mode 100644 env/lib/python3.12/site-packages/django/shortcuts.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/__pycache__/checks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/__pycache__/signals.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/__pycache__/dummy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/__pycache__/immediate.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/base.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/dummy.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/backends/immediate.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/base.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/checks.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/tasks/signals.py create mode 100644 env/lib/python3.12/site-packages/django/template/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/autoreload.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/context.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/context_processors.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/defaultfilters.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/defaulttags.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/engine.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/library.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/loader.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/loader_tags.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/response.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/smartif.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/autoreload.py create mode 100644 env/lib/python3.12/site-packages/django/template/backends/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/template/backends/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/backends/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/backends/__pycache__/django.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/backends/__pycache__/dummy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/backends/__pycache__/jinja2.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/backends/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/backends/base.py create mode 100644 env/lib/python3.12/site-packages/django/template/backends/django.py create mode 100644 env/lib/python3.12/site-packages/django/template/backends/dummy.py create mode 100644 env/lib/python3.12/site-packages/django/template/backends/jinja2.py create mode 100644 env/lib/python3.12/site-packages/django/template/backends/utils.py create mode 100644 env/lib/python3.12/site-packages/django/template/base.py create mode 100644 env/lib/python3.12/site-packages/django/template/context.py create mode 100644 env/lib/python3.12/site-packages/django/template/context_processors.py create mode 100644 env/lib/python3.12/site-packages/django/template/defaultfilters.py create mode 100644 env/lib/python3.12/site-packages/django/template/defaulttags.py create mode 100644 env/lib/python3.12/site-packages/django/template/engine.py create mode 100644 env/lib/python3.12/site-packages/django/template/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/template/library.py create mode 100644 env/lib/python3.12/site-packages/django/template/loader.py create mode 100644 env/lib/python3.12/site-packages/django/template/loader_tags.py create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/__pycache__/app_directories.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/__pycache__/cached.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/__pycache__/filesystem.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/__pycache__/locmem.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/app_directories.py create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/base.py create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/cached.py create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/filesystem.py create mode 100644 env/lib/python3.12/site-packages/django/template/loaders/locmem.py create mode 100644 env/lib/python3.12/site-packages/django/template/response.py create mode 100644 env/lib/python3.12/site-packages/django/template/smartif.py create mode 100644 env/lib/python3.12/site-packages/django/template/utils.py create mode 100644 env/lib/python3.12/site-packages/django/templatetags/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/templatetags/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/templatetags/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/templatetags/__pycache__/i18n.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/templatetags/__pycache__/l10n.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/templatetags/__pycache__/static.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/templatetags/__pycache__/tz.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/templatetags/cache.py create mode 100644 env/lib/python3.12/site-packages/django/templatetags/i18n.py create mode 100644 env/lib/python3.12/site-packages/django/templatetags/l10n.py create mode 100644 env/lib/python3.12/site-packages/django/templatetags/static.py create mode 100644 env/lib/python3.12/site-packages/django/templatetags/tz.py create mode 100644 env/lib/python3.12/site-packages/django/test/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/client.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/html.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/runner.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/selenium.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/signals.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/testcases.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/test/client.py create mode 100644 env/lib/python3.12/site-packages/django/test/html.py create mode 100644 env/lib/python3.12/site-packages/django/test/runner.py create mode 100644 env/lib/python3.12/site-packages/django/test/selenium.py create mode 100644 env/lib/python3.12/site-packages/django/test/signals.py create mode 100644 env/lib/python3.12/site-packages/django/test/testcases.py create mode 100644 env/lib/python3.12/site-packages/django/test/utils.py create mode 100644 env/lib/python3.12/site-packages/django/urls/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/urls/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/urls/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/urls/__pycache__/conf.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/urls/__pycache__/converters.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/urls/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/urls/__pycache__/resolvers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/urls/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/urls/base.py create mode 100644 env/lib/python3.12/site-packages/django/urls/conf.py create mode 100644 env/lib/python3.12/site-packages/django/urls/converters.py create mode 100644 env/lib/python3.12/site-packages/django/urls/exceptions.py create mode 100644 env/lib/python3.12/site-packages/django/urls/resolvers.py create mode 100644 env/lib/python3.12/site-packages/django/urls/utils.py create mode 100644 env/lib/python3.12/site-packages/django/utils/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/_os.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/archive.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/asyncio.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/autoreload.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/choices.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/connection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/copy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/crypto.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/csp.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/datastructures.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/dateformat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/dateparse.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/dates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/deconstruct.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/decorators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/duration.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/feedgenerator.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/formats.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/functional.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/hashable.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/html.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/http.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/inspect.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/ipv6.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/json.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/log.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/lorem_ipsum.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/module_loading.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/numberformat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/regex_helper.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/safestring.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/termcolors.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/text.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/timesince.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/timezone.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/tree.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/version.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/__pycache__/xmlutils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/_os.py create mode 100644 env/lib/python3.12/site-packages/django/utils/archive.py create mode 100644 env/lib/python3.12/site-packages/django/utils/asyncio.py create mode 100644 env/lib/python3.12/site-packages/django/utils/autoreload.py create mode 100644 env/lib/python3.12/site-packages/django/utils/cache.py create mode 100644 env/lib/python3.12/site-packages/django/utils/choices.py create mode 100644 env/lib/python3.12/site-packages/django/utils/connection.py create mode 100644 env/lib/python3.12/site-packages/django/utils/copy.py create mode 100644 env/lib/python3.12/site-packages/django/utils/crypto.py create mode 100644 env/lib/python3.12/site-packages/django/utils/csp.py create mode 100644 env/lib/python3.12/site-packages/django/utils/datastructures.py create mode 100644 env/lib/python3.12/site-packages/django/utils/dateformat.py create mode 100644 env/lib/python3.12/site-packages/django/utils/dateparse.py create mode 100644 env/lib/python3.12/site-packages/django/utils/dates.py create mode 100644 env/lib/python3.12/site-packages/django/utils/deconstruct.py create mode 100644 env/lib/python3.12/site-packages/django/utils/decorators.py create mode 100644 env/lib/python3.12/site-packages/django/utils/deprecation.py create mode 100644 env/lib/python3.12/site-packages/django/utils/duration.py create mode 100644 env/lib/python3.12/site-packages/django/utils/encoding.py create mode 100644 env/lib/python3.12/site-packages/django/utils/feedgenerator.py create mode 100644 env/lib/python3.12/site-packages/django/utils/formats.py create mode 100644 env/lib/python3.12/site-packages/django/utils/functional.py create mode 100644 env/lib/python3.12/site-packages/django/utils/hashable.py create mode 100644 env/lib/python3.12/site-packages/django/utils/html.py create mode 100644 env/lib/python3.12/site-packages/django/utils/http.py create mode 100644 env/lib/python3.12/site-packages/django/utils/inspect.py create mode 100644 env/lib/python3.12/site-packages/django/utils/ipv6.py create mode 100644 env/lib/python3.12/site-packages/django/utils/json.py create mode 100644 env/lib/python3.12/site-packages/django/utils/log.py create mode 100644 env/lib/python3.12/site-packages/django/utils/lorem_ipsum.py create mode 100644 env/lib/python3.12/site-packages/django/utils/module_loading.py create mode 100644 env/lib/python3.12/site-packages/django/utils/numberformat.py create mode 100644 env/lib/python3.12/site-packages/django/utils/regex_helper.py create mode 100644 env/lib/python3.12/site-packages/django/utils/safestring.py create mode 100644 env/lib/python3.12/site-packages/django/utils/termcolors.py create mode 100644 env/lib/python3.12/site-packages/django/utils/text.py create mode 100644 env/lib/python3.12/site-packages/django/utils/timesince.py create mode 100644 env/lib/python3.12/site-packages/django/utils/timezone.py create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/__pycache__/reloader.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/__pycache__/template.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/__pycache__/trans_null.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/__pycache__/trans_real.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/reloader.py create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/template.py create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/trans_null.py create mode 100644 env/lib/python3.12/site-packages/django/utils/translation/trans_real.py create mode 100644 env/lib/python3.12/site-packages/django/utils/tree.py create mode 100644 env/lib/python3.12/site-packages/django/utils/version.py create mode 100644 env/lib/python3.12/site-packages/django/utils/xmlutils.py create mode 100644 env/lib/python3.12/site-packages/django/views/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/views/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/__pycache__/csrf.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/__pycache__/debug.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/__pycache__/defaults.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/__pycache__/i18n.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/__pycache__/static.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/csrf.py create mode 100644 env/lib/python3.12/site-packages/django/views/debug.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/clickjacking.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/common.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/csp.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/csrf.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/debug.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/gzip.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/http.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/__pycache__/vary.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/cache.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/clickjacking.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/common.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/csp.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/csrf.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/debug.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/gzip.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/http.py create mode 100644 env/lib/python3.12/site-packages/django/views/decorators/vary.py create mode 100644 env/lib/python3.12/site-packages/django/views/defaults.py create mode 100644 env/lib/python3.12/site-packages/django/views/generic/__init__.py create mode 100644 env/lib/python3.12/site-packages/django/views/generic/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/generic/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/generic/__pycache__/dates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/generic/__pycache__/detail.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/generic/__pycache__/edit.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/generic/__pycache__/list.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/django/views/generic/base.py create mode 100644 env/lib/python3.12/site-packages/django/views/generic/dates.py create mode 100644 env/lib/python3.12/site-packages/django/views/generic/detail.py create mode 100644 env/lib/python3.12/site-packages/django/views/generic/edit.py create mode 100644 env/lib/python3.12/site-packages/django/views/generic/list.py create mode 100644 env/lib/python3.12/site-packages/django/views/i18n.py create mode 100644 env/lib/python3.12/site-packages/django/views/static.py create mode 100644 env/lib/python3.12/site-packages/django/views/templates/csrf_403.html create mode 100644 env/lib/python3.12/site-packages/django/views/templates/default_urlconf.html create mode 100644 env/lib/python3.12/site-packages/django/views/templates/directory_index.html create mode 100644 env/lib/python3.12/site-packages/django/views/templates/i18n_catalog.js create mode 100644 env/lib/python3.12/site-packages/django/views/templates/technical_404.html create mode 100644 env/lib/python3.12/site-packages/django/views/templates/technical_500.html create mode 100644 env/lib/python3.12/site-packages/django/views/templates/technical_500.txt create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 env/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt create mode 100644 env/lib/python3.12/site-packages/pip/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/__main__.py create mode 100644 env/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 env/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 env/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 env/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 env/lib/python3.12/site-packages/pip/py.typed create mode 100644 env/lib/python3.12/site-packages/sqlparse-0.6.0.dist-info/INSTALLER create mode 100644 env/lib/python3.12/site-packages/sqlparse-0.6.0.dist-info/METADATA create mode 100644 env/lib/python3.12/site-packages/sqlparse-0.6.0.dist-info/RECORD create mode 100644 env/lib/python3.12/site-packages/sqlparse-0.6.0.dist-info/WHEEL create mode 100644 env/lib/python3.12/site-packages/sqlparse-0.6.0.dist-info/entry_points.txt create mode 100644 env/lib/python3.12/site-packages/sqlparse-0.6.0.dist-info/licenses/AUTHORS create mode 100644 env/lib/python3.12/site-packages/sqlparse-0.6.0.dist-info/licenses/LICENSE create mode 100644 env/lib/python3.12/site-packages/sqlparse/__init__.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/__main__.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/__main__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/cli.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/exceptions.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/formatter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/keywords.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/lexer.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/sql.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/tokens.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/__pycache__/utils.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/cli.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/__init__.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/__pycache__/filter_stack.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/__pycache__/grouping.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/__pycache__/statement_splitter.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/filter_stack.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/grouping.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/engine/statement_splitter.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/exceptions.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__init__.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__pycache__/aligned_indent.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__pycache__/others.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__pycache__/output.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__pycache__/reindent.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__pycache__/right_margin.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/__pycache__/tokens.cpython-312.pyc create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/aligned_indent.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/others.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/output.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/reindent.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/right_margin.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/filters/tokens.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/formatter.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/keywords.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/lexer.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/py.typed create mode 100644 env/lib/python3.12/site-packages/sqlparse/sql.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/tokens.py create mode 100644 env/lib/python3.12/site-packages/sqlparse/utils.py create mode 120000 env/lib64 create mode 100644 env/pyvenv.cfg create mode 100755 manage.py create mode 100644 static/css/bootstrap.min.css create mode 100644 static/css/styles.css create mode 100644 static/js/bootstrap.bundle.min.js create mode 100644 templates/Baselayout.html diff --git a/apps/__init__.py b/apps/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/apps/__pycache__/__init__.cpython-312.pyc b/apps/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6170d4b283ed307835e3ac5c076b254cd78b3b19 GIT binary patch literal 165 zcmX@j%ge<81UF0PWP#|%AOanHW&w&!XQ*V*Wb|9fP{ah}eFmxd<)WXFpPQ;*Tw0Kk znVguNS)}ihT9%rVUyxd)A5f|9l9ia3p0A$*rb<$C3vv=mQuPxH3X1jP<1_OzOXB18 j3Mzkb*yQG?l;)(`6|n*hWd!145aS~=BO_xGGmr%Uqm(K# literal 0 HcmV?d00001 diff --git a/apps/core/__init__.py b/apps/core/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/apps/core/__pycache__/__init__.cpython-312.pyc b/apps/core/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f45ac9b1f1f8d6edf5366960a672a0c1c5644eba GIT binary patch literal 170 zcmX@j%ge<81leVCvOx4>5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!^3>1B&rQ`YE-lE& zOis+sEYf#LElbVGFGwxY52)04$x6&i&(}`@Qzfan1v!Z&srrcp1;zTw`9-Pv@$s2? onI-Y@dIgogIBatBQ%ZAE?TT1|CNlzYF^KVznURsPh#ANN09SV_q5uE@ literal 0 HcmV?d00001 diff --git a/apps/core/__pycache__/admin.cpython-312.pyc b/apps/core/__pycache__/admin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c84aa7c8f3df060b6da9cf105cdb07558906d6e GIT binary patch literal 214 zcmX@j%ge<81leVCvh0EMV-N=hn4pZ$0zk%eh7^Vr#vF!R#wbQchDs()=9eI8O~zZS zi7C06d48HqxA;=B67$mY^^)`RN{TX*ikN{4Rx*4Bsr%)opOK%Ns$X1Mkdc|3n4MXq z?~+=Unv-9UTBILPsqX^TsSh!rBsI4nC$S_|Ke3>oSU)+x2*?82p;u7(i^C>2KczG$ b)vkyGXe=WT7lRldm>C%v?=dJ8u>m;%cG);@ literal 0 HcmV?d00001 diff --git a/apps/core/__pycache__/apps.cpython-312.pyc b/apps/core/__pycache__/apps.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f188f6f4d77c51906662a0e2e2bd017c15fd0376 GIT binary patch literal 416 zcmXv~ze>YE82`Q`)i!O#K@>+9AxrKBM36?@ilbyXLhtM!ljgiMg}4cQfNouU0r63M z0SP!cxe3vwlXtoFhTot2{_?%|`!1-rUcSuk6n|;6d#y%P=SpmV0mB#)3=zSC8(`K7 zn9cFcHhG~{I9}^p8xPCQl@Nn;em@0=(nO~lds3Y8wRy(W`1;Uvq&WIBo-rji7F z$>UUTNp1@g%%b@?C9I|ePedFoIME}C9$7126jEQI21ki(U%?7Ky2sCf?Cv5%wRqPw v@^u5LFJcPybxmSVscrkhY(f6_R9F22O(SG) literal 0 HcmV?d00001 diff --git a/apps/core/__pycache__/models.cpython-312.pyc b/apps/core/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5645495fc62e99e8c557fc876b1e0c3d5e8863dc GIT binary patch literal 211 zcmX@j%ge<81leVCvMho0V-N=hn4pZ$0zk%eh7^Vr#vF!R#wbQchDs()=9eI8O~zYn zx%nxnImLdOOt&~wvJ&&s^Yv1aikN|tD;Yk6)ckVS&&bbB)h{kB$jD4i%+4&*cS$Wv z&B-rFEz%FD)OP`E(ue3RNzEY5QcZ}BOit%XrqNiuuEYUd$Edwjc8+WDP+kG$({GH>|UZl5YolU(#9X4 z#D8KX3c^Avt8|fcsoc#ag;UJTvperQ^X_>YNXNp+ku^dU+)2y#9k&E*o3@5&(N5zT;5&LwH50*Kk( z;Dbf!Fiu%7f+Ml1UCs4!U#FRkF`l5^3EKHBAh$f)8eKfL9$MdC?Zc~mdV4S1U(UhI MwyM^!BC1;P2ft}$B>(^b literal 0 HcmV?d00001 diff --git a/apps/core/__pycache__/views.cpython-312.pyc b/apps/core/__pycache__/views.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a34327cd572756cffc946c147548cdfb3bf78790 GIT binary patch literal 515 zcmYL`KTE?v7{>3CG{%xhg+f1oQxtleF5*-aL5qVpWI00aXjAjgyQCTiLFfl?>*5y> zzlEz`Kn}#g$xWy(oxDp@yy1O+&t0A;Z!WKn(*|<&?j9#EvVSVETCD~ayAtMr00JWr zLk~j5TBOCgr^kk8K%jvmK=c_P2GyVS+UK>(mTP_~;X+|Dnh?rdP1xr&<gj7a_eC z)=9{7MM3SVD{RD~BVi6G@E`%6MxdvcnyZWTV;Od%Y`0xM%Qy;BMp39X`{O*0hOQwj zj1xbm7>hQ>aY~9vv5oOn;YZDhlQ*+ek3NBgdhhZOjnkMSUS#7i@GnD#26RfJG@}fi zm1r>WlTnID)m8!Me~hUdi}$mVt;w*em=d^BGw{~kzCUHo>SXAeqEjdJ`8Z{HP~@Dc z8x-AUyN(;tgt9PThH|PuQ>WXCs5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!3enHV&rQ`YE-lE& zOis+sEYf#LElbVGFGwxY52)04$x6&i&(}`@Qzfan1v!Z&srrcp1;zTw`9-PvxtZxj zi6xo&dByti@tJvvOx4>5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!a?{Vq&rQ`YE-lE& zOis+sEYf#LElbVGFGwxY52)04$x6&i&(}`@Qzfan1v!Z&srt$Jd1;yH`tk9Zd6^~g l@p=W7zc_4i^HWN5QtgUZfyOcdaWRPTk(rT^v4|PS0syRFDr5iv literal 0 HcmV?d00001 diff --git a/config/__pycache__/settings.cpython-312.pyc b/config/__pycache__/settings.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..05617d3e1ad32e483d4156a01c9f4f01f8e20fd3 GIT binary patch literal 2774 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 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/env/bin/activate b/env/bin/activate new file mode 100644 index 0000000..87b8198 --- /dev/null +++ b/env/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 /home/suphicakir/Developer/Py/Django/djangotemplate/env) +else + # use the path as-is + export VIRTUAL_ENV=/home/suphicakir/Developer/Py/Django/djangotemplate/env +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='(env) '"${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT='(env) ' + 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/env/bin/activate.csh b/env/bin/activate.csh new file mode 100644 index 0000000..193afea --- /dev/null +++ b/env/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 /home/suphicakir/Developer/Py/Django/djangotemplate/env + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/"bin":$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = '(env) '"$prompt" + setenv VIRTUAL_ENV_PROMPT '(env) ' +endif + +alias pydoc python -m pydoc + +rehash diff --git a/env/bin/activate.fish b/env/bin/activate.fish new file mode 100644 index 0000000..128d0f8 --- /dev/null +++ b/env/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 /home/suphicakir/Developer/Py/Django/djangotemplate/env + +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) '(env) ' (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 '(env) ' +end diff --git a/env/bin/django-admin b/env/bin/django-admin new file mode 100755 index 0000000..e611bfd --- /dev/null +++ b/env/bin/django-admin @@ -0,0 +1,8 @@ +#!/home/suphicakir/Developer/Py/Django/djangotemplate/env/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/env/bin/pip b/env/bin/pip new file mode 100755 index 0000000..e8eed54 --- /dev/null +++ b/env/bin/pip @@ -0,0 +1,8 @@ +#!/home/suphicakir/Developer/Py/Django/djangotemplate/env/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/env/bin/pip3 b/env/bin/pip3 new file mode 100755 index 0000000..e8eed54 --- /dev/null +++ b/env/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/suphicakir/Developer/Py/Django/djangotemplate/env/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/env/bin/pip3.12 b/env/bin/pip3.12 new file mode 100755 index 0000000..e8eed54 --- /dev/null +++ b/env/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/home/suphicakir/Developer/Py/Django/djangotemplate/env/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/env/bin/python b/env/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/env/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/env/bin/python3 b/env/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/env/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/env/bin/python3.12 b/env/bin/python3.12 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/env/bin/python3.12 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/env/bin/sqlformat b/env/bin/sqlformat new file mode 100755 index 0000000..9cac993 --- /dev/null +++ b/env/bin/sqlformat @@ -0,0 +1,8 @@ +#!/home/suphicakir/Developer/Py/Django/djangotemplate/env/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/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/INSTALLER b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/METADATA b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/METADATA new file mode 100644 index 0000000..149f470 --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/METADATA @@ -0,0 +1,249 @@ +Metadata-Version: 2.4 +Name: asgiref +Version: 3.12.1 +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.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: Programming Language :: Python :: Free Threading :: 2 - Beta +Classifier: Topic :: Internet :: WWW/HTTP +Requires-Python: >=3.10 +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" +Provides-Extra: mypy +Requires-Dist: mypy>=1.14.0; extra == "mypy" +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.10 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/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/RECORD b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/RECORD new file mode 100644 index 0000000..388aadb --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/RECORD @@ -0,0 +1,27 @@ +asgiref-3.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +asgiref-3.12.1.dist-info/METADATA,sha256=LRAowPq6DzkafCP6uWBmHJsDOH7xoNcOBLgg3bO_opQ,9383 +asgiref-3.12.1.dist-info/RECORD,, +asgiref-3.12.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91 +asgiref-3.12.1.dist-info/licenses/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552 +asgiref-3.12.1.dist-info/top_level.txt,sha256=bokQjCzwwERhdBiPdvYEZa4cHxT4NCeAffQNUqJ8ssg,8 +asgiref/__init__.py,sha256=4J9-DjMOtzdA7CSvdVspmfGUmFqJuTTG2pEaePRQA3I,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=iy9ui5vcbLge4YGFDyycrSsHR6x2idZQbtTvaIvagjQ,4068 +asgiref/local.py,sha256=S3SKnTQpR4nwhxJulPKbsB7urIQofH3iRUcYQ6ogUMQ,6568 +asgiref/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +asgiref/server.py,sha256=UIYaF7z5ee8CaXlQ04gq6bUwaRKxW3LFIuuys-_AQQ8,6247 +asgiref/sync.py,sha256=U0Cl4BCRHtj2IsUu8FRRfct8GnFrP1tjUOPB-NBL9Bk,24206 +asgiref/testing.py,sha256=U5wcs_-ZYTO5SIGfl80EqRAGv_T8BHrAhvAKRuuztT4,4421 +asgiref/timeout.py,sha256=_d2F1WWjaoXjHYkCF3OH1gT6q4LJW3NCxRXyV35qqB0,3617 +asgiref/typing.py,sha256=Xuta94Om6mvPMULSAcsY13inxvyG__4WjS2vj9mWMEI,6185 +asgiref/wsgi.py,sha256=OSxanm5Qf-VfrOkAx62mYW0mOnh8pwaTz1099HbJzM0,7941 diff --git a/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/WHEEL b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/WHEEL new file mode 100644 index 0000000..1d472b6 --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (83.0.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/licenses/LICENSE b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/licenses/LICENSE new file mode 100644 index 0000000..5f4f225 --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref-3.12.1.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/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/top_level.txt b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/top_level.txt new file mode 100644 index 0000000..ddf99d3 --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref-3.12.1.dist-info/top_level.txt @@ -0,0 +1 @@ +asgiref diff --git a/env/lib/python3.12/site-packages/asgiref/__init__.py b/env/lib/python3.12/site-packages/asgiref/__init__.py new file mode 100644 index 0000000..555cdb2 --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref/__init__.py @@ -0,0 +1 @@ +__version__ = "3.12.1" diff --git a/env/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/asgiref/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..87430cda3a057e32c762fed95f0e1baa6d820164 GIT binary patch literal 228 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 Vr#xcRK6zL9eMM>imQgFH{|{>Zf4%?! literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.pyc b/env/lib/python3.12/site-packages/asgiref/__pycache__/server.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d958c8c4791e596f6ee8f01458c98e1dd7d8ec4b GIT binary patch literal 8626 zcmbt3TWl0pmba=O?zYQrzre;AC>tBQ!7m^X9(iD6LokG$gxOJoX4I6s%66IRuHIYK znC=*f1+=k8NHI!goJ?jXNVA$HVpqy1qt!}7_G3Tx#}$X|P7NPf?W{EOXKbPkXg>Cw zTUFido({}tuewj&x{q_uJ@>rsssE_0ttLjW1sDyOs56s4Nkg$ec#b zJ5TOB$KLt#JbU`i`($4BY5qjue1Ic7QMehwLsWb!Rd+e(?R%3pClYKY1^8sA%d{7PmtdfHOLvj_sup9zdEr$Wt$khM^xdvdZEC8&_)J7wA7Ib=W;s;T^|1yX=jM2?g-WeWI)*)>+_y0^>y06qAY~Bkn$i z4r#|D#8Fd<8PjQuZCZ(yFeT1zNi|2Aq})4pV-a}DN(v$pP13pqC}l@no=(*aCESMnoI## zfw;8NC+a`}omD{|fai!aApxK8gm7{ZHSPl0d#b!}Nr&v(Fh12ZdeUET=IEe8pA}1ggw-UU85`*-9lu z4ggzYNqtsQ&E5n^qco+s0tu&xoHA(!P7{O)RR&b*I}R3yAhTcu{xujaXV_vF64K>T zp}SB}MWc^NfUe1~sX_AS^CsS0YmiRdpH6g$AqlqE=g3))n&$zQUxrS9Z+r6 zVK^!jB9LKEI`DFK8dLz}%m5>hN-0UBsAYIQ1v5d@$=+z6%ZD^f#9qg4;Pm8_YZNsp zos2WFh4U&WNQ_S_@rw!_U>#FG`v}XgUyb`pyZ|}@d|w}6PGF9kBe6pF91m}<^C3hf z@a8!Uk|CdRXQMv5ri24_eVKR|_NJ2Vf`u|*o*&hThG8v=?$kgcKslaH4o-tA4jSpy zG#uYWl@5-=@oAv^bnttb!O|rX2lm>!4s3b29YU;#bDgy>Jxqo2qzClAZ zm41+*i=YI?pkz#`RGA!fT+To$V~1iuj%vnY+14^IHQ@CiON=%ESIO5~cg_3147KLP zA$)H8y1QrI{~*-44!tB^U=h4v1i%>j0aTVqn3#p$nF8~m%Pn(c27F?9x$8FEb?0&< z!|xPo9Xe&p|koP`QIw{Akns8LfCLx$xP@Hl}~vi?VzSlO)1p&tI0|IQ;uR7WZ>RKS__ai0mwF$pA#T^ z5eFUsaFwiveBq-Hg{JpTFP#3+|4I0x@W(X|gsyKNM#MG3VOJw|Ew>*2PvOX_4_clY z5tw;x=PvTA?ZZ{R`#}!ihQq|8xeovJdjQ@g@A9V!2ZzeSFb={n-h_6i+{HtO@?(CU zpC^+L*xd+S;o$h)c0y*n;LsV!-~yScDtUFQ-tqHfj`QkXz;_)2z;^)WPkl?izY7F_ zo{axRax<`#Ebt%}K90a)`@O^dXCEARfHnZ)crz21db-qvC@Cp<9Z@?CMx7q04EAGh?<81Ai%LPS2-=B8S--+J2l!x5E1v{0(I7 z4U!k?ogpH;ZlDm^_CEaAM*;lAW&8p+<53Q+Uh!B2tRajwyvLdaa*YG#1d$CCwFRQ% zpd-#vo{G@mh#D&9)vJ!IbwWMc^=uwEC|-k+h6v!>-;-~zl6>Rlr9HRyyx*S_b}S1! z;B|g{)kkW@rv`HQdb7waaohbLR*7IZ{dRcFi&AMLblbrx34N~JRBAC@3m)|`Iw{h| z$Y$p9f_Tg!xfz0G==sA6IkXh7S%u27PGwCdh|dP-z+-Hf~uOxHWLQ zIoEO6>Nvd8arD13H7Kq4SzI_0LB}ehugT1`-UUr zeib)d>%SlJV_o2&`F<^j^+;g2#dp7%$Ck|;)?0i~-=Jc6&e!3;E&_1Wt7tKcHtZV5 zM43OE-TF4T!bBRv3l*%tl0bXqoJVi;Q_gNWtDC314n-cr;DEw4ZG$~wXS}(bVGfoz za4en(Z&^xrMOJL`~5<*jXxkTu} z5(^6B%ZsP{mFLfKTVR6By#(-?BX}Hlj+g~!TzRzTQlYotjEfXq1Y1S-Lm!4UWyPZt z-1h%}4esWCv&LJXQqsU%?TXJt3(N}8Rqxe{Pj5$8{3RGs{L2dXBL4zE=bOQEE-OWk z_fLM$4;JtS=6rL31^&-FMLFj;_O*fv9cMQgRFG1IDcnk!;!wp* zQ;2i$>d7v1MeVV}kbE#>ct5dgN^VjcOcZK8Mj-3G0Dc0}y1-X*Lkkc)dtUk+aor8= zhdH2keej@r5U|(=#b0zi&ePCKnv|H3rB||}<(l^V>t@k0dsvcyn`tBXq}$)mbsw?1 zkK8-(o1T^K@vDwQ26~Vby9zI8V1O_fPs&k09m3Y&WE%LTIMfb8OSFcfu-SeSZfmwr zQ<5xXw>xFX?U+i;x$~7?3k#9HbIKu?@U`wFW#%QnocYWCw^Dg zu-KJr?6VsCR_gjc^XG=ftf8?l>c$`%$_e`|VgHxHfyX`)X{<18rEctTkhE-HO594k zug}*!+;Qk$bMEjd>+q?S9bjLR;cs#AuH6kDv^qvS^-AwPt*ukcrV zbCAVEqdv!71idx5n-RcR!7$J9-kKZ+(>_1^qyFsif{8hyqEE&gg(L6Ig~<{6ibkg} za|6qeUHjp`z6*d8=**EH0YO)|IY_)BsXv7Pks~*2fCM+(p{Rdn=?;KV-sT5}>?&C? zB~>#FWU(vtPs1-wDM{sWioTK^D;MtPD`|-d@z7iW3ee)+5Pd^aE zM?QFcVz6K+(!e=1Mgz7FlB15L2wsx3v|`u+xP&JRd#g)BB{c@CgBH=Qajgj27>e$i zjvx)V2q?Fs-SiN={i*sse}@@Fr31K19*0Ov+atE2p%-#Px6Hqp08OAlFnVZj-yt`(Ok!{)iJ!%aeR#g!Y!7tZT_{zseEMf;yYGk=k0e^BKz|7 z&AIv^tA6OS)-UUiJPMMAmPa)()=`{NWxzU9oF794;+~38j}x_Af$U4Am}riBnan|& z9wlZ5ag`NMm5k=Xs6xb19O{k2)Ix@j`m$FGV*93&fJD@H`_x`c&lw_GaOP7@$+(D# zTf@{LrzICNoe-%eAqnVUgY+_sYcbmpPg9CuF>Q`;&{hs&S2W5tavlQl(rSd6{5@HU~e3n zVA=+hVfLY{KupMcvC^OJD~x(kVLvGOH{bG;oBsfp`oD#L3naw~v8tE-xT$W)e)zJ# zD2Uieoh6MSe>~-Wuux1pUT)WMx?^q0d z*pqK+`|yy})Rk+BT20XhO?&cU&z+DZ?#+ouE%E4z`10bZuUf?X_Rie)L)P{~_qP1z zd8i13S3ZHFA{u6*toB|Hokh)%(4>0e;@djqDD7-sH!6YwbuM|9Lm7 z@8+o0OxKjee@hC43?9?Tm23@YVmj!J=!j8Oq!DQGHcePtb)sfH!W zil^<~Q})eqACtf5@4EH|vxrWvFngvT+Q;GR34H&+Zx-ykWZ507@Er!yFU(mK1g$9B z+3rG?3l$2#fR+f*5wY8-?l!s&n`C)WWC>%;1Vd8U4lq5j{WI`w)DD{zz6DJ{Hs20| zG9@H4W=`0(u~?x!7V~@rO7g}eninx`@EMrq$#y?Wx(nO+B@8u&0eI<+aQ%C=3$=OS zg}ksSFVwwva^d6$r*h3bR&&ptaIW`NtM}EF=3^_uaK5g7am!-Ove5obI1q-I39l>H zhQq@(kOJh?-vdR_2yKT(x(&g00CrU@ChPH7jGo1&Is|z8q;i8rZsaLMqaNu)*amPkk@A=!jifrjV?IUq2D?HPy!Jd|lk zj)q$83XJU~lvSRvYi~?F$ys`{iRmOSOVaC&WGC5a0m_WVc+d2U^4{)W84C1T*7}e9 zzUt|o0XUT8b&{79iR$X=I=-s!cuPs^}{J*~r5_OuP#*wa32$I~$3m~;+1 zCxu~Q(lzYjscqwgd(t!Pne+~OCw;>{mS>vqPX>kqlfmKOWYuuhWc6_MWX*8RWbJV6 zWZiJxWc_gcWW#U+%9=&XMB`-Ba1%>gCz>Z)hFc~>!=cI6;Z~lL0y4p4n`oPCA8zM4 z11Hssc1aK&QgF;rhatb^eAA$ge7FN&>qOyAzWCnBO1t#;b)s7`j1Ly)sq7(oM1IU9 zdS5UNccD&LGKoH|Rk=eljSrO-E+&UJApgk<`Q4Hrb)4p<4i!GBNAx{}VzHpaRc=T0 zOC6#I3L!20VffK7V7>0XUUN!P+^t?WnSBtzlsaook)~WryX;fhv?q}cY z@x7tq_l;76*eEu=#*59;CiE}hU#H}fg7~*?%t&)v90BD!rFEs8Su4k3gp^vp6ZkoAn+-zggQlM5XpEVrzNJc24XrLLU-UNIo;<1ijwFZ$0MnS)i83EMnUW zRyOu_k;lJ|*NkE(W_X=cE3T(Gye}5=3^HvciZffB=L(}M&bdwODw~-tnDbJ<{&MJk zV<;+O!$ zylr1(VuGdY`{HtZIvI^gC}BA`ot&1XyzfZtnaD&`Jdunfr311Ym-GIiGqMyBACJc; z4xE=pr;~9xY|p!fPCkBMWZ&Tf`yM?qcqnh&8=J|S_D4sPdFvr5Cdtv!yy<8(k<8m3 zn@UFGvB*T;{&+-=OrDsMM)TI8nJMYXh@7{@pONH=ctrd=I={kvzG~mJEK9MZ+Ns{5 zF>gK^A4Mb95m`DDpTs~$P5_d~X$h4a=;Ofo(Ic_3c-}B_un$@0Q}OATh_}b_cRX($ zjmMJG`DETAOBiTuw0K<73~?YG933DlcM)CTQrv#-sS_M`flqPc<>l~|LWw{x8ALn*sfzw|7%#B(n{Vd7@E zb}q?CB$eslT{j@~=iRq~`(b34+sNBC_ zdPbUvPf2qB<1_vH$0M=R@qUp#lG5bV1dy#?iapam5k1vEHIqCOk8SDOw7EYKO-j8} zkOx_DrNB{?cXY>(PHF{t^j97rBCk^VNRH3FfA> zDd(%b(r~$9erVCxmbTn=a6jX8t0$<`bhdUaOWx2&cdF3RM|Z0^Z^MTikD`M2mBW_~&pr9ygvNpq86PKn==WcD z?5#K4tgqj@-F$N!k2qg78IjM9YP)T0IyOo>B5$J9Dnulj&Jb}w5?8n+Vl|8xslE12 z&v6~yO1UX+L@$}*PH=JyzF~V?BQ$Bzc;2Cdk;uD7q6ti$b_not7=;sr@F95}V!2C; z2IxZrqKn*eQ%AO`Uuo*kHtklLcBf5CwtCE2+PQ+y+$cp_(6-J>8*;925;x3?95^u^ zT$ten4m_92NuaLGH3D%YrMO|5I zClX3XQ#iAdQs~|@Fcg^1vEdeI6Q&$R|190f4^5`mdf_`PG7huVeSh6RSh=<~_i5b=c zPJT)5os1`vAsnj{m`v8|{T2Y7qYzF3R=GHs;>13Yz;f(TCwb4FJ)!92R9wcORFq@Q zQZ|9Fja+IBpQn*M@D8_?>7y7T9GfJ5tLKUn$+W9!)L95R-w{d^cyEkCG>E{uT(pqUj zU$-UX5IZogeJOh;_!%yVLrD#l&f;;M^lPQSBtUl5n1c(Zlu7ocOqB?AY2C~E&`Er$ zy>VA5t)(i%tF1b(ZH2H^U8bF=m#;7GXxeebrBzQI@PEds_*CAOI5V9TOlG{J3fvw_`8VE1+L#{R{?k+ki7XCNm8vqF<1G%X1&AJ_s}TfbuK&)ObP zY!6%$zd!!H@%LLg7p~Yeju6S+c0bZ>`C4Wm2 zS*=o{6QCc_Wb_%SNE9O{fs1Tc-9u?WCRK{5e;JE|crwz66TR3@2(uumXLvK?vk#Iw6TDBE>*M*%4i_pT5w*Oh}Z*BGVHfOOcRzsNA>F z#F>aJiLALI4UB}QyohT9>R)3L|At#b-S~5dzHGqH#!#U4y_`rhxuP8I??cR{N7srh2{?KPYg(WyLWGu z@uts+%bP_; zisvqw<)NfbiZ$Z>l0`J7&1uURM4lIf3#KG79xRM|wN&YuGKq$_j2d$=9w>d$Qd+xU z`$#BfVVq?2HQ|y)gY0>*8(%hZ+#edQ82_o+j2$zBf7`j2Erg9>^WbQCRpNW7+m$nj zzG=9^U8<=5D1l+;F7e}Ner*7cqfZS}PUzefxK<<2odgi8c}=7IIW&@YfTg+xH15&p3^~hbBmGl-Scp<^Ko`B#1Eu_UF8{ zS#PW2ZC&!VL-hC6<%0FuV5bu7ToB(2c7L>7)Ab=|@YVf1SX(gT`Ef!(#jpE1xj(gU zGG6018Hd7#yd@ctNpE5iBhq9%_J%=jLaD*9pmJA_;YHp}(H@E(r|4mdh>_3R)vXVf zI&V=2k~c&5A}8f;`s_R>N2W&9v4dSBUQ6Cf(EvsJC?Z`vnG0`X*D|qLJ&LU-Yul{YHecKN{axSNwPf1^ZtSkW zt?T*L7t;s--ehsr-Su*=>a5VH2#pK-uLW_$WQB(m;h`mA&$7QR>+e+joeN`&{@$$6 zs|dY?c1{Qu+BjF=#|aYVUKm(Eu$8~n%@1rg-RiL-4IWNDh%YknUGiayj!?u{HIf=+ z7>YRg5sFAIQ@ORHl%gnxzXa_Z;?{iN*4CA{wHkAuT7?R(+8^2mUwIbTUD9X3<^+uf zEGQ;zXF#W6kSwB+EFe)1HYF3@%=Cs*ws9KLnjq?1cGw|WQQA^0?HsRNQxvayKQ7UR zvUVy9jdT<2LvG0L+el0qgoOD!Jgwo9`)ld>gX-ZvQsAp#VWB{tPyL)Iu@U_>&NPIZWs+MWe~Xo1{Ld4~=tML*6B?a}By=7Xdfr4R0u7O-{RW2# zZ41+ZoQun66G$RU(-Se)iM2*~AkDT%0Di7R2C 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 Y?JRSy!z~ZR(tQUQ-gDQ378ybPU)+VI?EnA( literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.pyc b/env/lib/python3.12/site-packages/asgiref/__pycache__/testing.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ab1d9d174dfd4878d3271e7fc0b62d53ccbf0f3 GIT binary patch literal 7235 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.pyc b/env/lib/python3.12/site-packages/asgiref/__pycache__/timeout.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae8e5182fedcd9bc2379f7579fba9aa888264289 GIT binary patch literal 4891 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/asgiref/compatibility.py b/env/lib/python3.12/site-packages/asgiref/compatibility.py new file mode 100644 index 0000000..3a2a63e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/asgiref/current_thread_executor.py b/env/lib/python3.12/site-packages/asgiref/current_thread_executor.py new file mode 100644 index 0000000..68e37bb --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref/current_thread_executor.py @@ -0,0 +1,118 @@ +import threading +from collections import deque +from collections.abc import Callable +from concurrent.futures import Executor, Future +from typing import Any, ParamSpec, TypeVar + +_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/env/lib/python3.12/site-packages/asgiref/local.py b/env/lib/python3.12/site-packages/asgiref/local.py new file mode 100644 index 0000000..39543bc --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref/local.py @@ -0,0 +1,168 @@ +import asyncio +import contextlib +import contextvars +import threading +from typing import Any, Union + + +class _Storage: + """Thread-tagged storage for a non-thread-critical ``Local``. + + The data is tagged with the identity of the thread that owns it. This lets + ``_CVar`` ignore data that leaked into an unrelated thread. + + Python 3.14 added ``sys.flags.thread_inherit_context``, which is enabled by + default on free-threaded builds. When set, a new thread starts with a copy + of the spawning thread's context instead of an empty one, so the contextvar + backing a ``Local`` would otherwise be visible in any thread spawned from + one that had set it -- breaking the documented "thread-local in sync + threads" behaviour. asgiref re-homes the storage to the current thread at + the points where it *intentionally* moves work between threads (see + ``asgiref.sync._restore_context``); data merely inherited by an unrelated + thread is never re-homed and so stays isolated. + """ + + __slots__ = ("thread_id", "data") + + def __init__(self, thread_id: int, data: dict[str, Any]) -> None: + self.thread_id = thread_id + self.data = data + + +def _rehome(storage: "_Storage") -> "_Storage": + """Return a copy of *storage* owned by the current thread.""" + return _Storage(threading.get_ident(), storage.data) + + +class _CVar: + """Storage utility for Local.""" + + def __init__(self) -> None: + self._data: "contextvars.ContextVar[_Storage]" = contextvars.ContextVar( + "asgiref.local" + ) + + def _storage(self) -> "_Storage": + # Only return storage that belongs to the current thread. Storage with + # a different thread id was inherited by this thread (rather than + # intentionally moved here by asgiref) and must not be visible. + storage = self._data.get(None) + if storage is None or storage.thread_id != threading.get_ident(): + return _Storage(threading.get_ident(), {}) + return storage + + def __getattr__(self, key): + try: + return self._storage().data[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) + + data = self._storage().data.copy() + data[key] = value + self._data.set(_Storage(threading.get_ident(), data)) + + def __delattr__(self, key: str) -> None: + data = self._storage().data.copy() + if key in data: + del data[key] + self._data.set(_Storage(threading.get_ident(), data)) + 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 strictly 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/env/lib/python3.12/site-packages/asgiref/py.typed b/env/lib/python3.12/site-packages/asgiref/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/asgiref/server.py b/env/lib/python3.12/site-packages/asgiref/server.py new file mode 100644 index 0000000..186c5b1 --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref/server.py @@ -0,0 +1,172 @@ +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. + """ + try: + asyncio.run(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/env/lib/python3.12/site-packages/asgiref/sync.py b/env/lib/python3.12/site-packages/asgiref/sync.py new file mode 100644 index 0000000..436382e --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref/sync.py @@ -0,0 +1,667 @@ +import asyncio +import asyncio.coroutines +import contextvars +import functools +import inspect +import os +import sys +import threading +import warnings +import weakref +from collections.abc import Awaitable, Callable, Coroutine +from concurrent.futures import Future, InvalidStateError, ThreadPoolExecutor +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generic, + List, + Optional, + ParamSpec, + TypeVar, + overload, +) + +from .current_thread_executor import CurrentThreadExecutor +from .local import Local, _rehome, _Storage + +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) + # asgiref is deliberately moving this context onto the current thread, + # so re-home any Local storage to it. This keeps Local data visible + # across async_to_sync / sync_to_async boundaries while leaving data + # merely inherited by an unrelated thread isolated (see asgiref.local). + if isinstance(cvalue, _Storage): + cvalue = _rehome(cvalue) + 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) + SyncToAsync.thread_sensitive_context.reset(self.token) + if executor: + # The executor's worker thread may itself be waiting for this + # event loop, so a blocking shutdown() here would deadlock it. + # Join in a dedicated thread, not the loop's default executor: + # work queued there may itself be needed to unpark the worker, + # and joins occupying its slots would starve it. + future: "Future[None]" = Future() + + def join() -> None: + executor.shutdown() + try: + future.set_result(None) + except InvalidStateError: + # The await below was cancelled while we were joining. + pass + + threading.Thread(target=join, daemon=True).start() + await asyncio.wrap_future(future) + + +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: 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 + + def __call__(self, *args: _P.args, **kwargs: _P.kwargs) -> _R: + __traceback_hide__ = True # noqa: F841 + + main_event_loop = None + if not self.force_new_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(): + 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 main_event_loop is not None: + try: + main_event_loop.call_soon_threadsafe( + 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: 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: contextvars.Context | None = 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.") + + functools.update_wrapper(self, func) + self.func = func + self.context = context + + 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`` is the deferred sync function to be run, with its args + # and kwargs bound. + child = functools.partial(self.func, *args, **kwargs) + + # On the worker thread, thread_handler runs ``func(child)``. ``func`` + # enters ``context`` (via context.run); then, inside it, ``run_child`` + # re-homes any Local storage to the worker thread so it stays visible + # there (see _restore_context), and finally calls ``child``. + def func(child: Callable[[], _R]) -> _R: + def run_child() -> _R: + _restore_context(context) + return child() + + return context.run(run_child) + + 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[ + [Callable[_P, Coroutine[Any, Any, _R]] | Callable[_P, Awaitable[_R]]], + Callable[_P, _R], +]: ... + + +@overload +def async_to_sync( + awaitable: Callable[_P, Coroutine[Any, Any, _R]] | Callable[_P, Awaitable[_R]], + *, + force_new_loop: bool = False, +) -> Callable[_P, _R]: ... + + +def async_to_sync( + awaitable: None | ( + Callable[_P, Coroutine[Any, Any, _R]] | Callable[_P, Awaitable[_R]] + ) = None, + *, + force_new_loop: bool = False, +) -> ( + Callable[ + [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: contextvars.Context | None = 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: contextvars.Context | None = None, +) -> Callable[_P, Coroutine[Any, Any, _R]]: ... + + +def sync_to_async( + func: Callable[_P, _R] | None = None, + *, + thread_sensitive: bool = True, + executor: Optional["ThreadPoolExecutor"] = None, + context: contextvars.Context | None = None, +) -> ( + 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/env/lib/python3.12/site-packages/asgiref/testing.py b/env/lib/python3.12/site-packages/asgiref/testing.py new file mode 100644 index 0000000..d6ccee5 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/asgiref/timeout.py b/env/lib/python3.12/site-packages/asgiref/timeout.py new file mode 100644 index 0000000..c8b1bc0 --- /dev/null +++ b/env/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 # noqa + + +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: float | None, + *, + loop: asyncio.AbstractEventLoop | None = 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, + ) -> bool | None: + 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) -> float | None: + 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/env/lib/python3.12/site-packages/asgiref/typing.py b/env/lib/python3.12/site-packages/asgiref/typing.py new file mode 100644 index 0000000..83b068b --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref/typing.py @@ -0,0 +1,267 @@ +import sys +from collections.abc import Awaitable, Callable, Iterable +from typing import Any, Literal, Protocol, 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: 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: tuple[str, int] | None + server: tuple[str, int | None] | None + state: NotRequired[dict[str, Any]] + extensions: dict[str, dict[object, object]] | None + + +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: tuple[str, int] | None + server: tuple[str, int | None] | None + subprotocols: Iterable[str] + state: NotRequired[dict[str, Any]] + extensions: dict[str, dict[object, object]] | None + + +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: str | None + headers: Iterable[tuple[bytes, bytes]] + + +class WebSocketReceiveEvent(TypedDict): + type: Literal["websocket.receive"] + bytes: bytes | None + text: str | None + + +class WebSocketSendEvent(TypedDict): + type: Literal["websocket.send"] + bytes: bytes | None + text: str | None + + +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: str | None + + +class WebSocketCloseEvent(TypedDict): + type: Literal["websocket.close"] + code: int + reason: str | None + + +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/env/lib/python3.12/site-packages/asgiref/wsgi.py b/env/lib/python3.12/site-packages/asgiref/wsgi.py new file mode 100644 index 0000000..1bf398e --- /dev/null +++ b/env/lib/python3.12/site-packages/asgiref/wsgi.py @@ -0,0 +1,197 @@ +import sys +from collections import defaultdict +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, duplicate_header_limit=100): + self.wsgi_application = wsgi_application + self.duplicate_header_limit = duplicate_header_limit + + 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, self.duplicate_header_limit)( + scope, receive, send + ) + + +class WsgiToAsgiInstance: + """ + Per-socket instance of a wrapped WSGI application + """ + + def __init__(self, wsgi_application, duplicate_header_limit=100): + self.wsgi_application = wsgi_application + self.duplicate_header_limit = duplicate_header_limit + 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 + _headers = defaultdict(list) + 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 ( + self.duplicate_header_limit + and len(_headers[corrected_name]) >= self.duplicate_header_limit + ): + raise ValueError( + f"Too many duplicate headers: {corrected_name} exceeds limit of" + f"{self.duplicate_header_limit}" + ) + _headers[corrected_name].append(value) + for name, values in _headers.items(): + environ[name] = ",".join(values) + 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 + try: + environ = self.build_environ(self.scope, body) + except ValueError: + # Return 400 Bad Request if header limit exceeded + self.sync_send( + { + "type": "http.response.start", + "status": 400, + "headers": [(b"content-type", b"text/plain")], + } + ) + self.sync_send( + { + "type": "http.response.body", + "body": b"Bad Request: Too many duplicate headers", + } + ) + return + # 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/env/lib/python3.12/site-packages/django-6.1.1.dist-info/INSTALLER b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/env/lib/python3.12/site-packages/django-6.1.1.dist-info/METADATA b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/METADATA new file mode 100644 index 0000000..754d02c --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/METADATA @@ -0,0 +1,94 @@ +Metadata-Version: 2.4 +Name: Django +Version: 6.1.1 +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.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.12 +Description-Content-Type: text/x-rst +License-File: LICENSE +License-File: LICENSE.python +License-File: AUTHORS +Requires-Dist: asgiref>=3.9.1 +Requires-Dist: sqlparse>=0.5.0 +Requires-Dist: tzdata; sys_platform == "win32" +Provides-Extra: argon2 +Requires-Dist: argon2-cffi>=23.1.0; extra == "argon2" +Provides-Extra: bcrypt +Requires-Dist: bcrypt>=4.1.1; 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 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/env/lib/python3.12/site-packages/django-6.1.1.dist-info/RECORD b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/RECORD new file mode 100644 index 0000000..c43b29c --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/RECORD @@ -0,0 +1,4605 @@ +../../../bin/django-admin,sha256=eEGoXEmzPsT1LT81hfnWl5cjNaiDOHlam43K3yA_amE,314 +django-6.1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +django-6.1.1.dist-info/METADATA,sha256=Ha9pAfrroRrHJvQtOBon3E_iIgAGfT0Zt3o6tPWWZsc,3886 +django-6.1.1.dist-info/RECORD,, +django-6.1.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django-6.1.1.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91 +django-6.1.1.dist-info/entry_points.txt,sha256=hi1U04jQDqr9xaV6Gklnqh-d69jiCZdS73E0l_671L4,82 +django-6.1.1.dist-info/licenses/AUTHORS,sha256=pWR3H0g92uJr5XrUuiGjJ4Pvi5yLFRcfh7NTm7jK7yE,45629 +django-6.1.1.dist-info/licenses/LICENSE,sha256=uEZBXRtRTpwd_xSiLeuQbXlLxUbKYSn5UKGM0JHipmk,1552 +django-6.1.1.dist-info/licenses/LICENSE.python,sha256=dl4rHjOf740-nxKJLn4HKovjCZlqC-Q__FeWOY7E59Q,14256 +django-6.1.1.dist-info/top_level.txt,sha256=V_goijg9tfO20ox_7os6CcnPvmBavbxu46LpJiNLwjA,7 +django/__init__.py,sha256=-wIqUWRVejyE-TaXBvxQHU0bwyy8QmiAeS8VMWUToic,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=7JMWd0UJUqrXhySdVYLMP-DLC9sqmn7n_dgXxCY6DWY,17707 +django/conf/__init__.py,sha256=m9zNVVt8UjkI1lht6rFexn0fvCnlzLka6WsgFVHr81c,15382 +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=lZ1k1B3K5ntPWSn-CSd0cvDuijeoQE43wztE0tXyeMQ,114 +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=Pa2v4CWTZQHqcTIS-1EkVomS7hdcTJDnRTYPq_6EY08,23701 +django/conf/locale/__init__.py,sha256=iVSbbVXYZ4WRokHc_6iY1Z_QyWi90WQfKWD5UmRolRs,14004 +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=Cj7tx0XsyrRrjGRewGr8IgY_51-M0mEghcekNb3bIco,36542 +django/conf/locale/ar/LC_MESSAGES/django.po,sha256=BhDSE04ctWyoHX4iFlByZFjMaFRsB9RuAtTdOG8dbws,40020 +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=v1CpvodHZedKk8vmT9yxITqkKTzfGJl5k8TXZYoeZE4,28897 +django/conf/locale/az/LC_MESSAGES/django.po,sha256=FmyBZlzbu07sLia9jr5xkHbv6e8njlWpaO84sA_F4xA,31210 +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=OjLm3eWiBU7eWIg9__wH3_dFm8Uc7sQaeCHWqLUnDHk,38276 +django/conf/locale/be/LC_MESSAGES/django.po,sha256=WOgEawb2uxEvnGPxqsl5QwC0wKArcOFu7HUhlNzAeV0,41027 +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=1lH4ao6rEfHR_PML6tXnvUHmjXkFvTOFSbgK_zkei9Q,28527 +django/conf/locale/ca/LC_MESSAGES/django.po,sha256=nmzW9-Sdp6M4rrrbrbANs91WFNX4CxNLFepzpMAIwj4,31203 +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=lvqhPcbSQFDikaluhs9K5cxYTbODLhOFPJY-VjE-SjE,34381 +django/conf/locale/ckb/LC_MESSAGES/django.po,sha256=gbJuriWrY1S6wrT7iorl8sMTSWhk1OQY1xluatYFbLc,36924 +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=WSLEEKR5vp4KMHk8vf_3YlmsgGkfeAgrTnQmqYLd8CQ,30215 +django/conf/locale/cs/LC_MESSAGES/django.po,sha256=x5zlAgc5Vm2cd3BeWXjShWT6aFFltfJgc6LVxqm-CRI,33574 +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=uZzsN3zI5SzHFppuo8rEIfFzvbxrsHE9E_iuUEiS1iY,28326 +django/conf/locale/da/LC_MESSAGES/django.po,sha256=PVRPY2nJyN5hBRGtMfSBpMcJoRuiWi4xybMsZhJo4H4,30964 +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=92pA_zx6hEymSA6fL-wtsRPr_L9VvWYP2b6D4WXxICw,30999 +django/conf/locale/dsb/LC_MESSAGES/django.po,sha256=0bUmx-ifMTsrSWDfEc2cbl0WCgarEM-p2diaL3jm99Y,33525 +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=H7rUMOwKFmmOxf4db8y6Ur1VeO0oAdmulIBA8BaoTbY,31144 +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=RWdQA6aQpgY0PRcauNkIuZ-81L-DnL_rfOz2upvzXVA,29558 +django/conf/locale/es/LC_MESSAGES/django.po,sha256=L7k8-PHiwbC3G8vC_QFt7TPbJOWqjYzMBggugqZGMb8,34004 +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=5eWJIt4kWGdhDO5a3bHEr1GwvxId-wW2B78UgqNtCr4,29936 +django/conf/locale/es_AR/LC_MESSAGES/django.po,sha256=xXiBFAYZZILLPgLVV0OTCS5ZPl4XRUsIQyXFtiQCBeY,32344 +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=rI7ndyojnFaNiEo4AopCliSmBUWvvuqT3VtkJKfYT5I,27310 +django/conf/locale/et/LC_MESSAGES/django.po,sha256=YrfmkHvyPwD3_HP9dKKzb-j170Sr7RwqNlPvhtN9NWw,30476 +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=jKzJKKiSTASEGP2UkT4xtzQQtJSpzgfKmZvRdAlNFsc,761 +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=NNN5Xo7etjVcpGG5-I_Hk-3f_N3_mvdeutMWWWcfvc8,30823 +django/conf/locale/fr/LC_MESSAGES/django.po,sha256=adcKrw2wQnjSFCB2Ta7GXWvaPn--Ag06VwIUIxRY-_o,33674 +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=x9rt5b7TFdxwIGZQaSb82CPpAS1AniqRvRpjmAwCblI,1177 +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=sTQlLeEDJ3xFXxtfIRFUbO2jd2Xaw_g8Gn45uP-L-I0,28727 +django/conf/locale/gl/LC_MESSAGES/django.po,sha256=ea9L-FYdvsg18N8Ly34SOGQaLwWQUTY4yY8tjFVVbQ8,31190 +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=r46shHpX-PRryA4MrlQ_kcIFwgrlLIhdxXlqeigfEKw,31744 +django/conf/locale/he/LC_MESSAGES/django.po,sha256=xBDAvrWbGULdAo4HgwIZTj7pFtx2zCsrblrcVWYewoY,34651 +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=_80TeCX-hRhmCLwa6ZBsYJg-NrRlqEBI5hs2s-s42MM,29477 +django/conf/locale/hr/LC_MESSAGES/django.po,sha256=Gmi5Grx2dSewEHH64laWmUPbGJGA7svHm0goXBftjr4,32278 +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=UiOA6aRLZ1nzZPFTrI3fIJU51mUWYDGAK4h3z_XR7l8,30660 +django/conf/locale/hsb/LC_MESSAGES/django.po,sha256=qEwYx6ZdFzNaDKuz3_DNaXxga2NPePVkUIges9yCn5E,33158 +django/conf/locale/ht/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/conf/locale/ht/__pycache__/__init__.cpython-312.pyc,, +django/conf/locale/ht/__pycache__/formats.cpython-312.pyc,, +django/conf/locale/ht/formats.py,sha256=aKQxydjZM4dBLHhKQAVc6KKW3JPndBgS8bQJq191SGg,1645 +django/conf/locale/hu/LC_MESSAGES/django.mo,sha256=0CMpEzqMCflf5bvlAPiAcbHSHNEqt0CFVE4lobhuYUE,29251 +django/conf/locale/hu/LC_MESSAGES/django.po,sha256=GBIfVtcdNfitMjxcQrSFC4bdafh9eXQw0FU5872VY1I,31984 +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=JPNwbQwvgBXnrp6eBQ8ZCcj6ZheX6glRiEhTZbl1L3M,27958 +django/conf/locale/id/LC_MESSAGES/django.po,sha256=3XGeOHHYvgnmyYuNGvI9-BIUA2yFpbWmiqCFCB1-0m4,30368 +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=gg-gKwH_NoLuNsZTL6bFHN3jEB-TDaBxQtg0qElBPVs,31219 +django/conf/locale/ja/LC_MESSAGES/django.po,sha256=ywhumTvk50ONDFYy5hnwlu9BWYrKod_nAHagzTOJ5PA,33790 +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=bpdrhtsvBNJFDXawUQOoRBXVg6a_zztWsz-xkmYl4yY,29377 +django/conf/locale/ko/LC_MESSAGES/django.po,sha256=YByjqFi5oaDyryh6p75FdmRn4WwmBKO1yHwMbbCgEJA,33015 +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=tCAr3PXbkL-_Gu0BFSTRL1HuShjQpfrMzmjkALKAuV0,29483 +django/conf/locale/lv/LC_MESSAGES/django.po,sha256=ROVbCmv-P9bXe-ek7fbx5ONrqaej93XLY7jIv0ddJYY,32332 +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=mlStZP3_wbxb261F3HnbmZIPd2Zr8rfeYBf8yndZ4DM,28452 +django/conf/locale/nl/LC_MESSAGES/django.po,sha256=AzLmgkvB6dC0HKdkOCRE3l2ZhJxoE0X0LS5plwefBow,31330 +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=4sVe-sGdPQvrlLBeBBjCasLlOTPzIPGaHCqc5kZZWf4,30975 +django/conf/locale/pl/LC_MESSAGES/django.po,sha256=pIAUHSGiOZkLEy6HYA0OAudabWXQ9ltU1i0tMHCcul0,34937 +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=VHNdP8kK0h_GjoKxFCW9QmLFptwYXdAbEi0Ch7808xM,29507 +django/conf/locale/pt_BR/LC_MESSAGES/django.po,sha256=3_4GBvEjKRdJlHQfkJtvs31JK66DLXbVDsGeVOM6KmY,33686 +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=FDnisvkQTOPjuPHWQZaj0vMtPcToEyva5XOJEsRWl8U,39102 +django/conf/locale/ru/LC_MESSAGES/django.po,sha256=tysWI0WyY4firdKxwNaIisAge7kFglnqKU3_qogvRXg,42475 +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=P2ARml1qzTCWWUx4OaRNSvYOve9Fc7qY7YBrizCpCYQ,30255 +django/conf/locale/sk/LC_MESSAGES/django.po,sha256=_1encCJvl5PukEGCkGISfiu6FwoM08KgreciUqk7emw,33102 +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=0-5F_zk9Te0b0wOAPzO41OyZgsHMLYqnopLnG2Xz0SQ,29196 +django/conf/locale/sq/LC_MESSAGES/django.po,sha256=eZ-F0dnhdtcl58LZn7WvcadT6_A3XkaVqmgWvi7Gy2w,31597 +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=h0DWwGT1-PWN3BKMBt6izbW3dY8amqmITB3ckogJRoY,35656 +django/conf/locale/sr/LC_MESSAGES/django.po,sha256=1tpot9PIXhGtur3R5YvqSV-hL3Vb5wi2V_tMoVvAmE0,38310 +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=aIH0OiESzVb0tS5N9RVQW0FsMcUTfPBDweEKQzBLdmA,29222 +django/conf/locale/sr_Latn/LC_MESSAGES/django.po,sha256=OOwGx9ZxRr7ms-u6rmT0o_38EVedeWMOg_A8Y8aPd84,31825 +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=EXZBpYTs1DeTE0kn75XnBPTlhNty1C_tKWnfTGEcm_c,28173 +django/conf/locale/sv/LC_MESSAGES/django.po,sha256=QnARSXfNdp_fdIstG9HVl6BqdkPEARExBahx6BcoEto,31248 +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=4yFa07yti8A51RavJFbvWAOJHuBlQb-5rtEex7Oc9pM,29376 +django/conf/locale/tr/LC_MESSAGES/django.po,sha256=GGAVczczH8AsgGPXYyfOVf0eJCFVuYCqrRvF9_N520I,32095 +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=l2OhoOi7SqUqkgVWBcSkVV1xOr3MCMvfwMEGCRK_gvo,35793 +django/conf/locale/ug/LC_MESSAGES/django.po,sha256=_dv-aKdu0ha0luwQFdjdjMbbo3oBwPoWRGsp5lfVFnI,38085 +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=6hM4YVI0soONlYi9QIRCbngehOvx3pxxjV0CYL3wjPw,30907 +django/conf/locale/uk/LC_MESSAGES/django.po,sha256=zrN7A1DCp3kEnOFVYr_f_Hooo2-QVUJJ8aDxKPPy164,37258 +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=H81-nR12D-Ie4UkGr95R_nE6eNOE7H4YIZBpCdZqPSY,27206 +django/conf/locale/zh_Hans/LC_MESSAGES/django.po,sha256=Eay19P2_vm3eMhDXmdqECTP5XXHY0UhY62Aa_O7hK_g,30487 +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=fB0pu3JP4N9XgyLaD_ZQyQ0roiiCGNr3mzOhwZJYQKU,27050 +django/conf/locale/zh_Hant/LC_MESSAGES/django.po,sha256=9lWXkdMMyHXFcCsb04q1oCgqyW-Hmct0H3h9iYvgZEo,29311 +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=d47TQ2Zou6beMFCDi7cCZfJNrt1yTSsBfKKw1JOtfyo,3319 +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=HqnU5NUO5BM2qEwp7PCOtzpn61DFHGuVaNL3WFGgbpo,1271 +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__/formfields.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=fFwDm2tbXwVstn4v_ivFkuG9cyowuRBvq4e2uQUurjI,3274 +django/contrib/admin/apps.py,sha256=BOiulA4tsb3wuAUtLGTGjrbywpSXX0dLo2pUCGV8URw,840 +django/contrib/admin/checks.py,sha256=TIlj23K3zqb4kaIvJmeyP171tomyaV6zS-6QkygIBIM,52481 +django/contrib/admin/decorators.py,sha256=ZUOUDg8E5P5tYov-ozDrLcyGhPLjhNNCWaZfMtVVkKo,3930 +django/contrib/admin/exceptions.py,sha256=VJhzurallXV322hhZklmvp3OmDIZZQpbEOuE-CX7938,507 +django/contrib/admin/filters.py,sha256=xWca0wsA_fGlkgV9mAXA3RipmXvj8EKaumU4f_Kyk9s,27668 +django/contrib/admin/formfields.py,sha256=qTMnRIqxSZ3RTDRhAUdmVLCWS6mRAKnem09qhRlsKWs,1344 +django/contrib/admin/forms.py,sha256=0UCJstmmBfp_c_0AqlALJQYy9bxXo9fqoQQICQONGEo,1023 +django/contrib/admin/helpers.py,sha256=pzmySFSVLuQr_eT0TkDFGXoEBK8bYCDNSWnFEVMMZhY,18435 +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=T0IxsmxjSECnJFzJ5M46VbibbXPOC9g6Rb9_iuPxBPM,7211 +django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po,sha256=1vegElTyRKQ9-7xeqbHLnHOIpbZeaxZRNL2n2o-Y9HM,8159 +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=JlNO6aHR06khd6I9oNa37cj0ZEX7Vf7eISjJ7nxPKDY,19181 +django/contrib/admin/locale/az/LC_MESSAGES/django.po,sha256=r-FiC7hS1z35ZYl3HeJ0sR9jKYg55p0BXNXQeOKzMmY,20651 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo,sha256=IXWE44qK2LMryZ4tqJv0Pi0Ug7hlGJllprkrIpT0qBY,5759 +django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po,sha256=BQzs14nrvq85xF41xXlvkPcKDpS0r_nXcrttvojXev4,6573 +django/contrib/admin/locale/be/LC_MESSAGES/django.mo,sha256=wub1PeyZOpG1kK87hPqoTMvGHjRlRbbhgTCYxb5BSAE,23692 +django/contrib/admin/locale/be/LC_MESSAGES/django.po,sha256=7Z9wA18SEJ0ymguNiaTyyCgmmOG1TDm1fJYA-Fk3hfo,25237 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo,sha256=I4BSV9pGI5LhW4mhmfks9nNj8nom2qyNf1OUKwRxstA,8473 +django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po,sha256=d5ruNL864_HLle1iI1Ye1PWpCD7ZUP1TG56WwOEoM3A,9306 +django/contrib/admin/locale/bg/LC_MESSAGES/django.mo,sha256=pJG794701znTD09eNiPqVSisl8UKpqJXaLlH9EBKnJc,22639 +django/contrib/admin/locale/bg/LC_MESSAGES/django.po,sha256=BajnHJ3S6_MV2kakXEH7a8zboiwvdIJWFqdrH-L7XJk,24412 +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=ksCP5zf1fw8IFmuwCLpIGcPbz9--FCzkHE-JipjPVhE,18818 +django/contrib/admin/locale/ca/LC_MESSAGES/django.po,sha256=idSSAWMQbOYWoog9aFgAeidSK9SKBB0GHQKDZS6GEFc,20481 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo,sha256=xCAUE9VEJYu4x-yOHo-y2NGSXSAUUXRSOA8_YLJaD70,5271 +django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po,sha256=gWkmcH0bwj0BtLwbqynkM3K7iHNkgi8YdlW4ATbCTSk,6342 +django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo,sha256=_7MFcjf9jgkVeZ7cblVd_WnKJdx-3BrIhiuKKKf1Czc,23060 +django/contrib/admin/locale/ckb/LC_MESSAGES/django.po,sha256=p71yTBrcjPRbiQ-I4sV_5fbEcnv8ivxBCqin2v1sYWk,24878 +django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo,sha256=y93H7qkJV_wFljNn1TeL_ZGo9Xa8XVqI5K1yIbtDFiw,6433 +django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po,sha256=93PcbIq5Wv35UjM9FpLYvLiUHD-XQqxYu3Y0YSqx-Vw,8059 +django/contrib/admin/locale/cs/LC_MESSAGES/django.mo,sha256=ghf6Ept1M-mn1er17JVa8DrHnhXTfLMstY6-WIYVgfo,17463 +django/contrib/admin/locale/cs/LC_MESSAGES/django.po,sha256=Ymhh8bZU4rxIl_m8WUKrxMLzRbdBHzlmaMcAsMup4h0,20367 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo,sha256=0NnOLWuGkr0Z4nxXUn9gXHaoGZzvTniw_evVoV_o8LA,5417 +django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po,sha256=OzwGZKprhllrfDMvwJqRhyRdh5u43U6Z7eLw-CmwjDs,6868 +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=k5stuugVpvt95Sks3E717iqYj_r47LHKqTHl4-kHRw8,18352 +django/contrib/admin/locale/da/LC_MESSAGES/django.po,sha256=G4s3O3sRXajsBm4G02UdiXAcTsjjn4QQ2nWMuQE5Jbc,20026 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo,sha256=p1bB_fH8MMxYdiI4o5d--4J5xMGeHcSKDrSM1aIJvA4,6463 +django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po,sha256=h_rZ4hiL1pRY4QQEeqtTqUAa_e3SC4HWw_DQTGQ_dYk,7439 +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=KHOC_fKtKqyRumzpjQ52M-6a-XqcJZ1Omz_WB9IClbY,26362 +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=7HWmgaIX474qhaYtE3m6bx6pjgXV3Bw7tNFmmHAWlVM,9958 +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=Vh7uqP8p58ZDxdIiLq0T38M99W64Yk5ov_x6CsU8hoI,18332 +django/contrib/admin/locale/es/LC_MESSAGES/django.po,sha256=cRFAV9tLeMYbPdkLiHSPMBJhJYFZkdFIcau9cEaEKWA,21463 +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=NinXnrVPvD0yrvfX0y6zM9L3_wuqbfUscL0VMwPKgAk,19436 +django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po,sha256=2s5_Z41DsVg0gDzCvgPAL991ijrYoYlDONTA6jxbM6M,20795 +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=p41nqK_HRSbLvQ6eoHcUSIoT8qeyCBFdmx7f8xwgQsM,16468 +django/contrib/admin/locale/et/LC_MESSAGES/django.po,sha256=nMljHxSWGmip1C9blVQnDzyGtVcNKJc7rkMRKS3pqMg,19089 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo,sha256=WI4wNKUXNVTzletPDjSyBUn2IohgQcCn54U1Hnk-KlY,4359 +django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po,sha256=O6KeW4qBWM7q-cDKISPLJwkvBVVJjfgxwZ8ESB5A7Ug,6446 +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=1TNXUmRTG3jqd3D-ZGCrFqy2LsV4EJR7HjhVGFA8fno,16967 +django/contrib/admin/locale/fi/LC_MESSAGES/django.po,sha256=9KTH2A9VolXaKRG292hCbyHHs3eRdGTbuFtmD4oCb8k,19050 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo,sha256=Xu2O0JEBKQSTJyGG7e3CFuLCdYzWUxip0uKj8HEnCRI,5225 +django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po,sha256=nocdqamjAkC2Y5MDB05W8nzr5OTN6NYxfa2hQLR_LhM,6240 +django/contrib/admin/locale/fr/LC_MESSAGES/django.mo,sha256=C8y6VI0uw5x7ZGNwRXbDOEU-4AWsvw2tP6gmDqucbDE,20368 +django/contrib/admin/locale/fr/LC_MESSAGES/django.po,sha256=RxlFp82RdC-o6qZOrxdMMKPoaVLSSw7Z6N38rJfF34w,22007 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo,sha256=6rxgKuHIN11hkQAmqRmxxC4J34nsSh7l_aTGii-a3wQ,7240 +django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po,sha256=P5wc9bHvI5H9VnHTp0fxH3cUtPYZxKGvFbkMmG46J34,8119 +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=8YVakb31QdTdBoP5m17b1S1lJ4dffTxtF2GChyH8f3o,18681 +django/contrib/admin/locale/gl/LC_MESSAGES/django.po,sha256=d1ve905L2vluhidV3Agab4wCyA7X_-tjEgWbV2BsMKQ,20250 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo,sha256=iJGlJLXBaxRXKC6tDgYSwoZloY4h6k0vEJsy-doCREk,5145 +django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po,sha256=yaYOQMZuSKxiZMjLNYdWt8R6J0k2J5MA2kMZztux-14,6788 +django/contrib/admin/locale/he/LC_MESSAGES/django.mo,sha256=a8xuZyKxWYlJB8o4w4CytcZ1x1umPw2ZUPi6wUFiTFM,18647 +django/contrib/admin/locale/he/LC_MESSAGES/django.po,sha256=4MbrY4LCdN28I9_cENpvLjuJFFxGYRppVWberdTBldc,21081 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo,sha256=lZvojVaRHfTyhq7yw4cPO4mgCSO07ALPyWVAXZulX_Q,5272 +django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po,sha256=vv8HvCjYcjF-qC_hv2yNG9eqGnFpoJrDSckBzXFu12w,7205 +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=8ZeV8jZEnMljMuVkZMnFk9MZwK61ncQJfrP6T_t3EWY,18767 +django/contrib/admin/locale/hr/LC_MESSAGES/django.po,sha256=kcPXuXN4Q8I6ZBrACX2g9RlKv2R0CovAX4JqYHxajGY,20368 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo,sha256=qt4hs_jeFkbRq2Xvfjs7BNih7bi0scQyN67BfH6Qd5s,5738 +django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po,sha256=FOzzWHeSr9RIZtZm8xKqIlrtxID7z7CD3iHc_p0PR4Q,6622 +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=DIDP8k3oPT0TsY6yzI9imOzIjYsA0uBdVBO1NhrvCg4,17466 +django/contrib/admin/locale/hu/LC_MESSAGES/django.po,sha256=clpPx4ML38U1oK0pzn9duXR961CBhTNdBJ0YZxVCne4,19895 +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=Z4FJI4sIPAPHwFbwe5SGUASXvlPTZkTXojxaI91_pPw,13041 +django/contrib/admin/locale/hy/LC_MESSAGES/django.po,sha256=pKzA9WRDvNVBBrpgGaEHR0Q1Cg7h8YgyW_jyqsJJ6D8,18781 +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=yBHrId4hm4g486PvsHzls5eCGzClphr5wF2NrtTHRTo,18008 +django/contrib/admin/locale/id/LC_MESSAGES/django.po,sha256=gFdqhg_jcHKdUdJcTXAmXv9eipnsgKDWFqMrG-oWPO8,19562 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo,sha256=99U-wpRT8RJ-A1DDbKKYDxk3NSmk4Cd1Gh9wX3p3do0,5013 +django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po,sha256=JSfJACE7nQb8ayPgR5nJUYzPACxYrS0My6Oy_GK4fj4,6690 +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=0opjbxjoWL-GD8grediUVt_gXtzxiwC9Uy65Ni3gJ0c,19834 +django/contrib/admin/locale/ja/LC_MESSAGES/django.po,sha256=TaVmsWxpmV4j3SdIfouf4K1Br7zl9IMBBgNjrOE9ftI,21846 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo,sha256=Z5uZxxcNlGxifuYKNl4xwvSDCCD3gPIxnc131875ABk,5331 +django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po,sha256=nCkfKQdtFk3wfJL3qMErFMhuUir2ELMW8QdzQi0SgHs,6931 +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=ovvlSiIuLDCX_OyfybfDN_JUZRy9ZBZhV_la7rkhHoA,18793 +django/contrib/admin/locale/ko/LC_MESSAGES/django.po,sha256=Fi71eExbbor3ScFcqRfsSzhJzjPrwCHZ4IY1hn67NIs,21504 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo,sha256=Uq4r-Nc9xF2JbwZT0dZv9gjZAf9OthXYPzJ0ptPGwjo,5087 +django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po,sha256=Y567hharFQxiuEnH4xoN0JveV5tGMS9wa44tup14eG4,7046 +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=H1-Y8KJMbQRDiy6tdYp-ZGkcMW-GEUOC8Sz1JanxCTc,19375 +django/contrib/admin/locale/lt/LC_MESSAGES/django.po,sha256=p6u1GUCHUmLWsV3p5MGBNZeEDHbTvstgRyRnAlViaQA,21116 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo,sha256=IvHCPIpi_kfEcSzh-u8TKYtNzJp7R-zkszloRMe4k8M,6668 +django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po,sha256=TuSmPk1-_ekL5ZyyTA8epLtEA87G8SyRf78VAOWaOEk,8111 +django/contrib/admin/locale/lv/LC_MESSAGES/django.mo,sha256=Y0Tl0ffvTpq4bPq3UGK0hxmTvQsx77apK5O7cYFxkFw,18704 +django/contrib/admin/locale/lv/LC_MESSAGES/django.po,sha256=QfnI3bD3dmwiJ9KdD6T0KSR9awTxpUW6p32B9GypW74,20317 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo,sha256=s0Ge7dFrIgkOnH63wDuvgMxlfU5V-XsXTtQEmJlOGUQ,5311 +django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po,sha256=HtFZjxEv9-R2xx7Vv6ATMZdINc0r13Oc2c5ParosPrI,7086 +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=fa6slplTfZTMyM9WnAELx5CRWoCOgUy_vmxo6GBiEr4,17284 +django/contrib/admin/locale/nl/LC_MESSAGES/django.po,sha256=rRX1YVUJGBN4jUTL1yARA4gsK7pPlJyOqj0bEgmIRW4,20109 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo,sha256=uhdOiZFRvjsu1gFkiWSGJ_3ALX5TVaAY7eyx-P9i99Y,5206 +django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po,sha256=gkxEOgq-sVoU4vjQ286q9IDT7GB02Zuh5nzGOEZdqzc,7163 +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=kttrbpG-innCVPORJA-_EtBjZdszOzBtPR1dzsYNYMQ,19465 +django/contrib/admin/locale/pl/LC_MESSAGES/django.po,sha256=Ia7C2UqX-YwUGdgG5X6DK7bKfyJ7Bualmp5dKtRV20M,21440 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo,sha256=ei1r0IJRlqxg06e0phf1IckVUGx3Nc1HmTz_mYh39s0,5301 +django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po,sha256=9Oz4PLn-twHLAXpwAznKCuGfHU4sFoaLb24YG-4rUuU,7278 +django/contrib/admin/locale/pt/LC_MESSAGES/django.mo,sha256=T72cxqstURyi9Y3LxF-6_JkDXyoMxqqWDD6yr68apnM,19155 +django/contrib/admin/locale/pt/LC_MESSAGES/django.po,sha256=4QPADix3P1QrGynluqx_abHeHX7i2PqHZA8P95bduMk,20796 +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=oP0_eZxH8lnd5MBLGMQr2dlo9FuJ3pAJjYeaX81Pido,18964 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po,sha256=byKJ6r8Z_Yr3y8lG1ibWXndWwfT65swt3fjH7hOmMF0,21724 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo,sha256=QEdkhSL6CvIzBL24xrFGNYkJaIXOUVX3S42DEHSfX9w,5332 +django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po,sha256=_dJS_T8UOcW4YeZ3xzsynuDnTuYHbgd782z63zjjDU4,7505 +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=8QOs71etgv1-YDI7ovRLOVwL7XPhTJ0Bi4uNqUsnhsU,24391 +django/contrib/admin/locale/ru/LC_MESSAGES/django.po,sha256=QRrod3vptHwdzaG1h561-wn6Ew6s9mpxHqHmrdIwSx4,26192 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo,sha256=mtc5o7fpQZ0CdT8DCW_FMNF1eVYBYgmiViWVcAJQmhQ,6617 +django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.po,sha256=-SKpzklX8MITAyEVpOStBR2w0Jw9z_Qvug0Ny24MW6I,8679 +django/contrib/admin/locale/sk/LC_MESSAGES/django.mo,sha256=grLXXlY5P0SPYNWo5SlwfE5TKeScte60pVRHjAFbGI8,17887 +django/contrib/admin/locale/sk/LC_MESSAGES/django.po,sha256=HMg7Do9BUhukXkMMANQNzGAZEbO2Dn2-vCXeYIrzMCM,20166 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo,sha256=107Cb7ua1EczXgeFBFSjRsEQ1VxyY1km2IryC-qTark,5133 +django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po,sha256=0g4kHRSaTx3PsbdG_TTHAdWjpgOsWh0J9hK6Niu5fzM,6552 +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=XHGPLdVzLre6_mgRDCIZMojjldZmhBDi324gt-0fjf0,18813 +django/contrib/admin/locale/sq/LC_MESSAGES/django.po,sha256=8WU8fj41jMMTvFXq8mbPTOpi1K9v89zbBu6gDMAr5CQ,20272 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo,sha256=1GbwuvhCpVH4jrgHNX2EHSx1q0w84C2eAMHC8InoFm4,5275 +django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po,sha256=y5hcRi3xsrRt5AEgNd6wUmHlpStnGc9Ui-x73VXFJeU,6883 +django/contrib/admin/locale/sr/LC_MESSAGES/django.mo,sha256=oloy6EN-7JZ5xW6ZbG0jvxh4ASSD7lMzK7ta1xW4iVo,23495 +django/contrib/admin/locale/sr/LC_MESSAGES/django.po,sha256=CWdS6TdvAPsKfyGJgSGarrg38zNhIa6EHRkuxPSLMRk,25046 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo,sha256=3ZkYWnD_g1f_0Evj9-n7-DXbM7gzPzCT3f09doFQAk4,8033 +django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po,sha256=rg6IbpuX68x90ejrN9TDi4Sdx7WyQh2DdCrGB4n7a-8,8877 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=t_ckZijVgh7vFO7XQ9tTH75MfQvp7ovMo0HKS4M8LTU,18813 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po,sha256=57asnI1iaAgj6Z0usGuqEheA5LwGaphi2-UKa63MjE8,20328 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo,sha256=SUe62ZINGh4O2BthJ_YEr8yAkGi0nRAci2E5q3tC9AI,6770 +django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po,sha256=SUkzQ115Ot52sER9ajkm0nCQupdPjC8xwr5eY4tq7qM,7566 +django/contrib/admin/locale/sv/LC_MESSAGES/django.mo,sha256=RjQ8yBUqenJgpebTZlZ4uw2jvSpvQPLJuX-QEMbSLd8,18145 +django/contrib/admin/locale/sv/LC_MESSAGES/django.po,sha256=4xt8OYFeFutAOJrVbkPdVa12vEZOUVggW2sy3bvE_qg,20245 +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=tJwmV6n3wz6dBVS97xpVFpBwH4WfX5VswKTnjkzifeg,19054 +django/contrib/admin/locale/tr/LC_MESSAGES/django.po,sha256=1NLVrPigeVbMqnY2pU4Duwn5mjlseql6CVDrppeTYic,20755 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo,sha256=2L2CzO2jJfs9EIGUQRhkkFmuHN7x2eT0nO8Z_cYqrUg,6537 +django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po,sha256=6e2ZqSoWpEAeyvAp-S5YpAY_dY2WKG5OF1fEdmvYE0Y,7319 +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=AqAEgPKD7SXOPd68DB1vaB4eggdDP45Cn_l6Jm7znKM,23374 +django/contrib/admin/locale/ug/LC_MESSAGES/django.po,sha256=dblP-vcTBXXYa-mDwnFy-InEDqge94RPPHGRA0rBCBM,24745 +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=U3fmJ3uo4j-BB-fgb7YgmVXFmvHPDQg-sBbxPPp4swA,21898 +django/contrib/admin/locale/ur/LC_MESSAGES/django.po,sha256=impDFTUf3NYFiPoU1idUPWALlXz_ijXzi7al3W_xB5s,23288 +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=4_6eRFSE_c6sfrFLjYLvHvyqnJ-o_kce8ARBQe0wBUU,17280 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.po,sha256=mjEYG9p44Yqv-g68pCfpC7NULleVOge1T-eYNGM0ZxQ,19444 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo,sha256=EqvWsX5vqkB3lZrWnzo_w3ksDouW-Ve9Y_hUv4TLrJM,5356 +django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po,sha256=EXYcpgQMPfHsbsUecfHxx8ZDLlp1yQKPp4QjBn4X_Bo,6557 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo,sha256=JO0sZqEOUdC3lxjv4tIIkB9bzY0fA513-JgFpsE_yZE,17086 +django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po,sha256=5krVZoNUN34muhAuFc1821D9I_NSxDbvFrsaDL9OJZY,18610 +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=9LXlV2QkE1OUWyQRjE9QQ81bEIP2HauAMZ0uETSAASY,6867 +django/contrib/admin/options.py,sha256=Kd6hM1GTakh2hCgSLM5se17tZPrpVf46s7uCVDJmeaM,116161 +django/contrib/admin/sites.py,sha256=DXIE1LxF-2cz-h8kw4aj6AsZLuKKgq12fKTDgVqxVO4,23478 +django/contrib/admin/static/admin/css/autocomplete.css,sha256=5JQrTguhD1U1omXaLuprjuxqSbnttL9-xN87qTZa4yk,9583 +django/contrib/admin/static/admin/css/base.css,sha256=NKY9rQG4Zxldo0jYAR43W0Y7zIVHa1ZwN2qKNC4iCxo,24538 +django/contrib/admin/static/admin/css/changelists.css,sha256=Qo8pdkhcNqeVV3DD_nmz0d7BppqjWnq027dwENyJxeI,6216 +django/contrib/admin/static/admin/css/dark_mode.css,sha256=nDjmrjD7POkBV7San3l6yMzOQwir_z1mLWKfKSuaU1c,3583 +django/contrib/admin/static/admin/css/dashboard.css,sha256=jMfp7Tryk0Br79RpuXc23-DWqG9ujkpKMMIVEryWuvs,442 +django/contrib/admin/static/admin/css/forms.css,sha256=5nWaFarSvEj7fn7cDHUa4pFIHLC5fLiRYWiFHwcHG8g,7951 +django/contrib/admin/static/admin/css/login.css,sha256=DfZHZCmkGc7HkFkMuUqtNdJ5h_Od9J_KuNggpX5IW7Y,951 +django/contrib/admin/static/admin/css/nav_sidebar.css,sha256=K39ixiN512JYW4VzITJk5ZYlv9AC_GaPI6AA2quRVlc,2814 +django/contrib/admin/static/admin/css/responsive.css,sha256=8cIkdBOpyhNF7PC1guJWnoscxLEQKD1jV_cbjoVxePU,15025 +django/contrib/admin/static/admin/css/responsive_rtl.css,sha256=S1VPMCgNPALOnvavX2JO2FBVkstJRAAPFH2PqBERG3g,1821 +django/contrib/admin/static/admin/css/rtl.css,sha256=zYS0SwA0kQV-vzb3WvOx18Q-pwL042n5uR4e4e3c1FI,3726 +django/contrib/admin/static/admin/css/unusable_password_field.css,sha256=VvzfvGdos6uAhas9Q2uK9ctHki5muoD_VkOL519AGJw,667 +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=1NnEmtt_WfFgH5DEnL-13Vf_y-7HXZGBo3ExmX_F2t4,12094 +django/contrib/admin/static/admin/img/README.md,sha256=bjvtu_QxAGHgJtGwuZvrOQuEW_0pcyRVwT3TINsf7KY,3022 +django/contrib/admin/static/admin/img/calendar-icons.svg,sha256=n-bsDUJTdqoquLdqM6NVZULVZoFq5MMx4b4F2-z4fGo,1320 +django/contrib/admin/static/admin/img/icon-addlink.svg,sha256=2DjANEoMZEqoqGIaN75IydLV9qC7CCE6l85RYHuOV08,593 +django/contrib/admin/static/admin/img/icon-alert-dark.svg,sha256=7PhlOfu3zuuTGRgEmnPsWyJiVnBYLWcj3_6LOdJwzIo,684 +django/contrib/admin/static/admin/img/icon-alert.svg,sha256=6-ijpofkojw0oIkdEz4ubGf-MfRqpDTIcXlztDTtlfQ,684 +django/contrib/admin/static/admin/img/icon-calendar.svg,sha256=RzDelE5E4K5sXnzOgQugFFsAA2CF_luHX-YGTAokk-g,1112 +django/contrib/admin/static/admin/img/icon-changelink.svg,sha256=qIsQPYHDfOYmK7WsOzbMh3X9iw3BeBkx4Fl2cw1cWSo,978 +django/contrib/admin/static/admin/img/icon-clock.svg,sha256=x9GOMwn-ON7x7hRSo-2nRhzUcVII3o9DH1EuLzaBT7w,805 +django/contrib/admin/static/admin/img/icon-debug-dark.svg,sha256=9Abqr3fFQtrffh_TF7FmwYycaPext8Z4CriMCc0W-b8,1247 +django/contrib/admin/static/admin/img/icon-debug.svg,sha256=K_OwwqMCLGOk5-IaFmHrtjTL3ZpTmUBNxky7sVjsh84,1247 +django/contrib/admin/static/admin/img/icon-deletelink.svg,sha256=ChK4IN68Xnjm6DNx50bjdr69XaJTO0xrGquVNSGwvGU,707 +django/contrib/admin/static/admin/img/icon-hidelink.svg,sha256=dM9lQVJUGYg0O7h-i8q2YYvPF47eQNHQsHp0byw_hqA,1131 +django/contrib/admin/static/admin/img/icon-info-dark.svg,sha256=LH720QP1ovuoDA18NxWv6qC4Fpch34UTK2pKUC8K0OI,630 +django/contrib/admin/static/admin/img/icon-info.svg,sha256=ILk322cobxnuyOD2IkPmHfuuK_BGbwX7yf6l5Y0ESxA,630 +django/contrib/admin/static/admin/img/icon-no-dark.svg,sha256=r1UAMJE9xGlvaWx5X-xY9rW-gKBox2mBVAFZlSBiyZU,645 +django/contrib/admin/static/admin/img/icon-no.svg,sha256=U1M4_wnKOKGv2Gblcz_YGrPPUSAA-KcOZDdP_vI0Sfk,645 +django/contrib/admin/static/admin/img/icon-unknown-alt.svg,sha256=imaX2EDa-ubL6jHzgT2drl31G0x-DZu1rlJiUuNEez8,806 +django/contrib/admin/static/admin/img/icon-unknown.svg,sha256=p71wOjy1gcE52Eb_v5I0k_DhIPtN_D7Ydw9KqT_hD60,806 +django/contrib/admin/static/admin/img/icon-viewlink.svg,sha256=PI4iwTmm0BZbldnQ3PeWZ90vMw1vzTgjkfbyxbKllB8,928 +django/contrib/admin/static/admin/img/icon-yes-dark.svg,sha256=5tARosZtdcJKy-x0LPO89XLLhsXKsmddAY6K9idIUNw,558 +django/contrib/admin/static/admin/img/icon-yes.svg,sha256=ekW51oT12ta4hlyYE0ajtmov4xLRLrYxnuO5b0DhE3Q,558 +django/contrib/admin/static/admin/img/inline-delete.svg,sha256=1XNFAO8zHXL5Yuatbzz_p9uggvr2cXroXW0Xphm1eG8,651 +django/contrib/admin/static/admin/img/search.svg,sha256=hr23ZK7gyADcXjiCQL-rqzUKT3mfSgg9SWstfwrabTg,607 +django/contrib/admin/static/admin/img/selector-icons.svg,sha256=qEZF0tfDgFMpMPmnk9OfnvJ-of9mG0g74ojVyeUTXzw,2387 +django/contrib/admin/static/admin/img/sorting-icons.svg,sha256=J74CDo9Zz8yW4PteVFX4eKoWHD1dxVDLb2dFx3JkmkA,1761 +django/contrib/admin/static/admin/img/tooltag-add.svg,sha256=uqQSn0wBufZwiPH2e8LuiACJyvW5GgSkxvs6ISvLNOk,593 +django/contrib/admin/static/admin/img/tooltag-arrowright.svg,sha256=5Iu-Q3fdlizqnYw6QID3ChE23YuTtK7MO1Kzj_N4kBg,569 +django/contrib/admin/static/admin/js/SelectBox.js,sha256=nB4ehRnqDxsDr-YNjz8zHMmSz2IiWW_pmJbfECkGeXI,6942 +django/contrib/admin/static/admin/js/SelectFilter2.js,sha256=247fSOPTvHbk3cjl9tB7QdbkLgeMcCmeour--klXPOA,19374 +django/contrib/admin/static/admin/js/actions.js,sha256=fFl1AXlD8CvukOIyOYf9JNZo6YbiqvlslH3LpMzLl6I,8999 +django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js,sha256=Mn9c_NfH1KtoVOJgpVZsL2B-c8EZzXS0BCzXdE-XaL4,27979 +django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js,sha256=JzgtAAT-Sj7WAallzc76h8mKYoOqWuOwYvMjfrtjZrw,11452 +django/contrib/admin/static/admin/js/autocomplete.js,sha256=YCXto85fEWqdI3TGS3wMVtXXyNVUZyttD2YozPdhewc,1066 +django/contrib/admin/static/admin/js/calendar.js,sha256=eGaZMq2ri9eK5oH4SiHoeWFKz-o-RRsYQqUlIfoedB8,12223 +django/contrib/admin/static/admin/js/cancel.js,sha256=kLBED2khKeGEJnhDe6YlWoApBkM6fiUKh5KKvrZ_OYM,886 +django/contrib/admin/static/admin/js/change_form.js,sha256=RLVPg71bSrXd-g4tUzdVu2ePcyi5FX4ZnPYq35Lv1H4,677 +django/contrib/admin/static/admin/js/core.js,sha256=CkB1hKsiWnrfzD3xRym6oqj09L1e_G8GIjPHDdubxv4,6432 +django/contrib/admin/static/admin/js/filters.js,sha256=RKkoDD3HDAPcGU_iGM7mcFWU4cqQY5Rhjxu115VHUIw,1099 +django/contrib/admin/static/admin/js/inlines.js,sha256=tJ7r4kYk0jWRQXq1sWOifUC7iYiaJLLBaZGU4wmrqCY,17747 +django/contrib/admin/static/admin/js/jquery.init.js,sha256=7fdX1vDgbv-nAA-xmpUgU50VLSdilZAXuLnBg4I-BtI,349 +django/contrib/admin/static/admin/js/nav_sidebar.js,sha256=LL0KyH8pB10Wc3Sq2CboSFabH3kx82nVp3Osj54u500,3208 +django/contrib/admin/static/admin/js/popup_response.js,sha256=iYsED0-lSJ2_sdkdLc3rPEOzOg2o8U2b1Wvr7anmJw4,774 +django/contrib/admin/static/admin/js/prepopulate.js,sha256=H9wOTpu5D7rTqf2pmmXFQoNiuyVQ_HEh9uxiq-QH_jI,1575 +django/contrib/admin/static/admin/js/prepopulate_init.js,sha256=zKFpcYYZwVRTng_9fDUps3d_8sCv4as8XX-JdoSwm4Q,726 +django/contrib/admin/static/admin/js/theme.js,sha256=2F8yMTJq1dv5QAGMKqPw_vlajMs2BrSaHDE2oh1VCls,1708 +django/contrib/admin/static/admin/js/urlify.js,sha256=foFGJBeD37K4j8EjyjlWnlf9DMoyUTv_RDq_wxicVHo,9985 +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=n0T_7TmoYv8FGUbt0yl1xvMXDfQQqx9a7PUnrkk5Wwc,578 +django/contrib/admin/templates/admin/actions.html,sha256=mxSZ0PrTY2uFP_hDMhJX4Oew8-E_Vn-a4SXlr0_3AvM,1176 +django/contrib/admin/templates/admin/app_index.html,sha256=NkemBn7HHCCbCNmXpSxmKa5rpyFyyyOxE7TP8PppziM,519 +django/contrib/admin/templates/admin/app_list.html,sha256=PToiQwfXzIa0C1sh0QX5I7TSXRi3FSTiRnTqJRPsEcM,2233 +django/contrib/admin/templates/admin/auth/user/add_form.html,sha256=y_4S1INLK9LLGmlg7_hevGLrKwF2EutTC5aPex2j74U,405 +django/contrib/admin/templates/admin/auth/user/change_password.html,sha256=uS_okv1F2fLxSLZr676baSruDPiLGruQ9iXX_gaxkko,4206 +django/contrib/admin/templates/admin/base.html,sha256=PhT54fnLo4GGtArSxpKBGtXi-2xlLCvZ1ysUll1Gt-I,6501 +django/contrib/admin/templates/admin/base_site.html,sha256=GCiXgXwC_ZZ1goTKnrbdNfWONojGxTatiD5hCsA8HTg,450 +django/contrib/admin/templates/admin/change_form.html,sha256=FHmU6sQFPDpjOo_HGdWLR-YJ9BuY7Ee722repDBnRiE,3746 +django/contrib/admin/templates/admin/change_form_actions.html,sha256=wcYSaCWXpvL-Cn3lnW1EkAgMUq13UodY02RItFUSO10,35 +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=YTCYvZ83of7PHdZ34RgvyUlNBJvk5L5Solb9zakeyzA,4442 +django/contrib/admin/templates/admin/change_list_object_tools.html,sha256=-AX0bYTxDsdLtEpAEK3RFpY89tdvVChMAWPYBLqPn48,378 +django/contrib/admin/templates/admin/change_list_results.html,sha256=FluGtgP5fjLBz3Vd7VKOS34qjm3fslzhNihhBenFL9E,1516 +django/contrib/admin/templates/admin/color_theme_toggle.html,sha256=a2uh7_c2umbLLGRD_cVdVmfp291TwQYkD_87sYCotIU,703 +django/contrib/admin/templates/admin/date_hierarchy.html,sha256=NhUg0Q4ieqKkkVs8BO8dSFgNlbNZfvr9tCxSWczuzD8,617 +django/contrib/admin/templates/admin/delete_confirmation.html,sha256=HAt3vipBrQeLPreaJ6pWSEGsRZrOh3CxRdw8Ocaro_Y,2819 +django/contrib/admin/templates/admin/delete_selected_confirmation.html,sha256=cxAzz3s2iagbZJP35pmSswEJOb4OLfJpCpwS5n00cJU,2458 +django/contrib/admin/templates/admin/edit_inline/stacked.html,sha256=q4DUCiTfrlVypMV6TrvkN4zl1QDe57l-VTvYcO6yl1Q,3108 +django/contrib/admin/templates/admin/edit_inline/tabular.html,sha256=yGxybzrc0Q1f3YLGYSl3z18GM4rs0ItPfuEytDtdu9w,4436 +django/contrib/admin/templates/admin/filter.html,sha256=cvjazGEln3BL_0iyz8Kcsend5WhT9y-gXKRN2kHqejU,395 +django/contrib/admin/templates/admin/includes/fieldset.html,sha256=zc-pbKa0Zy1BfyBPSK7hoXa_zzWJHxh7dZkkYWKm9ZQ,3044 +django/contrib/admin/templates/admin/includes/object_delete_summary.html,sha256=OC7VhKQiczmi01Gt_3jyemelerSNrGyDiWghUK6xKEI,192 +django/contrib/admin/templates/admin/index.html,sha256=R-haNZa-l2FLBpbZ36aXKWZm1SCkbuRsj7FhkAp-_k4,2170 +django/contrib/admin/templates/admin/invalid_setup.html,sha256=cYkjAZCFvdakfCBtMe9m4aDmqtsKm4eltl1ar9DlEW8,474 +django/contrib/admin/templates/admin/login.html,sha256=Z391rx1_nT-HOY6qZikry0ZUBVauUY6Gom6HnjQzlsE,2037 +django/contrib/admin/templates/admin/nav_sidebar.html,sha256=OfI8XJn3_Q_Wf2ymc1IH61eTGZNMFwkkGwXXTDqeuP8,486 +django/contrib/admin/templates/admin/object_history.html,sha256=N7Q7hXHU-lwQTzJ7i1jchCRrUuawyN0ULrJCJMoogu8,2406 +django/contrib/admin/templates/admin/pagination.html,sha256=pQMTki-s78oaUp6iDh3dJLcKkjrEz0-u9bx1gm2BvWk,654 +django/contrib/admin/templates/admin/popup_response.html,sha256=_EtgRI_8tC8ThXnPE99AUedoE47pVc6C43R2z7B3_1o,360 +django/contrib/admin/templates/admin/prepopulated_fields_js.html,sha256=5vYHoi4jMNRLdVgFTU-KOsN3LBKT_mxGwXvE7ShCk2c,238 +django/contrib/admin/templates/admin/search_form.html,sha256=bvl3V4piyyMbrHMqurpO9s8SJMn7KJxPBFuUgZIl0yk,1559 +django/contrib/admin/templates/admin/submit_line.html,sha256=0t3AG3gTsFIDHmbiFNEcFMmioekQnvr99CQ8GuyYc-Q,1121 +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=iKplKJcOXKEb-0oevhoGQoqr3KNKeipyAxGktTWRdx8,420 +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=rYBxxWWPb8fvAWcDUmzVOd3WhV0yI_Rj_X72TWhgBEY,490 +django/contrib/admin/templates/registration/password_change_done.html,sha256=7644dK8gaF6BROtlUnFrTUnkLblH9IDh5tZ3tm_m6uQ,772 +django/contrib/admin/templates/registration/password_change_form.html,sha256=uqggauiUFItV3cG1iX5kmHwtXQZIVYKYUY1rbqMCzzs,2932 +django/contrib/admin/templates/registration/password_reset_complete.html,sha256=A-N4A71MalqjG3qpxUXSkI23ZgpiFboTssKZE3lmHFY,444 +django/contrib/admin/templates/registration/password_reset_confirm.html,sha256=NbUeYbbPFUwVJ45m5P5ngEVRNq7wdcxAjiZifPoVjhM,1900 +django/contrib/admin/templates/registration/password_reset_done.html,sha256=FLCZOz67O3z5zBGadkJa219NNcKb2_GJh-sxCgxuIt0,615 +django/contrib/admin/templates/registration/password_reset_email.html,sha256=gPbRowVMtGh_HxZvMQh3R3onpboxrseV_DB1Hsfme1g,606 +django/contrib/admin/templates/registration/password_reset_form.html,sha256=fFtHFW_YEgv1b56M4GUOd0Fm0mLNtkxcPL7zhetiWX0,1214 +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_filters.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_filters.py,sha256=NEeXoIZUZQ3rx7wbNnYLgHvr4sWDDHkYQhYjN8oiG4s,2422 +django/contrib/admin/templatetags/admin_list.py,sha256=1BLvqCVpSiBL0yc-cHw2ySesA34Gdbjg1YxlBvhlvsU,19756 +django/contrib/admin/templatetags/admin_modify.py,sha256=pjKou3MQBrb9cut7LbD08SRgFLZMlO7K45ZsnGW-ae0,5343 +django/contrib/admin/templatetags/admin_urls.py,sha256=HNooe26wytMLh5DdgOqzcyHtNf4G-vWfcsL7xQlWVuE,2038 +django/contrib/admin/templatetags/base.py,sha256=rDnq7RXB7zf2mwZXXsiHXnjwONtWsrq_AKWz3If5jIE,1886 +django/contrib/admin/templatetags/log.py,sha256=AY1AvmavUUmHW7bonzm705wkvHhBeEFEr1vPrQvAzTQ,2030 +django/contrib/admin/tests.py,sha256=ZUJJmvEA2DIvSS9OzE6kRtlLTPYrhvkPpj_OES8b3rk,9400 +django/contrib/admin/utils.py,sha256=5ib8wGoGgb5VMlj8u8wnqtJMjcgjdBySxKKmLt4XcNM,23276 +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=gEQ2x1ap8Hk-Ah-aM6xWY1aRH0Bw4K7X6jWd39s6WoM,22542 +django/contrib/admin/widgets.py,sha256=8vBUrCR_WdvfB8WNg-v7bsLFOYvHQhvtuU4pIBjEQTE,20576 +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=Nf4eGzGC1TTpuQ-Yx7xb8Q0ca5BdCGBzu5j3y4cUQTc,6735 +django/contrib/admindocs/locale/az/LC_MESSAGES/django.po,sha256=vPTSTeIcYYDrXx8uf363-lwRZ8ig4GxxLnfsUMp9CI4,7313 +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=6udc-rqK5mWTZINHMdAT1nbuk4ssILGsquytBT1o80A,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=oUKixJQrlBLxsjASP9Lk4pXDEipNj50RU99RmXjP7Fw,6568 +django/contrib/admindocs/locale/hr/LC_MESSAGES/django.po,sha256=HAUGiMsPoh7RzQETVrefZ0uPOENjIzRT2Ky2PA9QAgI,7253 +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=VWo4Wke-P8KjIiE4tj0sovwC_4AU7-T624sQzIH3aO0,6732 +django/contrib/admindocs/locale/lt/LC_MESSAGES/django.po,sha256=jcFvik-sJV5L7c7bbtlSLeJ0i2P4Zy5JQ09aShSOXzY,7516 +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=iZz9-vUgcuVFCSQJZ_1TJrBOERX0qu-QVhCyb_uBfK4,1309 +django/contrib/admindocs/templates/admin_doc/index.html,sha256=bvWua-jwAEAqjjkgFln3tWM0EkoJZMKo89hE1g-sisk,1396 +django/contrib/admindocs/templates/admin_doc/missing_docutils.html,sha256=JSasgQkgTApQBBwawZi4Dv-yNzIJPanHanb5C9ltEWg,815 +django/contrib/admindocs/templates/admin_doc/model_detail.html,sha256=8Lnz7uJbcnQ86TDAi4TZ8WzMJ5VvHhejRbKTbubJmYU,1970 +django/contrib/admindocs/templates/admin_doc/model_index.html,sha256=-Y92p4783vcZvujwTRMflIS7vNWMgbjgB35DrlZupsw,1384 +django/contrib/admindocs/templates/admin_doc/template_detail.html,sha256=18MmH1dZDEDEuOYWiT1CqVGmZGDgnPyM_Lsrdek7zck,1062 +django/contrib/admindocs/templates/admin_doc/template_filter_index.html,sha256=1QPaKpObem6as5GXUnqdryDPGMP6dpMR1a6Cly14ijg,1802 +django/contrib/admindocs/templates/admin_doc/template_tag_index.html,sha256=l9IoclHh3yXt3V3cWhmkjhrWcc-BAVckyMCW3ZkVrK4,1758 +django/contrib/admindocs/templates/admin_doc/view_detail.html,sha256=K2yk6a8uXhOSFeh4YnLlQ2sx4o8K_MRS65qKWaY4Yaw,931 +django/contrib/admindocs/templates/admin_doc/view_index.html,sha256=bze2GyJCzZcEEbVjeO06ZMrE2Qd3gyEGVSb_9X2u5nk,1761 +django/contrib/admindocs/urls.py,sha256=spPSD6wc_B9eABF4mEWIhPSZ3w6W4fM6ERGepo8NRtY,1309 +django/contrib/admindocs/utils.py,sha256=uc1VLJv6MirkNfCejjVFEw38Fb5uo1o1_XX9AUS26ew,8400 +django/contrib/admindocs/views.py,sha256=go2dArGToREBz__jhEhYKyW1a4aKBKMG7jvJDKnh9ic,19572 +django/contrib/auth/__init__.py,sha256=pO2gDixOKReK-sXBoFtS8HtlwMKkWCw2hOszJSGzIJo,14695 +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=ZQDoF6mqroMi1D7IzBcS_G7tsFOvfUe-2Sh1-BH8AaQ,10163 +django/contrib/auth/apps.py,sha256=iyBanAjIcbzhxfWujUs3T9RLzNVwXL9kZeBJcqTQTwA,1492 +django/contrib/auth/backends.py,sha256=2-D52wYEWcfgFtQdFqKjJ4ctdJMah2y04BRCSHW_XaE,12899 +django/contrib/auth/base_user.py,sha256=jwhRyJFGS0Le9s30M-Ccxw3FI1Ennu6DA6HGB2qIjaA,4893 +django/contrib/auth/checks.py,sha256=AsZfun03GzZbUKKdqoFlh2--3ruoAddsRzeegHDxikA,9780 +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=X-ffPzT-BqSW_EnTT9ZI6UKmJ5tX1UPjbjwLWCEtl90,4779 +django/contrib/auth/forms.py,sha256=bFcoaFIfK4Aj89XahswNf3WXREfyd7N-734XEIRT3yU,20800 +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=qNEOxwUdcEoCQ1jt6DOy3x53i4xP5igBC4EPjHt5ywU,1634 +django/contrib/auth/hashers.py,sha256=bN17V3wuWJi1mnmYgGq8uGwjH6cUQJAjgK7RZ4PyZJM,23677 +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=J2mMkZHiIDySj_RX7A8QQm5oMTiMbZlgzpKoZGVO0dI,11261 +django/contrib/auth/locale/ar/LC_MESSAGES/django.po,sha256=rBnBTzNiaBIqOLZJoym9Ymvdbkb1tDbHxsEEQS5t8Ic,11722 +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=vtICqLbl2MaRo7waRqjWTXQ6M9eH2SSfhEj3sQ2mANs,8731 +django/contrib/auth/locale/az/LC_MESSAGES/django.po,sha256=7anvTbiRpyu9qeYw0AT3Fru-F0pSGtjRHeKfBvo8w9k,9100 +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=GgvnYYCRjGsM9AhfILmlLKgYZmQzEExC95kVnrjyuZU,8722 +django/contrib/auth/locale/ca/LC_MESSAGES/django.po,sha256=XoiPy5emslgytfyD2iFRGVAA9tdqeJ4ppqAOxnJsutE,9279 +django/contrib/auth/locale/ckb/LC_MESSAGES/django.mo,sha256=4Bj8lMMSLz7iguXnehhBR6JoxKUp6N1GBleWMjFlFf8,11031 +django/contrib/auth/locale/ckb/LC_MESSAGES/django.po,sha256=6y8d7RrqcdpawBNI1FNvCmvYGWQz6NCGD0MpYG3FHXI,11209 +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=36ZL2LKvOpmdfDGhol7A2O73LDHQAlQ1DOQWjG71kTk,8652 +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=Rl_J3zAakiiTJTGowlhUcJhmBYZ6wKrkJy301ffTcWI,8364 +django/contrib/auth/locale/et/LC_MESSAGES/django.po,sha256=BmBHPDD-VxPYqi2DD1ZVgICzEGcf8XoVsGuuD6LwRMU,8798 +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=QAeE_blNE1ur7--5VXrnZwRy2sAYfAIgJHZtyABmuxw,8507 +django/contrib/auth/locale/fi/LC_MESSAGES/django.po,sha256=n0Py-_o1213RjW-cdb4RI8QPaxicC1Cul0W19s1uNVA,8844 +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=U5fBJej-NqnAclVyo7NSrKClpYwDw3kbf_h4_XIU77U,8573 +django/contrib/auth/locale/hr/LC_MESSAGES/django.po,sha256=U2KCHdy2TUB8l9x0alLseGdElAqkWgR8jfVTmpEEzkk,9089 +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=pwvYMbm4F151pCXe0Ehzb_gYhl2myzyPDuDzSnDaCfE,7661 +django/contrib/auth/locale/hu/LC_MESSAGES/django.po,sha256=KzajV-dYtg2DujkWhkYL7U2iMjTuSoNylaa4gYCNQWY,8547 +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=cOllKpWhEhA0pz4VfptXshSnU9IX_ZV4LKSvZ8JHHC0,8796 +django/contrib/auth/locale/ko/LC_MESSAGES/django.po,sha256=3FPc48Hq4gBrWGLOw6Gr-GguGolL4TjDJvKak3PjaME,9865 +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=qF3GVtGWPcuMCYr7gejMh6YNLTn28bVJLU2tmwIdk_4,8262 +django/contrib/auth/locale/lt/LC_MESSAGES/django.po,sha256=XtvSHIovtln9WMJ9_okM44AHIYc7XLxr_V3nO-6P0Do,9170 +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=nm2X5_Bc2r4y5M2S0mwZdxNw8t0ZOUlCjHgAFjrZ1ms,7696 +django/contrib/auth/locale/zh_Hans/LC_MESSAGES/django.po,sha256=-QrlefZy14SnQBxi4Sya2AsjQM22ssSDncVGaMjfWQo,8467 +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=OLIpKBiAbXboKxSV9IyEqFKndgq_uYTJMnaLrUNBH0Q,9225 +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=v4HqtRGMePbQoyo0gmJz4_d6eMhnGhJojAim2lH7yLs,13740 +django/contrib/auth/middleware.py,sha256=VQKnC5SBGdLV1d1mCL96aBmduLvhXwjxXENkhY3_x_c,11826 +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=HZHO3IT2TFUmVSTJUZNud9DsCur3-IMcrVC53SwrjHE,4660 +django/contrib/auth/models.py,sha256=-1zCNb5JTctJxSu8txbl2OdBcpFiylTN0xhG2Q8Qf7k,21479 +django/contrib/auth/password_validation.py,sha256=7Mr4vAhACeAGq8RereTAj-dTQg3AAVqBOLG5WzcoKiE,9635 +django/contrib/auth/signals.py,sha256=BFks70O0Y8s6p1fr8SCD4-yk2kjucv7HwTcdRUzVDFM,118 +django/contrib/auth/templates/auth/widgets/read_only_password_hash.html,sha256=g6I79dQQJ-Dk5ZcWb8sR6aJpnkrn8JzFFfTyw_kVeaI,234 +django/contrib/auth/templates/registration/password_reset_subject.txt,sha256=-TZcy_r0vArBgdPK7feeUY6mr9EkYwy7esQ62_onbBk,132 +django/contrib/auth/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/contrib/auth/templatetags/__pycache__/__init__.cpython-312.pyc,, +django/contrib/auth/templatetags/__pycache__/auth.cpython-312.pyc,, +django/contrib/auth/templatetags/auth.py,sha256=z_jXPTi0YrwDRhPAOk2XMQHt9Hjo5RjeW4Tq_qEYDT4,936 +django/contrib/auth/tokens.py,sha256=ljqQWO0dAkd45-bBJ6W85oZZU9pEjzNh3VbZfeANwxQ,4328 +django/contrib/auth/urls.py,sha256=wem-rwAw2LAyHQFgFwcN1XeE2nXD4dyT4n2XF_bw5SI,1185 +django/contrib/auth/validators.py,sha256=VO7MyackTaTiK8OjEm7YyLtsjKrteVjdzPbNZki0irU,722 +django/contrib/auth/views.py,sha256=UDDx2jf00X3PkwHZljPSiA0Fe2LcV0w_nSeCPFvpoek,13870 +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=fF6Zgyrj06ksiAaSPEISapMdr_Rgs4nmjjMCbQJpr6k,5887 +django/contrib/contenttypes/apps.py,sha256=1Q1mWjPvfYU7EaO50JvsWuDg_3uK8DoCwpvdIdT7iKY,846 +django/contrib/contenttypes/checks.py,sha256=lnnjefPNmUZwBMvJu-gF_hLEYlMOht1H8LpHJnClwm8,1304 +django/contrib/contenttypes/fields.py,sha256=TNbaRiBGIX0j6_pUwBCjBxt6zEBKl4WVWJ-yKw7cuDw,32976 +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=uUISsvbyWbpQCRaFy3fXe6oInlLgrGVal4Pupx2XpHQ,1118 +django/contrib/contenttypes/locale/ca/LC_MESSAGES/django.po,sha256=SJLAxIDzUofOf61UcJdvpWkHRYRu9uZ9ApkA9oxYK3g,1431 +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=E2WvrwIvmr4QV4bn7w5RSf1O42K-kJztst3nU0J5gE4,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=oyOkQsahDoSr0zkBcNxPgySbv2htoQL2vSCkHGLPA6A,1118 +django/contrib/contenttypes/locale/hr/LC_MESSAGES/django.po,sha256=RfolzCqwcLczSYZiWoseBd-y92Fa64-wRkIywCi1Oy8,1474 +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=C4OmQ8FPktb8y1h4aNIGoTDfm3lYaxts9qX930dra_w,5012 +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=NEY8ezvJlpWeEVeBswUpCgzb5eCWzfHQ3gVRUdsTAdo,4494 +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=yZaIQoPP38aPatC8qAgEL-12mYaTEjIKm9z1Z1SYMMA,6874 +django/contrib/contenttypes/prefetch.py,sha256=cORwKClKS-wzGrmRj2BlSBuuJz6iRBWOVl4tBYHRrtA,1358 +django/contrib/contenttypes/views.py,sha256=xPogq1UE7sza60SA6uiro6yTpr8P0ygTRaFHBR8kC1I,3583 +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=i9EzrZ8j-3tr-WgxKvlujaLP0NNN3i1plm0fcEnVtTI,2375 +django/contrib/flatpages/locale/az/LC_MESSAGES/django.po,sha256=AKVMxMMzEH3mlMpktEwaytMe_qAyTanJnjkOn0nrXdA,2709 +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=vAs_orDtphRo4izFGWpaXSUDK3uQCO9KuYZsnQYcQDQ,2170 +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=W1PD7PWQeSFixTNXI76VB6tGxl8k_GgWHix8S0qMMNY,2393 +django/contrib/flatpages/locale/hr/LC_MESSAGES/django.po,sha256=gNWXQ_6-QbUU4bE_YuljZMLbkH8Q7cY7YqO3zaB4kWw,2709 +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=kp1cjNWyDzeuW7sTjcNV4M7TxfPwGjj4GqrNsR98-IE,3748 +django/contrib/gis/db/backends/base/models.py,sha256=1TA_O0S-3NSx_5FLwRqQAxJTWoPtinSxaE7N6iLul-o,3694 +django/contrib/gis/db/backends/base/operations.py,sha256=wmdvDfD1_VFDsZMt9nUZEZhzJ_asg1BbwBUynr64hiI,7136 +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=7dhrO66qVZhHlvcBBRnuwrWNvzqJGhk88ML6JHvA62I,1364 +django/contrib/gis/db/backends/mysql/introspection.py,sha256=GZ92mQxaxD4BvRZ9KDFXPOyf2c36UBOerhYIeRlBC0k,1602 +django/contrib/gis/db/backends/mysql/operations.py,sha256=bBETcnUrZSjTh1AVguZSR8L1zAnBqTjWGtWAtPmT2J8,5239 +django/contrib/gis/db/backends/mysql/schema.py,sha256=o0dO-IYIl0IfdFHTj_ogsOZPz8fsfPRwfD_5q_PeMoY,3607 +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=s8J5h7g6iUINXUeQXcVzmVbZg-cY1WE4dOwIwvYkR_o,2023 +django/contrib/gis/db/backends/oracle/base.py,sha256=_7qhvEdbnrJQEKL51sg8YYu8kRYmQNAlBgNb2OUbBkw,507 +django/contrib/gis/db/backends/oracle/features.py,sha256=NfOI8L6cjazcIkKiH7Nwf8xSa7zt6Nf84zkwDKzVW_Q,1253 +django/contrib/gis/db/backends/oracle/introspection.py,sha256=iB2Ut2ibKtoc69YEiXmJOxaLgGxNt0qIrkvH83hkr8I,1910 +django/contrib/gis/db/backends/oracle/models.py,sha256=MMMKevNzKkN4fChpAdQikR_sz8swJM9bmlwi7d4cHkU,2080 +django/contrib/gis/db/backends/oracle/operations.py,sha256=m08WPZFpDv04fPX5yP_Mu2gkbSbXedzyPP1q1MdeIkw,9218 +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=Ny2jT_4EY4411vSxUZlQ4dhycWFGIVk5pyxn7a9hzHg,3185 +django/contrib/gis/db/backends/postgis/models.py,sha256=LDZjyXCxyptWoOWPkeznO15auI4LCpWDTsVaZBnQcSU,2002 +django/contrib/gis/db/backends/postgis/operations.py,sha256=3GWTzuV9MfxdCFZNhur22ikyedX-4xo21DyVmeXCZJI,17161 +django/contrib/gis/db/backends/postgis/pgraster.py,sha256=eCa2y-v3qGLeNbFI4ERFj2UmqgYAE19nuL3SgDFmm0o,4588 +django/contrib/gis/db/backends/postgis/schema.py,sha256=MOkI0iPfsfdMjqSR2Dga4o3aoC3fIaepMJJCdDBtvh0,4482 +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=O8VFNv9EzV5NxdaXr3v3dHzU1va1mPvaGrTh-D9ex5I,3132 +django/contrib/gis/db/backends/spatialite/models.py,sha256=H-sDifQ3-0pvWIAl79zrqGfuTW7-vp1zFn1bIfqUR-o,1930 +django/contrib/gis/db/backends/spatialite/operations.py,sha256=SnRrdJGRTlBiN0Ve8fHuMImXxCFKCpB4LQ_yYdirR2s,8684 +django/contrib/gis/db/backends/spatialite/schema.py,sha256=6uxqpyu84b7z2e0igHXDZ45jI-0P84JhUH6ft7f9W-g,7350 +django/contrib/gis/db/backends/utils.py,sha256=JJ3A23bmHBwsWxqXpZd5UZwbCoFafxUpAmbasdWVr1s,789 +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=N87L0NzyVuxlcWVE86kIjSMB_vWL-mCt75exWEA_doU,3100 +django/contrib/gis/db/models/fields.py,sha256=K1NhAZni0hIbzsld-2NfYxljRfSypbLR4UzsDmjkR-c,16005 +django/contrib/gis/db/models/functions.py,sha256=s7BNDM7yq05f8r-o3breyijSkP0abMuY0D5Y3Zt8SXw,21181 +django/contrib/gis/db/models/lookups.py,sha256=gspDblDkjtQOQ-9Nfx1UP8MUgjVj77qEnJCzfeV7lE4,11744 +django/contrib/gis/db/models/proxy.py,sha256=nwNKY5vguleX71zPjqp-_9F5l1_jF5Nmr2plTaD3_5M,3394 +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=J28dPKkxa6BmrSX0XlKvUFbcq3x-3lqwuohN1tdtNP0,5994 +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=fozYMg5N0lOVG4qA7QeBCStPS9pBtizLwcKvnUTlG9I,5121 +django/contrib/gis/forms/widgets.py,sha256=j5OF23aTVwABD_BahQq2eV9YhpB3kTnPVySvX7_8lW8,3806 +django/contrib/gis/gdal/LICENSE,sha256=VwoEWoNyts1qAOMOuv6OPo38Cn_j1O8sxfFtQZ62Ous,1526 +django/contrib/gis/gdal/__init__.py,sha256=A-II67GMhkccJ69B3iFkx9Czq3XAunP7QB-iJKncjj4,1810 +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=fE_KE1NkOn312XVcEmRdPxbIATLlt01k4WH5bQqA8xY,4603 +django/contrib/gis/gdal/driver.py,sha256=gQSNStdl-j2HXvVpyLpJt1K5ko9P82MBlzC-7_qUZ8U,3154 +django/contrib/gis/gdal/envelope.py,sha256=f8qIVurxD2siC9mRy6WCh16I3MAYf7gKmTWmi5DVZZE,7309 +django/contrib/gis/gdal/error.py,sha256=RcESzxTt3jMKk9s82y2Dj7nMcuoSAMOCX1eo5KFYUfw,1575 +django/contrib/gis/gdal/feature.py,sha256=IzBEMNMk2oEc87r12f_Rgli901MNn7Zsdua5qW57nIY,4014 +django/contrib/gis/gdal/field.py,sha256=vCCqopM-oTahh3bwL2eSbZKFPevQq3Z2wEq7fwQadTI,6886 +django/contrib/gis/gdal/geometries.py,sha256=EtFmc8CdQOb-HJ8HCVIojjRg2H3SwdVsx59vwUWB2DQ,28848 +django/contrib/gis/gdal/geomtype.py,sha256=CWqbe5XtpgKiBP8Lbisbtb8o1FtuIUVb37Eb02i6TSE,4582 +django/contrib/gis/gdal/layer.py,sha256=uiJ8w_s-Pt9leEb-RXF7UTLkXUkrkSjJMQVGYS3gWNs,8820 +django/contrib/gis/gdal/libgdal.py,sha256=w14UKO0SwRgj3ztIOU412-Ic6KeQ2tjVG1DMWJPMdco,3660 +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=2nw20iXvrwfAN0Sr9Z5lrFfDe-PFId2DnWIWNEQZiTI,4169 +django/contrib/gis/gdal/prototypes/generation.py,sha256=fm3iMpp8TfaIx72jFNqs7YrHX5KLz0_DUTumaNhOI_M,4888 +django/contrib/gis/gdal/prototypes/geom.py,sha256=BFeIwFfd1NtPI0IDtAfLpTPZmlmpYu6bIJnkKVY1QQg,5923 +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=tSNPtouC3eMHrfjIs7QUgQMMPHiFmsLk2NZmLAJAhjk,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=T5Bzcm1YwJMPIn1_YyXippLcLT2-U1rO6svA1dxoVpw,19686 +django/contrib/gis/gdal/srs.py,sha256=2GfdLXwqj-ghDwepTpW8G4u7FOZFj6kJGm8mde5g3wQ,12391 +django/contrib/gis/geoip2.py,sha256=VYtM3FFzpK3qb2IjWV4Mdlm9zdHP_OA9ePFJswwXvCk,8743 +django/contrib/gis/geometry.py,sha256=aoQnOM0oI0QMgI75MEvAHT2537pGI-PNIUn_2179eHc,787 +django/contrib/gis/geos/LICENSE,sha256=CL8kt1USOK4yUpUkVCWxyuua0PQvni0wPHs1NQJjIEU,1530 +django/contrib/gis/geos/__init__.py,sha256=HYy_Gc4LxEFpg6wl1RTh871b2VVZKsae2AOOI-AXU-U,660 +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=DGppj6LQzvkJXNrhC9mNnrDwELetI8GHeGsgyEDqrLc,3991 +django/contrib/gis/geos/coordseq.py,sha256=2LH7E92bvHyYJSQrjuawvlR0VAQsGN6-qcUELu23VaI,8812 +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=kCjJEXCvJJ9WdtAtDAK7eamSkXuTQ84Dg6PyugWpURk,27568 +django/contrib/gis/geos/io.py,sha256=vC5WZY5uD1aPpAU6S5DSZHA7kqcXD1zisYSvKjM-jNs,799 +django/contrib/gis/geos/libgeos.py,sha256=4lGMAbxrEp8Q7vpAcDMgD9IILEDsbOXunWE97W0ffx4,5186 +django/contrib/gis/geos/linestring.py,sha256=UQcPfAZI1auLmeYAzAFyntqi4_7dn27qxOZTURuVbLo,6367 +django/contrib/gis/geos/mutable_list.py,sha256=LKF5v8JFULROdnBXyrM3qC1f9ZV3_FGAWB66U8AO1zg,10122 +django/contrib/gis/geos/point.py,sha256=34Zp3ssieaNSBBA7QEoKS1VrsHddWk5SAf0ID-zvQMY,4790 +django/contrib/gis/geos/polygon.py,sha256=MnL01ASpE5QPXKL62kNVtEys4Q4NzWM_8tfgMBYT3P0,6710 +django/contrib/gis/geos/prepared.py,sha256=J5Dj6e3u3gEfVPNOM1E_rvcmcXR2-CdwtbAcoiDU5a0,1577 +django/contrib/gis/geos/prototypes/__init__.py,sha256=f7wdhN7BCh00xrUbQgGfCUZ2n9I4Mvbb94MEMlnrla0,1489 +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=G_EI1WwdSlmSW1gUG7nledzw12fd1GSxzp72yfze-8s,3478 +django/contrib/gis/geos/prototypes/errcheck.py,sha256=l15HMr1CZp56pCu2UZFWnNGc-glm7B_C0gTTg-CYgA4,2802 +django/contrib/gis/geos/prototypes/geom.py,sha256=K8ZbcWa04eNi4tG9D8COV23RLggqfougR_vqUZGWZW8,3400 +django/contrib/gis/geos/prototypes/io.py,sha256=3kf5TG9Jfl-OA8PpSSW2nZa8L3T1XzQJXghwcpWm7R4,16959 +django/contrib/gis/geos/prototypes/misc.py,sha256=Sj0fZygL7MFR4pp_xPJiZHRBufnVk5YfK5LeUv2htWs,1167 +django/contrib/gis/geos/prototypes/predicates.py,sha256=GYsx5TVKGzXPmrPyTDR66qBe65BkdINejcgYNn1aCpA,1701 +django/contrib/gis/geos/prototypes/prepared.py,sha256=4I9pS75Q5MZ1z8A1v0mKkmdCly33Kj_0sDcrqxOppzM,1175 +django/contrib/gis/geos/prototypes/threadsafe.py,sha256=UHSo2xo5n5ulIMsZEaupo33EA_4_ndGECPksDZaL_sE,2311 +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=8eBknPENF59kordQ9_NzPF2JaP8vYp0v-z7ZxHfeHlQ,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=izX2D6fPYKIPTIQwZL_8K7DY0AsFvgeoVBdZdGAmXIc,2103 +django/contrib/gis/locale/hr/LC_MESSAGES/django.po,sha256=X3s_hqT7-mLlhsMdrDfCYbbRo1OFMe8vTFUMSjAgidM,2432 +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=vjDcDj9wEK9sRT0gX-rs4fiUlHibbpLwwlXvWXoeaGQ,12576 +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=OMFAXmauMHgdKiDJda8WXumZ_YigHOpbyLh1_nuXp8k,2352 +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=GPxu0DwAWQQ5FGF-9bp5d_5fCZOEto8pk9G-i2EjifU,11805 +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.html,sha256=mnqOvy1SPnzhedCJTqPlACTHjpTOW_FpFZSHZzB8eik,732 +django/contrib/gis/utils/__init__.py,sha256=DB5oZwpG3kdfB32XerpAGfXCHiYRGtMzyAGsixP_H3M,441 +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=LIGFPHOTMt1BLOSgxSAttEBwTrjo_rPxl4QRxI_4Gug,29093 +django/contrib/gis/utils/ogrinfo.py,sha256=6m3KaRzLoZtQ0OSrpRkaFIQXi9YOXTkQcYeqYb0S0nw,1956 +django/contrib/gis/utils/ogrinspect.py,sha256=BZtSDRWfQTfqIxTKmb1ylaYRB6StV4NXs0Ek6qPmBxA,9157 +django/contrib/gis/utils/srs.py,sha256=kEoUluaYWmhuFJz8UGsdp0pgjV3DJ29ZhL-ROU5PfjY,2961 +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=2EZnz7vLriDNHp6Qaz2-bolZM0DiGdbobwqVydnZYg4,6708 +django/contrib/humanize/locale/be/LC_MESSAGES/django.po,sha256=_XXcj8eKxcaMPDguaiz0SDaTnNy7YcY5ljhx4JEYs0Y,11081 +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=foLksOoFRALaPA8AddRaWqKBztJWzoRHEh9HzzpJuNQ,4366 +django/contrib/humanize/locale/da/LC_MESSAGES/django.po,sha256=BGYNqYe9oaxNZgHtjJLxv4vEyDUlE9aEkyZ8evyxFGI,8235 +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=tEvzI5B651I7Hlbs-AE7_9NAnCxN9ACqFbbrogI4x7s,9508 +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=eQ3014mCJ_N8M9FMOFH1mxSdAMioEU7F7h81p351U_w,5179 +django/contrib/humanize/locale/fr/LC_MESSAGES/django.po,sha256=VPb9O81AVqKDwGeUvBKcZorxkD8Y-kVdE9gG4xKHb1o,9281 +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=zCUJqJFiA_e1Pl7AX5gLSeGzn9j0CF58rKWEb-40z0g,5055 +django/contrib/humanize/locale/hr/LC_MESSAGES/django.po,sha256=9wt8IPn3W1bi6TmYQ-cTIydjmUP-9VYCKp39AqRMY-Y,8697 +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=j2BJRwxuuoMw92D_3WpnE-22CctUtMMLhQlgg1qol9c,1506 +django/contrib/humanize/locale/mr/LC_MESSAGES/django.po,sha256=Wo_IMnycBf4bCVf9TOSuEAm11NKHCC4wDr9cz5olrgg,7103 +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=sknDPvG5rXPuxNuVe2LDmU81BzIEcKQ5l3r5Q4112sg,4337 +django/contrib/humanize/locale/sq/LC_MESSAGES/django.po,sha256=ZvAQnw86oC-D56bwJ466P9u9MhXL6Ffb3CqpFJdIONc,8155 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.mo,sha256=y-nSraAn6qxfk-aLgE3UynzmK4p7l8qezyBcVc0OdkE,5768 +django/contrib/humanize/locale/sr/LC_MESSAGES/django.po,sha256=aHP478-ifv7pdxnIFyd3rQobmV9I7JyUrsIpuRMMEXM,9778 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.mo,sha256=Dbuc1GtmYkRyMZsr7DOvHJ9uyEYmH_SQVMnzkK_E_jg,4974 +django/contrib/humanize/locale/sr_Latn/LC_MESSAGES/django.po,sha256=wpQusEmK5-ZnnynhldinQVMq7P9rg5OyAm-V53nfbwM,8931 +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=tTdsxS57uoLvyaSX5t2QTC1wsFC4RTk2OD7oyVpkVP0,4373 +django/contrib/humanize/locale/tr/LC_MESSAGES/django.po,sha256=D8D7VEI94_P9Y9MiYodXCiGQyaY9GNS6JlAxIAFbN3g,8168 +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=hiBV6c7JtMDq59igQvug7rD4F3ODtCu0-TRSp63YXDk,13010 +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=4yi8_tnRvLHweAnt0H3H8C1Kp24p1hhPJQkKKADTGbA,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=fk2X2DxkNMmCXyAEMifsmU2MvPKLWX-C7X98PciAELo,3187 +django/contrib/postgres/aggregates/mixins.py,sha256=5uu7UL0QeLH0s8zgzsXG9Ac8qLUlRhuZ0b15gR1eWQM,549 +django/contrib/postgres/aggregates/statistics.py,sha256=xSWk5Z5ZVpM2LSaMgP97pxcijOnPHiPATe3X45poXCI,1511 +django/contrib/postgres/apps.py,sha256=lg4SWyFPWvn_PWIsVii5a6Sw1-4hsTTShB2pX3X6Vwc,4062 +django/contrib/postgres/constraints.py,sha256=eK3I_hmf5hbltCkpmH4mrHt4L741H9rVL1Sygwtw7lE,10255 +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=UO1QhCg8yQcGblReiOolR0JRQcVjGV950fN2MrJabpQ,13205 +django/contrib/postgres/fields/citext.py,sha256=ytV2yAIwGvElHTAfH4BiLV-2DZ5otff8SmwmcqF2MVE,1363 +django/contrib/postgres/fields/hstore.py,sha256=w1m28MXRL2olMQM0h9QTEb_6b1dpGBsio6aB-pnt7jQ,3387 +django/contrib/postgres/fields/jsonb.py,sha256=ncMGT6WY70lCbcmhwtu2bjRmfDMUIvCr76foUv7tqv0,406 +django/contrib/postgres/fields/ranges.py,sha256=SNySSrBm-aZxiQ1dm_j20zfaSN1giDeCL-1E34KsAPo,11682 +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=qbxAG_wlncfO9SGqzhRfnXQbEpZIwkdbcxZivMLdMvc,8422 +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=Y7zRaNpOXgk3s-XrxuZpq5R3KF-uo9SVOvichJVhgNE,8301 +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=0YOaG0TC1eBmbFb9ifRRB2P8BS2Dr_5I3ELAvmMrd8A,2926 +django/contrib/postgres/locale/ca/LC_MESSAGES/django.po,sha256=dQCRH0toxW7VECFN2DH3-cvfd5s8_SkXCf2Q-l7XhE0,3476 +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=fCTDJjsEQzvcDyZfdg1MaRxSzGAnQjO9YYbwxc5R86s,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=XKl558hmC3Y9JYtooOySvI8EcPtHHEIZ8DjQ-N_2GJ4,3503 +django/contrib/postgres/locale/he/LC_MESSAGES/django.po,sha256=vP1Zqk81EIFMfntiJWPbLW8Vm9MhAK2-W-2LohBPR2c,3958 +django/contrib/postgres/locale/hr/LC_MESSAGES/django.mo,sha256=FK6vwXGr-DXvUJ27WOPRJeyo0xNLDnC9hnMSQKvw_NM,3089 +django/contrib/postgres/locale/hr/LC_MESSAGES/django.po,sha256=c9AAYSnV_ueXLpXuwAXCHwUsPybURhS3f-NBFgdvewk,3583 +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=66OIsjKJnUfUMUHAGQfp7FwPaOjAZeaS_mxv0VypLHg,12668 +django/contrib/postgres/search.py,sha256=GgxzTCAS47ZWrA6xJVDEcaTPwZviVdRGmi3X05HcSec,16079 +django/contrib/postgres/serializers.py,sha256=wCg0IzTNeuVOiC2cdy1wio6gChjqVvH6Ri4hkCkEeXU,435 +django/contrib/postgres/signals.py,sha256=wc3Qr6aJg235luQcq3_K4S_eNkVom0U6uL09NuKaiBo,2880 +django/contrib/postgres/templates/postgres/widgets/split_array.html,sha256=AzaPLlNLg91qkVQwwtAJxwOqDemrtt_btSkWLpboJDs,54 +django/contrib/postgres/utils.py,sha256=1SI07YbDdWxohgRbTr8b3BLMG5oNmIQraU6Fzzgq-I8,2021 +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=ODGbIy_2B0aMyLlyfoKj2g82lJqZ1zpRFeQIQUcC9HY,270 +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=qimNFf5AM2Qsc2aPUNqITiG7WlN-Wfxhmxkpt9yGAQE,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=W52QUtk5K1ItS_Ozm3czUNK_C8zoEorM1LhZq9FliUE,1194 +django/contrib/redirects/locale/hr/LC_MESSAGES/django.po,sha256=D_uT4aUD50ivnTuIdPqR3sxM0qtXy2MB12ghZw_X1AY,1471 +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=p41dD1xB17JSPzezaSHIcCMmLnR5rsHqc5g2yNtNMQU,17040 +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=s6RNdlJWyGziMpUnlwUNv3bLN_g-ku2QJfxUg2EJQmU,6907 +django/contrib/sessions/backends/file.py,sha256=dPGKZCgn7YzzV-LVJ7t2x8m8E1dExGHUjF71CGSrHeA,8188 +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=ThMO0iiBi4CgJ2S-qQYYI0NFh6mTp278uCTRcccnZjM,834 +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=nonG7h4TXXxOKKW6t6lQuFu3gl2v0CeRUzybtfdmEUc,749 +django/contrib/sessions/locale/hr/LC_MESSAGES/django.po,sha256=WvHYxuON1M3-jJTpHT7dB4cMptIkHALaxZnhLVb4sfM,1006 +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=bZ8YguEdLm438E5LeTuY9ncH2JdUTsRnNjVdz42Djnc,3755 +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=tf_osap5dqgT6cEGMj82zR-fCoY_m1Ox-Z4Ot__ZF3o,6951 +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=HHeJsds8_-4FxpbZ-PvfrTLRDCGnlZyd6EF5ZFE2Gh4,4648 +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=sMR28Za50wrcv55Pojqp_XkWQpnNWwF4Uq6UYiCXIgA,1049 +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=1p48v-EmOW1NmY7__z-Xmnkx75KsIn5ySl4uSt1W2Ps,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=98njuQg_z3k_ixjV9gi1jh7C209hfrY8cnJ_zwwZyGc,836 +django/contrib/staticfiles/finders.py,sha256=5ZrpQQG1n88p8NDkRAd9TlIo4h7X8GNieeajZDd11Ds,11066 +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=KT930e1_IuXlQ9q3czzIrKeCK90-vxvrxk05eGC3poo,16248 +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=1GKGFZ6bxxsqAflLDEdNa10E1_gMzlbNCk4fDdwiw-c,24395 +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=nYg2v2HnuASTI2K9DEr_uOnqiOZRMiCYzs8vDalEu8s,9371 +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=lIlIOINdXNdYfSTqKm5yJC-nXqVbSljUHWnjr3gO5Qw,1928 +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=C7GMoNcL67mFJ1tXk8w7ujC9BWH2NTt5ctu4Dm7wQzA,15772 +django/core/cache/backends/db.py,sha256=04mM6eHqxl0Ud0-5MtmVO6BJbHBgwJ-AIfe97IgyhAU,11392 +django/core/cache/backends/dummy.py,sha256=fQbFiL72DnVKP9UU4WDsZYaxYKx7FlMOJhtP8aky2ic,1043 +django/core/cache/backends/filebased.py,sha256=evvH4rZtnroq1BoBETwmbPz7TV7JB6YicenBwHhjQ2E,5797 +django/core/cache/backends/locmem.py,sha256=R9g5g9KG6ak9G12R4RaMnVq7el5i9JXufovshNRMMIc,4036 +django/core/cache/backends/memcached.py,sha256=qPPXBFNnmqG0j5IWrb-kH7x7TMbj1B8tCUcVLqIOZW4,6791 +django/core/cache/backends/redis.py,sha256=IAuyfDdD5s4Ii28sgxImt9d1IjXNwFhpWUCb-as8qHY,8491 +django/core/cache/utils.py,sha256=EhNN_l7Dtne6xdmUOsIvCepbvqNGrjrJ2FdzRZySvD8,479 +django/core/checks/__init__.py,sha256=BkeZStAiRvfNScQVhQJZ_ln2EfR1FSM9l3W8kOvYgx0,1298 +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__/mail.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=hMHg3tp37F1DIwVzDehucUgUFOvQ3QfrN6HsXCJWRWA,672 +django/core/checks/database.py,sha256=sBj-8o4DmpG5QPy1KXgXtZ0FZ0T9xdlT4XBIc70wmEQ,341 +django/core/checks/files.py,sha256=W4yYHiWrqi0d_G6tDWTw79pr2dgJY41rOv7mRpbtp2Q,522 +django/core/checks/mail.py,sha256=v24jbQvfE1_0xzGLYHbhhsEutKWk-pthQhEXjEL0PEk,1992 +django/core/checks/messages.py,sha256=Jji9afcTQWQUfQGg_crorL2U2tYSD4Ht0twY-IEeFYg,2255 +django/core/checks/model_checks.py,sha256=dqGvmjl2ZQ9RuurXIMBUyMRszxkNXhNwdjYoFiW7rmM,8820 +django/core/checks/registry.py,sha256=N26gk9cpUR95WxW3uz3ewj2793pFh3LcW-4iT9DPkGw,3898 +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=e1uEdMIzgXA5NoJy_h1UrWcl7uYzmXeRQG0kbUul8i4,11550 +django/core/checks/security/csrf.py,sha256=sScebKBeBU-ZC9yu7QVHnpZPSnBj5qQAjy6iouI6SkI,2089 +django/core/checks/security/sessions.py,sha256=dKiOVBhAlJyBLyJ-9A3OipeMSmxYBZ7OO071TLnvi-o,2569 +django/core/checks/templates.py,sha256=leQ8nyjQBzofWFTo6YH9NkLmt582OlG2p8sFw00sbew,296 +django/core/checks/translation.py,sha256=it7VjXf10-HBdCc3z55_lSxwok9qEncdojRBG74d4FA,1990 +django/core/checks/urls.py,sha256=pgRE6x6q1CEtyDKkSxUg9jmyyQzOaagCrpAj-ez6Gxw,4906 +django/core/exceptions.py,sha256=V7HwTZpCOk3-OPVZ7NXcVnpZ9KvwyyWBVZmJFZKHDxU,6773 +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=e-kdiNlyacb7E-r6p3d7dzLy3fAJL-E_S9Vv9R705-U,4976 +django/core/files/images.py,sha256=MphbNbJDbgRlaASe7VLK_4IyJxxFs7XMVTPQI4kV_DM,2643 +django/core/files/locks.py,sha256=mp96hc8nMob8cMESiASFWUTUn_afW8A4ag_viWz0ojU,3614 +django/core/files/move.py,sha256=a8YsovH_01oLgs0iUw_FEih8CUGIZ9hcDI0nnj1EwIM,2951 +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=d0V4ueXEPa9G-0-18NAguWwsTB33lbQQDYZDoCliA8k,8297 +django/core/files/storage/filesystem.py,sha256=WFkO0I5Zh1-XDIiRiN7rHZFKVtYdp-dQZS_Xl6Yx_-s,8510 +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=X5FzQ8aFtXGWevwmE2tgRMtSTtwQGwpw1sr6FWMm4cw,4263 +django/core/files/uploadhandler.py,sha256=yNmJ7vN4rV8ouLBx6pNVguQY095ZCNGQsw3PKL7Q0ho,7813 +django/core/files/utils.py,sha256=HfWhs3pGrrJeAcNqWvwf4QiMwUG1bzZixUuv4o5IKWY,2601 +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=nS9RwI1pai4pi6F6IoFhoTANDEADHnToci_DbwhebfQ,13839 +django/core/handlers/base.py,sha256=tmG114K-0Tp0gF6asjnaieg2nwvNUdSk0xJ0zD1PnOk,14840 +django/core/handlers/exception.py,sha256=ZIBR89WGlFC4s1Vf1pcuDl1ERktT_0q-h0C53j8JgMc,5980 +django/core/handlers/wsgi.py,sha256=N9KOgapv049ttd1CmA_5L4RTLNNkvrnp5SOx8BpQlTU,7314 +django/core/mail/__init__.py,sha256=wqpmK2AEcgivlRVY8u3XKuDzpZnzmdu5XHjrFPHE_Lo,12405 +django/core/mail/__pycache__/__init__.cpython-312.pyc,, +django/core/mail/__pycache__/deprecation.cpython-312.pyc,, +django/core/mail/__pycache__/exceptions.cpython-312.pyc,, +django/core/mail/__pycache__/handler.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=3_nfV3p4jpRfzXXoEKSnU-OZT99rpiHPvp_1iN5y3aY,4262 +django/core/mail/backends/console.py,sha256=I8kj2DscfdRzAHrqDMGBXgeQGl7M_zIpWLkzbXXqQAs,1477 +django/core/mail/backends/dummy.py,sha256=sI7tAa3MfG43UHARduttBvEAYYfiLasgF39jzaZPu9E,234 +django/core/mail/backends/filebased.py,sha256=7W_VyZBuwUkeX30luyuXypwsqAXjDDfnnUuPruivs-4,3659 +django/core/mail/backends/locmem.py,sha256=xxgG6qnKrekajDGujYZr3kJyl-xbwwa-gx6ndY9qDkI,1105 +django/core/mail/backends/smtp.py,sha256=zXpVn-qOdb4m50jF45Zb4f1OEf51f-kfkbqNunnRm-s,9819 +django/core/mail/deprecation.py,sha256=DbS2P7MI-m8CKc5WCVdZqUzwAWQ4l8kxCdMOgGifmXY,2225 +django/core/mail/exceptions.py,sha256=afwO6Y-CxYaEyros6jqgZZhj7BwHyi-D3HOKhlOvLgo,599 +django/core/mail/handler.py,sha256=dVawGerig9_ej_zhvTNU1H6s8UrptRyKnq-78nqf5gU,2727 +django/core/mail/message.py,sha256=XQdbyoDtnfX4FlZflq4OCgdJS6ZX0mJItzFCl6yYv2I,25657 +django/core/mail/utils.py,sha256=Wf-pdSdv0WLREYzI7EVWr59K6o7tfb3d2HSbAyE3SOE,506 +django/core/management/__init__.py,sha256=8oeVgDlzvIxJHMss7R-AALLmEZb2N0vUBRxfaz6k_Cs,17413 +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=apf1z3yPa8IydQdNkmy0fUkSvhYBaIsc0W7Rw1c4qWI,25059 +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=kJo54ShDkgfgzJTds12_V8KAuZLgdRImaNrjM_PqRjw,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=MyeTeNBvp-GJsaW1oSHmvnMmLXNsST2BrcDvP9zQA14,3564 +django/core/management/commands/dumpdata.py,sha256=DN6_zXmwFQxwiUj10GbeeCKSVgz2XeCqXqY6soXg4xw,11194 +django/core/management/commands/flush.py,sha256=0iIlt51QZSUU-cj0DZGzjKsUlPXtBUMKSgVkE6Tn97M,3623 +django/core/management/commands/inspectdb.py,sha256=2CX3OzJXeakvGv11Fi3LSf79euInmY79mbzbUFwt0yg,17670 +django/core/management/commands/loaddata.py,sha256=8odpvT9UxaJuHA7ze5dDUHzFeq-dhdbH9Lk19JY3QZo,16008 +django/core/management/commands/makemessages.py,sha256=PDjgohbY9Fudhd6AZPfgEZGOZ_qOssGOM0N42KVip8A,29123 +django/core/management/commands/makemigrations.py,sha256=VhgTBIOICwY_caO0a1Bh69NcWzqOJIO0ZFXPYOBcEVQ,22559 +django/core/management/commands/migrate.py,sha256=FsVgF-g3rDR7k4EW9ZRGNKd7H4MvB2rtS9UO0BG8m_8,21505 +django/core/management/commands/optimizemigration.py,sha256=yRKoXPTN_MmB3CAbBd5l3D50cek0A8VrlPoyLyNNk98,5244 +django/core/management/commands/runserver.py,sha256=XNW-vicC9CB5Ks_Gzw9a00pe5guDFEdKqt9yW3ZhbcI,7560 +django/core/management/commands/sendtestemail.py,sha256=DnkNlR3-JjT-v884z0c4qT3s138pc7x50sJS4uFS2Hs,1854 +django/core/management/commands/shell.py,sha256=C2ms8USe0YtwezvSah2YOkJ9hkcdC2SOA2f8UlzL1nc,9695 +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=LVQGtZQUec5gJFvEqlmjCeeHFKC-krfDYBi5DCeduxU,3310 +django/core/management/commands/sqlsequencereset.py,sha256=cdnbbd7y81CAYK9KX-V6Ho8KJIO_mVtG3V6tftIBp6g,1101 +django/core/management/commands/squashmigrations.py,sha256=btfIL0Lf9ErH7-Ud6zRRvoCMqJilHjdNkAvvtvz50t8,10131 +django/core/management/commands/startapp.py,sha256=Dhllhaf1q3EKVnyBLhJ9QsWf6JmjAtYnVLruHsmMlcQ,503 +django/core/management/commands/startproject.py,sha256=obQ_JHA0vZlRLwpjOvVIMYdivBtOa1ww9MKEmBLxBl4,809 +django/core/management/commands/test.py,sha256=UXxsInhGqrcsMMiHk6uBvAwMMzCZDwJl5_Ql3L6lkx8,2367 +django/core/management/commands/testserver.py,sha256=QF-J6serGxgeRBI00P5uV3u9y1Pj26LU6Z5Nsl39oe8,2221 +django/core/management/sql.py,sha256=fP6Bvq4NrQB_9Tb6XsYeCg57xs2Ck6uaCXq0ojFOSvA,1851 +django/core/management/templates.py,sha256=KOsa6XvooB1H6USRICjCxG-s96hgUVuK_oHhMJ1KTcw,15494 +django/core/management/utils.py,sha256=3UGXgrDi5HwUQGU1i5wQiGHBF-kt8yJ0uGyFmu5mGKE,5636 +django/core/paginator.py,sha256=4UFcC51ZOp3r6uQ0bNgsUzxC972wHvthJqe1F-UNg24,15061 +django/core/serializers/__init__.py,sha256=zFEo9ksz-FcCactqFMo5ElsFv_msgmlNhvCEmOc8h_s,8785 +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=9RClWuHRK_6iu0u_f5lUO3IG5EsGkb0rA4d45QjxqSA,13573 +django/core/serializers/json.py,sha256=08WjKEH8SOl6Wnj-AabMX2506xM82LHqsVxW4tFrp_w,3714 +django/core/serializers/jsonl.py,sha256=iW5uUBdeZpkgER4foGhpvrk246l0Q_oQD4rhV1Qwyyo,2258 +django/core/serializers/python.py,sha256=X85JRrRo4ly4K7ctyi02yINw2VHSV1jBJ4m7AlqAnmI,8902 +django/core/serializers/pyyaml.py,sha256=R4repsVBMacM1yxvcRwE45G5-PyHHz2xXEdeCCb2dsY,2619 +django/core/serializers/xml_serializer.py,sha256=uk_hvCy2A9kows7U7J2QjBShAFVB-5g2X8jP5bZZSng,22112 +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=quQrYDxSZ0ds_wwuFogSTO43BVHTvCaq278hMwaWXQE,9776 +django/core/signals.py,sha256=5vh1e7IgPN78WXPo7-hEMPN9tQcqJSZHu0WCibNgd-E,151 +django/core/signing.py,sha256=lqSsxF8Qsc4TQFXH4xH7IY5c0jSEatB5rUkgQ15EzBI,10330 +django/core/validators.py,sha256=Jix5o-psSZCEe8TIdk4DrxNwl5CYvj2PybTXNl3iTqA,22466 +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=4-YyOOqdIsVC-kUu8NcRkiJHVdD1P4m_yVtMXwUsbUs,28546 +django/db/backends/base/client.py,sha256=UgIdPYQ2jHQyQAJX9-o91W4xx2ZI38jaBmieKLffnyw,989 +django/db/backends/base/creation.py,sha256=K905iR5x0L_mNWW4lpp24oaQ6A6ADXzxpSliUM64MOA,17375 +django/db/backends/base/features.py,sha256=W41SEJdEIK97b5Eg-rBb42SJJH9mV8fkXb4YGEEsMfg,18414 +django/db/backends/base/introspection.py,sha256=FSBRwgFrAIAP-ceh3qKPzEkKpy5t7xl5_zPbMGxvwjE,8317 +django/db/backends/base/operations.py,sha256=H-CRlk42M8btLf30XNeFCDoBxp5-Mtq9tcDFXwbpC5k,34378 +django/db/backends/base/schema.py,sha256=ncYrFYXjeP3UkOZrDax7h8178yP4ov7jktK0g2i8Iv4,85400 +django/db/backends/base/validation.py,sha256=fYey61W3NUjRz2KHiDxYlHSL6aOKGE6Qo7lYsQdicbI,1119 +django/db/backends/ddl_references.py,sha256=5SQJTP0z2MLOayuZQPWYOSsBQHW-AgqemQgLjlSQnbs,8612 +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=aih36d5WMmIrPJP-KTT5ugctoYNKbUgLFID25oifsx0,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=NWWlplrfehd_tuvTE3Ln-suUiCdCoVP-UEaTkucfbhE,16315 +django/db/backends/mysql/client.py,sha256=IpwdI-H5r-QUoM8ZvPXHykNxKb2wevcUx8HvxTn_otU,2988 +django/db/backends/mysql/compiler.py,sha256=6PsTP-j7e8JBKx_D5rIAAQey5mvIWU1ylqD5P7YzlNI,3047 +django/db/backends/mysql/creation.py,sha256=AnHnTW4m05ipSg23xzS4pOPr0FZvs3w-Onapg-lKVY0,4052 +django/db/backends/mysql/features.py,sha256=K6Nt2djq9av3MpjRl0hdY7dAihS261JD6qEZcOnGRkc,8518 +django/db/backends/mysql/introspection.py,sha256=XcmGviN5FjtupzdAqGziFAMGu2oHQYGGm7HZ89toHYU,14976 +django/db/backends/mysql/operations.py,sha256=1RXk4NoaN_4yWFPAYpj5G4WnLcc4ExP0rUE7qJ58GIo,16766 +django/db/backends/mysql/schema.py,sha256=W6CUJZGT3bI-Lh18jIsJQuu9CevdxsrRT3b6XRaLmdA,9938 +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__/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=_qKu1-L6IQMseVTmde0MmuYHw0JwWA0-MrQqnOlRppU,25946 +django/db/backends/oracle/client.py,sha256=DfDURfno8Sek13M8r5S2t2T8VUutx2hBT9DZRfow9VQ,784 +django/db/backends/oracle/creation.py,sha256=yOskcBElKVtZ2uWvsVX05ZyjqHe4OIXEFO_OH8Q0F58,21081 +django/db/backends/oracle/features.py,sha256=bZa82QPjuBZlzcZNa0IzYRkQzMD21bogIkbaDaJw9y0,10217 +django/db/backends/oracle/functions.py,sha256=2OoBYyY1Lb4B5hYbkRHjd8YY_artr3QeGu2hlojC-vc,812 +django/db/backends/oracle/introspection.py,sha256=kIiZRXQ4soduyELIO_WtTdYh9q-rPY6YMR1L3YduMS0,15917 +django/db/backends/oracle/operations.py,sha256=8Uw0Wju79UUl_0YNXQJJzxqBn8QcosoQMJuVJSB8xO0,28688 +django/db/backends/oracle/schema.py,sha256=ZkK9SzKFu65RM2Hx4IAdivO0cOe5zg3wWlTxkn6teJQ,10849 +django/db/backends/oracle/utils.py,sha256=jrkerM4VirtJcFLeBxYxRqZ9Jc7NZvwDeYVSSyLlo48,2752 +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=a-1WX44Km5ac0_uXPvjFwUoOsMQVHHf5muPw-vUib6Y,23829 +django/db/backends/postgresql/client.py,sha256=BxpiOYe2hzg4tWjPKHDJxa8zdr6S7CN9YiaOhTDJUOo,2044 +django/db/backends/postgresql/compiler.py,sha256=HnDx1xUssM7p74hl5nsiQRI23JwKMkNuJcSIE247bQY,2478 +django/db/backends/postgresql/creation.py,sha256=pZYCzq893jcMd8jhnUH2suBaOC9LrkTtpBn9gdpqxTY,3886 +django/db/backends/postgresql/features.py,sha256=RtZu3gLrOtBqiu3UbTiWMjU-Z6m_KaHqJMRxYe46-6o,7108 +django/db/backends/postgresql/introspection.py,sha256=WV-PUsfiirJgQb3X981fUvDnQbSDBWQSGAgqqpf_pRI,12717 +django/db/backends/postgresql/operations.py,sha256=Sc3hhU587iTzdv_zsmR8j_MVuFTpYiQkEVTsFnyzRe8,15521 +django/db/backends/postgresql/psycopg_any.py,sha256=KDVH1jfCxA94lcqQJosm_ODJ8uflMpMFDSHCdLrWQko,4070 +django/db/backends/postgresql/schema.py,sha256=eGF7LETBfzQE663S21FIy2PYfgeNzHeYFVuc-5Mgmdw,14772 +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=r0LY569pLSOla-U1mCYFUCi8zTdEDCivYo6WxkgTvU4,15731 +django/db/backends/sqlite3/base.py,sha256=syInkuJn2qPcW9VpBLICHSc7e634DcP5eF5ajClbJlU,15095 +django/db/backends/sqlite3/client.py,sha256=Eb_-P1w0aTbZGVNYkv7KA1ku5Il1N2RQov2lc3v0nho,321 +django/db/backends/sqlite3/creation.py,sha256=PwxGcysDnSWnZG_dmBEoU9tPgwWb0LPrFaZySr7JCE4,6823 +django/db/backends/sqlite3/features.py,sha256=N3IL3rso-SuBSwCd6OQ83glIMZ84IEDuiHCLvz-2S3c,7198 +django/db/backends/sqlite3/introspection.py,sha256=ccoSIeNIXCq8yXwvmjIZyZ9YFNC_KMZ-KLeIibxVctE,18046 +django/db/backends/sqlite3/operations.py,sha256=SHIqnP0VxgQf5KRcOV861A8cGsy46j_VLOy1CyqV3Ww,15983 +django/db/backends/sqlite3/schema.py,sha256=hbHAxybp449L4RaaoUZHPUEW78T3CUyck2pGjdEJ4b8,20358 +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=sa6nDNJIPfNiHo6VDl2C8arPFDCLu5xC0p7GKnp8W4g,90088 +django/db/migrations/exceptions.py,sha256=SotQF7ZKgJpd9KN-gKDL8wCJAKSEgbZToM_vtUAnqHw,1204 +django/db/migrations/executor.py,sha256=pByGuLt0TDtwEo_x8yHdNz1azZbKRs01E63ETJdcomo,19029 +django/db/migrations/graph.py,sha256=gl0mDlIrHEm8EdsF0WzYj8rL79DCyIMiyjsn9mNsOgw,13149 +django/db/migrations/loader.py,sha256=zcMjvfgCVTzWaKbfhfUDK103kiImI0piXaxgOAtjL5E,18744 +django/db/migrations/migration.py,sha256=Pu7MVlvKaAuD8nuoid8ykFBDLEfgUR7kLz-SodrN-B0,9765 +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=gC8yNke7ExTkxQz7Lirks5JCMDHuhu37rTiTA8rQkQo,5927 +django/db/migrations/operations/fields.py,sha256=dsD5lFrS8MPh31WeW2qL-hwAwgSfZEg0J5KtLqUFrHM,12787 +django/db/migrations/operations/models.py,sha256=q_pSOZikv1Coj5PHJXmsJCZiCHJvmLbpO7wOSpT9hJQ,45901 +django/db/migrations/operations/special.py,sha256=QvK_YNmRny55Jziv92hbr00HtZMpugyTn5WkG6CnYik,8146 +django/db/migrations/optimizer.py,sha256=c0JZ5FGltD_gmh20e5SR6A21q_De6rUKfkAJKwmX4Ks,3255 +django/db/migrations/questioner.py,sha256=BsQQyBDJIoMzza7d4jdxMsZeV0p4a22P5MlC0i5e3mM,13568 +django/db/migrations/recorder.py,sha256=N6C1ZIxvsAIPX4jqN7XOMoBkvWaUi6ahacWqKdELevQ,3826 +django/db/migrations/serializer.py,sha256=4kRTwiwn13EaPDscA5tKEF9-fK7vPEusnki2BsE1WK0,14835 +django/db/migrations/state.py,sha256=rlpF3Intt5R6Mt38YkXU3_kqsl9K2zR4-1M5EePcDas,42119 +django/db/migrations/utils.py,sha256=pdrzumGDhgytc5KVWdZov7cQtBt3jRASLqbmBxSRSvg,4401 +django/db/migrations/writer.py,sha256=HZXq14bFcKF3Et8rpzviU0sZQhM67aF-7Zhti7qa0nY,11933 +django/db/models/__init__.py,sha256=7ic5tbKMDZU7pOuK4rATufyqQlso2Z_4O9AFR2-fvWQ,3358 +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__/fetch_modes.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=UwboJOYb4G3CDB0yJYb4Rpf57OxwZLM0BSNf6uVEHrE,15427 +django/db/models/base.py,sha256=bcIXnrI-rNm8xYVh68ML-eqxgIRCNcTh7FryUbAqti8,99654 +django/db/models/constants.py,sha256=ndnj9TOTKW0p4YcIPLOLEbsH6mOgFi6B1-rIzr_iwwU,210 +django/db/models/constraints.py,sha256=l05k3Hj4ozcB6dA3K_un-kV4vAufH-CN8kkft_B3RmM,28470 +django/db/models/deletion.py,sha256=rdOc-YZh3tbKsNhQvlMgCqM0JLKsCnWYdXjI9oMpHJk,22132 +django/db/models/enums.py,sha256=FJZf6GyRbLceBgc-bR8XVo_3XWTp2u1MXfuy7CkYk1g,2367 +django/db/models/expressions.py,sha256=XizZ0jsI2g_3z-2rfyAWS84fCrYd6ZR6chnSoU00SXE,77894 +django/db/models/fetch_modes.py,sha256=-dspNAeHesNz4rS_FP9R_chypreyQbsJfV6Lxp4YtuE,1271 +django/db/models/fields/__init__.py,sha256=dEOSAxAg_JWZ7DQRMvjHk6jAzh45gbSzBNOz_My4U18,103134 +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=_tjg8PMv60g7zJb7Fs5Bf3dJMHmYHCUhgqT-4XtCmMg,20242 +django/db/models/fields/generated.py,sha256=LZIhN6y4IXGCiIPEPCkI6N4s0U2TtYHMWpnHuGM2zTQ,8461 +django/db/models/fields/json.py,sha256=jHJ_zvTzabmpn8rWZWl4E4vBAAT1RDvKZEZ4JBsLRzo,27921 +django/db/models/fields/mixins.py,sha256=ewKPPtpjZOo2-x4dXLAAYTkRPDSW-eahsvxdDqZc8Ys,1947 +django/db/models/fields/proxy.py,sha256=eFHyl4gRTqocjgd6nID9UlQuOIppBA57Vcr71UReTAs,515 +django/db/models/fields/related.py,sha256=W_olBzbVkIAsJv76_y4E7ACdkFff4hUEWNWUGfZa8Ec,85818 +django/db/models/fields/related_descriptors.py,sha256=TUWp71rfCq3gL-PV-vxBrN_c0pM5kRfMFiLQp2gjSKc,69853 +django/db/models/fields/related_lookups.py,sha256=XsOkRKoOgijhrPKd8kII6c0-SqBeUousLTgChu5dgkA,6094 +django/db/models/fields/reverse_related.py,sha256=_Liy-eLtlymieSI1hmEBGqo81vlisJkEVeSdxbxuRDQ,12624 +django/db/models/fields/tuple_lookups.py,sha256=u3n_VUgY0f-f2Lp7OJnh_HGnqF154EKLd2n9mm8l8CY,15377 +django/db/models/functions/__init__.py,sha256=Vn0SnoUvxzYInIR0RpBxHHFr8mO3PX08litkX8HCKOo,2782 +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__/uuid.cpython-312.pyc,, +django/db/models/functions/__pycache__/window.cpython-312.pyc,, +django/db/models/functions/comparison.py,sha256=bLeuOdo_snFX5EFn3Yu8YRNqUiA6Wn99ddJH7rqK_7g,6848 +django/db/models/functions/datetime.py,sha256=ddNiS_xpEF28ra_0oQw7hp_gK_pTcN5zFsf9G2XzFRc,12835 +django/db/models/functions/json.py,sha256=Be8JSshN6VeOI7akdTFx1Pl1M-nhHZ7Y3Pp1ra4ITPk,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=eo5GR1V5qZliWc1l9xMsYn9Igqw952F9vb7Ik1_Le-U,11538 +django/db/models/functions/uuid.py,sha256=lrFZm0byWLcP1nr50j7i5AOywpP2hrcBHF1LFgOjp5g,3593 +django/db/models/functions/window.py,sha256=g4fryay1tLQCpZRfmPQhrTiuib4RvPqtwFdodlLbi98,2841 +django/db/models/indexes.py,sha256=SE9sp8lhJqUBMOMfwlckZup9HcbH7O3tCJh5CCJmGiY,15578 +django/db/models/lookups.py,sha256=ghRX3UEVRnJwthx5KRytByPBkdod0i2uHkd9Y05aq-Y,28845 +django/db/models/manager.py,sha256=n97p4q0ttwmI1XcF9dAl8Pfg5Zs8iudufhWebQ7Xau0,6866 +django/db/models/options.py,sha256=PLbeAT2XclXVAEsdd3cSz_18nSJp6V1rmPXZufAV-kk,39675 +django/db/models/query.py,sha256=c8la38tW4Ykk3PEdJPX-rL_oF17ISSxCgoZUYv1gYQg,120043 +django/db/models/query_utils.py,sha256=ycZyvLlxFABnS5BVTIQV8PWz1u1Jjz1ZKrhWLWdr-SM,20366 +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=8iuNE3xBcd73TPT2j8HAJZaG_iIX3xZGSOS5B0zN4mA,97219 +django/db/models/sql/constants.py,sha256=xXZKLd59Od-A3hI3X6iDmIBq1Ry0R9Ckta-TLFY3GNg,599 +django/db/models/sql/datastructures.py,sha256=K8oE8zwd5jthmLQSCgmvwOlfo6K1FigfP63HBV5COy8,7279 +django/db/models/sql/query.py,sha256=3FmRQLrvjCioMieQB4c_jf1CxbiqDURRyVquIHZCWgE,123905 +django/db/models/sql/subqueries.py,sha256=vzQWUY85b2dF3AR2yxcgaVvQ-a3n4wokq0Jf89ytCfU,5993 +django/db/models/sql/where.py,sha256=A4q9mHynw8XPKQsr0atmK8Ce6HbwC4qIDawEP3gCSQY,12317 +django/db/models/utils.py,sha256=F5DacXvaYrcYXaU7h4LNCOxNYiS4uMFnXaKTDrvmG8M,2558 +django/db/transaction.py,sha256=rumVpoLacVen70FVIeTTM2wl_VolwbhYLiRTxfHTCnk,12872 +django/db/utils.py,sha256=_WNfKIMvbQ8fuRYUxR03eHF5Nd1tYn3XQBIn9gQGOG4,9350 +django/dispatch/__init__.py,sha256=-sFTlpWJXd36SFrFczyhBK58xsCI7tTX3HsIZeYY4NI,286 +django/dispatch/__pycache__/__init__.cpython-312.pyc,, +django/dispatch/__pycache__/dispatcher.cpython-312.pyc,, +django/dispatch/dispatcher.py,sha256=H2wcNqJAORTno5w11yQOFuVGeqMhmxPeldBpxkxl7DY,19563 +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=5vDEYdB_VwCpUnBmcboqsedqdWyjCRN5sOv2GsLBMx0,13373 +django/forms/fields.py,sha256=K3ViMKEvIynieWMU3Zn8V6jQsBZliGO-LomaKYjTP2Y,48981 +django/forms/forms.py,sha256=luClM9G68nOMarphaiSx2HYGKltBtgdhL3mhz97bQQo,16112 +django/forms/formsets.py,sha256=3mSuKnDy6FsrR5uTzqj7MV85q5vq-YQNIwbIQvnnE4A,21324 +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=hYdy4mqOHQI3grQQ095nufxz37mBIGg_3xRYTA1bCRA,62207 +django/forms/renderers.py,sha256=0ZgAVsrBpLN3hTGNs7BKHS6KrqC0l4E9qi5gUcCoWFQ,2141 +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=ZiEIWJ0GLPl-HRPV7diNw1z56r84jfVRF4dLlB-PkDU,42721 +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=hFxwyjOcAlJjjAurRFl8YDo9VyMJqYN_n6y1FwV6onU,28094 +django/http/request.py,sha256=tQirA5CoIAPnyWjSWNRcXXTfoUsR1GOsKYnmvJz8dhA,30579 +django/http/response.py,sha256=7yGaEGV0m1SBjGDe8OYJqqF0Zv3rlyCPZFOrJOvTSkE,26520 +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__/csp.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=AygAjcPsV97Y2jHGzOcUf33PHu6yc4moadJqEe-tke4,9462 +django/middleware/clickjacking.py,sha256=rIm2VlbblLWrMTRYJ1JBIui5xshAM-2mpyJf989xOgY,1724 +django/middleware/common.py,sha256=ocaUe2vlKl7vgqIcCqqhFEBwgSf174F2hzQJ9m9pqjw,8162 +django/middleware/csp.py,sha256=SB9MTL4tgbCsPKiEXoZXpbkCN58N_tqClglhN-mI4lg,1279 +django/middleware/csrf.py,sha256=rh2CvW2rvX8_Z9gpS58vLVenZpP-ce25D0H9V7aIfr8,19521 +django/middleware/gzip.py,sha256=ZfdbrrZTzvkykIm7GWhrmnVZwoDpYjKU6BnD_VSibbI,2626 +django/middleware/http.py,sha256=gAcoCY589U3NeD2-KS8g1sLi15dyQyDPkCoaJhyHKzQ,1582 +django/middleware/locale.py,sha256=CV8aerSUWmO6cJQ6IrD5BzT3YlOxYNIqFraCqr8DoY4,3442 +django/middleware/security.py,sha256=yqawglqNcPrITIUvQhSpn3BD899It4fhyOyJCTImlXE,2599 +django/shortcuts.py,sha256=69wOUgAJ0P02CDnlBLxfMv3JCKVrv_rZB1BUgcT-K1E,6884 +django/tasks/__init__.py,sha256=J-ABXYW47pWdS7zOBkx1QBgE_QsOqDhExeBuruAG3jI,1178 +django/tasks/__pycache__/__init__.cpython-312.pyc,, +django/tasks/__pycache__/base.cpython-312.pyc,, +django/tasks/__pycache__/checks.cpython-312.pyc,, +django/tasks/__pycache__/exceptions.cpython-312.pyc,, +django/tasks/__pycache__/signals.cpython-312.pyc,, +django/tasks/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +django/tasks/backends/__pycache__/__init__.cpython-312.pyc,, +django/tasks/backends/__pycache__/base.cpython-312.pyc,, +django/tasks/backends/__pycache__/dummy.cpython-312.pyc,, +django/tasks/backends/__pycache__/immediate.cpython-312.pyc,, +django/tasks/backends/base.py,sha256=_yucyi_ANaPVLYkj1KybQMoy1W5KC0O9jH932oO2vmY,3796 +django/tasks/backends/dummy.py,sha256=Ji7azyMR2KqQQ2C52pDtTL2LQpFTN0eu_9vu4xqvDqY,1957 +django/tasks/backends/immediate.py,sha256=JAb_vfT8qzm0G3JgqyaBZRUD1WuwP1VN39k2hlhZVeE,3377 +django/tasks/base.py,sha256=7x44RTBB92nUZaYLeY9VVYBbdvRDHbgw0F-1-XLhyM8,8547 +django/tasks/checks.py,sha256=Fi2M4wQMJp93QhIYJ3k8GaFLnPKglE4-tx8usLZ3q08,251 +django/tasks/exceptions.py,sha256=q0EQUELOQwPK5FgEu0zwlY7xMqjDN6oWgXQcWEqftwA,525 +django/tasks/signals.py,sha256=5J_7PotDSxqp2kZlklgBsh5nCI4TOTk4QOzDxEp-MLs,1690 +django/template/__init__.py,sha256=j6PkiGmDeGeuJhVZBTAxOZU_cchtUvtMgOOIWNBurAk,1865 +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=wZ4s0hZhAFwF7eeFtefsVPv7gR_lUAfpboF8aL_hPRw,44636 +django/template/context.py,sha256=q6cqfahTz83C6lvL9XccPYje8qbzCcxYToJwEy2pYYY,9481 +django/template/context_processors.py,sha256=wH-EedqfFGwBG79PQXgK674_qoHd9cjwHhlgTXOGSmU,2707 +django/template/defaultfilters.py,sha256=BArqsSLE2xcRbIJZsG1TaCyYRJKGCS8zmRHAntMB67k,28417 +django/template/defaulttags.py,sha256=8pE1AV8dLdWKzNkWcp15kMLnWQY_pVVZ-ruCGy9Owg0,55083 +django/template/engine.py,sha256=m-XbDzM_T5HNkJFmNZA1I_lksqNLz-ifbHM4i4Lgzqk,8401 +django/template/exceptions.py,sha256=rqG3_qZq31tUHbmtZD-MIu0StChqwaFejFFpR4u7th4,1342 +django/template/library.py,sha256=tW-uyHfuABeh29L4gVQxejoQrMYnUJOxgcMj1yy-6W0,17247 +django/template/loader.py,sha256=PVFUUtC5WgiRVVTilhQ6NFZnvjly6sP9s7anFmMoKdo,2054 +django/template/loader_tags.py,sha256=A-TcMjWHFvj5fCGklg9Fs8FxpuhKT_LL7pXsOfB2UzU,13526 +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=SUTPU4WOiigMGa5sT1-Uz6U-qbaJAD80HCvfUw1XZaQ,5584 +django/template/smartif.py,sha256=MmnKcGKELBlRqofTlc6wEImwjzF5p5sMXw-fZd8kEj0,6478 +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=7o5nBCe90-abeeVPhrPN8_uM_QZBfY96J1-W3rzsAjs,3550 +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=XgSmaJmgCw3C7IZhPZ5b0qzf1qEVAk5ZXAugIKk2dHc,5272 +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=G0AbDYUGs2Fj_a7tDE9Pep_0umtzxrk5kcri1eFmcxM,56053 +django/test/html.py,sha256=W97B8kAeeY3tqWrttffWkI0bK-j-vn69l-79WCsMu9A,8869 +django/test/runner.py,sha256=pDq_tTsIrTTKA6wi9MhTa-lZEU52MWfACSOoP3n3fHM,44605 +django/test/selenium.py,sha256=pmWTkRD2fLv-rzLYoBqzu29OKaHInCkGETnIv479q88,10493 +django/test/signals.py,sha256=CkRbiYMvHz1fE6uO41C4M2MeFFKD69hhjCB-aoQR5Sg,7652 +django/test/testcases.py,sha256=GzYCaLyR9yVthNrW31Psjd_-bK7IJYICAmv5gq5Y4-Y,68958 +django/test/utils.py,sha256=zkBBAjklpY5zlwaPkEN8oNFZfqaG-3fmY79pOP4Ep3o,33543 +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=hDfFOdCqKBiDhX8Wl1onHQA0g6wERLD1BQoNi0lSXT4,1358 +django/urls/exceptions.py,sha256=alLNjkORtAxneC00g4qnRpG5wouOHvJvGbymdpKtG_I,115 +django/urls/resolvers.py,sha256=uTPOKFQg6pYTu6_cfraQ3MpWfAqj9w7aMn1BX6IGcK0,32056 +django/urls/utils.py,sha256=2ADGvscwfj7Y1rDyVbeKJk7zVVbt4zuXCgUS-h5Re5U,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__/copy.cpython-312.pyc,, +django/utils/__pycache__/crypto.cpython-312.pyc,, +django/utils/__pycache__/csp.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__/json.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=kGD_N-FNKd1mvnsiXvGvnTTY1EW20lD1JNYRdIJ-5G0,4853 +django/utils/archive.py,sha256=0QRodaPv90GaTlWyVPu2j9WN_bxwFia8j1fadqUSDMQ,8301 +django/utils/asyncio.py,sha256=0glOg3eGmms-gUv04ZgDvZt19IZbdPBC64PnaKqeGDc,1138 +django/utils/autoreload.py,sha256=mT6_ZV3rXs1YUooOr6GQFyygYHoDjqedia1vzejYAFw,25043 +django/utils/cache.py,sha256=zvY-4bMAaD5RckGnIy0RHdYnphq4arw7bCc8uO6B2k4,16706 +django/utils/choices.py,sha256=OgXb_QqEjzf_ODgEzZqkL5yGJLHVQtwh9FAUPvKoUWQ,4202 +django/utils/connection.py,sha256=2kqA6M_EObbZg6QKMXhX6p4YXG9RiPTUHwwN3mumhDY,2554 +django/utils/copy.py,sha256=hb02Qm_73xCx-YjYat9K9VR9tSMF53tBnjpXDNOA3bg,586 +django/utils/crypto.py,sha256=W5Qf776Xe4jxD1uMeuNcMEU-aT8Zgw1oLrJ7A61JZNU,3347 +django/utils/csp.py,sha256=Oc1XTjoLn-sW3JxtH-Q6sK1rGA33R9_HaKOCUuAPXu8,3971 +django/utils/datastructures.py,sha256=z-dv4OPteV9ExJNm6_dwyeibrzA4qJKDMGxbEz0_nrE,10863 +django/utils/dateformat.py,sha256=u13Hyp8vvNZiqSW75u2HeYOjHJrHMMFE0ZOK4DQBQmg,10159 +django/utils/dateparse.py,sha256=6lDYtYIei-gF9rS94USBwUIy2LYN1xNQiSGHPrRPKt4,5414 +django/utils/dates.py,sha256=zHUHeOkxuo53rTvHG3dWMLRfVyfaMLBIt5xmA4E_Ids,2179 +django/utils/deconstruct.py,sha256=R3ks8L-Cif9-qyNwy-2R6KWf9UmcGDSiMGX-N6CbLOA,2126 +django/utils/decorators.py,sha256=DR9kobYjEiSPqztVB14Hl-thaP5jXQ0To6pH33hRndQ,8322 +django/utils/deprecation.py,sha256=RSKpZ6J5D1VvXZfaW_sj_-56i1yTaOLO15MnOWq3fFM,17748 +django/utils/duration.py,sha256=HK5E36F1GGdPchCqHsmloYhrHX_ByyITvOHyuxtElSE,1230 +django/utils/encoding.py,sha256=8OTbPbBeEF1ScRmxQNC4Y8f8ZozMGKXCyMf8akUJr9U,8792 +django/utils/feedgenerator.py,sha256=ahEuE9z6LwoQnrrEnxCar9qoKcPCmKtnoqspjK7x2Iw,18069 +django/utils/formats.py,sha256=FmPUj3dfL2gCH2ijcWtcesYKbsi2-EbHGLGyHvGOJA0,10255 +django/utils/functional.py,sha256=Kg06NL8qAC0hwTpcmPHyabCOb6rwKFrlu5I7vRGtH1s,14782 +django/utils/hashable.py,sha256=HzcLr4YPZGls_TLt0aQra7cCHcFp-hpTEOcOJ_DTQj0,738 +django/utils/html.py,sha256=Lxu65H4LS57wxXM-AJ3dUae_S7d_Nem7-Y0FjR9Smi4,18534 +django/utils/http.py,sha256=9BFeVQjtcXxuJPRb4W4pDtjAYW2JhJXbDCuFOPHMAag,15251 +django/utils/inspect.py,sha256=P109ZzM-zk3QfxHrRQleklslYsKTZCfhfsmzyVyavAg,4522 +django/utils/ipv6.py,sha256=VN3hdrlGKo6TQLTa6Kvgz27KzTkdYMOBJmuc8QTXbpU,1823 +django/utils/json.py,sha256=TGwmfMzfvs0aUtdFgPVLuzzZvw66Rx3XJAe3q-kpZJo,767 +django/utils/log.py,sha256=W9hYPuCpt1IU4Kxo10aoS1vT3yCxqtGI0vYf_tJSq60,10252 +django/utils/lorem_ipsum.py,sha256=yUtBgKhshftIpPg04pc1IrLpOBydZIf7g0isFCIJZqk,5473 +django/utils/module_loading.py,sha256=oZbn0FEdI1e_QlPp0cULrKDRg8skyrqUNg6f_6d_LB8,3820 +django/utils/numberformat.py,sha256=6y9ONSrlcoxFzXNXigPoAfq-Dgdmb-vTshwErdPVgL4,3867 +django/utils/regex_helper.py,sha256=gt49xP7dCEcjMOtqgbXJlvexTBvcyWHbmYjMbKcc9pM,12772 +django/utils/safestring.py,sha256=pfrpF3uJeAWcF-0naIPRr6QjDomUB8yc4k1gSN-zERA,2178 +django/utils/termcolors.py,sha256=cOsWzlu5ifIJdSz8jwnCFne7klhJBUvKrU608U3yCVc,7386 +django/utils/text.py,sha256=cssjRPsNjuDA9CUHHe-PbATov7sWX-sHlz6iMp95-00,15163 +django/utils/timesince.py,sha256=W2WwXmdcdEFBigrAIY6ME_s7kVnV9cpRoVcipqTYErM,4917 +django/utils/timezone.py,sha256=zqrXzAQe4YVuOPFlGealnoRGcsg7L0Afm0Ue8dJ6CG0,7291 +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=Z3W3pHUIgnzyEPiQrAC83FcF4Uxb-XZX9cb91TBiJyY,22749 +django/utils/tree.py,sha256=v8sNUsnsG2Loi9xBIIk0GmV5yN7VWOGTzbmk8BOEs6E,4394 +django/utils/version.py,sha256=xke6tvC7rCQLoW-0zrHiTqE1i-N6sPvXbhA1U5v5Yro,3696 +django/utils/xmlutils.py,sha256=9aQIth163vbYIVM7yO1-d1g9nO4eNxBP3yFn8VR8ybc,1463 +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=SdX1nk5Mk5uLZwvKvF0nah_cmC1Hk2gbE18fPzvXCrc,3495 +django/views/debug.py,sha256=n1_-fLopMrWsyPfRbnSLaIX7cFyivwc2XvzUubeg3lU,26463 +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__/csp.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=OGcXfua-4X4SQ5y93hVAZBTnYSFl-XkKyeDspI2qTE0,2815 +django/views/decorators/clickjacking.py,sha256=laKf74Q75yBDy3upsXvX-RwDN5XOGmAKnUYaGn8XzF8,2549 +django/views/decorators/common.py,sha256=YAGHIP-RYe4MZcit_WPggpjkxQrx9TqMPTTnxFbZlaM,733 +django/views/decorators/csp.py,sha256=UljTfF4-HSKykCk79GZTj2zTXZIiarSjUv1AvXcKa7M,1273 +django/views/decorators/csrf.py,sha256=MO83PtGwQ9vUJS_huU-GFVNh3LdPZEc9BxNqkKQ9bB8,2317 +django/views/decorators/debug.py,sha256=fBwnVmC9f8TxWpKf6YPLOS1YED5S7kgOizK_pzxDEd8,5250 +django/views/decorators/gzip.py,sha256=PtpSGd8BePa1utGqvKMFzpLtZJxpV2_Jej8llw5bCJY,253 +django/views/decorators/http.py,sha256=dBLGU9z8gkCdO-09yy3Knr1iwDQD9djw_Np9i9lc0IQ,6517 +django/views/decorators/vary.py,sha256=DvMMC1hoVaKpvcggdjY_-xRMpjVSkY11qFtmzbSr_YM,1195 +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=wKRmHf-R5-QaMCSejsr_fhmXCOMcbRIZyObMe3a9GIQ,9546 +django/views/generic/dates.py,sha256=nLssQirW_DNyhDN_ByX1FNV_TXBNX0irN-EORPc8DGY,26921 +django/views/generic/detail.py,sha256=wrHejDOzacAEvk5r69DOIRx7p-cZzmQ33IO1xvr2NNo,7040 +django/views/generic/edit.py,sha256=bZLYyM9krrrm7--66S0JCzjzfRUVwS_0A2PghPO84vw,9039 +django/views/generic/list.py,sha256=KyVxf8MXaQg2uYG3vmIVQXhSkq7PiTM6sTkJlYKy1mE,8009 +django/views/i18n.py,sha256=7WimqxTgFjRX7p-wYMJ_6o8vLpvk8nqvhD9inT2gd7w,9031 +django/views/static.py,sha256=wJ31tb1w-JYLyuxCFbteoLpHE5e9CKkHMgZR5xiqUpM,4053 +django/views/templates/csrf_403.html,sha256=uEAXTmB-308KeUCkEhjUNO5IkhWMNEaBETLlzxCa-UA,2929 +django/views/templates/default_urlconf.html,sha256=H-g1OccItf4jxV3DZzb00nhKL7zWPhZmZXajjaxJmm8,12602 +django/views/templates/directory_index.html,sha256=XIdGQ75ETOOIkvZxj1zSuNOhxVpgabLFe40zCtGtYCc,707 +django/views/templates/i18n_catalog.js,sha256=WTPJxawKwdORo12g9I_mUn4YSU6Xx-DCx6E06yKBKZQ,2785 +django/views/templates/technical_404.html,sha256=JFARbV8BvERe_kb0qNGvuP7g9-qEAquBHRmhEL-nohU,2912 +django/views/templates/technical_500.html,sha256=6cUD0Bmy8iphv0CsR7QuA-vQxqweANQzvVtGSsknf_s,18191 +django/views/templates/technical_500.txt,sha256=b0ihE_FS7YtfAFOXU_yk0-CTgUmZ4ZkWVfkFHdEQXQI,3712 diff --git a/env/lib/python3.12/site-packages/django-6.1.1.dist-info/REQUESTED b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django-6.1.1.dist-info/WHEEL b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/WHEEL new file mode 100644 index 0000000..13013d7 --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (84.0.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/env/lib/python3.12/site-packages/django-6.1.1.dist-info/entry_points.txt b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/entry_points.txt new file mode 100644 index 0000000..eaeb88e --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +django-admin = django.core.management:execute_from_command_line diff --git a/env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/AUTHORS b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/AUTHORS new file mode 100644 index 0000000..dbbfe1a --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/AUTHORS @@ -0,0 +1,1163 @@ +Django was originally created in late 2003 at World Online, the web division +of the Lawrence Journal-World newspaper in Lawrence, Kansas. + +Here is an inevitably incomplete list of MUCH-APPRECIATED CONTRIBUTORS -- +people who have submitted patches, reported bugs, added translations, helped +answer newbie questions, and generally made Django that much better: + + Aaron Cannon + Aaron Linville + Aaron Swartz + Aaron T. Myers + Abeer Upadhyay + Abhijeet Viswa + Abhinav Patil + Abhinav Yadav + Abhishek Gautam + Abhyudai + Adam Allred + Adam Bogdał + Adam Donaghy + Adam Johnson + Adam Malinowski + Adam Vandenberg + Adam Zapletal + Ade Lee + Adiyat Mubarak + Adnan Umer + Arslan Noor + Adrian Holovaty + Adrian Torres + Adrien Lemaire + Afonso Fernández Nogueira + AgarFu + Ahmad Alhashemi + Ahmad Al-Ibrahim + Ahmed Eltawela + Ahmed Nassar + Aina Anjary Fenomamy R. + ajs + Akash Agrawal + Akash Kumar Sen + Akis Kesoglou + Aksel Ethem + Akshesh Doshi + alang@bright-green.com + Alasdair Nicol + Albert Defler + Albert Wang + Alcides Fonseca + Aldian Fazrihady + Alejandro García Ruiz de Oteiza + Aleksander Milinkevich + Aleksandra Sendecka + Aleksi Häkli + Alex Dutton + Alexander Lazarević + Alexander Myodov + Alexandr Tatarinov + Alex Aktsipetrov + Alex Becker + Alex Couper + Alex Dedul + Alex Gaynor + Alex Hill + Alex Ogier + Alex Robbins + Alexey Boriskin + Alexey Tsivunin + Ali Vakilzade + Aljaž Košir + Aljosa Mohorovic + Alokik Vijay + Amir Karimi + Amit Chakradeo + Amit Ramon + Amit Upadhyay + A. Murat Eren + Ana Belen Sarabia + Ana Krivokapic + Andi Albrecht + André Ericson + Andrei Kulakov + Andreas + Andreas Mock + Andreas Pelme + Andrés Torres Marroquín + Andreu Vallbona Plazas + Andrew Brehaut + Andrew Clark + Andrew Durdin + Andrew Godwin + Andrew Miller + Andrew Pinkham + Andrews Medina + Andrew Northall + Andriy Sokolovskiy + Andy Chosak + Andy Dustman + Andy Gayton + andy@jadedplanet.net + Annabelle Wiegart + Anssi Kääriäinen + ant9000@netwise.it + Anthony Briggs + anthony sottile + Anthony Wright + Antoine Chéneau + Anton Samarchyan + Antoni Aloy + Antonio Cavedoni + Antonis Christofides + Antti Haapala + Antti Kaihola + Anubhav Joshi + Anvesh Mishra + Anže Pečar + ar3ph + A. Rafey Khan + Aram Dulyan + arien + Arjun Omray + Armin Ronacher + Aron Podrigal + Arsalan Ghassemi + Artem Gnilov + Arthur + Arthur Jovart + Arthur Koziel + Arthur Moreira + Arthur Rio + Arvis Bickovskis + Arya Khaligh + Aryeh Leib Taurog + A S Alam + Asif Saif Uddin + atlithorn + Audrey Roy + av0000@mail.ru + Axel Haustant + Aymeric Augustin + Bahadır Kandemir + Baishampayan Ghose + Baptiste Mispelon + Barry Pederson + Bartolome Sanchez Salado + Barton Ip + Bartosz Grabski + Bashar Al-Abdulhadi + Bastian Kleineidam + Batiste Bieler + Batman + Batuhan Taskaya + Baurzhan Ismagulov + Ben Cardy + Ben Dean Kawamura + Ben Firshman + Ben Godfrey + Benjamin Wohlwend + Ben Khoo + Ben Lomax + Ben Slavin + Ben Sturmfels + Bendegúz Csirmaz + Benedict Etzel + Berker Peksag + Bernd Schlapsi + Bernhard Essl + berto + Bhuvnesh Sharma + Bill Fenner + Bjørn Stabell + Blayze Wilhelm + Bo Marchman + Bogdan Mateescu + Bojan Mihelac + Bouke Haarsma + Božidar Benko + Brad Melin + Brandon Chinn + Brant Harris + Brendan Hayward + Brendan Quinn + Brenton Simpson + Brett Cannon + Brett Hoerner + Brian Beck + Brian Fabian Crain + Brian Harring + Brian Helba + Brian Nettleton + Brian Ray + Brian Rosner + Bruce Kroeze + Bruno Alla + Bruno Renié + brut.alll@gmail.com + Bryan Chow + Bryan Veloso + bthomas + btoll@bestweb.net + C8E + Caio Ariede + Caitie Baca + Calvin Spealman + Cameron Curry + Cameron Knight (ckknight) + Can Burak Çilingir + Can Sarıgöl + Carl Meyer + Carles Pina i Estany + Carlos Eduardo de Paula + Carlos Matías de la Torre + Carlton Gibson + cedric@terramater.net + Chad Whitman + Chaitanya Keyal + ChaosKCW + Charlie Leifer + charly.wilhelm@gmail.com + Chason Chaffin + Cheng Zhang + Chiemezuo Akujobi + Chinmoy Chakraborty + Chris Adams + Chris Beaven + Chris Bennett + Chris Cahoon + Chris Chamberlin + Chris Jerdonek + Chris Jones + Chris Lamb + Chris Streeter + Christian Barcenas + Christian Metts + Christian Oudard + Christian Tanzer + Christoffer Sjöbergsson + Christophe Pettus + Christopher Adams + Christopher Babiak + Christopher Lenz + Christoph Mędrela + Chris Wagner + Chris Wesseling + Chris Wilson + Ciaran McCormick + Claude Paroz + Clifford Gama + Clint Ecker + Colleen Dunlap + colin@owlfish.com + Colin Wood + Collin Anderson + Collin Grady + Colton Hicks + Craig Blaszczyk + crankycoder@gmail.com + Curtis Maloney (FunkyBob) + dackze+django@gmail.com + Dagur Páll Ammendrup + Dane Springmeyer + Dan Fairs + Daniel Alves Barbosa de Oliveira Vaz + Daniel Duan + Daniele Procida + Daniel Fairhead + Daniel Greenfeld + dAniel hAhler + Daniel Jilg + Daniel Lindsley + Daniel Poelzleithner + Daniel Pyrathon + Daniel Roseman + Daniel Tao + Daniel Wiesmann + Danilo Bargen + Dan Johnson + Dan Palmer + Dan Poirier + Dan Stephenson + Dan Watson + dave@thebarproject.com + Dave Gaeddert + David Ascher + David Avsajanishvili + David Blewett + David Brenneman + David Cramer + David Danier + David Eklund + David Foster + David Gouldin + david@kazserve.org + David Krauth + David Larlet + David Reynolds + David Sanders + David Schein + David Tulig + David Winiecki + David Winterbottom + David Wobrock + Davide Ceretti + Deep L. Sukhwani + Deepak Thukral + Denis Kuzmichyov + Dennis Schwertel + Derek Willis + Deric Crago + deric@monowerks.com + Deryck Hodge + Dimitris Glezos + Dirk Datzert + Dirk Eschler + Dmitri Fedortchenko + Dmitry Jemerov + dne@mayonnaise.net + Dolan Antenucci + Donald Harvey + Donald Stufft + Don Spaulding + Doug Beck + Doug Napoleone + dready + Durval Carvalho de Souza + dusk@woofle.net + Dustyn Gibson + Ed Morley + Egidijus Macijauskas + eibaan@gmail.com + elky + Emmanuelle Delescolle + Emil Stenström + enlight + Enrico + Eric Boersma + Eric Brandwein + Eric Floehr + Eric Florenzano + Eric Holscher + Eric Moritz + Eric Palakovich Carr + Erik Karulf + Erik Romijn + eriks@win.tue.nl + Erin Kelly + Erwin Junge + Esdras Beleza + Espen Grindhaug + Étienne Beaulé + Eugene Lazutkin + Evan Grim + Fabian Büchler + Fabian Braun + Fabrice Aneche + Faishal Manzar + Farhaan Bukhsh + favo@exoweb.net + fdr + Federico Capoano + Felipe Lee + Filip Noetzel + Filip Owczarek + Filip Wasilewski + Finn Gruwier Larsen + Fiza Ashraf + Flávio Juvenal da Silva Junior + flavio.curella@gmail.com + Florian Apolloner + Florian Demmer + Florian Moussous + fnaimi66 + Fran Hrženjak + Francesco Panico + Francisco Albarran Cristobal + Francisco Couzo + François Freitag + Frank Tegtmeyer + Frank Wierzbicki + Frank Wiles + František Malina + Fraser Nevett + Gabriel Grant + Gabriel Hurley + Gaël Utard + gandalf@owca.info + Garry Lawrence + Garry Polley + Garth Kidd + Gary Wilson + Gasper Koren + Gasper Zejn + Gav O'Connor + Gavin Wahl + Ge Hanbin + geber@datacollect.com + Geert Vanderkelen + George Karpenkov + George Song + George Vilches + George Y. Kussumoto + Georg "Hugo" Bauer + Georgi Stanojevski + Georgios Verigakis + Gerardo Orozco + Giannis Terzopoulos + Gil Gonçalves + Girish Kumar + Girish Sontakke + Gisle Aas + Glenn Maynard + glin@seznam.cz + GomoX + Gonzalo Saavedra + Gopal Narayanan + Graham Carlyle + Grant Jenks + Greg Chapple + Greg Twohig + Gregor Allensworth + Gregor Müllegger + Grigory Fateyev + Grzegorz Ślusarek + Guilherme Mesquita Gondim + Guillaume Pannatier + Gurpreet Singh + Gustavo Picon + hambaloney + Hang Park + Hannes Ljungberg + Hannes Struß + Hao Dong + Harm Geerts + Hasan Ramezani + Hawkeye + Helen Sherwood-Taylor + Henrique Romano + Henry Dang + Hidde Bultsma + Himanshu Chauhan + hipertracker@gmail.com + Hiroki Kiyohara + Hisham Mahmood + Honza Král + Horst Gutmann + Hugo Osvaldo Barrera + HyukJin Jang + Hyun Mi Ae + Iacopo Spalletti + Ian A Wilson + Ian Clelland + Ian Holsman + Ian Lee + Ibon + Idan Gazit + Idan Melamed + Ifedapo Olarewaju + Igor Kolar + Illia Volochii + Ilya Bass + Ilya Semenov + Ingo Klöcker + I.S. van Oostveen + Iuri de Silvio + ivan.chelubeev@gmail.com + Ivan Sagalaev (Maniac) + Jaap Roes + Jack Moffitt + Jacob Burch + Jacob Green + Jacob Kaplan-Moss + Jacob Rief + Jacob Walls + JaeHyuck Sa + Jakub Bagiński + Jakub Paczkowski + Jakub Wilk + Jakub Wiśniowski + james_027@yahoo.com + James Aylett + James Bennett + James Gillard + James Murty + James Tauber + James Timmins + James Turk + James Wheare + Jamie Matthews + Jannis Leidel + Janos Guljas + Jan Pazdziora + Jan Rademaker + Jarek Głowacki + Jarek Zgoda + Jarosław Wygoda + Jason Cameron + Jason Davies (Esaj) + Jason Huggins + Jason McBrayer + jason.sidabras@gmail.com + Jason Yan + Javier Mansilla + Jay Parlar + Jay Welborn + Jay Wineinger + J. Clifford Dyer + jcrasta@gmail.com + jdetaeye + Jeff Anderson + Jeff Balogh + Jeff Hui + Jeffrey Gelens + Jeff Triplett + Jeffrey Yancey + Jens Diemer + Jens Page + Jensen Cochran + Jeong-Min Lee + Jeong-Wook Lee + Jérémie Blaser + Jeremy Bowman + Jeremy Carbaugh + Jeremy Dunck + Jeremy Lainé + Jeremy Thompson + Jerin Peter George + Jesse Young + Jezeniel Zapanta + jhenry + Jim Dalton + Jimmy Song + Jiri Barton + Joachim Jablon + Joao Oliveira + Joao Pedro Silva + Joe Heck + Joe Jackson + Joel Bohman + Joel Heenan + Joel Watts + Joe Topjian + Johan C. Stöver + Johann Queuniet + Johannes Westphal + john@calixto.net + John D'Agostino + John D'Ambrosio + John Huddleston + John Moses + John Paulett + John Shaffer + Jökull Sólberg Auðunsson + Jon Dufresne + Jon Janzen + Jonas Haag + Jonas Lundberg + Jonathan Davis + Jonatas C. D. + Jonathan Biemond + Jonathan Buchanan + Jonathan Daugherty (cygnus) + Jonathan Feignberg + Jonathan Slenders + Jonny Park + Jordan Bae + Jordan Dimov + Jordi J. Tablada + Jorge Bastida + Jorge Gajon + Joseano Sousa + José Tomás Tocino García + Josef Rousek + Joseph Kocherhans + Josh Smeaton + Joshua Cannon + Joshua Ginsberg + Jozko Skrablin + J. Pablo Fernandez + jpellerin@gmail.com + Juan Catalano + Juan Manuel Caicedo + Juan Pedro Fisanotti + Julia Elman + Julia Matsieva + Julian Bez + Julie Rymer + Julien Phalip + Junyoung Choi + junzhang.jn@gmail.com + Jure Cuhalev + Justin Bronn + Justine Tunney + Justin Lilly + Justin Michalicek + Justin Myles Holmes + Jyrki Pulliainen + Kacper Wolkiewicz + Kadesarin Sanjek + Kapil Bansal + Karderio + Karen Tracey + Karol Sikora + Karolis Ryselis + Kasey Steinhauer + Kasun Herath + Katherine “Kati” Michel + Kathryn Killebrew + Katie Miller + Keith Bussell + Kenneth Love + Kent Hauser + Keryn Knight + Kevin Grinberg + Kevin Kubasik + Kevin McConnell + Kieran Holland + kilian + Kim Joon Hwan 김준환 + Kim Soung Ryoul 김성렬 + Klaas van Schelven + knox + konrad@gwu.edu + Kowito Charoenratchatabhan + Krišjānis Vaiders + krzysiek.pawlik@silvermedia.pl + Krzysztof Jagiello + Krzysztof Jurewicz + Krzysztof Kulewski + kurtiss@meetro.com + Lakin Wecker + Lars Yencken + Lau Bech Lauritzen + Laurent Luce + Laurent Rahuel + lcordier@point45.com + Leah Culver + Leandra Finger + Lee Reilly + Lee Sanghyuck + Lemuel Sta Ana + Leo "hylje" Honkanen + Leo Shklovskii + Leo Soto + lerouxb@gmail.com + Lex Berezhny + Liang Feng + Lily Foote + limodou + Lincoln Smith + Liu Yijie <007gzs@gmail.com> + Loek van Gent + Loïc Bistuer + Lowe Thiderman + Luan Pablo + Lucas Connors + Lucas Esposito + Luciano Ramalho + Lucidiot + Ludvig Ericson + Luis C. Berrocal + Łukasz Langa + Łukasz Rekucki + Luke Granger-Brown + Luke Plant + Maciej Fijalkowski + Maciej Wiśniowski + Mads Jensen + Makoto Tsuyuki + Malcolm Tredinnick + Manas Madeshiya + Manav Agarwal + Manuel Saelices + Manuzhai + Marc Aymerich Gubern + Marc Egli + Marcel Telka + Marcelo Galigniana + Marc Fargas + Marc Garcia + Marcin Wróbel + Marc Remolt + Marc Seguí Coll + Marc Tamlyn + Marc-Aurèle Brothier + Marian Andre + Marijke Luttekes + Marijn Vriens + Mario Gonzalez + Mariusz Felisiak + Mark Biggers + Mark Evans + Mark Gensler + mark@junklight.com + Mark Lavin + Mark Sandstrom + Markus Amalthea Magnuson + Markus Holtermann + Marten Kenbeek + Marti Raudsepp + martin.glueck@gmail.com + Martin Green + Martin Kosír + Martin Mahner + Martin Maney + Martin von Gagern + Mart Sõmermaa + Marty Alchin + Masashi Shibata + masonsimon+django@gmail.com + Massimiliano Ravelli + Massimo Scamarcia + Mathieu Agopian + Matías Bordese + Matt Boersma + Matt Brewer + Matt Croydon + Matt Deacalion Stevens + Matt Dennenbaum + Matthew Flanagan + Matthew Schinckel + Matthew Shirley + Matthew Somerville + Matthew Tretter + Matthew Wilkes + Matthias Kestenholz + Matthias Pronk + Matt Hoskins + Matt McClanahan + Matt Riggott + Matt Robenolt + Mattia Larentis + Mattia Procopio + Mattias Loverot + mattycakes@gmail.com + Max Burstein + Max Derkachev + Max Smolens + Maxime Lorant + Maxime Toussaint + Maxime Turcotte + Maximilian Merz + Maximillian Dornseif + mccutchen@gmail.com + Meghana Bhange + Meir Kriheli + Michael S. Brown + Michael Hall + Michael Josephson + Michael Lissner + Michael Manfre + michael.mcewan@gmail.com + Michael Placentra II + Michael Radziej + Michael Sanders + Michael Schwarz + Michael Sinov + Michael Thornhill + Michal Chruszcz + michal@plovarna.cz + Michał Modzelewski + Michał Pokusa + Mihai Damian + Mihai Preda + Mikaël Barbero + Mike Axiak + Mike Edmunds + Mike Grouchy + Mike Malone + Mike Richardson + Mike Wiacek + Mikhail Korobov + Mikko Hellsing + Mikołaj Siedlarek + Mikuláš Poul + milkomeda + Milton Waddams + mitakummaa@gmail.com + mmarshall + Moayad Mardini + Morgan Aubert + Moritz Sichert + Morten Bagai + Mridul Dhall + msaelices + msundstr + Muhammad Usman + Mushtaq Ali + Mykola Zamkovoi + Nadège Michel + Naga Kartheek Reddy Kona + Nagy Károly + Nasimul Haque + Nasir Hussain + Natalia Bidart + Nate Bragg + Nathan Gaberel + Neal Norwitz + Nebojša Dorđević + Ned Batchelder + Nena Kojadin + Niall Dalton + Niall Kelly + Nick Efford + Nick Lane + Nick Pope + Nick Presta + Nick Sandford + Nick Sarbicki + Nick Stefan + Niclas Olofsson + Nicola Larosa + Nicolas Lara + Nicolas Noé + Nikita Marchant + Nikita Sobolev + Nina Menezes + Niran Babalola + Nis Jørgensen + Nowell Strite + Nuno Mariz + Octavio Peri + oggie rob + oggy + Oguzhan Akan + Oliver Beattie + Oliver Rutherfurd + Olivier Le Thanh Duong + Olivier Sels + Olivier Tabone + Orestis Markou + Orne Brocaar + Oscar Ramirez + Ossama M. Khayat + Owen Griffiths + Ömer Faruk Abacı + Pablo Martín + Panos Laganakos + Paolo Melchiorre + Pascal Hartig + Pascal Varet + Patrik Sletmo + Paul Bissex + Paul Collier + Paul Collins + Paul Donohue + Paul Lanier + Paul McLanahan + Paul McMillan + Paulo Poiati + Paulo Scardine + Paul Smith + Pavel Kulikov + pavithran s + Pavlo Kapyshin + permonik@mesias.brnonet.cz + Petar Marić + Pete Crosier + peter@mymart.com + Peter DeVita + Peter Sheats + Peter van Kampen + Peter Zsoldos + Pete Shinners + Petr Marhoun + Petter Strandmark + pgross@thoughtworks.com + phaedo + phil.h.smith@gmail.com + Philip Lindborg + Philippe Raoult + phil@produxion.net + Piotr Jakimiak + Piotr Lewandowski + plisk + polpak@yahoo.com + pradeep.gowda@gmail.com + Praful Gulani + Prashant Pandey + Preston Holmes + Preston Timmons + Priyank Panchal + Priyansh Saxena + Przemysław Buczkowski + Przemysław Suliga + Qi Zhao + Rachel Tobin + Rachel Willmer + Radek Švarz + Rafael Giebisch + Raffaele Salmaso + Rahmat Faisal + Rajesh Dhawan + Ramez Ashraf + Ramil Yanbulatov + Ramin Farajpour Cami + Ramiro Morales + Ramon Saraiva + Ram Rachum + Randy Barlow + Raoni Timo + Raphaël Barrois + Raphael Michel + Raúl Cumplido + Rebecca Smith + Remco Wendt + Renaud Parent + Renbi Yu + Reza Mohammadi + rhettg@gmail.com + Ricardo Javier Cárdenes Medina + ricardojbarrios@gmail.com + Riccardo Di Virgilio + Riccardo Magliocchetti + Richard Davies + Richard House + Rick Wagner + Rigel Di Scala + Robert Coup + Robert Myers + Roberto Aguilar + Robert Rock Howard + Robert Wittams + Rob Golding-Day + Rob Hudson + Rob Nguyen + Robin Munn + Rodrigo Bastos Vieira + Rodrigo Pinheiro Marques de Araújo + Roel Delos Reyes + Rohith P R + Romain Garrigues + Ronan LE HAY + Ronnie van den Crommenacker + Ronny Haryanto + Ross Poulton + Roxane Bellot + Rozza + Rudolph Froger + Rudy Mutter + Rune Rønde Laursen + Russell Cloran + Russell Keith-Magee + Russ Webber + Ryan Hall + Ryan Heard + ryankanno + Ryan Kelly + Ryan Niemeyer + Ryan Petrello + Ryan Rubin + Ryno Mathee + Sachin Jat + Sage M. Abdullah + Sam Newman + Sam Searles-Bryant + Samruddhi Dharankar + Sander Dijkhuis + Sanket Saurav + Sanyam Khurana + Sarah Abderemane + Sarah Boyce + Sarthak Mehrish + schwank@gmail.com + Scot Hacker + Scott Barr + Scott Cranfill + Scott Fitsimones + Scott Pashley + scott@staplefish.com + Sean Brant + Sean Helvey + Sebastian Hillig + Sebastian Spiegel + Segyo Myung + Selwin Ong + Sengtha Chay + Senko Rašić + serbaut@gmail.com + Sergei Maertens + Sergey Fedoseev + Sergey Kolosov + Seth Hill + Shafiya Adzhani + Shai Berger + Shannon -jj Behrens + Shawn Milochik + Shreya Bamne + Silvan Spross + Simeon Visser + Simon Blanchard + Simon Charette + Simon Greenhill + Simon Litchfield + Simon Meers + Simon Williams + Simon Willison + Sjoerd Job Postmus + Slawek Mikula + sloonz + smurf@smurf.noris.de + Somi Jeong + sopel + Sreehari K V + Sridhar Marella + Srinivas Reddy Thatiparthy + Stanislas Guerra + Stanislaus Madueke + Stanislav Karpov + starrynight + Stefan R. Filipek + Stefane Fermgier + Stefano Rivera + Stéphane Raimbault + Stephan Jaekel + Stephen Burrows + Steven L. Smith (fvox13) + Steven Noorbergen (Xaroth) + Stuart Langridge + Subhav Gautam + Sujay S Kumar + Sune Kirkeby + Sung-Jin Hong + SuperJared + Susan Tan + Sutrisno Efendi + Swaroop C H + Szilveszter Farkas + Taavi Teska + Tai Lee + Takashi Matsuo + Tan Yawei + Tareque Hossain + Taylor Mitchell + tell-k + Terry Huang + thebjorn + Thejaswi Puthraya + Thijs van Dien + Thom Wiggers + Thomas Chaumeny + Thomas Güttler + Thomas Kerpe + Thomas Sorrel + Thomas Steinacher + Thomas Stromberg + Thomas Tanner + tibimicu@gmx.net + Ties Jan Hefting + Tim Allen + Tim Givois + Tim Graham + Tim Heap + Tim McCurrach + Tim Saylor + Toan Vuong + Tobias Kunze + Tobias McNulty + tobias@neuyork.de + Todd O'Bryan + Tom Carrick + Tom Christie + Tom Forbes + Tom Insam + Tom Tobin + Tom Wojcik + Tomáš Ehrlich + Tomáš Kopeček + Tome Cvitan + Tomek Paczkowski + Tomer Chachamu + Tommy Beadle + Tore Lundqvist + torne-django@wolfpuppy.org.uk + Travis Cline + Travis Pinney + Travis Swicegood + Travis Terry + Trevor Caira + Trey Long + tstromberg@google.com + tt@gurgle.no + Tyler Tarabula + Tyson Clugg + Tyson Tate + Unai Zalakain + Valentina Mukhamedzhanova + valtron + Varun Kasyap Pentamaraju + Vasiliy Stavenko + Vasil Vangelovski + Vibhu Agarwal + Victor Andrée + viestards.lists@gmail.com + Viktor Danyliuk + Viktor Grabov + Ville Säävuori + Vinay Karanam + Vinay Sajip + Vincent Foley + Vinko Mlačić + Vinny Do + Vitaly Babiy + Vitaliy Yelnik + Vladimir Kuzma + Vlado + Vsevolod Solovyov + Vytis Banaitis + wam-djangobug@wamber.net + Wang Chun + Warren Smith + Waylan Limberg + Wiktor Kołodziej + Wiley Kestner + Wiliam Alves de Souza + Will Ayd + William Schwartz + Will Hardy + Will Zhao + Wilson Miner + Wim Glenn + wojtek + Wu Haotian + Xavier Francisco + Xia Kai + Yann Fouillat + Yann Malet + Yash Jhunjhunwala + Yasushi Masuda + ye7cakf02@sneakemail.com + ymasuda@ethercube.com + Yoong Kang Lim + Yury V. Zaytsev + Yusuke Miyazaki + Yves Weissig + yyyyyyyan + Zac Hatfield-Dodds + Zachary Voase + Zach Liu + Zach Thompson + Zain Memon + Zain Patel + Zak Johnson + Žan Anderle + Zbigniew Siciarz + zegor + Zeynel Özdemir + Zlatko Mašek + zriv + Zubair Hassan + + +A big THANK YOU goes to: + + Rob Curley and Ralph Gage for letting us open-source Django. + + Frank Wiles for making excellent arguments for open-sourcing, and for + his sage sysadmin advice. + + Ian Bicking for convincing Adrian to ditch code generation. + + Mark Pilgrim for "Dive Into Python" (https://diveintopython3.net/). + + Guido van Rossum for creating Python. diff --git a/env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/LICENSE b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/LICENSE new file mode 100644 index 0000000..5f4f225 --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.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/env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/LICENSE.python b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/licenses/LICENSE.python new file mode 100644 index 0000000..2fc28e8 --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.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/env/lib/python3.12/site-packages/django-6.1.1.dist-info/top_level.txt b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/top_level.txt new file mode 100644 index 0000000..d3e4ba5 --- /dev/null +++ b/env/lib/python3.12/site-packages/django-6.1.1.dist-info/top_level.txt @@ -0,0 +1 @@ +django diff --git a/env/lib/python3.12/site-packages/django/__init__.py b/env/lib/python3.12/site-packages/django/__init__.py new file mode 100644 index 0000000..571cf1c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/__init__.py @@ -0,0 +1,24 @@ +from django.utils.version import get_version + +VERSION = (6, 1, 1, "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/env/lib/python3.12/site-packages/django/__main__.py b/env/lib/python3.12/site-packages/django/__main__.py new file mode 100644 index 0000000..7415143 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f75ecf5c996d1967e4a6c45545d773a82dfe2ab4 GIT binary patch literal 1240 zcmZux&1)M+6rb4-NtSBkk2H;GNhYC?Y-?$0N+FQY)X0tz*s`&l9-PBwyE|Hqv)Wx| zMkXpYxKJp)<<=hh2ejlL=>O15L=u!N81iw6Zw99qpZaDcId0mAH2dc5`~BW;-ptNl z$ZM=yw^0iG(Lljf(As!@c>b~jgKjKZJ zYgoAh6|`_#3aE6pDHkk`Eb|}-(E|nGCJd?BWRV+k4Sa7%11>@a{8jOzH!wh9>}#s< zt}2XuJ=EIzu9o>mXtd2;J@d^l*Us-67-?w7*wMBo0sNjpbo#vzOdl!%U>NNnP5`Y# z-kCw{^th+_`Ka{&??!C^4!rfzY1F_6)Vcpg-=VrWtML7+A_1$$QIiE7PKj($BB+!s z3Iw?#TTGCanfEiVjaUn+()*SIpsKYo2RHhsG zB#Dzw=*mGo;3u30Oi13XWF!qLGbOUcsq2@+*mFbD;UT9Y4%OZg;c=Eol5pB&_X%r~ zyP(<`Oz#p(lK$dMb91H{M2zVAo>jQsEp$1$-unL}Nc7~ek$Jn;U(~`gCMnPOr zM7#jKJ&7m;A3GfZwSudIo=y%?9mzsb0Y+X@;fdwdrKMVZ$*Hc^Z`GF4{BWL5-CA9* zE;^0sdTnjPsn4%0riD?z(urEVu`$2Aytv@ZudOvKGcCSbc%~_nkyXy>2zBh$9+Tt1 zZpCeCi%!yFo_mjRdx37#Fit49*ShvXwm5sBR?>E&Hpr&YwjHwX?4&DOar9;7i>tO^ zl9m(KyXOW}4D)TrVG)y#Q%Sn136eSqSEo;PN!)>95B>cCGB55MpY9vwedFp&l*Ze$8)g2)|f#Fcc81JLG7sU&E`Ii&3zg~VkacQsgHaCes H&(Qw>aGXN7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/__pycache__/__main__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a717f9cf3723676137ee9fa96ef8375f1002fda GIT binary patch literal 489 zcmYLGF;5#Y6t?diHM)?c8=Wk%BuI$`U8<_;P{9BLVrH?7{hD*`Y@d9Wlw)G#AF%KT z5I=cWJNBA&y8ju&k`f7 z7=Zy>&DxwBp)KbJ{nqRQ=gLXWXPt$Ip>!U699T`A6$ZlDI-G!#g+v9xvZ#Q8ow8gXvxWE1!>w&r z>Iw#hkXbNWF6-IK@35#}+us)7@!hWlT^vTa8K##QWBfNFnEYEqc;hkdoS)vs>kp)N Vwtr80x1{%nY`(;ZeDY0)-vAw|j$8l$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/__pycache__/shortcuts.cpython-312.pyc b/env/lib/python3.12/site-packages/django/__pycache__/shortcuts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b1fea9c6b88c6483df2b4a0ebe9db92ca9a693b GIT binary patch literal 8078 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 F{{h`VgbV-x literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/apps/__pycache__/registry.cpython-312.pyc b/env/lib/python3.12/site-packages/django/apps/__pycache__/registry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9b93886e9a16ba4af4e2c9130e61da6a3d16e49 GIT binary patch literal 18763 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 z

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. + 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/env/lib/python3.12/site-packages/django/apps/registry.py b/env/lib/python3.12/site-packages/django/apps/registry.py new file mode 100644 index 0000000..4b727e1 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/apps/registry.py @@ -0,0 +1,438 @@ +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/env/lib/python3.12/site-packages/django/conf/__init__.py b/env/lib/python3.12/site-packages/django/conf/__init__.py new file mode 100644 index 0000000..d462f82 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/__init__.py @@ -0,0 +1,415 @@ +""" +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 warnings +from pathlib import Path + +from django.conf import global_settings +from django.core.exceptions import ImproperlyConfigured +from django.utils.deprecation import ( + RemovedInDjango70Warning, + django_file_prefixes, + warn_about_external_use, +) +from django.utils.functional import LazyObject, empty + +ENVIRONMENT_VARIABLE = "DJANGO_SETTINGS_MODULE" +DEFAULT_STORAGE_ALIAS = "default" +STATICFILES_STORAGE_ALIAS = "staticfiles" + +# RemovedInDjango70Warning. +SIGNED_COOKIE_LEGACY_SALT_DEPRECATED_MSG = ( + "The SIGNED_COOKIE_LEGACY_SALT_FALLBACK transitional setting is " + "deprecated. Remove it from your settings once legacy signed cookies " + "have expired. They will not be accepted in Django 7.0." +) +# RemovedInDjango70Warning. +USE_BLANK_CHOICE_DASH_DEPRECATED_MSG = ( + "The USE_BLANK_CHOICE_DASH setting is deprecated. If you wish to define " + "your own default blank choice label, override " + "django.db.models.fields.BLANK_CHOICE_LABEL in your app's ready() method." +) + +# RemovedInDjango70Warning. +DEPRECATED_EMAIL_SETTINGS = { + "EMAIL_BACKEND", + "EMAIL_FILE_PATH", + "EMAIL_HOST", + "EMAIL_HOST_PASSWORD", + "EMAIL_HOST_USER", + "EMAIL_PORT", + "EMAIL_SSL_CERTFILE", + "EMAIL_SSL_KEYFILE", + "EMAIL_TIMEOUT", + "EMAIL_USE_SSL", + "EMAIL_USE_TLS", +} +EMAIL_SETTING_DEPRECATED_MSG = ( + "The {name} setting is deprecated. Migrate to MAILERS before Django 7.0." +) + + +# RemovedInDjango70Warning. +# Must be called with the complete set of user-defined setting names (but no +# default settings). +def _check_email_settings_conflicts(explicit_settings): + deprecated = DEPRECATED_EMAIL_SETTINGS.intersection(explicit_settings) + if deprecated and "MAILERS" in explicit_settings: + deprecated_str = ", ".join(sorted(deprecated)) + raise ImproperlyConfigured( + "Deprecated email settings are not allowed when MAILERS is " + f"defined: {deprecated_str}." + ) + + +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) + + # RemovedInDjango70Warning. + if name in DEPRECATED_EMAIL_SETTINGS: + if hasattr(_wrapped, "MAILERS"): + raise AttributeError( + f"The {name} setting is not available when MAILERS is defined." + ) + _show_settings_deprecation_warning( + EMAIL_SETTING_DEPRECATED_MSG.format(name=name), RemovedInDjango70Warning + ) + + # 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) + + # RemovedInDjango70Warning. + if name == "SIGNED_COOKIE_LEGACY_SALT_FALLBACK": + _show_settings_deprecation_warning( + SIGNED_COOKIE_LEGACY_SALT_DEPRECATED_MSG, + RemovedInDjango70Warning, + ) + # RemovedInDjango70Warning. + if name == "USE_BLANK_CHOICE_DASH": + _show_settings_deprecation_warning( + USE_BLANK_CHOICE_DASH_DEPRECATED_MSG, RemovedInDjango70Warning + ) + # RemovedInDjango70Warning. + if name == "MAILERS": + # When MAILERS is set, clear any cached values of + # deprecated settings so that __getattr__() runs again for them. + for setting in DEPRECATED_EMAIL_SETTINGS: + self.__dict__.pop(setting, None) + if name in DEPRECATED_EMAIL_SETTINGS: + _show_settings_deprecation_warning( + EMAIL_SETTING_DEPRECATED_MSG.format(name=name), RemovedInDjango70Warning + ) + + 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) + + # RemovedInDjango70Warning. + def __dir__(self): + attrs = super().__dir__() + if hasattr(self._wrapped, "MAILERS"): + # When MAILERS is defined, filter out deprecated email + # settings that are from the global_settings defaults. + attrs = [ + name + for name in attrs + if name not in DEPRECATED_EMAIL_SETTINGS + or self._wrapped.is_overridden(name) + ] + return attrs + + 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.") + + # RemovedInDjango70Warning. + _check_email_settings_conflicts(options.keys()) + + 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 + + +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) + + # RemovedInDjango70Warning. + if "SIGNED_COOKIE_LEGACY_SALT_FALLBACK" in self._explicit_settings: + warnings.warn( + SIGNED_COOKIE_LEGACY_SALT_DEPRECATED_MSG, + RemovedInDjango70Warning, + skip_file_prefixes=django_file_prefixes(), + ) + # RemovedInDjango70Warning. + if "USE_BLANK_CHOICE_DASH" in self._explicit_settings: + warnings.warn( + USE_BLANK_CHOICE_DASH_DEPRECATED_MSG, + RemovedInDjango70Warning, + skip_file_prefixes=django_file_prefixes(), + ) + # RemovedInDjango70Warning. + _check_email_settings_conflicts(self._explicit_settings) + for name in DEPRECATED_EMAIL_SETTINGS.intersection(self._explicit_settings): + warnings.warn( + EMAIL_SETTING_DEPRECATED_MSG.format(name=name), + RemovedInDjango70Warning, + skip_file_prefixes=django_file_prefixes(), + ) + + 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) + # RemovedInDjango70Warning. + if name == "SIGNED_COOKIE_LEGACY_SALT_FALLBACK": + _show_settings_deprecation_warning( + SIGNED_COOKIE_LEGACY_SALT_DEPRECATED_MSG, + RemovedInDjango70Warning, + ) + # RemovedInDjango70Warning. + if name == "USE_BLANK_CHOICE_DASH": + _show_settings_deprecation_warning( + USE_BLANK_CHOICE_DASH_DEPRECATED_MSG, RemovedInDjango70Warning + ) + # RemovedInDjango70Warning. + if name in DEPRECATED_EMAIL_SETTINGS: + _show_settings_deprecation_warning( + EMAIL_SETTING_DEPRECATED_MSG.format(name=name), RemovedInDjango70Warning + ) + + 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__, + } + + +def _show_settings_deprecation_warning(message, category): + """Issue a warning when external code uses a deprecated setting. + + Allow Django's own code to use the setting without emitting the warning. + This function should only be called from within settings-related code. + """ + warn_about_external_use( + message, + category, + skip_name_prefixes=( + # Include all settings-related code here. (Do not include all of + # "django.conf", which would incorrectly identify any deprecated + # settings usage inside django.conf.urls as external.) + "django.conf.LazySettings", + "django.conf.Settings", + "django.conf.UserSettingsHolder", + "django.utils.functional.LazyObject", # LazySettings superclass. + # override_settings() and similar test utils must be treated as + # settings-related code, else deprecated settings usage in tests + # would be incorrectly identified as internal. + "django.test.utils.override_settings", + "django.test.utils.modify_settings", + "django.test.utils.TestContextDecorator", + "django.test.testcases.SimpleTestCase.settings", + "django.test.testcases.SimpleTestCase.modify_settings", + ), + ) + + +settings = LazySettings() diff --git a/env/lib/python3.12/site-packages/django/conf/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b51e09b0cd0e42e8f6ca219290d56946d5f0420a GIT binary patch literal 16600 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/app_template/__init__.py-tpl b/env/lib/python3.12/site-packages/django/conf/app_template/__init__.py-tpl new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/app_template/admin.py-tpl b/env/lib/python3.12/site-packages/django/conf/app_template/admin.py-tpl new file mode 100644 index 0000000..8c38f3f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/app_template/admin.py-tpl @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. diff --git a/env/lib/python3.12/site-packages/django/conf/app_template/apps.py-tpl b/env/lib/python3.12/site-packages/django/conf/app_template/apps.py-tpl new file mode 100644 index 0000000..9b2ce52 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/app_template/apps.py-tpl @@ -0,0 +1,5 @@ +from django.apps import AppConfig + + +class {{ camel_case_app_name }}Config(AppConfig): + name = '{{ app_name }}' diff --git a/env/lib/python3.12/site-packages/django/conf/app_template/migrations/__init__.py-tpl b/env/lib/python3.12/site-packages/django/conf/app_template/migrations/__init__.py-tpl new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/app_template/models.py-tpl b/env/lib/python3.12/site-packages/django/conf/app_template/models.py-tpl new file mode 100644 index 0000000..71a8362 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/app_template/models.py-tpl @@ -0,0 +1,3 @@ +from django.db import models + +# Create your models here. diff --git a/env/lib/python3.12/site-packages/django/conf/app_template/tests.py-tpl b/env/lib/python3.12/site-packages/django/conf/app_template/tests.py-tpl new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/app_template/tests.py-tpl @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. diff --git a/env/lib/python3.12/site-packages/django/conf/app_template/views.py-tpl b/env/lib/python3.12/site-packages/django/conf/app_template/views.py-tpl new file mode 100644 index 0000000..91ea44a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/app_template/views.py-tpl @@ -0,0 +1,3 @@ +from django.shortcuts import render + +# Create your views here. diff --git a/env/lib/python3.12/site-packages/django/conf/global_settings.py b/env/lib/python3.12/site-packages/django/conf/global_settings.py new file mode 100644 index 0000000..a00c5c3 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/global_settings.py @@ -0,0 +1,692 @@ +""" +Default Django settings. Override these with settings in the module pointed to +by the DJANGO_SETTINGS_MODULE environment variable. +""" + + +# This is defined here as a do-nothing function because we can't import +# django.utils.translation -- that module depends on the settings. +def gettext_noop(s): + return s + + +#################### +# CORE # +#################### + +DEBUG = False + +# Whether the framework should propagate raw exceptions rather than catching +# them. This is useful under some testing situations and should never be used +# on a live site. +DEBUG_PROPAGATE_EXCEPTIONS = False + +# People who get code error notifications. In the format +# ["email@example.com", '"Full Name" '] +ADMINS = [] + +# List of IP addresses, as strings, that: +# * See debug comments, when DEBUG is true +# * Receive x-headers +INTERNAL_IPS = [] + +# Hosts/domain names that are valid for this site. +# "*" matches anything, ".example.com" matches example.com and all subdomains +ALLOWED_HOSTS = [] + +# Local time zone for this installation. All choices can be found here: +# https://en.wikipedia.org/wiki/List_of_tz_zones_by_name (although not all +# systems may support all possibilities). When USE_TZ is True, this is +# interpreted as the default user time zone. +TIME_ZONE = "America/Chicago" + +# If you set this to True, Django will use timezone-aware datetimes. +USE_TZ = True + +# Language code for this installation. Valid choices can be found here: +# https://www.iana.org/assignments/language-subtag-registry/ +# If LANGUAGE_CODE is not listed in LANGUAGES (below), the project must +# provide the necessary translations and locale definitions. +LANGUAGE_CODE = "en-us" + +# Languages we provide translations for, out of the box. +LANGUAGES = [ + ("af", gettext_noop("Afrikaans")), + ("ar", gettext_noop("Arabic")), + ("ar-dz", gettext_noop("Algerian Arabic")), + ("ast", gettext_noop("Asturian")), + ("az", gettext_noop("Azerbaijani")), + ("bg", gettext_noop("Bulgarian")), + ("be", gettext_noop("Belarusian")), + ("bn", gettext_noop("Bengali")), + ("br", gettext_noop("Breton")), + ("bs", gettext_noop("Bosnian")), + ("ca", gettext_noop("Catalan")), + ("ckb", gettext_noop("Central Kurdish (Sorani)")), + ("cs", gettext_noop("Czech")), + ("cy", gettext_noop("Welsh")), + ("da", gettext_noop("Danish")), + ("de", gettext_noop("German")), + ("dsb", gettext_noop("Lower Sorbian")), + ("el", gettext_noop("Greek")), + ("en", gettext_noop("English")), + ("en-au", gettext_noop("Australian English")), + ("en-gb", gettext_noop("British English")), + ("eo", gettext_noop("Esperanto")), + ("es", gettext_noop("Spanish")), + ("es-ar", gettext_noop("Argentinian Spanish")), + ("es-co", gettext_noop("Colombian Spanish")), + ("es-mx", gettext_noop("Mexican Spanish")), + ("es-ni", gettext_noop("Nicaraguan Spanish")), + ("es-ve", gettext_noop("Venezuelan Spanish")), + ("et", gettext_noop("Estonian")), + ("eu", gettext_noop("Basque")), + ("fa", gettext_noop("Persian")), + ("fi", gettext_noop("Finnish")), + ("fr", gettext_noop("French")), + ("fy", gettext_noop("Frisian")), + ("ga", gettext_noop("Irish")), + ("gd", gettext_noop("Scottish Gaelic")), + ("gl", gettext_noop("Galician")), + ("he", gettext_noop("Hebrew")), + ("hi", gettext_noop("Hindi")), + ("hr", gettext_noop("Croatian")), + ("hsb", gettext_noop("Upper Sorbian")), + ("ht", gettext_noop("Haitian Creole")), + ("hu", gettext_noop("Hungarian")), + ("hy", gettext_noop("Armenian")), + ("ia", gettext_noop("Interlingua")), + ("id", gettext_noop("Indonesian")), + ("ig", gettext_noop("Igbo")), + ("io", gettext_noop("Ido")), + ("is", gettext_noop("Icelandic")), + ("it", gettext_noop("Italian")), + ("ja", gettext_noop("Japanese")), + ("ka", gettext_noop("Georgian")), + ("kab", gettext_noop("Kabyle")), + ("kk", gettext_noop("Kazakh")), + ("km", gettext_noop("Khmer")), + ("kn", gettext_noop("Kannada")), + ("ko", gettext_noop("Korean")), + ("ky", gettext_noop("Kyrgyz")), + ("lb", gettext_noop("Luxembourgish")), + ("lt", gettext_noop("Lithuanian")), + ("lv", gettext_noop("Latvian")), + ("mk", gettext_noop("Macedonian")), + ("ml", gettext_noop("Malayalam")), + ("mn", gettext_noop("Mongolian")), + ("mr", gettext_noop("Marathi")), + ("ms", gettext_noop("Malay")), + ("my", gettext_noop("Burmese")), + ("nb", gettext_noop("Norwegian Bokmål")), + ("ne", gettext_noop("Nepali")), + ("nl", gettext_noop("Dutch")), + ("nn", gettext_noop("Norwegian Nynorsk")), + ("os", gettext_noop("Ossetic")), + ("pa", gettext_noop("Punjabi")), + ("pl", gettext_noop("Polish")), + ("pt", gettext_noop("Portuguese")), + ("pt-br", gettext_noop("Brazilian Portuguese")), + ("ro", gettext_noop("Romanian")), + ("ru", gettext_noop("Russian")), + ("sk", gettext_noop("Slovak")), + ("sl", gettext_noop("Slovenian")), + ("sq", gettext_noop("Albanian")), + ("sr", gettext_noop("Serbian")), + ("sr-latn", gettext_noop("Serbian Latin")), + ("sv", gettext_noop("Swedish")), + ("sw", gettext_noop("Swahili")), + ("ta", gettext_noop("Tamil")), + ("te", gettext_noop("Telugu")), + ("tg", gettext_noop("Tajik")), + ("th", gettext_noop("Thai")), + ("tk", gettext_noop("Turkmen")), + ("tr", gettext_noop("Turkish")), + ("tt", gettext_noop("Tatar")), + ("udm", gettext_noop("Udmurt")), + ("ug", gettext_noop("Uyghur")), + ("uk", gettext_noop("Ukrainian")), + ("ur", gettext_noop("Urdu")), + ("uz", gettext_noop("Uzbek")), + ("vi", gettext_noop("Vietnamese")), + ("zh-hans", gettext_noop("Simplified Chinese")), + ("zh-hant", gettext_noop("Traditional Chinese")), +] + +# Languages using BiDi (right-to-left) layout +LANGUAGES_BIDI = ["he", "ar", "ar-dz", "ckb", "fa", "ug", "ur"] + +# If you set this to False, Django will make some optimizations so as not +# to load the internationalization machinery. +USE_I18N = True +LOCALE_PATHS = [] + +# Settings for language cookie +LANGUAGE_COOKIE_NAME = "django_language" +LANGUAGE_COOKIE_AGE = None +LANGUAGE_COOKIE_DOMAIN = None +LANGUAGE_COOKIE_PATH = "/" +LANGUAGE_COOKIE_SECURE = False +LANGUAGE_COOKIE_HTTPONLY = False +LANGUAGE_COOKIE_SAMESITE = None + +# Not-necessarily-technical managers of the site. They get broken link +# notifications and other various emails. +MANAGERS = ADMINS + +# Default charset to use for all HttpResponse objects, if a MIME type isn't +# manually specified. It's used to construct the Content-Type header. +DEFAULT_CHARSET = "utf-8" + +# Email address that error messages come from. +SERVER_EMAIL = "root@localhost" + +# Database connection info. If left empty, will default to the dummy backend. +DATABASES = {} + +# Classes used to implement DB routing behavior. +DATABASE_ROUTERS = [] + +# Mailer configurations. No mailers are defined by default. +# RemovedInDjango70Warning: uncomment the next line. +# MAILERS = {} + +# RemovedInDjango70Warning. +# The email backend to use. For possible shortcuts see django.core.mail. +# The default is to use the SMTP backend. +# Third-party backends can be specified by providing a Python path +# to a module that defines an EmailBackend class. +EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend" + +# RemovedInDjango70Warning. +# Host for sending email. +EMAIL_HOST = "localhost" + +# RemovedInDjango70Warning. +# Port for sending email. +EMAIL_PORT = 25 + +# Whether to send SMTP 'Date' header in the local time zone or in UTC. +EMAIL_USE_LOCALTIME = False + +# RemovedInDjango70Warning. +# Optional SMTP authentication information for EMAIL_HOST. +EMAIL_HOST_USER = "" +EMAIL_HOST_PASSWORD = "" +EMAIL_USE_TLS = False +EMAIL_USE_SSL = False +EMAIL_SSL_CERTFILE = None +EMAIL_SSL_KEYFILE = None +EMAIL_TIMEOUT = None + +# List of strings representing installed apps. +INSTALLED_APPS = [] + +TEMPLATES = [] + +# Default form rendering class. +FORM_RENDERER = "django.forms.renderers.DjangoTemplates" +# RemovedInDjango70Warning: This setting allows to revert back to the old +# blank choice label in Django 6.1. +USE_BLANK_CHOICE_DASH = False + +# Default email address to use for various automated correspondence from +# the site managers. +DEFAULT_FROM_EMAIL = "webmaster@localhost" + +# Subject-line prefix for email messages send with django.core.mail.mail_admins +# or ...mail_managers. Make sure to include the trailing space. +EMAIL_SUBJECT_PREFIX = "[Django] " + +# Whether to append trailing slashes to URLs. +APPEND_SLASH = True + +# Whether to prepend the "www." subdomain to URLs that don't have it. +PREPEND_WWW = False + +# Override the server-derived value of SCRIPT_NAME +FORCE_SCRIPT_NAME = None + +# List of compiled regular expression objects representing User-Agent strings +# that are not allowed to visit any page, systemwide. Use this for bad +# robots/crawlers. Here are a few examples: +# import re +# DISALLOWED_USER_AGENTS = [ +# re.compile(r'^NaverBot.*'), +# re.compile(r'^EmailSiphon.*'), +# re.compile(r'^SiteSucker.*'), +# re.compile(r'^sohu-search'), +# ] +DISALLOWED_USER_AGENTS = [] + +ABSOLUTE_URL_OVERRIDES = {} + +# List of compiled regular expression objects representing URLs that need not +# be reported by BrokenLinkEmailsMiddleware. Here are a few examples: +# import re +# IGNORABLE_404_URLS = [ +# re.compile(r'^/apple-touch-icon.*\.png$'), +# re.compile(r'^/favicon.ico$'), +# re.compile(r'^/robots.txt$'), +# re.compile(r'^/phpmyadmin/'), +# re.compile(r'\.(cgi|php|pl)$'), +# ] +IGNORABLE_404_URLS = [] + +# A secret key for this particular Django installation. Used in secret-key +# hashing algorithms. Set this in your settings, or Django will complain +# loudly. +SECRET_KEY = "" + +# List of secret keys used to verify the validity of signatures. This allows +# secret key rotation. +SECRET_KEY_FALLBACKS = [] + +STORAGES = { + "default": { + "BACKEND": "django.core.files.storage.FileSystemStorage", + }, + "staticfiles": { + "BACKEND": "django.contrib.staticfiles.storage.StaticFilesStorage", + }, +} + +# Absolute filesystem path to the directory that will hold user-uploaded files. +# Example: "/var/www/example.com/media/" +MEDIA_ROOT = "" + +# URL that handles the media served from MEDIA_ROOT. +# Examples: "http://example.com/media/", "http://media.example.com/" +MEDIA_URL = "" + +# Absolute path to the directory static files should be collected to. +# Example: "/var/www/example.com/static/" +STATIC_ROOT = None + +# URL that handles the static files served from STATIC_ROOT. +# Example: "http://example.com/static/", "http://static.example.com/" +STATIC_URL = None + +# List of upload handler classes to be applied in order. +FILE_UPLOAD_HANDLERS = [ + "django.core.files.uploadhandler.MemoryFileUploadHandler", + "django.core.files.uploadhandler.TemporaryFileUploadHandler", +] + +# Maximum size, in bytes, of a request before it will be streamed to the +# file system instead of into memory. +FILE_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB + +# Maximum size in bytes of request data (excluding file uploads) that will be +# read before a SuspiciousOperation (RequestDataTooBig) is raised. +DATA_UPLOAD_MAX_MEMORY_SIZE = 2621440 # i.e. 2.5 MB + +# Maximum number of GET/POST parameters that will be read before a +# SuspiciousOperation (TooManyFieldsSent) is raised. +DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000 + +# Maximum number of files encoded in a multipart upload that will be read +# before a SuspiciousOperation (TooManyFilesSent) is raised. +DATA_UPLOAD_MAX_NUMBER_FILES = 100 + +# Directory in which upload streamed files will be temporarily saved. A value +# of `None` will make Django use the operating system's default temporary +# directory (i.e. "/tmp" on *nix systems). +FILE_UPLOAD_TEMP_DIR = None + +# The numeric mode to set newly-uploaded files to. The value should be a mode +# you'd pass directly to os.chmod; see +# https://docs.python.org/library/os.html#files-and-directories. +FILE_UPLOAD_PERMISSIONS = 0o644 + +# The numeric mode to assign to newly-created directories, when uploading +# files. The value should be a mode as you'd pass to os.chmod; see +# https://docs.python.org/library/os.html#files-and-directories. +FILE_UPLOAD_DIRECTORY_PERMISSIONS = None + +# Python module path where user will place custom format definition. +# The directory where this setting is pointing should contain subdirectories +# named as the locales, containing a formats.py file +# (i.e. "myproject.locale" for myproject/locale/en/formats.py etc. use) +FORMAT_MODULE_PATH = None + +# Default formatting for date objects. See all available format strings here: +# https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATE_FORMAT = "N j, Y" + +# Default formatting for datetime objects. See all available format strings +# here: https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +DATETIME_FORMAT = "N j, Y, P" + +# Default formatting for time objects. See all available format strings here: +# https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +TIME_FORMAT = "P" + +# Default formatting for date objects when only the year and month are +# relevant. See all available format strings here: +# https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +YEAR_MONTH_FORMAT = "F Y" + +# Default formatting for date objects when only the month and day are relevant. +# See all available format strings here: +# https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +MONTH_DAY_FORMAT = "F j" + +# Default short formatting for date objects. See all available format strings +# here: https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +SHORT_DATE_FORMAT = "m/d/Y" + +# Default short formatting for datetime objects. +# See all available format strings here: +# https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date +SHORT_DATETIME_FORMAT = "m/d/Y P" + +# Default formats to be used when parsing dates from input boxes, in order +# See all available format string here: +# https://docs.python.org/library/datetime.html#strftime-behavior +# * Note that these format strings are different from the ones to display dates +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' +] + +# Default formats to be used when parsing times from input boxes, in order +# See all available format string here: +# https://docs.python.org/library/datetime.html#strftime-behavior +# * Note that these format strings are different from the ones to display dates +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '14:30:59' + "%H:%M:%S.%f", # '14:30:59.000200' + "%H:%M", # '14:30' +] + +# Default formats to be used when parsing dates and times from input boxes, +# in order +# See all available format string here: +# https://docs.python.org/library/datetime.html#strftime-behavior +# * Note that these format strings are different from the ones to display dates +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' +] + +# First day of week, to be used on calendars +# 0 means Sunday, 1 means Monday... +FIRST_DAY_OF_WEEK = 0 + +# Decimal separator symbol +DECIMAL_SEPARATOR = "." + +# Boolean that sets whether to add thousand separator when formatting numbers +USE_THOUSAND_SEPARATOR = False + +# Number of digits that will be together, when splitting them by +# THOUSAND_SEPARATOR. 0 means no grouping, 3 means splitting by thousands... +NUMBER_GROUPING = 0 + +# Thousand separator symbol +THOUSAND_SEPARATOR = "," + +# The tablespaces to use for each model when not specified otherwise. +DEFAULT_TABLESPACE = "" +DEFAULT_INDEX_TABLESPACE = "" + +# Default primary key field type. +DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" + +# Default X-Frame-Options header value +X_FRAME_OPTIONS = "DENY" + +USE_X_FORWARDED_HOST = False +USE_X_FORWARDED_PORT = False + +# The Python dotted path to the WSGI application that Django's internal server +# (runserver) will use. If `None`, the return value of +# 'django.core.wsgi.get_wsgi_application' is used, thus preserving the same +# behavior as previous versions of Django. Otherwise this should point to an +# actual WSGI application object. +WSGI_APPLICATION = None + +# If your Django app is behind a proxy that sets a header to specify secure +# connections, AND that proxy ensures that user-submitted headers with the +# same name are ignored (so that people can't spoof it), set this value to +# a tuple of (header_name, header_value). For any requests that come in with +# that header/value, request.is_secure() will return True. +# WARNING! Only set this if you fully understand what you're doing. Otherwise, +# you may be opening yourself up to a security risk. +SECURE_PROXY_SSL_HEADER = None + +############## +# MIDDLEWARE # +############## + +# List of middleware to use. Order is important; in the request phase, these +# middleware will be applied in the order given, and in the response +# phase the middleware will be applied in reverse order. +MIDDLEWARE = [] + +############ +# SESSIONS # +############ + +# Cache to store session data if using the cache session backend. +SESSION_CACHE_ALIAS = "default" +# Cookie name. This can be whatever you want. +SESSION_COOKIE_NAME = "sessionid" +# Age of cookie, in seconds (default: 2 weeks). +SESSION_COOKIE_AGE = 60 * 60 * 24 * 7 * 2 +# A string like "example.com", or None for standard domain cookie. +SESSION_COOKIE_DOMAIN = None +# Whether the session cookie should be secure (https:// only). +SESSION_COOKIE_SECURE = False +# The path of the session cookie. +SESSION_COOKIE_PATH = "/" +# Whether to use the HttpOnly flag. +SESSION_COOKIE_HTTPONLY = True +# Whether to set the flag restricting cookie leaks on cross-site requests. +# This can be 'Lax', 'Strict', 'None', or False to disable the flag. +SESSION_COOKIE_SAMESITE = "Lax" +# Whether to save the session data on every request. +SESSION_SAVE_EVERY_REQUEST = False +# Whether a user's session cookie expires when the web browser is closed. +SESSION_EXPIRE_AT_BROWSER_CLOSE = False +# The module to store session data +SESSION_ENGINE = "django.contrib.sessions.backends.db" +# Directory to store session files if using the file session module. If None, +# the backend will use a sensible default. +SESSION_FILE_PATH = None +# class to serialize session data +SESSION_SERIALIZER = "django.contrib.sessions.serializers.JSONSerializer" + +######### +# CACHE # +######### + +# The cache backends to use. +CACHES = { + "default": { + "BACKEND": "django.core.cache.backends.locmem.LocMemCache", + } +} +CACHE_MIDDLEWARE_KEY_PREFIX = "" +CACHE_MIDDLEWARE_SECONDS = 600 +CACHE_MIDDLEWARE_ALIAS = "default" + +################## +# AUTHENTICATION # +################## + +AUTH_USER_MODEL = "auth.User" + +AUTHENTICATION_BACKENDS = ["django.contrib.auth.backends.ModelBackend"] + +LOGIN_URL = "/accounts/login/" + +LOGIN_REDIRECT_URL = "/accounts/profile/" + +LOGOUT_REDIRECT_URL = None + +# The number of seconds a password reset link is valid for (default: 3 days). +PASSWORD_RESET_TIMEOUT = 60 * 60 * 24 * 3 + +# The first hasher in this list is the preferred algorithm. Any password using +# different algorithms will be converted automatically upon login. +PASSWORD_HASHERS = [ + "django.contrib.auth.hashers.PBKDF2PasswordHasher", + "django.contrib.auth.hashers.PBKDF2SHA1PasswordHasher", + "django.contrib.auth.hashers.Argon2PasswordHasher", + "django.contrib.auth.hashers.BCryptSHA256PasswordHasher", + "django.contrib.auth.hashers.ScryptPasswordHasher", +] + +AUTH_PASSWORD_VALIDATORS = [] + +########### +# SIGNING # +########### + +SIGNED_COOKIE_LEGACY_SALT_FALLBACK = False +SIGNING_BACKEND = "django.core.signing.TimestampSigner" + +######## +# CSRF # +######## + +# Dotted path to callable to be used as view when a request is +# rejected by the CSRF middleware. +CSRF_FAILURE_VIEW = "django.views.csrf.csrf_failure" + +# Settings for CSRF cookie. +CSRF_COOKIE_NAME = "csrftoken" +CSRF_COOKIE_AGE = 60 * 60 * 24 * 7 * 52 +CSRF_COOKIE_DOMAIN = None +CSRF_COOKIE_PATH = "/" +CSRF_COOKIE_SECURE = False +CSRF_COOKIE_HTTPONLY = False +CSRF_COOKIE_SAMESITE = "Lax" +CSRF_HEADER_NAME = "HTTP_X_CSRFTOKEN" +CSRF_TRUSTED_ORIGINS = [] +CSRF_USE_SESSIONS = False + +############ +# MESSAGES # +############ + +# Class to use as messages backend +MESSAGE_STORAGE = "django.contrib.messages.storage.fallback.FallbackStorage" + +# Default values of MESSAGE_LEVEL and MESSAGE_TAGS are defined within +# django.contrib.messages to avoid imports in this settings file. + +########### +# LOGGING # +########### + +# The callable to use to configure logging +LOGGING_CONFIG = "logging.config.dictConfig" + +# Custom logging configuration. +LOGGING = {} + +# Default exception reporter class used in case none has been +# specifically assigned to the HttpRequest instance. +DEFAULT_EXCEPTION_REPORTER = "django.views.debug.ExceptionReporter" + +# Default exception reporter filter class used in case none has been +# specifically assigned to the HttpRequest instance. +DEFAULT_EXCEPTION_REPORTER_FILTER = "django.views.debug.SafeExceptionReporterFilter" + +########### +# TESTING # +########### + +# The name of the class to use to run the test suite +TEST_RUNNER = "django.test.runner.DiscoverRunner" + +# Apps that don't need to be serialized at test database creation time +# (only apps with migrations are to start with) +TEST_NON_SERIALIZED_APPS = [] + +############ +# FIXTURES # +############ + +# The list of directories to search for fixtures +FIXTURE_DIRS = [] + +############### +# STATICFILES # +############### + +# A list of locations of additional static files +STATICFILES_DIRS = [] + +# List of finder classes that know how to find static files in +# various locations. +STATICFILES_FINDERS = [ + "django.contrib.staticfiles.finders.FileSystemFinder", + "django.contrib.staticfiles.finders.AppDirectoriesFinder", + # 'django.contrib.staticfiles.finders.DefaultStorageFinder', +] + +############## +# MIGRATIONS # +############## + +# Migration module overrides for apps, by app label. +MIGRATION_MODULES = {} + +################# +# SYSTEM CHECKS # +################# + +# List of all issues generated by system checks that should be silenced. Light +# issues like warnings, infos or debugs will not generate a message. Silencing +# serious issues like errors and criticals does not result in hiding the +# message, but Django will not stop you from e.g. running server. +SILENCED_SYSTEM_CHECKS = [] + +####################### +# SECURITY MIDDLEWARE # +####################### +SECURE_CONTENT_TYPE_NOSNIFF = True +SECURE_CROSS_ORIGIN_OPENER_POLICY = "same-origin" +SECURE_HSTS_INCLUDE_SUBDOMAINS = False +SECURE_HSTS_PRELOAD = False +SECURE_HSTS_SECONDS = 0 +SECURE_REDIRECT_EXEMPT = [] +SECURE_REFERRER_POLICY = "same-origin" +SECURE_SSL_HOST = None +SECURE_SSL_REDIRECT = False + +################## +# CSP MIDDLEWARE # +################## +SECURE_CSP = {} +SECURE_CSP_REPORT_ONLY = {} + +# RemovedInDjango70Warning: A transitional setting helpful in early adoption of +# HTTPS as the default protocol in urlize and urlizetrunc when no protocol is +# provided. Set to True to assume HTTPS during the Django 6.x release cycle. +URLIZE_ASSUME_HTTPS = False + +######### +# TASKS # +######### +TASKS = {"default": {"BACKEND": "django.tasks.backends.immediate.ImmediateBackend"}} diff --git a/env/lib/python3.12/site-packages/django/conf/locale/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/__init__.py new file mode 100644 index 0000000..4076914 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/__init__.py @@ -0,0 +1,636 @@ +""" +LANG_INFO is a dictionary structure to provide meta information about +languages. + +About name_local: capitalize it as if your language name was appearing +inside a sentence in your language. +The 'fallback' key can be used to specify a special fallback logic which +doesn't follow the traditional 'fr-ca' -> '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": "euskara", + }, + "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", + }, + "ht": { + "bidi": False, + "code": "ht", + "name": "Haitian Creole", + "name_local": "Kreyòl Ayisyen", + }, + "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/env/lib/python3.12/site-packages/django/conf/locale/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..57185693455b41bde867582cf268e9199483a8ee GIT binary patch literal 8671 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 VRPp~)pL}B)8{W1`>!ojl)X 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000..5f6cbaf --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ar/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9f116d9214d348f2df75483d0466b2af9ff09783 GIT binary patch literal 36542 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, 2013-2014 +# Jannis Leidel , 2011 +# Mariusz Felisiak , 2021 +# Muaaz Alsaied, 2020 +# Omar Al-Ithawi , 2020 +# Ossama Khayat , 2011 +# Tony Ayoub , 2020 +# صفا الفليج , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\n" +"Last-Translator: Abdulrahman Alfawal, 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" + +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 "Haitian Creole" +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 "أدخِل رابطًا صحيحًا." + +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)." +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 "انتهك القيد \"%(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 "ثنائي (إما 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' ليست بنسق صحيح. القيمة يجب ان تكون من التنسيق\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 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 حرف)." +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] "يرجى إرسال %(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 "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 نماذج على الأقل." +msgstr[4] "يرجى إرسال %(num)d نماذج على الأقل." +msgstr[5] "يرجى إرسال %(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 "لا" + +msgctxt "Task" +msgid "Ready" +msgstr "" + +msgctxt "Task" +msgid "Running" +msgstr "" + +msgctxt "Task" +msgid "Failed" +msgstr "" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/ar/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ar/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ar/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bf1d497f49a3af2ff34bb62000c611758c92e98 GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dj$h)q<-uS9tvF}G_5H_#w%eVMUPS&v~cPm zExEdC$iL#SHj+C8R34-_gXvtM)izmgpb-vNhG!MOV)N@mrqu|qr7q}(RPF@|Ep7TBffXNM;?j*j z;2-!8ZgAJIGWr7~>{xkGP-ii7&Y3fl$-KtnF+k&d{4{t80PwjXyI{6pm80MhV4wiZ zC=3oL0n92a4k|$$QbIVageQ@F)QeEtAXoP9bFFEpccJCblr2-tQqkjR6MxJeps`7< zHFLaX3iW(s!3jt%wacPZL-K-?tF>Rkw@OHA*TlM9+4Yk@OhB!j!Z$0TB)9)B;f2z5 zwT5om%~AtNNEW3-l(;_x(OrS7O zM?Dkb@8S}}(p8s0G8#i&yMxxm?VF>sLh%$jnoCYBwKG(E#M$~`#~gK`Zgy0iK-Gp_ z(>7GsDOi(r^wKb~r;{r?L9f`n+9}esWEqB8#=w4d#`%fNjC)TX&H?WqWal91r;jLJ Rra*==-p^#;K+4{uQ(yL$g;4+i literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ar/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ar/formats.py new file mode 100644 index 0000000..8008ce6 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ar/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 = "F Y" +MONTH_DAY_FORMAT = "j F" +SHORT_DATE_FORMAT = "d‏/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/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3c0e32405b1c971c6083a8e0dd3f46a0e74df7ac GIT binary patch literal 33960 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 E|AylNR{#J2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/LC_MESSAGES/django.po new file mode 100644 index 0000000..b32da34 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9520c0402090ce2f025ca8e4c28a7124099761c9 GIT binary patch literal 218 zcmZ8bu?~VT6r`ewG2ufT#PJY^L(kYI;GX*6(h zkd#d33bLW^%CHx4p=olY$C=|!XINqUA0w-{i)?0;X2!1&IwVMUdHugx^J{263?k#UT`Nz>2kss1hMc710c`d#ki{a)+Fhtf`l4 zs(eS@1GMw(G9^ovVpnxTm8@mTs;du#i=4+ouBAwZt?HUp+c%tSnJl&TO3tk5hGjpV zD*TrY##QTv8CAAyy=q@7%I77&X{&3ErnQ@AF8NK*p;mmj+M%A4l}~k5`eK_(Loy^w zH%NO;Z<>-OKhij@seV)p`@+zhjkEUn+mge68Pu0 zTv&Lr0J$)Kwg4w#;aP;wUMzqR76gJxIm@jWx=1eozlsAk9mcXNmf3P*3SsP&@TbHt U5?>%=a$ywtkk5bTCIUJ5A6b#ulK=n! literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/formats.py new file mode 100644 index 0000000..cbd361d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ar_DZ/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 = "j F Y" +SHORT_DATETIME_FORMAT = "j F Y H: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 = [ + "%Y/%m/%d", # '2006/10/25' +] +TIME_INPUT_FORMATS = [ + "%H:%M", # '14:30 + "%H:%M:%S", # '14:30:59' +] +DATETIME_INPUT_FORMATS = [ + "%Y/%m/%d %H:%M", # '2006/10/25 14:30' + "%Y/%m/%d %H:%M:%S", # '2006/10/25 14:30:59' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ast/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..31733b2ee10b1686442f7e71785aa0cf223e0d78 GIT binary patch literal 15579 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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/env/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7209355b92e2fdebba6ffb2ff660c98ee1d2eb37 GIT binary patch literal 28897 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, 2018,2020 +# Emin Mastizada , 2015-2016 +# Metin Amiroff , 2011 +# Nicat Məmmədov , 2022 +# Nijat Mammadov, 2024-2026 +# Sevdimali , 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Nijat Mammadov, 2024-2026\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 "Haitian Creole" +msgstr "Haiti kreol dili" + +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ər, rəqəmlər, alt xətt və ya defislərdən ibarət etibarlı bir \"slug\" " +"daxil edin." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Yalnız Unikod hərfləri, rəqəmlər, alt xətt və ya defislərdən ibarət etibarlı " +"bir \"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 "Boş 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 "Məntiq operatoru (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 "Məntiq operatoru (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 kiçik tam ə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 "Xam ikili məlumat" + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "“%(value)s” düzgün bir 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 "Düzgün bir 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 " Heç bir fayl göndərilməyib. Formadakı kodlaşdırma növünü 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 %(max)d simvoldan çox olmadığına əmin olun (%(length)d simvol " +"mövcuddur)." +msgstr[1] "" +"Bu fayl adının %(max)d simvoldan çox olmadığına əmin olun (%(length)d simvol " +"mövcuddur)." + +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 "Düzgün bir 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, %(num)d dənədən çox forma təsdiqləməyin." +msgstr[1] "Zəhmət olmasa, %(num)d dənədən çox forma təsdiqləmə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" + +msgctxt "Task" +msgid "Ready" +msgstr "Hazırdır" + +msgctxt "Task" +msgid "Running" +msgstr "İşləyir" + +msgctxt "Task" +msgid "Failed" +msgstr "Uğursuz" + +msgctxt "Task" +msgid "Successful" +msgstr "Uğurlu" + +#. 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 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, yardım əldə et və dəstək ol" diff --git a/env/lib/python3.12/site-packages/django/conf/locale/az/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/az/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/az/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bd072806d834ab76f799775b8d98552a6ccb91dd GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKOnWNP$+FvN)!Bu7eC-ze1gM&iV2u-UC&S=FAB49YJM7!;WA9PN5KvpfEl|5gbKlRxHoh zzCljNwQagw(CzS6U*ud(ms~o?m24m8hFseYZ9}e7&~GTRwH;(J#|}BReNa~3ZzuLN z$5sk#t-vxV5lhOYAbeOQ zx3+4%(UN!lnyc*L7^gf@6y8^B{70oJGmBtq(ZJ!u=alg-mOjqNsHkFxl&f6HAdP`S_Y~(hrs(;iS%&Anv3ex%&Lc5@eiohG^_iKZ$sYdz*;wN4 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/az/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/az/formats.py new file mode 100644 index 0000000..253b6dd --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0b94e7466d6eb6ae6eca10abcada982e3c545ce2 GIT binary patch literal 38276 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, 2014-2015 +# znotdead , 2016-2017,2019-2021,2023-2026 +# Bobsans , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: znotdead , " +"2016-2017,2019-2021,2023-2026\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 "Haitian Creole" +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\" парушана." + +msgid "- Select an option -" +msgstr "- Абярыце можнасьць -" + +#, 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 binary value." +msgstr "\"%(value)s\" не з'яўляецца дапушчальным двайковым значэннем." + +#, 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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "Няма %s адпаведнікаў дадзенаму запыту." + +msgctxt "Task" +msgid "Ready" +msgstr "Гатова" + +msgctxt "Task" +msgid "Running" +msgstr "Выконваецца" + +msgctxt "Task" +msgid "Failed" +msgstr "Правалілася" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/bg/LC_MESSAGES/django.mo b/env/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 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, 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/env/lib/python3.12/site-packages/django/conf/locale/bg/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/bg/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/bg/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..064d0fed27ea3da10d90b863ee841dc8d1c4280d GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKWGZ9P$+HF77||K#Si!vpWzD(H%=Dg$w_8s zW;2I*M$szpICS@F(${qUG0gqv7WBcIoF9Ri`7}(Ov4c`I2)5NF&sfb3B-o))8Vy`} zNGc`^1^HJTHd-);fU*O@Q_#IDmE6bM9a!#gqght70`0F4nUYr!Dq{j6Er3!kxuZ1J Z{kS|fDsKgz%)-wgo^~?tkPu=*?>iDF4% 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 Zc-6zMRdX$C3fpOx1_0f7%l{e~{2x*1K literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/bn/LC_MESSAGES/django.po new file mode 100644 index 0000000..b554f7a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/bn/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/bn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/bn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9f678420dc6828d495a13548722e01380e4f38a GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKOhBGD3rD-g`_X>;s<<-&+r9?8z)=i$w_8s zW;2I*M$sy8I1KmN>&u^ijC1$71vXfd^CQqRmqy>22B>6<(DkZfIc=DR1PA0&p@xfv zq^6>jP<+K;t2i|XCHq;7{<>S69*R(6QH!}z~TWZaB90$D2im&MxfRh*^Vl_SPpmLBR019lJJ!O zB1@-k{Xe>Op_|1NsZ%%9Y)n1#)kf+`clSKM=iYlyy6>q}5|Ht3_IdD)2H&n;_>dVZg*He~{&i#k;lKj4*h#xIoZi$*` zs2VA+t5>?%l>V}>;4%88^%V9z7sK(?@AW(OZGQwMJj0IX;}LAlp)|0ET@RwoHo>m% z*b@x#a0Z?JHT36`o;Q43dHn{C`x9LD?ar;;#pB(1*ztxp(D6F9gW>fM-gqO|o{TI0 ze9d0C9-2D%a&$&sL6JGO$g-j-idrSX$@4odOy};nhwO_5;KQ@R0-T1~S42N#b7cL^ sGWpm7WL9awoP=?1#n4-y1WX}}XNiAF^8AVgIa14qxxx>S8S$jYANsPyWdHyG literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/bn/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/bn/formats.py new file mode 100644 index 0000000..9d1bb09 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000..3b1a759 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/bs/LC_MESSAGES/django.mo b/env/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 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, 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/env/lib/python3.12/site-packages/django/conf/locale/bs/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/bs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/bs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc9d5ec0d31c592508f45365a9791c09e3bc9ef6 GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKWGZ9P$+HF77||K#Si!vpWzD(H%=Dg$w_8s zW;2I*M$szpICS@F(${qUG0gqv7WBcIoF9Ri`7}(Ov4c`I2)5NF&sfb3B-o))8Vy`} zNGc`^1^HJTHd-);fU*O@Q_#IDmE6bM9a!#gqght70`0F4nUYr!Dq{j6wLmGC+)*0q Zeq0_KmA3*(?D(D$hQ(8l^fbvXUS!Gg3u(Zm>1(-+KdVZ}H6-_KYEh_So!csxr_l$l(dr z4HH|iK80Lg8FdYaehvo@OY}T zbwgEj4BIyB7}ij6Y{r~!B6mXrjdgr)CCL=tAK2F4t)d`Vn8g-}EJ>M@S#ps( dnuGKrdpHNFMedmBRR-h>o|i9tf{Ya>t>2*si^l)} literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/bs/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/bs/formats.py new file mode 100644 index 0000000..a15e709 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..70c5f337527a9971af74e1a3763be55e72e62344 GIT binary patch literal 28527 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, 2012,2015-2017,2021-2022 +# Carles Barrobés , 2011-2012,2014,2020,2026 +# duub qnnp, 2015 +# Emilio Carrion, 2022 +# Gil Obradors Via , 2019 +# Gil Obradors Via , 2019 +# Isaac Torres, 2026 +# 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-06-01 06:49+0000\n" +"Last-Translator: Isaac Torres, 2026\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" + +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 "Central Kurdish (Sorani)" +msgstr "Kurd Central (Sorani)" + +msgid "Czech" +msgstr "txec" + +msgid "Welsh" +msgstr "gal·lès" + +msgid "Danish" +msgstr "danès" + +msgid "German" +msgstr "alemany" + +msgid "Lower Sorbian" +msgstr "baix sòrab" + +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 sòrab" + +msgid "Haitian Creole" +msgstr "Crioll Haitià" + +msgid "Hungarian" +msgstr "hongarès" + +msgid "Armenian" +msgstr "Armeni" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "indonesi" + +msgid "Igbo" +msgstr "igbo" + +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 "kirguís" + +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 "turcman" + +msgid "Turkish" +msgstr "turc" + +msgid "Tatar" +msgstr "Tatar" + +msgid "Udmurt" +msgstr "Udmurt" + +msgid "Uyghur" +msgstr "uigur" + +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 domain name." +msgstr "Introduïu un nom de domini 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." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Introduïu una adreça %(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 "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 "Asseguri's que aquest valor sigui un múltiple 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 "" +"Assegureu-vos que aquest valor és un múltiple de mida de pas " +"%(limit_value)s, començant per %(offset)s, ex. %(offset)s, %(valid_value1)s, " +"%(valid_value2)s, i així successivament." + +#, 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 "String (unlimited)" +msgstr "Cadena (il·limitada)" + +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 nombre real." + +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 is not a valid choice." +msgstr "%(model)s instància amb %(field)s %(value)r no és una opció vàlida." + +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 obrir 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 "" +"Escolliu 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" + +msgctxt "Task" +msgid "Ready" +msgstr "Preparat" + +msgctxt "Task" +msgid "Running" +msgstr "Executant-se" + +msgctxt "Task" +msgid "Failed" +msgstr "Fallit" + +msgctxt "Task" +msgid "Successful" +msgstr "Satisfactori" + +#. 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\" segons 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/env/lib/python3.12/site-packages/django/conf/locale/ca/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ca/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..027a0eb155c4b7ea210291a3c9f6e38930077443 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4I<+_#ED~DwiC&d(69irFa{H#bg6I<6(`-_ z-Rp{bCdncS*md`6)Yo|a(NDwY7WrsNj*rMpLh8rP&_Ssh1l#J8Gg@;48Fna?Mgu1g zSw-blLGcxbjTY1)pzJ{KGidKhCAaB%1C~2nY07GPMf>XmQ}O~rF)9!kg*@kyyF5>| ZALjc;6|KO7nS~i7(2nLE6GBWJ+y_{uJFNf! literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ca/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..577e8bad9e604db618157edf1474c7a04ae0d7eb GIT binary patch literal 832 zcmZXSJ#X4T7{|{L0)c>eSNbxzsyrYyoZ2oGs;auh1k@TMV-)#h$#S{lEe0bXk?bk` z6kR%XtJH7Oh0$W|lnpf-Q_mC#QEqr%e)s=Ber)-7JRSw~yt(>5_!R`;kKb%hU{l<_ zr^Ppb0Roso3=W_G4x%7FKnFO4Lii9J;xG#12tMitP^1fR^aq2Ea12H9F^b_hI(8BT z){PE0k<+nGIL!^7mHO_<9pH46(=DCoQ_jDMR@Oq@@}*SehA;qKfJ8t4W-5H&S#yhlc+|U*CV#O41=m!M#LVOV` z3#w>TWJMCxMNF+pyN2~|_CZP$1;vo$x?0^DlK;E1plwO2S(O#l*q@raL-)p2YD&{r zYKB}f&PDOlBE7cN>W!AVnb%z8cWd0|sj~R7CJCR7rq~b^L6wz7TCK{hrcf{MF}B{4 zK8T8OrpT>Et$y|s+|oA(t4r9khXhV9$Gv{ryy#D0nOqUe9+L@dIIui0M_n7@b()dk z*fM7XlF=2k`d{GKnf2_^>*C8-aN3`d)3MpUFuP>B(ZjYq>OjkGn-+m>6L##$(40++ zV`mk4JGAkoMcz&FbPNB#m>M)JgABtgqkw&S9rF?y8q%lNte1T@2PrS}XbzHI_K9Dg vJfDM{m(9_d%0sMokXVL-`M?~c|3<=(Y0fW`Aa~+x{h0RBnXl|5OP}!%e=X}S literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ca/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ca/formats.py new file mode 100644 index 0000000..e616299 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ca/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 \d\e Y" +TIME_FORMAT = "G:i" +DATETIME_FORMAT = r"j E \d\e Y \a \l\e\s G:i" +YEAR_MONTH_FORMAT = r"F \d\e\l Y" +MONTH_DAY_FORMAT = r"j E" +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", # '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/env/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a94e8bf5ff21def5f80be167a70cb465ae8d0514 GIT binary patch literal 34381 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 Ms}ZI$;dG+--zd(KlK=n! literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po new file mode 100644 index 0000000..84787f4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ckb/LC_MESSAGES/django.po @@ -0,0 +1,1367 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bawar Jalal, 2021 +# Bawar Jalal, 2020-2021 +# Bawar Jalal, 2020 +# Jacob Walls, 2026 +# Kosar Tofiq Saeed , 2020-2021 +# Kosar Tofiq Saeed , 2026 +# Natalia, 2025 +# Swara , 2022-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Kosar Tofiq Saeed , 2026\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 "Haitian Creole" +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” پێشێلکراوە." + +msgid "- Select an option -" +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” دەبێت دروست یان چەوت بێت." + +#, 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 binary value." +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 "" +"داتاکانی فۆڕمی بەڕێوەبردن نەماوە یان دەستکاری کراون. خانە وونبووەکان: " +"%(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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "" + +msgctxt "Task" +msgid "Ready" +msgstr "ئامادەیە" + +msgctxt "Task" +msgid "Running" +msgstr "جێبەجێدەکرێت" + +msgctxt "Task" +msgid "Failed" +msgstr "سەرنەکەوتوو" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/ckb/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ckb/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14e24961fbee91154b4c2b178491a166a9852579 GIT binary patch literal 216 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKWIu>rBK?Y6bvu%;s<<-&+r9?8z+nLT5jz=%@a33%X!Qj*q}jeCo%}aD`k~2z6s}!C5IRB-oofDm0`SO7p#AM;98wQYR)7AFH@jYDB&oL aO*hQTcSs1ap?4ph_dFT^ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ckb/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8b805bfc0561f6898031915c5989a1420ebb248 GIT binary patch literal 583 zcmY*WF>ljA7(K^LnkH%zr!fk!WTaBb30P27AsOtD2ohJ05y~x=>$^5i9NV&;NXe9i zt%4B-c2qWg2TRxvv%$m`saqz_p`qm)zI*R|?|Zt_ecj#70alME9|trAz^{aCin{`r z2MoLi7$AT-#NiZ5VIJ{#3vJ;vO5+U5;BB;xvnY#q(9SfspP!`%wMMNs8ci&^``o&D|O^+?E+k~CxF!i_Pr5-;n?rn zmN~QoD3b|sJf8&ccnal#>7IEIuaAg~e8-FkB<=({_6hW-QQvbP)gL^Bp&gO?zG)53 zGZJ3;q2;-!(D5wOApGI$iriYJPFF|8p+RwPgz^?9LFtlpm=MZ vr-eP%%Jq4XR&FnVK=-N(P@NijhN-X9NjHR&y literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ckb/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ckb/formats.py new file mode 100644 index 0000000..162c840 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a0a0cc12ad0178024f9941030180050e0b013ac7 GIT binary patch literal 30215 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, 2020 +# Jannis Leidel , 2011 +# Jan Papež , 2012,2024 +# Jiří Podhorecký , 2024 +# Jiří Podhorecký , 2022 +# Jirka Vejrazka , 2011 +# J Nezbeda, 2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: J Nezbeda, 2026\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 "Haitian Creole" +msgstr "" + +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." + +msgid "- Select an option -" +msgstr "" + +#, 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 binary value." +msgstr "" + +#, 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 is not a valid choice." +msgstr "" + +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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "" + +msgctxt "Task" +msgid "Ready" +msgstr "Připraveno" + +msgctxt "Task" +msgid "Running" +msgstr "Běžící" + +msgctxt "Task" +msgid "Failed" +msgstr "Selhalo" + +msgctxt "Task" +msgid "Successful" +msgstr "Úspěšný" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/cs/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/cs/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b69fa637f117fc2ce5cfb246d671162d417608b0 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4I<+_#ED~DwiC&d(69irFa{H#bg6I<6(`-_ z-Rp{bCdncS*md`6)Yo|a(NDwY7WrsNj*rMpLh8rP&_Ssh1l#J8Gg@;48Fna?Mgu1g zSw-blLGcxbjTY1)pzJ{KGidKhCAaB%1C~2nY07GPMf>XmQ}O~rF)9$4g*@kyyF5>| ZALjc;6|KO7nS~i7(2nLE6GBWJ+y`6qJHG$` literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/cs/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f1fd96fb431ae733b7ebc0bd044b26adf4ca1f6 GIT binary patch literal 948 zcmZvay>Hq;7{<>S2$%rDd?an93aRpd)cDkPsiLZqTTDQ$F)~Jxy;v^i1PI0m2oj#s zzoJWrs$2h!u3Z=rYo}~cqAr>G9tmG+J>2uWzkA>3PPTu=;~awL_4sRt4I}iM7Rx8_ zU~bD`z9523L>QAH0W&~YlO;hjNJ3_agv~J7F?Y@oiF{|w2xt^E3d(_UBxc6QuDMI% zW_*$;B>iwl%*%PhXOEBCK6hW_sb@<-g8)i?h={Ie_|b*X%_{~jQ3(1Gfrx@D3dYJ! zd=6M1U>@k&PYNvbl#c}ENT~ZEp)3jt6##{(pIYYRS1p-;kSLt`i4958n(B^Y1}rUfeFDl6x>6BKpb@3G0*?dFY)u+6$?@=B<8WAq{~)G)f7pe$MlM_ zDw1?(6Qm4T(kw-->gDCY-hEY+j3r6c%c`bZo2l6~+KMYxv^woHEVX2v$nu9dzZk1j zYYqJ&uRiA&Gute;y4p5R73KF8Mfzyf<(i~Px~jo=S#8v%YH@=ls}1FytXapJ+Nf2k z$3M_5ybW}Bfm@#I;NeBT)o$A7?Ex-2W2fu&odK>*aIs_e&OA&OGIHF0*B&|8>5Xx> z{R#Icqn6iuCBArxhwYJb*teVK_L(z$=*La3cZ$1S)9yOBImD;lz_mw1u|K(sym38p z(RJPq_Td)v-yB-7T(b2k({R9z&hG&Y|o9?ajgjKjYJ%lY=ar@fWKF0^$Gw literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/cs/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/cs/formats.py new file mode 100644 index 0000000..e4a7ab9 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/cs/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 = "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 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", # '05.01.2006' + "%d.%m.%y", # '05.01.06' + "%d. %m. %Y", # '5. 1. 2006' + "%d. %m. %y", # '5. 1. 06' + # "%d. %B %Y", # '25. October 2006' + # "%d. %b. %Y", # '25. Oct. 2006' +] +# Kept ISO formats as one is in first position +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '04:30:59' + "%H.%M", # '04.30' + "%H:%M", # '04:30' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H:%M:%S", # '05.01.2006 04:30:59' + "%d.%m.%Y %H:%M:%S.%f", # '05.01.2006 04:30:59.000200' + "%d.%m.%Y %H.%M", # '05.01.2006 04.30' + "%d.%m.%Y %H:%M", # '05.01.2006 04:30' + "%d. %m. %Y %H:%M:%S", # '05. 01. 2006 04:30:59' + "%d. %m. %Y %H:%M:%S.%f", # '05. 01. 2006 04:30:59.000200' + "%d. %m. %Y %H.%M", # '05. 01. 2006 04.30' + "%d. %m. %Y %H:%M", # '05. 01. 2006 04:30' + "%Y-%m-%d %H.%M", # '2006-01-05 04.30' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ea5b45cea0d92e995aae102e35533d6abbc38d00 GIT binary patch literal 18319 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 XDO8l=wzv|G!qu_AI;=6oNcevMYAEI_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 0000000..16383ce --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/cy/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/cy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ddc7f24202cda9978a4021de5e1d5770358f6f6 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4I<+_#ED~DwiC&d(69irFa{H#bg6I<6(`-_ z-Rp{bCdncS*md`6)Yo|a(NDwY7WrsNj*rMpLh8rP&_Ssh1l#J8Gg@;48Fna?Mgu1g zSw-blLGcxbjTY1)pzJ{KGidKhCAaB%1C~2nY07GPMf>XmQ}O~rF)9$4hdk$!yF5>| ZALjc;6|KO7nS~i7(2nLE6GBWJ+y`9_JH-G1 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/cy/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7241fe89ed9f7a1c6be74a9129d6b89bfe4bd548 GIT binary patch literal 857 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000..e54255d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,1374 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Danni Randeris , 2014 +# Erik Ramsgaard Wognsen , 2025-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Erik Ramsgaard Wognsen , 2025-2026\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 "Haitian Creole" +msgstr "haitisk kreol" + +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." + +msgid "- Select an option -" +msgstr "- Vælg en valgmulighed -" + +#, 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 binary value." +msgstr "“%(value)s” er ikke en gyldig binær værdi." + +#, 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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "Ingen %s matcher den givne forespørgsel." + +msgctxt "Task" +msgid "Ready" +msgstr "Klar" + +msgctxt "Task" +msgid "Running" +msgstr "Kørende" + +msgctxt "Task" +msgid "Failed" +msgstr "Fejlet" + +msgctxt "Task" +msgid "Successful" +msgstr "Vellykket" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/da/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/da/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a753edb30fe4de5676924a9150badbd497f8fa6d GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dwi79n(69irFa{H#bg6I<6(`-_ z-Rp{b#_@s#?Am)d>T5jz=%?XxBOO`NopFhfb6`v;;TcOz ZH_Z37&KrpbI}0;tpc~CQqLkVwxDQy?JFWl# literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/da/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1162d59f746cfa7ed87ae3934c19735b5b249cb GIT binary patch literal 736 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/de/LC_MESSAGES/django.po new file mode 100644 index 0000000..6c7ebbc --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/de/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/de/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..940b2c97772145d0f030a3b6aca732d146ed8d05 GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dwi79n(69irFa{H#bg6I<6(`-_ z-Rp{b#_@s#?Am)d>T5jz=%?XxBOO`NopFhfBQPeE@Qfv< Z8|M33=Z(aJorM`R(2eFDQA%wT+y_~bJF)-( literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/de/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5195d55df43d7aebfceb86b9b2c09fc71d34b5c3 GIT binary patch literal 751 zcmZXR%a77P9LJ{=Sl(Tpu9_GU(*uciqFxL!#wukY+Ln}(P3O{7ro5KYhF3yQ>tEr; zlQ;hsFB}`Ldf6LsZ=9U6fDq^K`+a|(`MoCdGntG5a$e8B4Sv%A{PKhS3GBq(J0iXU z3=qH+qHq8OFpX#&L_r)vAsj|we1^_&1V_686zKvS`%a-Kj-wb(pg2yV#3EH<-0*-a zR*RZT*UEi2b{`adP5U(H12=>@i__fb*7=vW6dCSDSj@2&$7%<)DA8_uPm64=%!*~U z>E`}J9NTeIr*uO-+fdvsc`uMk$yL0-~N25C*;6xNH6&I%!v}D@{LB)8(puB?uo^nQd8JYP8f{zvilNSmTtZE5e7m z$bZtCLW5U$RaRCRwI;Wkyi_@2jMNg}3yOZJ$gM_Qy8Hp|$jiZI279(;!pY3(_1ngE ze+(<;+#K4DIfjh|tPG4%*M@lOrl#c#jj0LE(Hsu@pP{pu_UzFs?!`+u=}*n)j?un0 zy5?k;58L*r1BZ6o7@829uw#!cV>;oS#U}E`vhi$az8x3H7XJ56bYj*tMN#V*U>@AW zy;PQ%%#$0&%RO9zw3j9J+{-=o^~KXA$a}dw(Ih>@c)`><6e)VW%$$nwRIWprfUToC` literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/de/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/de/formats.py new file mode 100644 index 0000000..45953ce --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/de_CH/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/de_CH/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/de_CH/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..499378677dd403206d6d1ee8c688cf3306448b08 GIT binary patch literal 218 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 b-P<5}&EelJXEx7+_AJ}PYu2t#JrnvLlDQ4{ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000..cded64b --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/dsb/LC_MESSAGES/django.po @@ -0,0 +1,1411 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Michael Wolf , 2016-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Michael Wolf , 2016-2026\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 "Haitian Creole" +msgstr "Haitiska kreolšć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ě" + +msgctxt "Task" +msgid "Ready" +msgstr "Gótowy" + +msgctxt "Task" +msgid "Running" +msgstr "Běžy" + +msgctxt "Task" +msgid "Failed" +msgstr "Njejo se raźiło" + +msgctxt "Task" +msgid "Successful" +msgstr "Wuspěšny" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/el/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/el/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/el/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1efbd02cbcffe688460998d913391bfe2128e61f GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQmir;;Cox2O+krO`9emO#^+27eC-ze1PY&$P z>@oxMjN=6f*!g=o@@riG=%?XxBOO`N literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/el/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f465632d45d2f9e55b0aec4ee22d898ad35e110b GIT binary patch literal 844 zcmZXRzi-+=6vxjP0+UIal4 zDs!UlMOP|c_sDWy@yLF@d>haWL z2`Vvd?`WTHjqX$9Bic2tDK@Te-!=Y^9*lc*Nt`c<(k+RiB~})td0MWB%?4ZJc37&`6h88jb}5O?dbM`> z3)~04bUA@t+cMy2;&gj0{kk`VoG~>_+cAc)?n17w4>~qPt28z&$JECLGzL>>_P#>L z9e3@)o6@V-aMT+cMMrO4>m6gX?uRXV(1xbn(oO6!VcQ;B`gl}w+-2;YWuu8{ydOTp zuORRqUE#1G34&NqAeFmG_(wDj>9d=ZpLsq5w109s1IK>mEYPPfXCUimvRL26!nx24 cr0*!|1)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/env/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..faafa81 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,1655 @@ +# 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: 2026-07-22 16:14-0400\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 "Haitian Creole" +msgstr "" + +#: conf/global_settings.py:96 +msgid "Hungarian" +msgstr "" + +#: conf/global_settings.py:97 +msgid "Armenian" +msgstr "" + +#: conf/global_settings.py:98 +msgid "Interlingua" +msgstr "" + +#: conf/global_settings.py:99 +msgid "Indonesian" +msgstr "" + +#: conf/global_settings.py:100 +msgid "Igbo" +msgstr "" + +#: conf/global_settings.py:101 +msgid "Ido" +msgstr "" + +#: conf/global_settings.py:102 +msgid "Icelandic" +msgstr "" + +#: conf/global_settings.py:103 +msgid "Italian" +msgstr "" + +#: conf/global_settings.py:104 +msgid "Japanese" +msgstr "" + +#: conf/global_settings.py:105 +msgid "Georgian" +msgstr "" + +#: conf/global_settings.py:106 +msgid "Kabyle" +msgstr "" + +#: conf/global_settings.py:107 +msgid "Kazakh" +msgstr "" + +#: conf/global_settings.py:108 +msgid "Khmer" +msgstr "" + +#: conf/global_settings.py:109 +msgid "Kannada" +msgstr "" + +#: conf/global_settings.py:110 +msgid "Korean" +msgstr "" + +#: conf/global_settings.py:111 +msgid "Kyrgyz" +msgstr "" + +#: conf/global_settings.py:112 +msgid "Luxembourgish" +msgstr "" + +#: conf/global_settings.py:113 +msgid "Lithuanian" +msgstr "" + +#: conf/global_settings.py:114 +msgid "Latvian" +msgstr "" + +#: conf/global_settings.py:115 +msgid "Macedonian" +msgstr "" + +#: conf/global_settings.py:116 +msgid "Malayalam" +msgstr "" + +#: conf/global_settings.py:117 +msgid "Mongolian" +msgstr "" + +#: conf/global_settings.py:118 +msgid "Marathi" +msgstr "" + +#: conf/global_settings.py:119 +msgid "Malay" +msgstr "" + +#: conf/global_settings.py:120 +msgid "Burmese" +msgstr "" + +#: conf/global_settings.py:121 +msgid "Norwegian Bokmål" +msgstr "" + +#: conf/global_settings.py:122 +msgid "Nepali" +msgstr "" + +#: conf/global_settings.py:123 +msgid "Dutch" +msgstr "" + +#: conf/global_settings.py:124 +msgid "Norwegian Nynorsk" +msgstr "" + +#: conf/global_settings.py:125 +msgid "Ossetic" +msgstr "" + +#: conf/global_settings.py:126 +msgid "Punjabi" +msgstr "" + +#: conf/global_settings.py:127 +msgid "Polish" +msgstr "" + +#: conf/global_settings.py:128 +msgid "Portuguese" +msgstr "" + +#: conf/global_settings.py:129 +msgid "Brazilian Portuguese" +msgstr "" + +#: conf/global_settings.py:130 +msgid "Romanian" +msgstr "" + +#: conf/global_settings.py:131 +msgid "Russian" +msgstr "" + +#: conf/global_settings.py:132 +msgid "Slovak" +msgstr "" + +#: conf/global_settings.py:133 +msgid "Slovenian" +msgstr "" + +#: conf/global_settings.py:134 +msgid "Albanian" +msgstr "" + +#: conf/global_settings.py:135 +msgid "Serbian" +msgstr "" + +#: conf/global_settings.py:136 +msgid "Serbian Latin" +msgstr "" + +#: conf/global_settings.py:137 +msgid "Swedish" +msgstr "" + +#: conf/global_settings.py:138 +msgid "Swahili" +msgstr "" + +#: conf/global_settings.py:139 +msgid "Tamil" +msgstr "" + +#: conf/global_settings.py:140 +msgid "Telugu" +msgstr "" + +#: conf/global_settings.py:141 +msgid "Tajik" +msgstr "" + +#: conf/global_settings.py:142 +msgid "Thai" +msgstr "" + +#: conf/global_settings.py:143 +msgid "Turkmen" +msgstr "" + +#: conf/global_settings.py:144 +msgid "Turkish" +msgstr "" + +#: conf/global_settings.py:145 +msgid "Tatar" +msgstr "" + +#: conf/global_settings.py:146 +msgid "Udmurt" +msgstr "" + +#: conf/global_settings.py:147 +msgid "Uyghur" +msgstr "" + +#: conf/global_settings.py:148 +msgid "Ukrainian" +msgstr "" + +#: conf/global_settings.py:149 +msgid "Urdu" +msgstr "" + +#: conf/global_settings.py:150 +msgid "Uzbek" +msgstr "" + +#: conf/global_settings.py:151 +msgid "Vietnamese" +msgstr "" + +#: conf/global_settings.py:152 +msgid "Simplified Chinese" +msgstr "" + +#: conf/global_settings.py:153 +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:33 +msgid "…" +msgstr "" + +#: core/paginator.py:35 +msgid "That page number is not an integer" +msgstr "" + +#: core/paginator.py:36 +msgid "That page number is less than 1" +msgstr "" + +#: core/paginator.py:37 +msgid "That page contains no results" +msgstr "" + +#: core/validators.py:22 +msgid "Enter a valid value." +msgstr "" + +#: core/validators.py:70 +msgid "Enter a valid domain name." +msgstr "" + +#: core/validators.py:153 forms/fields.py:775 +msgid "Enter a valid URL." +msgstr "" + +#: core/validators.py:200 +msgid "Enter a valid integer." +msgstr "" + +#: core/validators.py:211 +msgid "Enter a valid email address." +msgstr "" + +#. Translators: "letters" means latin letters: a-z and A-Z. +#: core/validators.py:289 +msgid "" +"Enter a valid “slug” consisting of letters, numbers, underscores or hyphens." +msgstr "" + +#: core/validators.py:297 +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" + +#: core/validators.py:309 core/validators.py:318 core/validators.py:332 +#: db/models/fields/__init__.py:2299 +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "" + +#: core/validators.py:311 +msgid "IPv4" +msgstr "" + +#: core/validators.py:320 utils/ipv6.py:43 +msgid "IPv6" +msgstr "" + +#: core/validators.py:334 +msgid "IPv4 or IPv6" +msgstr "" + +#: core/validators.py:375 +msgid "Enter only digits separated by commas." +msgstr "" + +#: core/validators.py:381 +#, python-format +msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." +msgstr "" + +#: core/validators.py:416 +#, python-format +msgid "Ensure this value is less than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:425 +#, python-format +msgid "Ensure this value is greater than or equal to %(limit_value)s." +msgstr "" + +#: core/validators.py:434 +#, python-format +msgid "Ensure this value is a multiple of step size %(limit_value)s." +msgstr "" + +#: core/validators.py:441 +#, 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:473 +#, 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:491 +#, 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:514 forms/fields.py:366 forms/fields.py:405 +msgid "Enter a number." +msgstr "" + +#: core/validators.py:516 +#, 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:521 +#, 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:526 +#, 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:597 +#, python-format +msgid "" +"File extension “%(extension)s” is not allowed. Allowed extensions are: " +"%(allowed_extensions)s." +msgstr "" + +#: core/validators.py:659 +msgid "Null characters are not allowed." +msgstr "" + +#: db/models/base.py:1664 forms/models.py:933 +msgid "and" +msgstr "" + +#: db/models/base.py:1666 +#, 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:94 +msgid "- Select an option -" +msgstr "" + +#: db/models/fields/__init__.py:143 +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "" + +#: db/models/fields/__init__.py:144 +msgid "This field cannot be null." +msgstr "" + +#: db/models/fields/__init__.py:145 +msgid "This field cannot be blank." +msgstr "" + +#: db/models/fields/__init__.py:146 +#, 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:150 +#, python-format +msgid "" +"%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." +msgstr "" + +#: db/models/fields/__init__.py:187 +#, python-format +msgid "Field of type: %(field_type)s" +msgstr "" + +#: db/models/fields/__init__.py:1203 +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "" + +#: db/models/fields/__init__.py:1204 +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "" + +#: db/models/fields/__init__.py:1206 +msgid "Boolean (Either True or False)" +msgstr "" + +#: db/models/fields/__init__.py:1256 +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:1258 +msgid "String (unlimited)" +msgstr "" + +#: db/models/fields/__init__.py:1367 +msgid "Comma-separated integers" +msgstr "" + +#: db/models/fields/__init__.py:1468 +#, 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:1472 db/models/fields/__init__.py:1607 +#, 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:1476 +msgid "Date (without time)" +msgstr "" + +#: db/models/fields/__init__.py:1603 +#, 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:1611 +#, 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:1616 +msgid "Date (with time)" +msgstr "" + +#: db/models/fields/__init__.py:1743 +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "" + +#: db/models/fields/__init__.py:1745 +msgid "Decimal number" +msgstr "" + +#: db/models/fields/__init__.py:1947 +#, 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:1951 +msgid "Duration" +msgstr "" + +#: db/models/fields/__init__.py:1999 +msgid "Email address" +msgstr "" + +#: db/models/fields/__init__.py:2024 +msgid "File path" +msgstr "" + +#: db/models/fields/__init__.py:2102 +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "" + +#: db/models/fields/__init__.py:2104 +msgid "Floating point number" +msgstr "" + +#: db/models/fields/__init__.py:2144 +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "" + +#: db/models/fields/__init__.py:2146 +msgid "Integer" +msgstr "" + +#: db/models/fields/__init__.py:2242 +msgid "Big (8 byte) integer" +msgstr "" + +#: db/models/fields/__init__.py:2259 +msgid "Small integer" +msgstr "" + +#: db/models/fields/__init__.py:2267 +msgid "IPv4 address" +msgstr "" + +#: db/models/fields/__init__.py:2298 +msgid "IP address" +msgstr "" + +#: db/models/fields/__init__.py:2389 db/models/fields/__init__.py:2390 +#, python-format +msgid "“%(value)s” value must be either None, True or False." +msgstr "" + +#: db/models/fields/__init__.py:2392 +msgid "Boolean (Either True, False or None)" +msgstr "" + +#: db/models/fields/__init__.py:2443 +msgid "Positive big integer" +msgstr "" + +#: db/models/fields/__init__.py:2458 +msgid "Positive integer" +msgstr "" + +#: db/models/fields/__init__.py:2473 +msgid "Positive small integer" +msgstr "" + +#: db/models/fields/__init__.py:2489 +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "" + +#: db/models/fields/__init__.py:2525 +msgid "Text" +msgstr "" + +#: db/models/fields/__init__.py:2605 +#, 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:2609 +#, 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:2613 +msgid "Time" +msgstr "" + +#: db/models/fields/__init__.py:2721 +msgid "URL" +msgstr "" + +#: db/models/fields/__init__.py:2745 +msgid "Raw binary data" +msgstr "" + +#: db/models/fields/__init__.py:2748 +#, python-format +msgid "“%(value)s” is not a valid binary value." +msgstr "" + +#: db/models/fields/__init__.py:2821 +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "" + +#: db/models/fields/__init__.py:2823 +msgid "Universally unique identifier" +msgstr "" + +#: db/models/fields/files.py:247 +msgid "File" +msgstr "" + +#: db/models/fields/files.py:423 +msgid "Image" +msgstr "" + +#: db/models/fields/json.py:26 +msgid "A JSON object" +msgstr "" + +#: db/models/fields/json.py:28 +msgid "Value must be valid JSON." +msgstr "" + +#: db/models/fields/related.py:983 +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "" + +#: db/models/fields/related.py:986 +msgid "Foreign Key (type determined by related field)" +msgstr "" + +#: db/models/fields/related.py:1361 +msgid "One-to-one relationship" +msgstr "" + +#: db/models/fields/related.py:1418 +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "" + +#: db/models/fields/related.py:1420 +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "" + +#: db/models/fields/related.py:1468 +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:188 +msgid ":?.!" +msgstr "" + +#: forms/fields.py:93 +msgid "This field is required." +msgstr "" + +#: forms/fields.py:315 +msgid "Enter a whole number." +msgstr "" + +#: forms/fields.py:486 forms/fields.py:1246 +msgid "Enter a valid date." +msgstr "" + +#: forms/fields.py:509 forms/fields.py:1247 +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:864 forms/fields.py:951 forms/models.py:1624 +#, python-format +msgid "Select a valid choice. %(value)s is not one of the available choices." +msgstr "" + +#: forms/fields.py:953 forms/fields.py:1073 forms/models.py:1622 +msgid "Enter a list of values." +msgstr "" + +#: forms/fields.py:1074 +msgid "Enter a complete value." +msgstr "" + +#: forms/fields.py:1318 +msgid "Enter a valid UUID." +msgstr "" + +#: forms/fields.py:1348 +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:926 +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "" + +#: forms/models.py:931 +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "" + +#: forms/models.py:938 +#, 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:947 +msgid "Please correct the duplicate values below." +msgstr "" + +#: forms/models.py:1384 +msgid "The inline value did not match the parent instance." +msgstr "" + +#: forms/models.py:1475 +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "" + +#: forms/models.py:1626 +#, 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:573 +msgid "Clear" +msgstr "" + +#: forms/widgets.py:574 +msgid "Currently" +msgstr "" + +#: forms/widgets.py:575 +msgid "Change" +msgstr "" + +#: forms/widgets.py:914 +msgid "Unknown" +msgstr "" + +#: forms/widgets.py:915 +msgid "Yes" +msgstr "" + +#: forms/widgets.py:916 +msgid "No" +msgstr "" + +#. Translators: %s is the name of a model, e.g. "No City matches the +#. given query." +#: shortcuts.py:105 shortcuts.py:125 shortcuts.py:149 shortcuts.py:168 +#, python-format +msgid "No %s matches the given query." +msgstr "" + +#: tasks/base.py:35 +msgctxt "Task" +msgid "Ready" +msgstr "" + +#: tasks/base.py:37 +msgctxt "Task" +msgid "Running" +msgstr "" + +#: tasks/base.py:39 +msgctxt "Task" +msgid "Failed" +msgstr "" + +#: tasks/base.py:41 +msgctxt "Task" +msgid "Successful" +msgstr "" + +#. Translators: Please do not add spaces around commas. +#: template/defaultfilters.py:879 +msgid "yes,no,maybe" +msgstr "" + +#: template/defaultfilters.py:909 template/defaultfilters.py:926 +#, python-format +msgid "%(size)d byte" +msgid_plural "%(size)d bytes" +msgstr[0] "" +msgstr[1] "" + +#: template/defaultfilters.py:928 +#, python-format +msgid "%s KB" +msgstr "" + +#: template/defaultfilters.py:930 +#, python-format +msgid "%s MB" +msgstr "" + +#: template/defaultfilters.py:932 +#, python-format +msgid "%s GB" +msgstr "" + +#: template/defaultfilters.py:934 +#, python-format +msgid "%s TB" +msgstr "" + +#: template/defaultfilters.py:936 +#, 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:76 +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "" + +#: utils/text.py:282 +msgid "or" +msgstr "" + +#. Translators: This string is used as a separator between list elements +#: utils/text.py:301 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:30 +msgid "Forbidden" +msgstr "" + +#: views/csrf.py:31 +msgid "CSRF verification failed. Request aborted." +msgstr "" + +#: views/csrf.py:35 +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:41 +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:46 +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:55 +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:61 +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:67 +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:9 +#: views/templates/directory_index.html:12 +#, python-format +msgid "Index of %(directory)s" +msgstr "" + +#: views/templates/default_urlconf.html:7 +#: views/templates/default_urlconf.html:197 +msgid "The install worked successfully! Congratulations!" +msgstr "" + +#: views/templates/default_urlconf.html:199 +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" + +#: views/templates/default_urlconf.html:201 +#, 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:220 +msgid "Django Documentation" +msgstr "" + +#: views/templates/default_urlconf.html:221 +msgid "Topics, references, & how-to’s" +msgstr "" + +#: views/templates/default_urlconf.html:229 +msgid "Tutorial: A Polling App" +msgstr "" + +#: views/templates/default_urlconf.html:230 +msgid "Get started with Django" +msgstr "" + +#: views/templates/default_urlconf.html:238 +msgid "Django Community" +msgstr "" + +#: views/templates/default_urlconf.html:239 +msgid "Connect, get help, or contribute" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/en/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64450057f086233a1e0473b4402e2e00bb15ec36 GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQmir;;Cox2PLMfO`9emO$&L67eC-ze1@oxMOp-<9vFq(v;QoitW!2Ovwuf#i$4w$a5~a&GS^d ZalUU<(Fr`5nXf_ov_ZUMLWqgI`T$#LJG=k@ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/en/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..130d0d0c9087e488a9f7a0ea36070fd9af281aad GIT binary patch literal 1019 zcmZXSJ#X4j6o#)Md^$i(fYMZz+`$79aMgCHqN?>b?a~G!pwx!DH}>Qrrzrq0*xh~^Pb1&J@?r1pF|=K@b%&5XYYFqfWM?zUjbh{ z)Ufyg5YPdlbP5IZ01E0sw5RW(kRC!|J&YoH-#97 zC#K0l$_mst6ZtWludD5sS;yTl=^Y{((V zX&W`g>YU{ei&@N5MIxhwU``-WK0MiU67|%HE5GxEz(UMr)@QO@?U-vEb4@q%43)W# zo7|=W758JnhZeWlTl*TyOASjiw;;3a?7aJgwHGR+ASiTP!8E z8YhBcoGMaFu8XI?!2|iVR@d;-u`M{h9$t3a=2dqDE7pzGcZSvo%2QbBnS%=lA}>uW zd)PN87PJO8u-`q0!|CMG8N4sQeFw+giB%e!?JM)b8vFgQ?F>4w@3hT6@xYEVvdzi3 zJe;ngA8iL+_pMK(Jl=xB_qdJ2GDuO>G6_;IZs|pm!6E(nHnqsSoB?KWn4f`zMdlUJ x`8P9=U4}t6hpYSKel9Qr>HDMj5ze{$+@4qCL0Rl!79^%|_hIH+YLvt0`~%Z|6e$1z literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/en/formats.py new file mode 100644 index 0000000..f9d143b --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/en/formats.py @@ -0,0 +1,65 @@ +# 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 + +# Formatting for date objects. +DATE_FORMAT = "N j, Y" +# Formatting for time objects. +TIME_FORMAT = "P" +# Formatting for datetime objects. +DATETIME_FORMAT = "N j, Y, P" +# Formatting for date objects when only the year and month are relevant. +YEAR_MONTH_FORMAT = "F Y" +# Formatting for date objects when only the month and day are relevant. +MONTH_DAY_FORMAT = "F j" +# Short formatting for date objects. +SHORT_DATE_FORMAT = "m/d/Y" +# Short formatting for datetime objects. +SHORT_DATETIME_FORMAT = "m/d/Y P" +# First day of week, to be used on calendars. +# 0 means Sunday, 1 means Monday... +FIRST_DAY_OF_WEEK = 0 + +# Formats to be used when parsing dates from input boxes, in order. +# The *_INPUT_FORMATS strings use the Python strftime format syntax, +# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior +# Note that these format strings are different from the ones to display dates. +# 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' +] +TIME_INPUT_FORMATS = [ + "%H:%M:%S", # '14:30:59' + "%H:%M:%S.%f", # '14:30:59.000200' + "%H:%M", # '14:30' +] + +# Decimal separator symbol. +DECIMAL_SEPARATOR = "." +# Thousand separator symbol. +THOUSAND_SEPARATOR = "," +# Number of digits that will be together, when splitting them by +# THOUSAND_SEPARATOR. 0 means no grouping, 3 means splitting by thousands. +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d31b977ad46257189b2c92d1d6888ef452938c25 GIT binary patch literal 25633 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/en_AU/LC_MESSAGES/django.po new file mode 100644 index 0000000..a0a3ed8 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/en_AU/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/en_AU/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/en_AU/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eff95c13e8aa603ecce7a22792642c867db66609 GIT binary patch literal 218 zcmX@j%ge<81Qum;vOx4>5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!s?^WO&rQ`YE-lE& zOis+sEYf#LElbVGFGwxY52)04$x6&i&(}`@Qzfan1v!Z&srspTW%@apN%{qqB^mj7 z#(IWE`o)sH*A~6Hsex8KcU#ST1MYf-wSuil_8b zbm`QspQQ_<#o8$wYBr{x2@q&b^7H(kpP&D8ce>w+L=2GiditX`Is)L2Uu;)kBW~Xj z@f~1*0HzRy11NxlD2PKSglR71{-=?AFDx7_3*CC1ITedGV=&Uip~#@R#TJ=!;J=!z}`O*Q(O4VEjM(fYn7oH6*#FRkntcyQ(DUTf){WvZ@*TQ#1GIU|hMX*8NW1 zkjutrQT(__t!>qs($F^Z>Wl2|7>ArKi65$x@X4r)il7RbtS(YoMQ+rET4|3lwTARw zRE-N&ZYb5-#V>H{KjZ2v>^Qas$5+Enw`pE>N3di~t-dp~Mo^i-QqLT;9f;RyV%fvK zIkBKMn8JSd3mncS9cS>W_~IoTcPCb1Xf`j+wl&`L!=^K6!M@Wp`@Y8z8nESzY;!U$ z4ri;#8{5HGee3P$5jhA&zOg~VGDuO>G6tCJb=*s`B&42QGhX`f9I)PLZVpbo^iyBw vp3gzXOJ|5C?KI4& zT)!pYE5HB&Od$&UkPp*{#(w0-0TjSN6vQDE!eM;S@}Y1G;K&aO9pEU6;24VHIEu{@ zImQWeIf>I3l;VWf=ozOtbcxd)y33WEfS&K?u@hP+PPy_fcf!1$=lgjc6EwR)xuC;t zS&lCs^U^V2Bh=>jj!NHC75Ju;z9;n9#J-l)d+knPjCZn2u(~Lyh9p+Oo z#rKQU+E%G5b#2qHw#eR&vCp$b@uVUNAB>u)2&$mT>LR6;<$6u17I!$NT9@95s&T5y zb)`~0{RytUA6b2ZZM$#5@x`#+X_)7o5iD9$t7i|b5maWd*fj?&8{&1ESp8wooLJBr zOkuC{5e{dQwmo=Rc>V&8I}tG z>%NUIde)oK12PCj_Shg{NmCTHi~%Nl8FdpZ38^QSjGKNq2dsN|GzUpH{n*1tPv;=x trZWUDBOt)I{=_msXMJ;!`Wp^CB00NEf(&u6ZiYBgZtCzeGs=)V{sS83;-LTl literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en_CA/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/en_CA/formats.py new file mode 100644 index 0000000..b34551d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/en_CA/formats.py @@ -0,0 +1,31 @@ +# 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 = "Y-m-d" +SHORT_DATETIME_FORMAT = "Y-m-d 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 = [ + "%Y-%m-%d", # '2006-05-15' + "%y-%m-%d", # '06-05-15' +] +DATETIME_INPUT_FORMATS = [ + "%Y-%m-%d %H:%M:%S", # '2006-05-15 14:30:57' + "%y-%m-%d %H:%M:%S", # '06-05-15 14:30:57' + "%Y-%m-%d %H:%M:%S.%f", # '2006-05-15 14:30:57.000200' + "%y-%m-%d %H:%M:%S.%f", # '06-05-15 14:30:57.000200' + "%Y-%m-%d %H:%M", # '2006-05-15 14:30' + "%y-%m-%d %H:%M", # '06-05-15 14:30' +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/en_GB/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bc4b2ccfaf2ee42c63bfbf95b4b94de5ee7f4e73 GIT binary patch literal 12108 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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/env/lib/python3.12/site-packages/django/conf/locale/en_GB/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/en_GB/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/en_GB/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d47b04bab4783611a4fd8f959a97514e26350ed7 GIT binary patch literal 218 zcmX@j%ge<81Qum;vOx4>5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!s?^WO&rQ`YE-lE& zOis+sEYf#LElbVGFGwxY52)04$x6&i&(}`@Qzfan1v!Z&srspTW%@apN%{qqB^mj7 z#(IWE`o)cJ(GdWDykfh28*%r6 zi0=Rc1Tcjt>_a~6M}8bY0USg@e1wj02!(JMN7_CVZUY?sNudaip(s8^F&sz7vqX+| zf<0DbwFM>Ma`8p1 z$g6^0k`$3w7csRe?h4x5*$0d!@QN-TT|28%so(6%97r-^9| z`^LnC=3ol@-7j!Bn{@2Ko5HKtaNM1k`JvIgGTP>N(+`{WpauJO)98C1y?g;%_Q*0O z3I&%|q6ATH-7dNz5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!s?^WO&rQ`YE-lE& zOis+sEYf#LElbVGFGwxY52)04$x6&i&(}`@Qzfan1v!Z&srspTW%@apN%{qqB^mj7 z#(IWE`o)oX9qSqnpgUt5Sn>Dw01d(LkRX&=}6(pmzyJ^J&)_zRkaW11G(yksIl)E4^b(w*9bW z4cl;Fwe$h;XjLAzt+A<3C;8EQ?R#%p=z3s$7^m<>$p4#M;IN`8idqFgBy|&X!f_m! zmp2h7@oWKNPW)^EqE6xk(Pys~An7EMSl{`)Dc1rpchSIeoKve5NaD_zLn7la@o$lF H0?+;jXOQ@9 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/en_IE/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/en_IE/formats.py new file mode 100644 index 0000000..81b8324 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/eo/LC_MESSAGES/django.mo b/env/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 zcmc(n3xFL(neQ7!9swhu@(_VeATR?nlMo)lK!8l%BooHWBnS~>&pACaJ?EV6WB2Jv zCJG|%Dxm8sDhoo?RpBZszCc|cco%}MS6tUs-1VyK!s1n2715Q8uXTU_s_JvjOeV<$ zb+<{)zpJ|5_0?D3_tkg!mm?2&o5yq6exCON@EdbH?@PSD;dx5+ypNEWf*%D}gC`$v z^VLB9c{lLqeDHnXx!|MVdEoIUc-}GKW#IF{I>X{|gUa%^1T~84ZPFE9|D#CyP*30D0l?;BT)1GTabU=^O&4dz;i&2<4REV zj({px2UX7mcsO_!sBym$RDJITRqk$ZF8Dc6`5y#N1-}le+;2dQ_k)_p&w;Anc%_1mpEJrvQ@lG!2`e=I1HxXA>c#c zLE!g5)%OFJ{yVUT_(2fGf#5mdGr%P-z7$ls)!-H20H}69;P7rxn-;Y76^qzF-3l>?r>;m^E{UVSl_4+`zgqMJagKq^jpSOeB z2cHE+&rgBczlWY-@py*|9WDjcuR+iUUjnNCSAn93KL<6A9WMPnp!)Fvuot|`r9TF) zB>n_Qlisp{)``$6^R`=IK13{?J~IeZEfoqOll`8~|xkq(am zRqg~(biKggX`tF!2y(P|{os7C1~O&dn?RPp+X;$4J_(9no%KT7{}+Kee`}!D_c{=k z?Y#?BfA0e|uU`Pw?pHz4**C!FfWHEj?^zt~8qX09k99Z?Jeu@QQ2CaE8pjGy^STaH z|2Kgu-vGrgUkPenzX__{M?uluW8f*^67*zRx zcj-@nPZ9qm_!aP{5bw9Z&$3u*?@(|M}TL8 zD!=`zI4n6Fby#tjILsVwb@&R0uL4B}uK_hbZ*b{vcK9|>eBc)M{Wh2W*P!;p?cnj? z$3W5NKY*g6Uw|9HV=jUQzzP_G_kmY}9T!`CE%ncxU0zVvob^YIY)%Kcbt@YTdOEw}vVpTVPup9FIdz4n6q^EU7Y*5KU?vUR+# zfZ8tyth9I{cmnZWhnIss@onz=EiQgH_)O9ta`e4gtAmZCWmA@7g{k#EG{qF=1 z0zU|9-S2ks&w=854}iyj4}(7VYf$YUx7yO-rM#V6XwI zUsr)D_j*w0)QzC_*ZrXO)i>PtAA;g9kAs@uUxRDGLoTu7*$9TjH-oPO{}wERYshp5 zco%pVxN#ja0C+$@ybrt|Tmc@w-t!1!Zx(FVj?J`?_ zF{u3Kg6ikRE`625ewRMz@Cs1*1NS|0n7H)Z#jgTY-)lh8%?+T&c?+n1-tNBN<>L2% zA0+)=P;^jvu`PcMsCj%HsB!-VXvPU@{cZ&{UmpUM@1vml_eoIu`}3gs@e}Yl;D3PP zYX@I$?E!~^i-<1=^*sm0Pp=0dRquVE=c=`z{dy^=@}r>o z@mlx&jiCDfE>Qiv9aO(R0A37!*roprTuuB*a4~q%W_#|WU?=fMLAHW7_a*QWa0`E4 z3Vs$;{l{@=iLQL`Xz(=faIg=2J~-&U$DsPZ4b=R+9#r`oLG|meT>7n`*6rP3A9xqI z5_|$wJLl54#?uFComYdZ_cBoYZ5-4*Y;$-GIFI;spyusPm;PB7-w7T^`Zqz%`_Do3 z=U_IS+B*zXeMf<6_XKbbc(O}h2x>epban_>!GeGsP7gYMi;B)t5zkoj?et8+&2Dm)5-;W+~bO@@P@8YL8Jl)|U zhi5zNb$F4(C(hyUd8+o0A`v{r zy&uZ=ocG6FT)gB(q+JJY0`(kA_+JEAnfEB6c*Hl0=XhSua1rqV(ZWM6E(iz@5^97a zUA?@TXIb$A>MYUYyF7noqvr3&-Fp|`4kT^4i{)KQNX+Ht~hOj^H#q(D8BHpG)H2)gHHH4oLjvyRFe(j-N!nX)# zyYkQGUC(^tpSQ2(ulQY=z}E2oo^U=v&y9pr3G2!KeDGjb&ojZ0xcHHtcM=0oT?7si^xR>=?CUS_eu_)~D(^bO44-ysXMt-;`!3;m zyw|~_!5@Opc6kot{Z!sBAWH_&p&ZY$m*ka3SADz>5jLAiRQ5Jn!eFpYQ}> zh13W(2wFqnAX#<5te!PmB-(n#G${Sqm-v<7&o>kO-Y^E`F_;!Yr&)n z2DRa6G*9x(PtqbeP8xo=Ey@}_G&vH5)$*2VFdSBCwU%e5y*!Ryo`?Pjg>0|3OwG5T zqnad@yuPI|S*Jx)QJT~`v+e~Qjf9HQuo^U?B+ka7x?0)o$BeJFq-&?;3}Vj3s$GCDQs-i{iWyHb2^E+vg;1jJ3Wh*7~?L3@goVinKmW zhC!=EMf53)wuf|cc+xc37UN^)ujo+sRv) zrb*hFd0jpSUhhRc^Sq`0C4-l)_mkoAu+;FD_Ipc5(x?&yapo>*2q=TTbhqTm_XJ@gR1hbh)1g?@Afbq z4x({NdVN6#(RzK5UYchr*B8d4*q?Sg*qD?Yrk}2Rn za?NeU>OXSL4xe2$5hZME(~mTvr|O7hKh;TZ+4itB<}J5txSVW$hux22XrvbjN!~CF z%%v%sjQFV;&+@Po)`nReUZPr1_1RK3T7~y{%cGReC+Q>uDu>%bc4rzIeh^fv$yNr+ zLWVuwa_C_+@ihx@vc_bQuskW{&{o4tvbQ{Ea^O+CH0b$?8k6n^<#HNk8L@g}(uc;F z{J3oAqErpC%<-BY)8dv;+1%_H!s+n}(p(W|IlXI)1&mkya-H>SiA|2#Qng?kJf`eM zTdxKsy8m=b!q@htXf(<>F&x6=)yuHei-gtR_o}i#VqNBtOCa^9(+wSv)5=1-BkU-# zGJh<9Y&akjmewvn*)NT;QA(V#eg|`+9Gq}4kH%PMxwEYgv#uxGdqw6ZC`3^@8E2!bW`@n>*Jm)+@~(GGAvo!?Ag*Lxov#ej8jIg z0NJP7i0W0&fDu1ygmqtM=JZOZ(t@3EN{=F4hb8u!H z5m7uUs@WJvB}7@DwPE73E_ZtIl5VHW;21LDd5FCaZ@W#EpbEL>Ha!E5qS557J3*r4$8?QX+pZglz?E zs{rt|8k#>y*bPR;v1-rEX0$VN$E3t}cU<@QOWnEM%w~>sRqwKFX?>BNp?3UwfS9~8 zijB0mvMNc01*q%TDg=g=NjhxASdX_b8jbz6;iTW8-g3^dI>_FL3yj@pD!iKEbb2dM zrVs{Jrjde#e832kD|4h#F$5&F;Uo)3ky| zA~h|UA1B?-)C>Ja0M(;a#-(arE^1(NY;Xm;2NH%g*~`>4i-`ut(8R*D%ZG;rOi>!v zk_jV$)O!3OI$^}&dYUwl^+ZQ0+!Vo295NJ9nfk-DRh1ZRIbovGsMH`k{f1AL#==sC zZuR(fsOZuxA3L@brdoSsYD7Td z>MSv20eLenYs!F3EH4^mnNf2ScA8Um?7R8etfNjh{Eh`3!Y%eB?aVsGq0rqj64f18 z#F)1Rc~yJ&k{~u5^O69CR{Gr~IqK0Rc^rCcgW*XS<=P;QgK_|F4=Q8c+OZlc&ss=~ z(rYKv(aG)Jx}Y(k%GRNr=IB&3pZF|09b@qF9vicF{1-q7tP_C(4rzJE=pC-E-NjE&sabOXLY(@RjSjQqE zY`9+|vD2LKvJL&XWhdxIbt8yJ1EVk-jhyPndq+1Fb@upuNu_rG?Nur&Qr1tx|FQ}x6IMN6pI56brOBMx?P_?BcPVPR6!%NxQ0vTQ z6(2R~wpr#&Q;q=d(k#Q?S@H(@y#Z}A)=I}HTa`nz0UJYvf|=qZsd9$4 z&7q=&EX=FW8_I0E1y(Z99y@3xR&8hOA zG{%}$6lIHZsIYcgnsZ&+Q>IqOTe+P6XYHoDscDxys))S~(`&P}4J4e0@N*w?x2Qta zF21|OT@tby;$hBNECj5P|v)WcNr!o6dXHlBRvW7}BMF%*5iv^n! zmbWNDr}Q1(V9rqB$XbuB!5B7JFhr^v^9Cm+>l&8h4F%&-g}*f{&qEx5sW%idq#W4R z@R;04e~<>nge5s4;TtBkzWJiX$5i!G1%f z;Fl~jev9ejluwj*!aSyIQ-l;VO>WanwKoinu|Q*anrV55Q2)K5q#l*v+*Za%lIQ&t zgqHJttYREA$oQ;P8kAuMNsI}mpzR?p1_-vMJgta8hCsw35R-BgRD1oUKAc4|q`$OY z$Ki9Gx3OHy(}uUPB9pjw5js96P{x8xqSc#QvWVM~hPG15*GimhC08A-6cxh_3sd$e ztU#-2=2VIoClgtiWgY#FK^GLG>{6{{>Pgd_os0?J)IrTiQB5ImV_MF=joXJ&1~-Yz zG`S6G+0>bJ?8s#+?)faMveueSVH|GHr6M+OVm3u#!w7q!$Lm&ULt{++lKEqeMm_6Y zxUig*vYxWBwxh7=5~v4T!oo0KXapyj0XnmVocz-CvW4@JFuCwSliXtHWIrAn28F>#ZcX=h?DFdE#}aJbOox)66UJBX_rA&zWXX_~Nl zt`?#odUL>MAy>9sN{||4MkS&FOeW3C0@FgFBU0M#G!18ri>{KG0R3PTX&HuFX!p*@9$o|-0%l7?9%RxRnA=7>eapd{hNEUY;#X; zo-42XV^rJL$r)PMJaok$rIpRgmtW~`-b@Qu_V@Q***1t-j6n)Op{v@t@jGVdYo|G1 zP=8rWqw(4WvbPnxU(17+Bcd~{896PabnDXt~^P{#S27^A6LSJ6AX0V`>BuPJwLlIbIfdwnZ|&DmhA zZr%OaXjJa*%SW^Bp`_QJGjM75hH!#wj3n+}&RX{Rix(|k+`Z`R?!{;Oi_Ymi>%7w! z@yuC=)ukKpInK~0lC;4U#Tj)cvRPHlK3v{GBr|x?60F? z_fQzrdi~~olHVbT5rJ{*)~!9JifAO*&ALSUoCq&DQLo2(_ZRJyUxew@G;S6TI{<*_ZquJ43KTPHf zm^+;Am6CS2t*}=**^C3yi==JzJZ;MnBwV~ayvyGo#;0F(U2y3bzR<<+QQVdXpqr9!U z9Bb76&`5`V>45UhuIR|jtYa5aJKgIP0f(bngTOX%^qRoul}8ODRQmKD*b z!ci}3Bo&pN5+}o+UH8@o5A2Ar?^n=?MR`)*xUJxASKmEpeckfht1yVALxt~NoCVf* zPq1@`T=&qZg5f|CPgEtViL8z?ZZ`tIV`<^RmvmasJ<3_XJ;b92Un|Ew%HXc2ybpXx z&Se*i<0L)a?M-Vw@D@FWKT54p+OHv zx{y!sK)Y|a_&_zMYJEuThb|0SCY38Rw$^%?vkJF8XFn9Rc31~KhG3oc7=!JxocC;v zT&~is2#JWB8rJt{QEU#dVh|rb>@cQ$2UQdLJ_MnGL9?Um6gM8q&Al|tn zLItnziECRogKMq(9*twkt|Yi9!D&t5@nWpwYLkVEcJ9creqdOfK+(W`56i#CRZ)*{ z;LE*rxWJ4izB#7t>Prx`OonbI!(2R0*nY`{FYwmqFfy)vyq(vDJ8uuk`U19~(zLHN^w~>qBl7I6k;m z+YmPD$pbqYfn50#Z(U&g_)xMAIm(LBc zX2A}i8u^L1Ug6WH85sAg?BnsCKcL8-8sQd+oiL7I*bo^&$xN#zzMjWy>t?h6J#~m$ z@gd!(R;Lv)Q;O}5`+U&~^uujdP|2bi>n+uqqt4E7877wo6%JwcKnMG(`L)e)&n=XO zuesTKo$R|f8Q*J#uA8~+du)(a(`^oDm}*tow7S}S(d1d!)0O<<`sS?aKxSv}I-~8Lb8Ry_yXrN)(|X@(p%}*>(ES42@q-IBLWIWIxCs5c=bkvSbPyvL7s4Zsy}qq3=cqjg4Dix8(>`QIg(Q+nq;`jNl{z7mP?+ua?(^w3WRBF>9r(?G#&|oq{xX}!SS_Il zwxU}M2vwf5L zXb4j+uHQPV3t^+jU%^epICE+0K;Y6Y-o5{!ZBq_+Nau1vL_}p}%yHWkcaRpE(u^Dm zYe=vU?5NU@DpHij!kAc16bdH8Oa+oP!kCrY<%G!3paKu~Bn5~Ne?7S&A}DJ|OGYx6 zAv3ul8tD!X44KJAwa&I!?S%cgvTCn9W%iBB67Tm^Zn=%ob0wTPv0 z30{LpXoavuPKb!?#t9K%PWWq_5OKg7aD2gdAU5AID=3%T4+mjND6HG*BPTOjG}jvN zs(o@m6mvu-E!#ROL0wm+DS|l02~op_Jv$)6@ek2BdpjO`4x?+q`1bkyM2U}g(vxT zYPRDEN-lIR>!XM_WP+FCcJ8;DUW$@bDv`F+Zv7Nx45%`=s-(m!8a1x%DgA-Vh2z?N zv_}8YkJB<)bXK77@iphJT#`an<_`6wl2>3=<8f=+%ojUt#^@k5UUGn~+Z+*UzOG{8 zWw@?UlvLWfdc_JV&4N`LinUkv<0>gO3u%>w}W+6lnY0XS# zk)X+BV}|SDHizb}GoAavojaKAy}2*CeTkwP=pw@~U*o<=G_OX9ZZ-Ie`yzY_z(+=~ zJ&?w@7VkxI2<|hzwGsY^jBp+9i~L1n2k1_g*V7<_r!!0I@(Q+)VLTW0$?SWRCm1h) zHr64o2@}$i$sItP(#)o5fHK z2g-QsBr%uU@?^B6$G*oThsuH7&&SpPcj^+Gs^j-2TOFo0bX|T-n+6aE1~-1BCMlvH zACc~$+O40Euz9Q%jaw(_*W3kR06`N>i;fdbUiZ(JDzyu8@h z=*e1FZ6BRW^o2W1omYkrPxoUK7j`y<^%w$iXq=$x^&$UaV`0NQ(mXP-m0`q?DL_1F zlmpjP$|Tt~wQFs`-5)l#Q&=n9c{A=>lDSPPepI1)mu8P)qlB|aLG^(hd4sP#d-?3I zm1#pvTFaM|6HKn#k-dP6S7m6dDhZ_E2LE#+bjWvbOC!!;3qPHY>abJ2xg3eK5&6d@PI_x z^#-uM4VazUlu+2y91@MdIzi&Qsda}5TL;JpX_>1y#@-S`F&@cq=8iP8|8=M_ZRH%Y zX2R@-LiRES;-(v91=^TyMDE%5iuSpPbA{x5oS_4zlk~mK6_U}mo3-T%xu?-OnOkBq zCW#`a_=F=qCmAN3Xoh=KWnj~M;rqsk7sE*~$Kl<96`wpAeitkcmU?oxDunVRgGAKY zRMf3OxJi?6h@$yfzbcE zE6>Tm{`EVoden)T6fFr`sPUgfnc=t18zf7?lxv&{k!dr0b z1#eTCM{$)zzHH0TT2m(!Q673zd&av#<~8LJr5d3b2MNejl;SR%}ko{^%pg4@_zOH+sV4El@Mj3G69 zvb3L>?UQe9T1`o;aH~WT+ca+6DQPMy=YM)qj#)h`JqmiJZ2$lt?y<2?Ms!vYus~2jrxu-HG z>J;^OnzE)1*{*XIC#^(QZ5{nqmGc!*(HHBOQkC0+!}>qpz_6sale>Z|WeIvlHHMb? zO&xq(hD9W*U7Lbp|< z)%Cm>nnZ7G1I#g$);!r!UCfA$;{886RA=5tc5GYy|86Hte~IzFF@$V6AtIqj$5=0r zHjJeYs}0MC*2avQ4^lVAV~z~-3-q8-(@i$+i4S}TA4_g5dt`9zk>1On9FKLB-5xPK z{XuO*)Hiax@z}$yXsNpgZ{BWO*G2fM^H)sVPXIxqJmZgu^4xC}!G6_f9S$jQsnZUe zYauE0UEMRiQ|ET$TR2XyD69YFlgDXh(D)Zt8Y=458KwLS$K_ubcEQ1RaW53hbZ#b| zu^`l)Z=s#qI1ISaMidhBvm8(EN0=jsNE*|M4g^XTe zc)YQG$uXu)8)>O`x{|(xN4|$cL+y-suMNzy_BQXk`|fG|cjc9TipE+)@ps#<{1pEb zZEqeLn(nvQ8t#4f%%V+bqTN|>O6e;*EeqE*Zb3_q(va(|FVo&fMGFOe6wBv#%y!aT z4_eoO{6f{zx_Y3SA$u|O2X|xd4ehCkHad6r_9I+rbL7mj5dROXsaFrPEa&vOS>`rQ zGk%905E-s, 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/env/lib/python3.12/site-packages/django/conf/locale/eo/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/eo/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/eo/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bedd4230dbb5ddaacce94e419743474a971e874a GIT binary patch literal 215 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, 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 +# Nahuel Villegas, 2026 +# Natalia, 2024 +# ntrrgc , 2013 +# ntrrgc , 2013 +# Pablo, 2015 +# Pablo, 2015 +# Sebastián Magrí, 2013 +# Sebastián Magrí, 2013 +# Uriel Medina , 2020-2021,2023,2026 +# Veronicabh , 2015 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Uriel Medina , 2020-2021,2023,2026\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 "Haitian Creole" +msgstr "Criollo Haitiano" + +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\"." + +msgid "- Select an option -" +msgstr "" + +#, 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 binary value." +msgstr "" + +#, 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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "" + +msgctxt "Task" +msgid "Ready" +msgstr "Listo" + +msgctxt "Task" +msgid "Running" +msgstr "Ejecutando" + +msgctxt "Task" +msgid "Failed" +msgstr "Fallo" + +msgctxt "Task" +msgid "Successful" +msgstr "Exitoso" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/es/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/es/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..233f7a8e5411730cebfb8aa118c84c3a92d358dc GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQmir;;Cox2PLMfO`9emNeg|67eC-ze1@oxMOp-<9vFq+t;8$4x7^ePni~49uj*rMp{51s6*g>fp1l#J8Gg@;48Fna?MgylF zvWm*9g5paK8!f0qK-q!dXVASXmE5N54Os4Qr75fF746RtOvwuf#i;NZ3wh2ZcX^)b Zew^Nq>ey0YKJ^>6hLwHvqq#V!K?M zX%uorpp5jw&?Xy5Z>sk-~qv?j4Zs-lQVWyp9dZ(thLd%O`AJ#4ZIykB;icDzH zEQV|!vh`gy%N$wJElsn999zn%tS3U^ByG3kmE0!xYdDE}DNbSZrR%Vdzse`rw z@j8sP{!mxP8q@|;sCPfY;cVP72G6t4&Y;;HYfp!2^FnQF=0*>j#-Igtqp9k|W5Sj( z>Z@ZjJDjcPmwf|IbnVqBMW%564O1c8(oIp+G60yzmq9xmCtK|7lCcwy<{)avAI?F< zPTY6$lhZj!+KD8|iQLQBp77G^PPyhF_J{V}BQdp%faHmzO%g}Uj>SJQqXfC*A9n!o A(f|Me literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/es/formats.py new file mode 100644 index 0000000..f2716bb --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..610fd1423bfdfe632a3dc190e68c120b28ecfc65 GIT binary patch literal 29936 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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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\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 "Haitian Creole" +msgstr "Creole haitiano" + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Listo" + +msgctxt "Task" +msgid "Running" +msgstr "Corriendo" + +msgctxt "Task" +msgid "Failed" +msgstr "Fallado" + +msgctxt "Task" +msgid "Successful" +msgstr "Exitoso" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/es_AR/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/es_AR/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..963bb0aa4af2defb600a510e6596c463b6f32c16 GIT binary patch literal 218 zcmZ8bK?=e!5Nxc12z`hLyQmirA_zT;_<<1XYGczRBxxZp@!|)3i_h={(pyia;>m&C znO$aJo=Gx^0#?oa+ViVl|7eHdbBla5CA&vt2H|RZPv@af6@smG!E;t}0~t0bltu%4 z580K;i-Oaa99CK|hk&vH!H=N5E0kQO^95M$aHd&avJ2XuA95wnAXLso$XL2P0Hs`V dM`@~kH(pojR14ggQD{QK*j~J2LWqfj`T!nlJhlJ; literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_AR/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..79b4fa20d703f15e7d7a8f5c839739c01c2b5ffc GIT binary patch literal 813 zcmZXRO^?!06ozjp3||8Urr=~^CSBMCiE^WE3^B$kWgyy?loG?uBu(X(uK`LZLu^;$ zuW;kajq$g*VcD>CH9O+$Sb2-UK;|Yr=RMCo@99bVJCTS1a$e28_kYp={PBzJ32emO zTOz&z3=qH+qHq8OFpX#&L_r)vA$)|6a2SPg1V=jo6zKpQ`$3^7j-wbpMsb`#$4)ZO zxS>8Lb4{176nk!TtvO%PWdb98?h;>`T-gm_ID}0%x=wz>t-ppF;W6ZgkSDDh<>Zgt z^p}5U5ibdvsFxL060}8J zt4h0q@o)A)x+w~(E-A8B*&0&+tCG;%l61YIsG7b%HG7W^#+9pT-S2GbN?HFTiXRr4 zwXG`G8ro)FeUaO(amdpp@qJYiKI(O`Ca8j@sEdqNQ5tnYF6}W!ZbKmhu1@Ssf&Ea@pOigHxW^mB^ z49Cv2YmHtOp1**0Z)!dp8?7s&W7?a3*s?}#IIvpAfOu?OP+{Ae42`K>7(1)T>!F3O z2j-hejx0iv$JR+$(iBB4V}N;d6ZeuV37PX7#$(UsAnl!;&q2y#AN%_B$sA-oHcK>V m4>4XaxeU>{z#L@$M#5(#=awmuJ@tG2nDH_vUzrI@-tiA3faJdb literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_AR/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/es_AR/formats.py new file mode 100644 index 0000000..601b458 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/es_CO/LC_MESSAGES/django.po new file mode 100644 index 0000000..9f839fe --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/es_CO/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/es_CO/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b92752ae96bc6389db7220257fff9850200fb0a2 GIT binary patch literal 218 zcmZ8bK?=e!5Nxc12z`hLyQmir;>DiTAB0#}8=EE}Neg+27eC-ze1PY&$P z>@oxMOp-|yuxjqto?rd?M>`CkTjZlD**zjN2v^&CIuC`a5Nxdrp0ko0$gn}7G#WT~ z$gWIY6r8@~u+oA#1e6U3egy4Zq2w~1FTiq#GtKgnUC{pgkSloxp>ifd#?tK`DCLqn cN>lB-@w!r{THwZvLK70k_Tn8ALQEXg2Od5=wEzGB literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_CO/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c06cee9860a0783301528654d635392424509188 GIT binary patch literal 850 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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/env/lib/python3.12/site-packages/django/conf/locale/es_MX/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/es_MX/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e08d2e627782131a349ca823809bef90ea201d61 GIT binary patch literal 218 zcmZ8bK?=e!5Nxc12z`hLyQmir;;C1~qqh+2YGczRBxxZp@!|)3i_h={(pyia;>m&C znO$aJo=Gx^0#?oa+ViVl|7eHdbBla5CA&vt2H|RZPv@af6@smG!E;t}0~t0bltu%4 z580K;i-Oaa99CK|hk&vH!H=N5E0kQO^95M$aHd&avJ2XuA95wnAXLso$XL2P0Hs`V dM`@~kH(pojR14ggQD{QK*j~J2LWqfj`T!xtJjeh5 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_MX/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b2b470b78517232fd7052d7f924653965315238 GIT binary patch literal 850 zcmZWnOOMh}6u#yC7%1;dG-}PH3linVabt)vRw)C~wxpDdZAhBREw5=Qp$w6(#$Vya zl{4cV8FSH^PTgZ?>jm7=KhJrA^@K^lb?Oy1>mn+Y>#J?+`h-j z4}gFI5TOvrqj->4@gkq%Lw?1N0!jb{m0$;;&@Vy>VGLsoqlgkgQ6-9wl%r`ZA9u(; z)kIC5D&K+Zcq_%8^W;C4YHC!|XlhNHa@(PuIBUMB3*Yf52ym&cH)QZ&NzK&yr=e!8+Jt$R>X^I{H}n{ z#}?5NBe7~(5III#M5QXXD@eDqPb6iQ5mip$rOMWjxT{Kxyk(O0iXckr{?zO}bug}6 z73;22R)w;9&a$5tskN=j*Ba7hUVV|g2aNe~w)sUkG$3}4#g zNWQ^+U`6#z6dJWEfA$;P;+uojH`ujI9om<}Zm*?X^hU6xPjtf?>LXa2!ct!wbS#M0 zFxJhXp^bH@4<^v)eTBp6xN8kw7hau0yEoQf4z<>W*3s>a9=5DO8yZ$iGqA^2xi7G7 zjZAH97lzYS=&fm?OGAG*%Hc)aPhy|ru=ElHu?zt6`BiitPvej}y&~tCXETtTr=QM1 vVxD>I=Eo;9kez3;IKT1ua-JDT-9&F?wygJ=H(rw8yw literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_MX/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/es_MX/formats.py new file mode 100644 index 0000000..d675d79 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/es_MX/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 = "." # ',' is also official (less common): NOM-008-SCFI-2002 +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_NI/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/es_NI/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_NI/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..98e55313dbc2d57e1df223c01b2c1192601fd21b GIT binary patch literal 218 zcmZ8bI|>3Z6iobp2zw9%@<={_z^b&xHgsp~a2ZUc6q(^A1qy2Enza5+y$i3psWuwLuHJ z0C~;TNyFhw9vdUMM?lqq6nikiS6VG+^94BJacX#Z<|lMNKa^S>LF$srm~pJw0%Jl6 d&)Cd__h{YdLo0D(hp`EbeBIfOBcF^nQ|1V!a2I+BlOu|nJ? z2l*CiY5B?>NVd0H>f2BLWAiOF-_l!Z%gVds&`urN3T;1v29)gZ8eG*ifiEn0?GS|^ zWk5>WRWmz4Nt8jMLcmULr+KPcqSzAEurm*+BGs|uhwRQcduY6;_Kh2MMHE-Wi)$}F zjw{3#(K0PEN`)6#T3kfM8oO&qcd}0;C59FhmgmIk){waC%Cxj)l8q`ah|2!f>^*g` zu2K^ku2NF?igL~{pBAaLt;W@x;$~lCk=vbd$S2Fp#~Mq2RvJv57HE+d7AdjHHybop z-s4EF$$nr2qk5ciW<=Qu6B1VJnVfP8)xb>eB9Qm0p>lX*4=Nhkeu w4iZl0v0ERX%t6-4WO04t@#Q>okh+NkA7RWb6Ciu+YTTT1Qt5BxID>cp11MVX{Qv*} literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_NI/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/es_NI/formats.py new file mode 100644 index 0000000..0c8112a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/es_PR/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/es_PR/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..278feb771ba4ed110af20044172ed12de9086af6 GIT binary patch literal 218 zcmZ8bI|>3Z6iobp2zw9>VHNU{q#iH#TVEFQxXh@F**SUK?C z%zMnh+_P*IE{SKKQfm8AeE=alJjDP2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/es_PR/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dc378c940691bb4cd9116071d275c2a7ef7a71b GIT binary patch literal 848 zcmZXRO^?!06ozm4EHKcad}N|gF_SJxlpDv5A;wsx3`C)%l$hR-G?iPvrcgo|B3+HY z!i_6k`CHtuY}mS*9dUN7yk&p^=Op)@bDsOYrzh#}XfzB+yqbRR|MURx$8EMj`gPpA zCFvW$00B%P3VV5yIMneVx&v_d2Zcg7g2MO+MQ{`y&0<-` zX8M^XZt9uhZBlG+Dc`dn{YNuREz>lbTGPt7&-6}BZ-urW!vR$6&^o!QYj;nZ<}l<2 zkW+TmEE}-nTbkiYd9IS@>UQ!T%5iNwc1U-|*?r?3+Ba_Kips61XV+e`QZ*Z0L<+nt zs6|n#@bV%emn*x5abNa9ToHIlt%y~*v^5;xb_HJ9l6bu&O0v2?HFbv$#udv_-Bl{8 zSX4g=!iNRBww0^3hP;_qU!-?y9P)TUcwesYAJw{0<0W1er3EXO#73R37WNoZZB*U~ zl6o$Qjas>S{tMi=e`ECpcFlnft;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/env/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 0000000..bd0a904 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e4f1426e45058409cd7bfc61d9adff2d2670c184 GIT binary patch literal 27310 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, 2011 +# Erlend Eelmets , 2020 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# madisvain , 2011 +# Martin , 2014-2015,2021-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Martin , 2014-2015,2021-2026\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 "Haitian Creole" +msgstr "haiti" + +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." + +msgid "- Select an option -" +msgstr "" + +#, 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 binary value." +msgstr "" + +#, 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 "" + +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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "" + +msgctxt "Task" +msgid "Ready" +msgstr "Valmis" + +msgctxt "Task" +msgid "Running" +msgstr "Käivitatud" + +msgctxt "Task" +msgid "Failed" +msgstr "Ebaõnnestus" + +msgctxt "Task" +msgid "Successful" +msgstr "Õnnestus" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/et/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/et/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/et/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba7623410cd3d794f01caf9be8e9e2833c1ff4d2 GIT binary patch literal 215 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 Cy#*)$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/eu/LC_MESSAGES/django.po new file mode 100644 index 0000000..f3e91a8 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/eu/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/eu/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/eu/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b362114b9dc08d52584dba8fa782cba9cf76b9bf GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQmir;;Cox2O+krO`9emNeg|67eC-ze1@oxMOp-<9vFq+t;8$4x7^ePni~49uj*rMp{51s6*g>fp1l#J8=d9)iGVD+&jRsCV zWEGQF1;v*fHd-);fU*O@&!Br(D!EP98?fBrO0&FXSF}Gr8I$WU!b3*7mgO!o^nIVshsLfLqj` z9Y^W*8!IaRN6)I1vX8VGu}$6Ai9W54bu-Fnb*GM_+L)*H9-Xa{i(~HKd za~N15se9&dVqTNrp&t(2=@qoyp=l>GGkE3tju{3GZ?Va~bzD5N$veNCTtR;vv=X;Y zGYqrN1Mc*OjgLx+E7oqfxcqDh3UTRl36A6PQ>ss%FF_?PR}#HG0+kcWs4vFF(ihGz HCcAzE&9S#+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/eu/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/eu/formats.py new file mode 100644 index 0000000..e707f93 --- /dev/null +++ b/env/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(\e)\k\o N\k j" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"Y(\e)\k\o N\k j, H:i" +YEAR_MONTH_FORMAT = r"Y(\e)\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/env/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/fa/LC_MESSAGES/django.po new file mode 100644 index 0000000..7711668 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/fa/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/fa/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a380535f768e5699885d6d36700d9871d9acc3a9 GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKOnU%P$+FvN)uk<#Si!vpWzD(H%=Dg$w_8s zW;2I*M$szpIJkQ?>1#Uw80P+S3;JM9&X2&%d>W?C=%7>$Lfh$*Gg@;42|5%?qk&5g zNkwI$Ap45NMhj{YP&yF&3c9zYlKXhOgO*#|Xv%6@VEgL>Q!)pk7!?RPg*4@o+cb@J ZKQ51r$~u83v+y&BXFHj9NC+{ZcOO|cJFox% literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fa/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..469fa9dda7ebb852c2e5d39e42191672146eab8e GIT binary patch literal 576 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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/env/lib/python3.12/site-packages/django/conf/locale/fi/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/fi/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9632d99973c265ba1f2a9c4590998b63171c8e63 GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKOnU%P$+FvN)uk<#Si!vpWzD(H%=Dg$w_8s zW;2I*M$szpIJkQ?>1#Uw80P+S3;JM9&X2&%d>W?C=%7>$Lfh$*Gg@;42|5%?qk&5g zNkwI$Ap45NMhj{YP&yF&3c9zYlKXhOgO*#|Xv%6@VEgL>Q!)pk7!?RPhcxAq+cb@J ZKQ51r$~u83v+y&BXFHj9NC+{ZcOP1=JGcM< literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fi/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..006c04e8c3e2d6254cececc4ca4b834411904b38 GIT binary patch literal 891 zcmZWnzi-+=6h32q1p)?xleArsDi1`hPi>bDRVBBWfLbszMwL%UmdhCe7;FKFgs1ec z=+dF;)<2?4*De_?)=t?_qArc#XTSrS!AFUv|zR2NCLTH6GSpV=0&nj|WEO|GkzwIOpCl|*f= zWSbRPQT6Sv+`Y8Zu3S}`ex;_%W&M*ReOR!8ty*ui)K$Oc;$XAJuFeL%cC~CtdS9)H zAN8ix5EW6Cl?AI-T6>`EC5o$i`=u`F3(hw($R_X^&h>nxd#>0x*Xc zNiUrv7khlcc=<<{AnWDGo$>Nde17!w5^!FgBb<~+7%!Y&M(BgkC19`PvBv}tt~22v VUhV_#$oFu>$$D(=3p3%!tp8YX_@n>; literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fi/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/fi/formats.py new file mode 100644 index 0000000..d9fb6d2 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/fi/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. E Y" +TIME_FORMAT = "G.i" +DATETIME_FORMAT = r"j. E Y \k\e\l\l\o G.i" +YEAR_MONTH_FORMAT = "F Y" +MONTH_DAY_FORMAT = "j. F" +SHORT_DATE_FORMAT = "j.n.Y" +SHORT_DATETIME_FORMAT = "j.n.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", # '20.3.2014' + "%d.%m.%y", # '20.3.14' +] +DATETIME_INPUT_FORMATS = [ + "%d.%m.%Y %H.%M.%S", # '20.3.2014 14.30.59' + "%d.%m.%Y %H.%M.%S.%f", # '20.3.2014 14.30.59.000200' + "%d.%m.%Y %H.%M", # '20.3.2014 14.30' + "%d.%m.%y %H.%M.%S", # '20.3.14 14.30.59' + "%d.%m.%y %H.%M.%S.%f", # '20.3.14 14.30.59.000200' + "%d.%m.%y %H.%M", # '20.3.14 14.30' +] +TIME_INPUT_FORMATS = [ + "%H.%M.%S", # '14.30.59' + "%H.%M.%S.%f", # '14.30.59.000200' + "%H.%M", # '14.30' +] + +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # Non-breaking space +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..66f119694202edb1e6df5f6cb60130423c018d31 GIT binary patch literal 30823 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, 2021 +# Simon Charette , 2012 +# Claude Paroz , 2013-2026 +# Claude Paroz , 2011 +# Jannis Leidel , 2011 +# Jean-Baptiste Mora, 2014 +# Larlet David , 2011 +# Marie-Cécile Gohier , 2014 +# Sébastien Corbin , 2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Sébastien Corbin , 2026\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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\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 "Haitian Creole" +msgstr "Créole haïtien" + +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." + +msgid "- Select an option -" +msgstr "- Choisir une option -" + +#, 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 binary value." +msgstr "« %(value)s » n’est pas une valeur binaire correcte." + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "« %(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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "Aucun objet %s ne correspond à cette requête." + +msgctxt "Task" +msgid "Ready" +msgstr "Prête" + +msgctxt "Task" +msgid "Running" +msgstr "En cours" + +msgctxt "Task" +msgid "Failed" +msgstr "Échouée" + +msgctxt "Task" +msgid "Successful" +msgstr "Réussie" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/fr/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/fr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae0c8a95bfb1041e3e8b3b5cb58be8c81eb6cd0f GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKOnU%P$+FvN)uk<#Si!vpWzD(H%=Dg$w_8s zW;2I*M$szpIJkQ?>1#Uw80P+S3;JM9&X2&%d>W?C=%7>$Lfh$*Gg@;42|5%?qk&5g zNkwI$Ap45NMhj{YP&yF&3c9zYlKXhOgO*#|Xv%6@VEgL>Q!)pk7!?S)fi&fk+cb@J ZKQ51r$~u83v+y&BXFHj9NC+{ZcOP6;JHY?| literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fr/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..781eac0b8e4a16cb5933bb62ac3edbacff5914fd GIT binary patch literal 752 zcmZXROOMh}6vuBVo#8Ri;h9lmLSnigQEt?YA;ws38HlzerNs1Zn#wJ&X({2A(AD@U z+_*6A^kcYn!?I!PYIekl8&=*TAjG@4=YM|ZanH&9kx0YdF|mvbye1kIMU{AM8P{sk-eH5tAxP;WuNsmf zYt>!B`Cm`q^&Lqys*0)^hh203&{4ZeO>G33x}j8zccS=anckGuKj`!SAr zN)TVyB>t_@5bM0kYl^x|YgMJ$;AP=}v2s&-C91}ysx<30`SL5cC7Xlw6n0(5g5&A1 z+iRIuy%7|wnPs~}YXs|aDD=%i$Ax%fCYCd_&4~rA!3^5H_i#9$blt(z(&Hy^+?!aB zhGy%^>{#P%K5V&zHniQAXt& W^MvO}Mas{SinO23d|*de^2Q%%@709> literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/fr/formats.py new file mode 100644 index 0000000..338d8ad --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/fr/formats.py @@ -0,0 +1,27 @@ +# 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' +] +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/env/lib/python3.12/site-packages/django/conf/locale/fr_BE/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/fr_BE/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr_BE/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fr_BE/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd3b40607cca29e6c4debd47b29cc1df99aacc79 GIT binary patch literal 218 zcmZ8bK?=e!5Nxc12z`hLyQmir;z8 zD9%it6dbYbo>oknv_;rs_mj((WGLW7YR%;=iG13y&hZsnM}q2UN2@}2A=`|{PK$3@@>uC zYivFP1QdV>g+M;Vhy02k1(W~^DnS%dLMW_+y8uPL5lRGW6l)a4lo*ODagba^H!rebKZ2HN>?OM6^lEPIN8a*$si8Tnac53el8FQ}W)~o`aMLH*D?f zQpm~dl0~XkrW$2RbaMY8n(856##+xt*IzTWt;aHZrTUST9w zt@1*Hkrr{O-q;r@@8l3gT|;_PRTz0kGGdJvB=vA={x3QjSFH=8my}h$ zs$Q_{+XcC9t8>kkw4Em|3j1pu^Gt<(Q*SWuRFQ2m0weLlf|P1}OJump0ZVbM#u+Q9 z=K|kq*17ZV;10hzSbcy!%hciIYSinuwafk(R`i)}SR;K5n>MTrv|-nRXf0FS92weF zhx%{^jsAN$vZp<3_?&+F3{Lt}{mDpcUus=_vdzP`HS9pcYHNlLJ7e{Xg&k{bYSRfl zvR9FpriHEy{nfaDFXH_)lMB2p{RBZQV<1(yj=LvWypa#DQ*Q3w9Aw<==^Uip+yl>_ qKAMBPo6BQ=8wnPCb3ooE!uPQjmT8d3$&8!FNzx^=A5-HTp8W^EkLL>j literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr_BE/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/fr_BE/formats.py new file mode 100644 index 0000000..84f0657 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/fr_CA/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/fr_CA/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fr_CA/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd587607500f594cfd5a0a9156cdd5d0f586a285 GIT binary patch literal 218 zcmZ8bK?=e!5Nxc12z`hLyQmirB8WYUKM1j|Ha1N{k{0q3FMhzc_zYhl-aMIzCkJL{ zW|_m>vuuLZ?iy!zpDNqjOU+goCKA-!Vf?V(Z)f^BuhOIC9O1$HQuMguz! z#hJ;Ig2PuFHd-);fU*O@_n^J2l$__&8CdRcqFGt96WU)NN+pjVRLKOw(a_BrDCLqn cN^|Ys!)2omt-zHTge4@%ZZ(7mvYfPkWOty?E-xRae=8%=^5*dEO^O@;ej?0J2_{x}O@qM+b4a zf>d#wiYn&RkAm=i!LG*&rE*o?r|N@BHKC|&*nx6U6~eSuBW(BWXzYqo0IRjUuP`dIInJ-rXh6PRsl-G&MA zx(s!r*U^SL)VpKYX?=#h$*^g5UuK@afP>ahPxrLimDbP)8$Ya>-8$@;HLat=dSAWZ zVcqN-+HjERO;-NbhKWZV{Y^hXE<%xKpptD#Qxvrf048xAw8Kxy#y-1d?AW6@h}tKo za}cp(PaJ)ko`bj@ixW-k9>#WummWIdngjN)-}ji*#4-ZnWFl(E$pmY&CtsO zclWyD?pZcU0v6r%9Q6^;KVJRtxgOCJgxu$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fr_CH/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a19d762715dd58a0d889f741225f2afd34c15ab9 GIT binary patch literal 826 zcmZXS&5zPR7{;fR^3Ag4E2uFcF-;`VPSlGb##pyyAxcY1$%bB<%9O9AlmJU?PwQXd z#e?zYzv0yj$A+t?y^-B`;pCJrLFX{f^Zw>}-%gwUjK?DYua~ng{l^plzr13%d|Pw( z2Aj_S0Tm!ZC6G_`AyOrgU-ctOrBFZ(pr9J;02KO0s3ELjtYH*UBPgmyQA~~5@xqBi z_4B2C(;>^no)cdCyl2TZ#I-{q)?}MbcrD)94S}Cr@H-&}v5d(w&Aqcd2N@G?*xK2J zfJ5(+d8S-sszs*mr2j)K({@gdsn@s}chvX~+BP2274hV^_o04#y&=MbBdsq zB)Q5di>Okm?u&$XatP?Az{y%w5|#3<;dE2+Tysb0dRdYc?Qm-5FFG1ms>pRO+0>+x zb|DDw7Rhy6MXWWH?Y#OTyT8UUr+MM5Qsv%jb)m+|oFd7Kq*9g|bx!0DSVC-6-wLvJ zE=!GCMLhow?(my~)koO1Oao4?M%`XZzwC`6Z_JE=H8RGqW<$QO4?7k_YndA6XrNCG zXbfj?(E9*K_OxpaU$D=f!%1&yJRRw+OTA-Ewt3jHhHW^oTKd3%?Xh-NhHYzX>eC53 zvR9#3riHEs#_MqwU&Q-qCKq^Hk_164BOsBzj=Co)yd@uAC*1VCIiTHCZVpb}^aIc5 q9?e0I_ACr literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fr_CH/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/fr_CH/formats.py new file mode 100644 index 0000000..0a63166 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 0000000..172f283 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/fy/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/fy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/fy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..582d9681c31dbd898386970389f7a32693dd6edb GIT binary patch literal 215 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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/env/lib/python3.12/site-packages/django/conf/locale/ga/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ga/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ga/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85e7d333561afe8ab955e8aabbc069540c7cd57a GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4J;F$#ED~Dj$;oX2Ho3I$!)scK+7$zG|OvNVEgMsuH+Sj%9%hY7*NV3x0I&3 ZALsiK|yr*2z}`a)*1*IrpCAc1 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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/env/lib/python3.12/site-packages/django/conf/locale/gd/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/gd/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/gd/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4e083e721dcfa7e0fa178948fe4870e258bca6b2 GIT binary patch literal 215 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%0AAA@p}d^Z|vGPefGo3&U|# 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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-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-06-01 06:49+0000\n" +"Last-Translator: X Bello , 2023-2026\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 "Haitian Creole" +msgstr "Creole Haitiano" + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Listo" + +msgctxt "Task" +msgid "Running" +msgstr "En marcha" + +msgctxt "Task" +msgid "Failed" +msgstr "Fallóu" + +msgctxt "Task" +msgid "Successful" +msgstr "Exitoso" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/gl/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/gl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/gl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2312dd79509605512d3d3c5d02fae43cf30c8a4d GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4J;F$#ED~Dj$;oX2Ho3I$!)scK+7$zG|OvNVEgMsuH+Sj%9%hY1W?K)x0I&3 ZALsiiDF4% zjbcq;vaNND8$1*G}zJ41tGSQ;WH>?f0gQIcE{j~g|+{BV%y@JYL z95%W6DWy57c11!!SAasZ*a=8{U}j`w{J_P)uh_tSgHISp2;5L-g!0)yxc5m6xf10RE^1V~I&;v$1kkpR#b0QumqQvd(} literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/gl/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/gl/formats.py new file mode 100644 index 0000000..7372935 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/gl/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"j \d\e F \d\e Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"j \d\e F \d\e Y \á\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 = +# TIME_INPUT_FORMATS = +# DATETIME_INPUT_FORMATS = +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +# NUMBER_GROUPING = diff --git a/env/lib/python3.12/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4b33d60e32b4bf2d60f8e128e0b3a7f545c054a0 GIT binary patch literal 31744 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, 2011-2012 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2015,2017,2019-2020,2023,2025 +# Menachem G., 2021 +# Menachem G., 2021 +# Omer Mendler, 2026 +# אורי רודברג , 2021 +# Yaron Shahrabani , 2021,2026 +# אורי רודברג , 2020,2022-2023 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Omer Mendler, 2026\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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 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 "Haitian Creole" +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\" הופרה." + +msgid "- Select an option -" +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 "בוליאני (אמת או שקר)" + +#, 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 binary value." +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 "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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "" + +msgctxt "Task" +msgid "Ready" +msgstr "בהמתנה" + +msgctxt "Task" +msgid "Running" +msgstr "רצה" + +msgctxt "Task" +msgid "Failed" +msgstr "נכשלה" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/he/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/he/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c094c827fe78daa783f55d48291786d1a11c756 GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9*ok9XjuR=9(69irFa{H#bg6I<6(`-_ z-Rp{b#_@s#?Am)V>T5jz=%?XxBOO`NCSdZo%QA%AD+y`1xJGKA- literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/he/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4461664c1ce07c6b9fe86b79c32ffedfa17a573 GIT binary patch literal 535 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 JaqN3b@c-~O#9ROX literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 0000000..20da376 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/hi/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/hi/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8b81367ccf82f9779c3f6450018c5d473937a78d GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9*ok9XjuR=9(69irFa{H#bg6I<6(`-_ z-Rp{b#_@s#?Am)V>T5jz=%?XxBOO`N literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/hi/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ff5cb7990310d6355202cad4bdad7a6d604d826 GIT binary patch literal 409 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, 2011,2013 +# Berislav Lopac , 2013 +# Berislav Lopac , 2013 +# Bojan Mihelač , 2012 +# Boni Đukić , 2017 +# Jannis Leidel , 2011 +# Milo Ivir , 2025-2026 +# 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Milo Ivir , 2025-2026\n" +"Language-Team: Croatian (http://app.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 "Algerian Arabic" +msgstr "Alžirski arapski" + +msgid "Asturian" +msgstr "Asturijski" + +msgid "Azerbaijani" +msgstr "Azarbejdžanac" + +msgid "Bulgarian" +msgstr "Bugarski" + +msgid "Belarusian" +msgstr "Bjeloruski" + +msgid "Bengali" +msgstr "Bengalski" + +msgid "Breton" +msgstr "Bretonski" + +msgid "Bosnian" +msgstr "Bošnjački" + +msgid "Catalan" +msgstr "Katalanski" + +msgid "Central Kurdish (Sorani)" +msgstr "Središnji kurdski (Sorani)" + +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 "Haitian Creole" +msgstr "Haićanski kreolski" + +msgid "Hungarian" +msgstr "Mađarski" + +msgid "Armenian" +msgstr "Armenijski" + +msgid "Interlingua" +msgstr "Interlingua" + +msgid "Indonesian" +msgstr "Indonezijski" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "Ido" + +msgid "Icelandic" +msgstr "Islandski" + +msgid "Italian" +msgstr "Talijanski" + +msgid "Japanese" +msgstr "Japanski" + +msgid "Georgian" +msgstr "Gruzijski" + +msgid "Kabyle" +msgstr "Kabilski" + +msgid "Kazakh" +msgstr "Kazaški" + +msgid "Khmer" +msgstr "Kambođanski" + +msgid "Kannada" +msgstr "Kannada" + +msgid "Korean" +msgstr "Koreanski" + +msgid "Kyrgyz" +msgstr "Kirgiški" + +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 "Malay" +msgstr "Malajski" + +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 "Tajik" +msgstr "Tadžikistanski" + +msgid "Thai" +msgstr "Thai (tajlandski)" + +msgid "Turkmen" +msgstr "Turkmenski" + +msgid "Turkish" +msgstr "Turski" + +msgid "Tatar" +msgstr "Tatarski" + +msgid "Udmurt" +msgstr "Udmurtski" + +msgid "Uyghur" +msgstr "Ujgurski" + +msgid "Ukrainian" +msgstr "Ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbečki" + +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 "Objedinjavanje" + +#. 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 "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 "Upišite valjanu vrijednost." + +msgid "Enter a valid domain name." +msgstr "Upišite valjano ime domene." + +msgid "Enter a valid URL." +msgstr "Upišite valjan URL." + +msgid "Enter a valid integer." +msgstr "Upišite valjan cijeli broj." + +msgid "Enter a valid email address." +msgstr "Upišite valjanu 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 "" +"Upišite valjan indikator URL adrese (slug) koji se sastoji od slova, " +"znamenki, podvlaka ili znakova za rastavljanje riječi." + +msgid "" +"Enter a valid “slug” consisting of Unicode letters, numbers, underscores, or " +"hyphens." +msgstr "" +"Upišite valjan indikator URL adrese (slug) koji se sastoji od Unicode slova, " +"znamenki, podvlaka ili znakova za rastavljanje riječi." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Upišite valjanu %(protocol)s adresu." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ili IPv6" + +msgid "Enter only digits separated by commas." +msgstr "Upišite samo znamenke odvojene 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 is a multiple of step size %(limit_value)s." +msgstr "" +"Osigurajte da je ova vrijednost višekratna veličina koraka %(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 "" +"Osigurajte da je ova vrijednost višekratna veličina koraka %(limit_value)s, " +"počevši od %(offset)s, npr. %(offset)s, %(valid_value1)s, %(valid_value2)s i " +"tako dalje." + +#, 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 "Upišite 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 "" +"Datotečni nastavak „%(extension)s“ nije dozvoljen. Dozvoljena datotečni " +"nastavci su: %(allowed_extensions)s." + +msgid "Null characters are not allowed." +msgstr "„Null“ znakovi nisu dozvoljeni." + +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 "Constraint “%(name)s” is violated." +msgstr "Ograničenje „%(name)s“ je prekršeno." + +#, 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 "Vrsta polja: %(field_type)s" + +#, python-format +msgid "“%(value)s” value must be either True or False." +msgstr "„%(value)s” vrijednost mora biti „True“ ili „False“." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "„%(value)s” vrijednost mora biti „True“, „False“ ili „None“." + +msgid "Boolean (Either True or False)" +msgstr "Boolean (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "Znakovni niz (do %(max_length)s)" + +msgid "String (unlimited)" +msgstr "Znakovni niz (neograničeno)" + +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 "" +"„%(value)s” vrijednost nije u ispravnom formatu datuma. Format mora biti " +"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” vrijednost je u ispravnom formatu (YYYY-MM-DD), ali je datum " +"neispravan." + +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 "" +"„%(value)s” vrijednost nije u ispravnom formatu datuma. Format mora biti " +"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” vrijednost je u ispravnom formatu (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" +"[TZ]), ali je datum/vrijeme neispravno." + +msgid "Date (with time)" +msgstr "Datum (sa vremenom/satima)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "„%(value)s” vrijednost mora biti decimalni broj." + +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 "" +"„%(value)s” vrijednost nije u ispravnom formatu. Format mora biti [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +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 "„%(value)s“ vrijednost mora biti broj s pomičnim zarezom." + +msgid "Floating point number" +msgstr "Broj s pomičnim zarezom (floating point number)" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "„%(value)s“ vrijednost mora biti cijeli broj." + +msgid "Integer" +msgstr "Cijeli broj" + +msgid "Big (8 byte) integer" +msgstr "Big (8 byte) cijeli broj" + +msgid "Small integer" +msgstr "Mali cijeli broj" + +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 "„%(value)s“ vrijednost mora biti None, True ili False." + +msgid "Boolean (Either True, False or None)" +msgstr "Boolean (True, False ili None)" + +msgid "Positive big integer" +msgstr "Pozitivan veliki cijeli broj" + +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 "URL indikator (slug) (do %(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 "" +"Vrijenost „%(value)s” nije u ispravnom formatu. Mora biti u formatu " +"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 "" +"Vrijednost „%(value)s” je u ispravnom formatu (HH:MM[:ss[.uuuuuu]]), ali " +"vrijeme ne valja." + +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 "Vrijednost „%(value)s” nije ispravan UUID." + +msgid "Universally unique identifier" +msgstr "Univerzalan jedinstveni identifikator" + +msgid "File" +msgstr "Datoteka" + +msgid "Image" +msgstr "Slika" + +msgid "A JSON object" +msgstr "JSON objekt" + +msgid "Value must be valid JSON." +msgstr "Vrijednost mora biti valjani JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s slučaj s %(field)s %(value)r nije valjan izbor." + +msgid "Foreign Key (type determined by related field)" +msgstr "Strani ključ (vrsta se određuje pomoću povezanog polja)" + +msgid "One-to-one relationship" +msgstr "Veza jedan-na-jedan" + +#, 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 "Veza mnogi-na-mnoge" + +#. 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 je obavezno polje." + +msgid "Enter a whole number." +msgstr "Upišite cijeli broj." + +msgid "Enter a valid date." +msgstr "Upišite ispravan datum." + +msgid "Enter a valid time." +msgstr "Upišite ispravno vrijeme." + +msgid "Enter a valid date/time." +msgstr "Upišite ispravan datum/vrijeme." + +msgid "Enter a valid duration." +msgstr "Upišite ispravno trajanje." + +#, 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}." + +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 "Upišite popis vrijednosti." + +msgid "Enter a complete value." +msgstr "Upišite kompletnu vrijednost." + +msgid "Enter a valid UUID." +msgstr "Upišite ispravan UUID." + +msgid "Enter a valid JSON." +msgstr "Upišite ispravan JSON." + +#. 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" + +#, 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 podaci nedostaju ili su promijenjeni. Nedostajuća polja: " +"%(field_names)s. Možda ćete trebati poslati izvještaj o grešci ako problem " +"ustraje." + +#, python-format +msgid "Please submit at most %(num)d form." +msgid_plural "Please submit at most %(num)d forms." +msgstr[0] "Pošaljite najviše %(num)d obrazac." +msgstr[1] "Pošaljite najviše %(num)d obrasca." +msgstr[2] "Pošaljite najviše %(num)d obrazaca." + +#, python-format +msgid "Please submit at least %(num)d form." +msgid_plural "Please submit at least %(num)d forms." +msgstr[0] "Pošaljite barem %(num)d obrazac." +msgstr[1] "Pošaljite barem %(num)d obrasca." +msgstr[2] "Pošaljite barem %(num)d obrazaca." + +msgid "Order" +msgstr "Redoslijed" + +msgid "Delete" +msgstr "Izbriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite duple podatke za %(field)s." + +#, python-format +msgid "Please correct the duplicate data for %(field)s, which must be unique." +msgstr "Ispravite duple 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 "" +"Ispravite duple podatke za %(field_name)s koji moraju biti jedinstveni za " +"%(lookup)s u %(date_field)s." + +msgid "Please correct the duplicate values below." +msgstr "Ispravite duple vrijednosti ispod." + +msgid "The inline value did not match the parent instance." +msgstr "Ugrađena vrijednost nije odgovarala nadređenoj instanci." + +msgid "Select a valid choice. That choice is not one of the available choices." +msgstr "Odaberite ispravni izbor. Taj izbor nije jedan od dostupnih izbora." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "„%(pk)s“ nije ispravna vrijednost." + +#, 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 podatak se nije mogao interpretirati u vremenskoj zoni " +"%(current_timezone)s; može biti dvosmislen ili možda ne postoji." + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Spremno" + +msgctxt "Task" +msgid "Running" +msgstr "U tijeku" + +msgctxt "Task" +msgid "Failed" +msgstr "Neuspjelo" + +msgctxt "Task" +msgid "Successful" +msgstr "Uspješno" + +#. Translators: Please do not add spaces around commas. +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 "prijepodne" + +msgid "PM" +msgstr "Popodne" + +msgid "AM" +msgstr "Prijepodne" + +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 "%(truncated_text)s …" + +msgid "or" +msgstr "ili" + +#. 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 godina" +msgstr[1] "%(num)d godine" +msgstr[2] "%(num)d godina" + +#, python-format +msgid "%(num)d month" +msgid_plural "%(num)d months" +msgstr[0] "%(num)d mjesec" +msgstr[1] "%(num)d mjeseca" +msgstr[2] "%(num)d mjeseci" + +#, python-format +msgid "%(num)d week" +msgid_plural "%(num)d weeks" +msgstr[0] "%(num)d tjedan" +msgstr[1] "%(num)d tjedna" +msgstr[2] "%(num)d tjedna" + +#, 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" + +#, 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" + +#, python-format +msgid "%(num)d minute" +msgid_plural "%(num)d minutes" +msgstr[0] "%(num)d minuta" +msgstr[1] "%(num)d minute" +msgstr[2] "%(num)d 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 "" +"Ovu se poruka prikazuje jer ova HTTPS stranica zahtijeva da web-preglednik " +"šalje „Referer” zaglavlje, ali ono nije poslano. Ovo zaglavlje je potrebno " +"iz sigurnosnih razloga, kako bi se osiguralo da treće strane ne ukradu tvoj " +"preglednik." + +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 konfigurirali svoj preglednik da deaktivira „Referer” zaglavlja, " +"ponovo ih aktivirajte, barem za ovu stranicu ili za HTTPS veze ili za " +"zahtjeve istog izvora (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 "" +"Ako koristite oznaku ili " +"uključujete zaglavlje „Referrer-Policy: no-referrer”, uklonite ih. CSRF " +"zaštita zahtijeva zaglavlje „Referer” kako bi mogla provoditi strogu " +"provjeru referera. Ako ste zabrinuti za privatnost, koristite alternative " +"poput za poveznice na stranice trećih strana.“" + +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 "" +"Ako ste svoj preglednik konfigurirali da deaktivira kolačiće, ponovo ih " +"aktivirajte, barem za ovu stranicu ili za zahtjeve istog izvora (same-" +"origin)." + +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 "Datum je izvan raspona" + +msgid "No month specified" +msgstr "Mjesec nije određen" + +msgid "No day specified" +msgstr "Dan nije određen" + +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 "Neispravan datum„%(datestr)s” za zadani format „%(format)s”" + +#, 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 "Stranica nije „zadnja”, niti se može pretvoriti u cijeli broj." + +#, 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 "Popis je prazan, a klasa „%(class_name)s.allow_empty” je „False”." + +msgid "Directory indexes are not allowed here." +msgstr "Sadržaji direktorija ovdje nisu dozvoljeni." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "Staza „%(path)s” ne postoji" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Sadržaj direktorija %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalacija je uspjela! Čestitamo!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Pogledajte napomene o izdanju 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 "" +"Ova se stranica prikazuje jer se u datoteci postavki nalazi DEBUG=True i jer niste konfigurirali " +"nijednu URL adresu." + +msgid "Django Documentation" +msgstr "Django dokumentacija" + +msgid "Topics, references, & how-to’s" +msgstr "Teme, reference i objašnjenja" + +msgid "Tutorial: A Polling App" +msgstr "Vodič: Aplikacija za glasanje" + +msgid "Get started with Django" +msgstr "Započni rad s Djangom" + +msgid "Django Community" +msgstr "Django zajednica" + +msgid "Connect, get help, or contribute" +msgstr "Povežite se, zatražite pomoć ili doprinesite" diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hr/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/hr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/hr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7db1e4e16319448b0715a64f91d2fd2a6799b655 GIT binary patch literal 215 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, 2016-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Michael Wolf , 2016-2026\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 "Haitian Creole" +msgstr "Haitiska kreolšć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ě" + +msgctxt "Task" +msgid "Ready" +msgstr "Hotowy" + +msgctxt "Task" +msgid "Running" +msgstr "Běži" + +msgctxt "Task" +msgid "Failed" +msgstr "Njeje so poradźiło" + +msgctxt "Task" +msgid "Successful" +msgstr "Wuspěšny" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/ht/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ht/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ht/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ht/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..267bcb7c9780436954ac52d0a6706b84d83b68a2 GIT binary patch literal 215 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000..8febfab --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,1384 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Akos Zsolt Hochrein , 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\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 "Haitian Creole" +msgstr "" + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Kész" + +msgctxt "Task" +msgid "Running" +msgstr "Fut" + +msgctxt "Task" +msgid "Failed" +msgstr "Sikertelen" + +msgctxt "Task" +msgid "Successful" +msgstr "Sikeres" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/hu/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/hu/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67007bb987980f4c1a4c1247866ad6d909a003f1 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4J?y9#ED~Dwi79n(69irFa{H#bg8fr6(`-_ z-Rp{bCdnf5*md_R=qsFm3{(HPMSZj+$46u)J`JHWc2KGY!M3{OIjgyW3_BD`qk&To zS;gd4LGcxbjTX!ypzJ{KGw9xxN^aBj1}t~D(k!pp745GNxsn$UDrW+rY=KfPxuZ1I Z{W#w@s%Qls%*@Xqo;H|wOb9WtcOP9sJH`M2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/hu/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7cf3f690283f3f7e88541386a4b37b10583e932 GIT binary patch literal 810 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/hy/LC_MESSAGES/django.po new file mode 100644 index 0000000..e4860e2 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ia/LC_MESSAGES/django.po new file mode 100644 index 0000000..adb852f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3424d74fd64fdda24adc4cd9bba23bdcd2e97f00 GIT binary patch literal 27958 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, 2017 +# Bayu Satiyo , 2024 +# Claude Paroz , 2018 +# Fery Setiawan , 2015-2019,2021-2026 +# Jannis Leidel , 2011 +# M Asep Indrayana , 2015 +# oon arfiandwi (OonID) , 2016,2020 +# rodin , 2011 +# rodin , 2013-2016 +# S​age Abdullah , 2018-2019 +# Sutrisno Efendi , 2015,2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Fery Setiawan , 2015-2019,2021-2026\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 "Haitian Creole" +msgstr "Kreol Haiti" + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Siap" + +msgctxt "Task" +msgid "Running" +msgstr "Berjalan" + +msgctxt "Task" +msgid "Failed" +msgstr "Gagal" + +msgctxt "Task" +msgid "Successful" +msgstr "Berhasil" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/id/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/id/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8ba183e49243dec86b4b9d6028d0d7ba742e645 GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dwi79n(69irFa{H#bg6I<6(`-_ z-Rp{b#_@s#?Am)d>T5jz=%?XxBOO`NopFgEa$rm-;TcOz ZH_Z37&KrpbI}0;tpc~CQqLkVwxDQ%WJGKA- literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/id/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b87cb182cbd9aaea0163ac10ad12359338efb0b GIT binary patch literal 1035 zcmZXSy>Hq;7{<>yPWT8I2+*{ZB1@GAq~KHAr9)N8DJGy68yTa@w^$D65QvQtkVtq+ z|B5c1y7h1A!f3H}%7&7Ssb}*MXgu6K&+p#ny;s)#Nhaffd>?Lq_UwHC{sw0KMONam zO2iL<0Rosp6po+>rV)+z&>m(GgZI%sK0pT@fTO=C6vZ(d??h0H_yqBBe25Y_i4JiJ zB`0h#?J+%0=5#L}Zl~P2(DmqWsSrx{xQfT%l2g*XShxiR_Y@hS81H4 z2QF2}CL0zij=$iRryPH_RHU4Qg43l6x>NEM)Gplw zC(naVXgj!~B)A%EJNQ3Z26yNts6P)rq3z&`E~wK5CEU~GpUTD5EKwFU$*3r5UDRf5 zV6<9&0}|UNqf4S{)D>B)t^?_%D~tM?WSUh))r{?~`6sl~u2NH*L8Wde72}&EeVJv$ zSWRxUv{k?6EE{HaSz$BhF3*&u&$YVv)o4l$Q57{sCGo1#YKn4si?MR6ekQ5LxvI1p zHTnEEcnn_q;s##1js-_IgR5@ayzUNR*}AoCcVG=+V*<-Pv)^$c4!5!83~Y03L92fY z?d}B}OvYDk|Gn_`9UOJXR%u|iug#7%TGhk0+rNai+cs?rb}_tkhmJWO34_TZ`q6Rm zjct7zz93TskA2i3%bcbtY90q{;V$84PwrShbwpI|FtN|ub@=gr5p z-|p(_I{)>re^vkG@1A_*+dO_Fvpnw{__^7hcOTa;JWa8l_i`dr_zJil{t7DH(sMnJ z|GXRcvjpyjSHQdAmGCD}=@y*ldC!8Y;j`f|JQWt<$#Bxezrpc6@F?Ox;&_+iUpaos z@g6vbbpHUK0Uv`@+xs~@68;iC6F%;qAN^d_k0Iby~p73aMH!U3et7n8{jeUPodg*8>9-}UGRDEe)s%w_uTVsxu-!>AE5?%#wg?jHRQ006Rs{bE=l7}BcwP)^J&uhR7 z;M?JCa2LFM9(9Lz!uP>tbk^J;%|hrVF*uvH5Y#iRJpH#FPi0f zd*JK1fAm7n`#5YYwCy^-&*pz2RR3KBXT$YS^&EzpKR3cvums7%`!H0!{uwIWgO2|S z)sCM)_1mu9rW1 z1wR1w{$E4oe;-tTd>yKO_e06ycU=6Bq3ZK9sQi8d`OllR$i^>*lE>%6XTXh+F7yT= zqVG*X&9~d2`tf5>@_#SXdq*s`^Y(Pd9>)R4%~17v5%ggRs{XHql7lxvwc~>>{v%NJ z_%s}VpLOxSf@`_|Pso4Xs*5}?fenZVc;AOB;fWU`!*CnC8om{({ojP@?{7oRpGV-c z;S*5pI^hyquX*r9?k|L@_YxPs8mgZ+yZEh8>8^)sUsCr%M?w3I6jWtm65J0`3K*|3E)VzHqRR7-&RiE!denwqmHYQla`sht3j76Bx}%?O+cVqoWXI>gGk881D%}87JC;H9 z>l&!~Z-MHMDwLkgp!)UeP~|=d)h`dj^WhJn=GTc#HjPs+l)PL8Z-wii%KH{nIS)X+ z|9uz#D14mz$KY4t53WSF!cQT@D({U9n%ehPsQf?ZxZm+>jt@Eh%JCQ$AHDY+coOV~ zdVjg&uzNlRCC^h(>Grtz_c(qW>b<{%lG}fA{2|nPkHcrd;}}$xcP3Q&h455(HB|dY z9ItbHq2tYtMaOZ+iet^O;kX-04*m$Le_rL{U+;J;lpc7qd;T^T|4yj+@LqT>{4kV! z-UlT|KZe`jNi5daz# z@oQ|qoa}fuRQ&VY{e|!-?k{y5a9r-V)^RhOL%MBH{n&t1*PDPx!bzz9f2n)^8YsDb zz2jTq8Qi}Y9tA%QHJ?5Q&xC&qmHt7fe0~5mERvq2}pksQ&%} zRQi8}8rKKl3GkOt^Hj#L?gya8bsbbbLs0#H9ozwLcJW_=%J0kW`Tg)&+!vSfy(c9P~{x+0-OF+IGg)g(t#0pvLF3F8*Gq^1cDp@85xvlhYAey?+T*zb=95kJXOr;pyCO zhDtZ;Scb~44twA&Q1yO4l)T*umCwCU`tvJLdjE)Pt=>N$YMyR_>tO_a_z8G6ydTbk zKZU2lQ?9dmst2kb%isdI7OLJcJQGep_0yYN{M(`Q>1}W$ydCQOpFoxp@897C@UrXK zqr#h^+H)V|Kkpa(SqwMdKpJ=p)cc==>hJwf^}7eE-@gq{gZ~DVZq|)9{y3=qIt!}4 z^Pu`?p^IM(pUwRML{z;^a07fdRQg98e+nhC(qpS&4=lL&Jy7%HGjJ9BFkaU@S=c`CKJH5e)>L@W zs4ef9qD_AS)cYsHBjMSOK9ruB57q9AUHkx4`m3SJU+>~KL)HHU?*2Nc`rHJS&nQ$r zH7GgQ?c!hU;@<*~B>r7c`TrSI{&zsVcc+X0l;anm+IcTjx-Ube`w@2p3IAoT*!Sxt_f!6VMEDoNze0MF`Y;gS(cdxm*g}B#1oek?Jx!*@XHFysb^4}Tx z1=QTS$lWi68k_swy>K((%Y+Ky*)Cr$&2MFX0k^p8^IV#@w>|r~yS{*DM-qk!n+U52 z`EQ7emk?e}IF|S-{0l;j@C@!p;OT_h3Cr8wJC^%@C%lxfif{x$ztw~dgl7}xlm5TM zUlH=(d$~Y_ydIw2375i~;5zsK)DP3cJCXYf;0G1qev66Ae+#(&E;lO(ugD|esl8^!8BOs>UMZB{g&Lime9m2W9{Tuv@BDl_fZ*doIa(q7g zW5UY_j}fGUk0N~;UP<_8!X@tgEbSin#bQJoWgYiPlJ!ZXSy_B;QDyNdhX}I=fbUUl5hgovk3DD`hAY@ z8^S4setO!t<^Eau4Sa}z>1Tcsf3G5J zw6{k8Z{xa;cdmz5!u#M7IGZp)IMt;szzM>;2%jY!!?W+fI|#oc#Dp6NZzNpBvk+cQ z_&H&UkpDiw#USCQgl(j|kg%1Y-|_HI;WEOH2yJgM+xT;-b&E#TZFp^m+Hp-Hjs9^yI#TdgYNpgJb~kxJo_})%L!j| zaW982CcKSsF=031ON1u~n+f{uwJ?8AB9FCPT|p=jK1#TUu$K5=!+wH(M_ZV+^M7#t zX2LfVH@~MCG{Qzy4SVbUXp&Wm@xw2FN5e0KeiS#tw3ddAu*kKqH2zc)hyMJY(JW2F zxUoZVit4Q|@uP-c4JP$sP%T8IEXnGAlIGEI((uFGQN7Vmkz-LO@+NhzcASdseIcVZ7KT2VA8?djwe~Fd(lKxqd3!x zMc-c8$Ruuzn>byVsEIHvD@HUClVMsIRTCi8dD{M~B)j;!>0)TZ3kyH`T0F|vPjzypGPEF!)O;5r`u%APfbNvhofP& zK(BKVRfCEjXYRIwV)9l;DYZ({NoraQcZW=!G&GYns8o^(TEGZ}{oZN@x|H~89%`mB znMbTnMl*z_VS3L+4)_eKe{ERs$5N*FM3R<`QmTdN7=@u=P-AtgFN#d?N)(68?$sGx z#zQU|GtpxSD(<1$*x;sK8d-&z=@zEwm zocg_7VAsU;jHWfl13F8MaxL|%iH(k#Xw_gh+N0>Ys#Xa`Y5P-slQtdBt5Jy+pb(plCniEe9Oea0>$Rf&~f3AL${S8}pU79Pb8K2P( z(p-L!GzWa9)xJB=?b|j_i`u?nb$6WX)0yHH$@rZ1z$xMG_^@3YcRzHCTzB+L`FC}& z?Kre~y^@urw^WlejYJ7p1uCerwGyOiG}tfofA{(F@{6!WAZomiM(`At)54S63u}|KV9ZmGt1v3X{-$u!?@?`8sTds$ zW2^<*Zgvq|n&$L+YuV_qoUctI1sU4F7>R2$tW52Ou)qpQJv2-Cj#>o~)V9VnYZpd9 zP@sy1a5Tv3X74n8*&nkxG4b7^zm5qxs@`4~CTYoDq*Zg@@Y%1(rn3f!HEg_fsVw*P zj7>Pv*FML+4Wn4RBpvlO6cca5m_M0h#;U*wrvJ2vUsVko zfv<&b>D)9N!;lZtxyJ0nXj(cqPWqa$%lt-w)U)G@M=Mz|&wH+ph(JRB`kt$yD&m3=P5$BZ2fQ;j{gGL|Qsj9tO#BvX{C1QjGBMx1t0 zS|uveA%O%$EpIlQD!hN0u@JEY%hW2NVo_S`!-&S{t49r)hpv0a1DZyeW9*Pq3Z=_a zzmO&qb*&auJE|Lb8D*;*NjWq-r4M^Ul0>7c3uSWHMPA!wv-?yzMwci?Dv3esOHyVx zJNoySPGd)K_%)fSgP(G}){l&A9aj6bnb21K&}v*NAfMHMjmrj^`O-QZ5#+W%J4>S3 zSD9(K!ERZIV(b`^QWkJ+^{LhpBNm7^?Xt%Vh>6ujC5D;pYr;%x*vIzTJZb#CUttWLlb>@-_#JUCL}To6d|al`h%fr2eopo9?pR?356v zlFA;$^ruVoV33X9B%#VxO#QUqSxX~1HDGR|bgEI^On9wB*s6t)UT6eWRKL?QdU3L^ zk@TU0oPyNY>6m3u8^!TRL`x2$9tUkN)VbKrwzRc9A7pPtkO~DQbb%^IBheVPqqRs- zpP;EV&31A1nw8tvE!8f&-y33Q%D#MvjMIRTZRI|cctbL;+LbX{cr0P5iVpLqwKN6q9SDZ`xEq2Ju6^co89%y(f%rF9HXUJLlUbJwcyZ9 zsV+5|CM9ehIDqLaMJF(wF*<_jh)E|xEe-z4q+GpwUxkeFn4wA3Q@u>gF1vXi$|{xC zu4LLKx!>EuCR)4fEpe!EW-dw1nfFSTq(L`(K}~eVLyHxvO|jYuZpHG^&~LTs9wSJ5c+(@rti}qVNor)14q`;@LX4)E z7>`EByN(OV?(niX%om!cd^417biM{MKbb_{*e$jnUdlu{Xa$WysX51KMKft=50Mq0)~e3oB`}8!2g#u0IWrp# z)OMh?HDPf=x%!+7O9phL#B&!pEuvn<)@!B9;+>rTdE0^s-j6Xojc|C|610)zXj_K* zg2O>WAxouUhDVczIXzn!gou%eQ&m+?$~m`SXM2g<-cC2LM4vovNF zYI#VrSVxXB6EVn-@lCk!!h#=YT58J@$Lv~QtFL_G${kS8y=k-=?|uvbPg(|5pZaa$Wxm)6&hLfAm($No#$i0sglTg*w}OE}WAx3;|IqGOc; z4K-(mddRg=mD0aPA28pr@5={x7E{NLN4)PWYtD;JcEp%&a+9WW^FK1q0FCp3LBl)3 zUfdf=YSAcq+8W%L)m)#C9kGND5fdyc7~G6i8Wd3mNz8djF54rVz7uRtSz4BWj6f_E z$nkCzR0jMNKKln5bpDE3&ExdI+g_|@X~WxIPLT-BA~xKtH+2SNk}bCRoD}g%qM@mj z^0XW$6QruKMa15B&Eif9wwGiEa9$`oN+^#bmVJUo=e6ys zFPe+d$5$1$bvumQ%w-_WPA92Rcsh5PODUNM>sKub?54*Zt+!?AU5lkeKyOJlt_>@U z=k;is>)rmc9){K!qZ^#j+}t3Wy^P%^Xh)NaBsPoejBRc&XSa;n*PxjAOQ+1+t#=w|NmNJbaQ^l z@suTTY!L>gR+ajqdBw1hm7Y{4TblzTkaPeRm>HuyCp)S2)rDv_IG7=t$*d#!9$cFm z)CuDh^ka|*1x`_R^;@g_Nc+{XD=sT_C*$)}cN8aO-BIiWr$uQm*qOcA8Foh5?NxVN z_lwy3-PvQUgcy6sV>fvwDK>st4& zY3&iTt99Gl#I(ib+m*H`waS`Q47C^3QZL9#9-qRzv9REw1ihVEg%EpH3=BLKylPa8 zqtbZ8ixYOHak9%x_!ga{UQJTKd8jwZ3Kk~|Nn8j$b6%j6MtfM$=@sCfmhCgA7V-tg zn3(-Gi8D8)xw=wqH)r3bl(t0X(tg&FvBE8Oi8;p5^bZ)r4SalZ9u$cF_5At<2m4m9 zHu`}C)5@JO%b9aqzkXnF@Wz39{l@;x{BFAG>BzRNk~5TWK=hgf?gcknc=w-}pT<)V0^FFKl)hOtZhW17trP9C$2e%KgbZ8>ey%YL&;a4$E^hMrJFx+Q$UQ2je2a&uQ z?c^g!JjrXkP{_z?uU{eqWgQgx+fTt}qt*0aD+PT);i3Ke{0Oa4<03UT9M_OZIiO6< z(Zh9Tt5!p`fxPxK0+rd}&({4k_h(ZLO_A={jKYn=$C1s{zN;Y}9%(e1?uzLI)w#2c z%9k7>wf@jvk|UdY%k^5f+Zw$@x9uHO-^%SQn4q0(yUXFuhzlOYHYS?N%=0m#p3Dnv z4ch^n5>w3fspQ~ZXd4(HZLel_K#QEOS>(s28O|Tg_q{cEMdqGp9BEkhvt}~qnHDtt z(a0!wNPB4i8%nf+|8PrN8J0tgQJZ=0qUNnQh-X^UF>OnnA=ADHI{XP=wU8>3&C%MoZDUI`g!pNQ1 zS|@z25!Rcn>A%+2Jo&Pr6TIAqjSK6-HZ+-_ChR9ZzD!u@lmt?4HQ;;j&P?;M!7USE zZ-0N&lWiStf}EImn`+9TmUWLq?%d{k+oEz(?JI{9L33`#_`L<*#z+&4|2ROM(1*@2 zp2Sn294u_MToaiM$s}D>4k$eLa@$^_Q-Tf`x5(Sxlx83AN2#0Mt~fs8t7Fdw-VpVJeoPrKHjAN^AhqzE4xt#D9 z5^ zKPlh+LEq{RX<0ICWSolN0I0HcV8UlE>lwEKm$1A=8pNQENvz zNsy~h?KIz@ePdW0%xkVG<^6VUdB_MtY%-+2`y|E69G8dj$hWmOEwGMToXH>pbXQwf zA8rnQOaU6MMpi>Wkgt6Te`vOOu2isEt|b!N1|2&??E+@gSU|5$^ zK|Tp^xXCw6y4O7Ha88>kOP7vwpt59)FN0*&?j1ElmTg{A@_9Q*wt3wSmLV?BosMcV zT1rp-XUv9}!{?y0!JHM$ltr4^*_i9i&Mdks$SJGQ zESmOH`lCtY;@Sk?D8qf_TzBPfIg!Y3gXXLCe=`YHDV%aa>psv7RhtQNxt&3(d{#x#r$+=s5L613>< zr3(81Hp0FRC$Wz8sOcYdH-JJwxuzKIeu4rT}R zFQfGnW@+(c%vp<+I2lUQ9nErG=MBkVG;7sb7q`bQ8Ei?c2bwvZkq<=slG*RKUXTX53n?jB6T&z}vK zQmTa)B`LKLH}%q=h(V*a@gy};_T{V`x!&WSk}ykTQBpA@M`@Pu)h*+=rOgcKs!*5V zZl0=#u|+9D?VLNkn$h7^vS|ZLd~XQ9fpEDjpk z>eiWBk&l4+GS_?q_Cm#k4Xh?2)R`$M^%OC$*_)&*)G*?9d3gi(ROd z(=8gt&rY*fj&?>dZp=9M|ATz(oR^)Me=91%p?KSIo)>UV*Wq#}O*NMJ3hhb?B@+Ep*pQ&2_1DT7_4dIeE|=ZpoeYRvhrJH0_ev%Qj0c|cY7 z>JU@kH)5F^ifHrlGo59-P7P`%af7O=YIa@`rEnga`ZzutgH`VLUNdYKwrN# zR>6A4-Ori?M&8;!?8G?a1V-PWtL@1SEAbH5lBk+hRE!L#ZTUgWMKeBbAF_NG>utw+ zaUOsSs@5tiC``a$YfC&btx zY{JbRd*);+q%Dz-a3n0|$cF`Gh#WNo@*TDQv9lz&`&@}$;XiY{3#T-HITQ9a@ZFP7 z6r8?mUyFvz{RK5SDXEVwkhjImqW}Za%@PiM@H~t%la1U2jXKKx1&7MnRD`o&t;XSX zR*C!-2<1%9f*jW$)LT&2(U8WZO6%CpW+mL-@EpJ&Ohc8Q@bvqw>7>);J$x-G>FB&o z$jnQf`j}kMP1ZJ&<&M5-H!;^#@EmNq54KJd+CJuK7_Ed(Q+P&}^=YTiRD$fy#=!nR z7gYI~j^e05=ZCDO%b_p-LhEW6d9swAvVYg1dKv~uMR|fRcx*;Du`GTn8p-5F)L&t*mf*r$BWY89jGm8Y|LaCWQ4nZ6iP2-AzHpxyCK z9n>4mKo!WeW5>;BYB%vh7CdQ`>6KK4_{V35&=c)_(C&6vmGvRH*50MaQi3Vc{Cd>U zB#*WQx`, 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/env/lib/python3.12/site-packages/django/conf/locale/ig/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ig/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ig/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..778f6e93f4d2b434a5a364c793d3072ccb7f1da0 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4J;F$#ED~Dj$;oX2Ho3I$!)scK+7$zG|OvNVEgMsuH+Sj%9%jm1yIT*x0I&3 ZALsik?g zE4p;**1x3-qs7`O8)`PDo+%JeZg}teK7QYK?A)Y*e=9(FAxjsXPWt1Ih5Bo0Ki(yLS}1b`o3}^qVf^6&vUoWYeZXQleKcJ&=#j;ipIt^1TnqL&<(^A;j z%GFv!-_ENqGy64;IbTpdmMijSv#!)+P1aRyDd;7&QJ1TQ1IASwl@E$$UTbQjR<2(E z0{7(QU_FH$XJEtebkylKt(&e33--+JJ0shLwK**GtYO=Mc#|gfVAQuJHnfK`*zbOY zqxq!c3|~txU%_#AV!s$!%^Rz2kGK7>=?q)2?=-Ex4ZCgFa@>J68B3%2nteNP@U(Bg zb1%sj!5=aV kA5N|qIulv|;V&C~N^)kE0%_vl{U8dyaQ=;RpO8EL0e7O}!vFvP literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ig/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ig/formats.py new file mode 100644 index 0000000..cb0b4de --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ig/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 = "P" +DATETIME_FORMAT = "j F Y P" +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", # '25.10.2006' + "%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", # '25.10.06' +] +DECIMAL_SEPARATOR = "." +THOUSAND_SEPARATOR = "," +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/io/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..79b81f4abc2a4678ca1e3c5ffb53e9ddfe671b58 GIT binary patch literal 14317 zcmcJU3w#yTnZQr0R;60oij{V&J5|6$Nq|-@f{*eF1PGxdVAZbd 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/env/lib/python3.12/site-packages/django/conf/locale/is/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/is/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/is/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5041dd6d88d62e64412df59516ee62373c361b0c GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4I<+_#ED~Dwi79n(69irFa{H#bg8fr6(`-_ z-Rp{bCdnf5*md_R=qsFm3{(HPMSZj+$46u)J`JHWc2KGY!M3{OjMm&hh8+r}(ZH#P ztfKO&p!kZzMhof?P<9~r8FcSTCAaB%1C~2nY07GPMf>XmQ}O~rF)9$ag*@kyyF5>I ZKhF1!Dq4XDGxIZurw!&E6GBYv-3MJ1JH-G1 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/is/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..740521f94cfee7d7669e9685d590a2985a98f9be GIT binary patch literal 472 zcmYjNJx{_=6n&+92|+%M8W#o^677qc7-Nh{wdEtREh%N7OH=zEP$+HF78027SGf2G z-25Ldj)cj?$&G}K$yUK|hjY(4_r8<&-g_#Q0DfJKUV3jK0KNjTDPm2Q$3A%m2*>~t zGJ!&J2$3?0!g3fzJ(se_tN6{pLPG=JIvM{K!MD4YJ}gLrAQlOb-k&CCyZLGIvvBwU eva`I8nOWh;=ZhTJI|#f0bF*CjDedg~M}Gh+8;G|6 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/is/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/is/formats.py new file mode 100644 index 0000000..d0f71cf --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/it/LC_MESSAGES/django.po new file mode 100644 index 0000000..0f04b1c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/it/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/it/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/it/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8ca6ef76e75f6e7864f1e35340fc907b70052cd1 GIT binary patch literal 215 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 R4rHmD, 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 +# TAKAHASHI Shuuji , 2026 +# Takuro Onoue , 2020 +# Takuya N , 2020 +# Tetsuya Morimoto , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: TAKAHASHI Shuuji , 2026\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 "Haitian Creole" +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 "いいえ" + +msgctxt "Task" +msgid "Ready" +msgstr "実行待ち" + +msgctxt "Task" +msgid "Running" +msgstr "実行中" + +msgctxt "Task" +msgid "Failed" +msgstr "失敗" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/ja/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ja/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ja/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42d8858dc9aec6fa904c2f248e0d99f3ccd9ef80 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4J?y9#ED~Dwi79n(69irFa{H#bg8fr6(`-_ z-Rp{bCdnf5*md_R=qsFm3{(HPMSZj+$46u)J`JHWc2KGY!M3{OIjgyW3_BD`qk&To zS;gd4LGcxbjTX!ypzJ{KGw9xxN^aBj1}t~D(k!pp745GNxsn$UDrW+rVn8XE+)iDF4% zjbcqH&ws5v>+oh zIWar4NZ%#3EHx*;Ahk$8piZj(F>E~o7=@(R%WaQ@= z>lqs97iX5F>J}s>XD6no7DLtRC+Fv->F4ApC+4K;XC>;V4BO~JnE(U(t2JRbt!azbuxq<(Nh};DR!5hM|7Z?O?h)9Fj c63Q1CL_Y{Hh)RHXAX4atkZ>b^kpR#X0EJeyq5uE@ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ja/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ja/formats.py new file mode 100644 index 0000000..c0554d9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ka/LC_MESSAGES/django.po new file mode 100644 index 0000000..1f342b9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ka/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ka/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..235a7b58cd1ff28f46a3cec56e2815f8440bb867 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4J?y9#ED~Dwi79n(69irFa{H#bg8fr6(`-_ z-Rp{bCdnf5*md_R=qsFm3{(HPMSZj+$46u)J`JHWc2KGY!M3{OIjgyW3_BD`qk&To zS;gd4LGcxbjTX!ypzJ{KGw9xxN^aBj1}t~D(k!pp745GNxsn$UDrW+rWJGB4+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ka/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2505167eb68cff382e65ee10c934d3034a82f332 GIT binary patch literal 1010 zcmZXSJ8#-h6vwZ5Bs@bPfTDD^t<%0U#8LnthV(UE+Fj^*P!fFi#MIf8Q(=O~KFF%*~MC?O}TWZ}e) z>X&4XtXz_k9qyF6q-rPJl60%k<|>Gp9q!Q_E!ojcBCDnD1A%uagzX3=6)B@gA*>8Y zAxKF(WnqPA%AhyQRaPNor?(!Gs+K6OL^bW~3q(`5_Q@f|MsJ+o_#C;$1G+O>FO7TT zH+mEsy+`?t&yj09pgZG!Jbt6wvPXWSM^^;BBFKjz{<`%-auF{xBCAw*fn&r)T&!`s zBDKEpgS5mlg2M52vAQ*!x>cExwj|xG@`9-Nr{?zPU|gjpG}oPy!dH}Qmi@NKY;3i9 zqa}Ltnv48yjYFO;vtMf*^Id7O4Mt!@URY$rD&J}{^|Ftp>MiaID=1e2-)hwASAW10 zemPi8VaGHyIGzqW-L~5Aj$m1vX}USoMzCSQa!(!HnGkK#L^FoEI?tX_UuX ztbg(GH4e)lK@iIrNL}2=os%368S*~mWH06*?VO#@!Kssdwbtiv<{;-}b67vd;`zWF dWFF5?FL2H;UxOU(OgrnCaWZE=Qll)M{U4F(5>NmD literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ka/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ka/formats.py new file mode 100644 index 0000000..661b71e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/kab/LC_MESSAGES/django.po new file mode 100644 index 0000000..b0f6fa2 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 0000000..2858be0 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/km/LC_MESSAGES/django.po new file mode 100644 index 0000000..1c7d623 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/km/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/km/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cd67fecbb00ad70c716a3e721628661c50e00b7b GIT binary patch literal 215 zcmZ8bI|{-;6wDe05poa<^H3WLu}Ur8Agr6G*<^ogHi4YP#tV2BkKqXYC!_|di85Ib%ggobpyF5=# ZKhF137p=g9o%tEWvkB%M6GCk4-3MG+JHY?| literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/km/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b637587fdb12a587c6a0627f2f633d7afeb5f90 GIT binary patch literal 540 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/kn/LC_MESSAGES/django.po new file mode 100644 index 0000000..f2ba2aa --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/kn/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/kn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/kn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c455ced8950a03f8be6c93db6fe2712b6756c2a GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dj$h)q<-uS9tvF}G_5H_#w%eVMUPS&v~cPm zExEdC$iL#SHj+C8R34-_gXvtM)izmgpb-vNhG!MOV)N@mrquk$##ix42y#LtNwC{DXWQLvC@0c>2OQ0>1u!As+EA zj*&2F!C(*npb(%4T*pd=&maftRh literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/kn/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/kn/formats.py new file mode 100644 index 0000000..d212fd5 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cd549732144ed6fef00bddc996fb6d1ee86bb268 GIT binary patch literal 29377 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 0000000..c514d5b --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,1380 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# 정훈 이, 2021 +# 김영빈, 2025 +# 최소영, 2024 +# BJ Jang , 2014 +# Chanhee Baek, 2026 +# Chanhee Baek, 2026 +# JunGu Kang , 2017 +# Jiyoon, Ha , 2016 +# KwonHan , 2024 +# DONGHO JEONG , 2020 +# DONGHO JEONG , 2020 +# Park Hyunwoo , 2017 +# Geonho Kim / Leo Kim , 2019 +# hoseung2 , 2017 +# hoseung2 , 2017 +# Ian Y. Choi , 2015 +# Jaehong Kim , 2011 +# Jamie Seol, 2025 +# Jamie Seol, 2025 +# Jannis Leidel , 2011 +# Jay Oh , 2020 +# Le Tartuffe , 2014,2016 +# Jiyoon, Ha , 2016 +# Jonghwa Seo , 2019 +# Jubeen Lee , 2020 +# JuneHyeon Bae , 2014 +# JunGu Kang , 2015 +# JunGu Kang , 2015,2017,2019 +# Kagami Sascha Rosylight , 2017 +# KwonHan , 2024 +# Le Tartuffe , 2014,2016 +# Mariusz Felisiak , 2021 +# Seho Noh , 2018 +# Park Hyunwoo , 2017 +# Seho Noh , 2018 +# Seoeun(Sun☀️) Hong, 2023 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: 김영빈, 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 "Haitian Creole" +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자)." + +#, 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을(를) 위반하였습니다." + +msgid "- Select an option -" +msgstr "" + +#, 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' 값은 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 binary value." +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 "" +"%(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 숨겨진 필드) %(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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "" + +msgctxt "Task" +msgid "Ready" +msgstr "준비" + +msgctxt "Task" +msgid "Running" +msgstr "실행 중" + +msgctxt "Task" +msgid "Failed" +msgstr "실패" + +msgctxt "Task" +msgid "Successful" +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 "접근 금지" + +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 "" +"%(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 "설치가 성공적으로 완료되었습니다! 축하합니다!" + +#, 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 "" +"이 페이지는 settings 파일에 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/env/lib/python3.12/site-packages/django/conf/locale/ko/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ko/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ko/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f1d0ff13cea457473d71c45c6bd1c1136e009130 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4J?y9#ED~Dwi79n(69irFa{H#bg8fr6(`-_ z-Rp{bCdnf5*md_R=qsFm3{(HPMSZj+$46u)J`JHWc2KGY!M3{OIjgyW3_BD`qk&To zS;gd4LGcxbjTX!ypzJ{KGw9xxN^aBj1}t~D(k!pp745GNxsn$UDrW+rRzNA2+)e>8=36*-%-TS_G?>&F#U%{XskoENVtQqhE z@Y`zU%QY*mIZ}KA7{~xqGKF2T3%g}EUX$0bNA}=#dA$zs##c(-Am}CNCFmpQ!+zP1 zX_>|WIWPz&Lq>>1Nf+-*Gw;zQcz1lOezgQjG(lr21bOWL3;wIStCG9W=ML7BA0=D29`~FUZvrI>9L!s zD>wdd#z6k!$0-BLhk%O}uC zb+w!=u>va=1!B(?D`mF8Ik<44!oSE0)qSB@Ddh|M-@r9_I+z&fP}fw{GdhQjnsU_W zB2GP4TY5+BqS63yO{HDe5w@YPYMqwSSCQI2My-_4bqWqsOS%=&PxYQae)W zYHy}THNAa+T6#@sspv>Y2YOdi`n_~#F!4UqbZoTL=iNA&f+D*ok>k=$QPia$gm+Kq zQ7BH1=!28+D7HHUkOl92%=Xz>r)H`?vOrlxdY#L`?ty literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ko/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ko/formats.py new file mode 100644 index 0000000..1a0dffa --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ky/LC_MESSAGES/django.po new file mode 100644 index 0000000..391196f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ky/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ky/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60e227d2ff1bdae1b7b5fe853dd6877a4f9c59d7 GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4I<+_#ED~DjuXj~(69irFa{H#bg8fr6(`-_ z-Rp{bCdnf5*!A}+=qsFm3{(HPMJ`&B<0CQ?pN7yGdni?d(001yjMm&hhCK?U(ZI<; zR#ACXP<+K=qXo4HD0>k64BFXJ$!)scK+7$zG-WltV*Bd@Q}O~rF)9#h2YJpVw|Smw ZH_rEsDmsA&GxIZuXB*5rCWM&SyANKDJIw$9 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ky/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a7c2ca6f11287bbbf1a1a39bbe0d984e9832e5c GIT binary patch literal 840 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/lb/LC_MESSAGES/django.po new file mode 100644 index 0000000..b0d4755 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/lt/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/lt/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/lt/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/lt/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2ffee0d31fb51f774c8951589cc3374ca7a9a8e4 GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dj$h)q<-uS9tvF}G_5H_#w%eVMUPS&v~cPm zExEdC$iL#SHj+C8R34-_gXvtM)izmgpb-vNhG!MOV)N@mrqua1KNO+Y# zMK@h_*JtU5C1TrEb|~4g>I~QfH?x@YpKs28e8#f>q*8H!*So8qJtGXjUy^t$;EKB% z7C!(2DnOJ)IAhZLny3YvE1n|O3D%Cg4((${MZzK*R&^p?X-FwsW#q)xfz;ekc(hW`i84x= zvC0g>3bBmEGRjs>OJS^Q$Bb~yw48*eSmw+LtrK#}G6K6f-6;1IC#9s5^|}{5vy*>- zh$HQ%*ys+kYy2N=j6S+GP9GZY(XP>@KBIf5ygLLbxxZZ6Pgm5@iehhq_;of)=|!T# z$-Gt-C4rL{3Arw8lMFf81zCmXBux+-a?LaBZ?X!fcqH4ZiIS}Cb}if^U%P5uYLQAs z6RX-+p8vd{*S312*_PdYtp&aI_}RgBG(XQ)_)m3#`=Yh@CMR*SC}Dd|Y`3^ZWrt-N zZQ&y?X(y7{Zq^$ozrh{(0ag=uVOs_qO$Ha;j(*u4!isTanD)RJ!sZlKdV2rdhG-qe zhBYwtu>p<#6*Rlw;9xqwu={V>*KgpcJ2uJ#y>qFb8zZ+KcI^HcH0_RV8qgfWGka+1 z;}JWUuA=WP8%<2(!|)NFf_&#A4R6aJMN!K*$h^2t%+oo%(XXyE^ZfG}$j)=mW?+Aw xe?s)(%NZ!l^98JLqk9K|8K7_DkxkrBJ;wRL@+l}Bl3KFUb2|4uGc4d|`~z_19D)D< literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/lt/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/lt/formats.py new file mode 100644 index 0000000..a351b3c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c1e761d88766aee6e98a6a9e95b135725076c067 GIT binary patch literal 29483 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 CY)j$* literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 0000000..379fdd4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,1393 @@ +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\n" +"Last-Translator: Edgars Voroboks , 2023-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 "Haitian Creole" +msgstr "Haiti kreolu" + +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ē" + +msgctxt "Task" +msgid "Ready" +msgstr "Gatavs" + +msgctxt "Task" +msgid "Running" +msgstr "Izpildās" + +msgctxt "Task" +msgid "Failed" +msgstr "Neizdevās" + +msgctxt "Task" +msgid "Successful" +msgstr "Veiksmīgi" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/lv/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/lv/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/lv/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fd2cebec5a482beb980a044c09a75e03079e0bc GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4I<+_#ED~Dj$_G_(69irFa{H#bg6I<6(`-_ z-Rp{bCdncS*tvT(>T5jz=%?Xxi+r>s$46u)A@yTta8RlSq3v|Z8Lhd23>^xk(ZI<= zR#ACXP<+K=qXo4HC>;oX2JLOBUa!aBy1ya-{3Xe9 z1w3(6#^NhLKm~|WDHKoxD5wTeNDZN|8b%Q{f;QBRHbBuIlp4ix6UR*)V>rf8T#chG zbqgib#3WfrIcbH>H``6UiJE%8%jQc?uzb{U===B}PjJ-5q$=drhP$lAD$b@GNW~?E z$14P#D5D%Q)**wiLM&skjIvUbLImsb5hENibtk@5EOX+7-GrR7jKD5V7s@-uNny*$ zEW78IW+(Rm5l7NbvC$i5-FP1@j6S+DP97TX(7Ms1KBIT1oHqn1xw~A_Pj9J%f8?A0 z{(c$6p;}1J<3 wUQ_aoIH=q6=9X6$jLg$C_E==f>@QyOGA2*6**-|GWD`3$=Z5X z`VRTpl`2x5R4STS(mwJ0hk4euRjRdy?Deb9v#!U_c2=YLd8Wv}uL#^ntYMt=fJSc&&CX}opNvlJ-YfRSOE~O|jKjX(I@8<6(5r_nyLSRj zyQP~3G{^A79$5Nl$o40<(KnWj&Q0U(;1QmJ{OdyvZ&yKzqOM{f_3R=(OK#&W`}`s` z%RQZf%xwGd6r^XlJ)(E_r+}X2XsoYep`E}KWUpfzi{0F1qAPxWk literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/lv/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/lv/formats.py new file mode 100644 index 0000000..bb34444 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/mk/LC_MESSAGES/django.po new file mode 100644 index 0000000..ecd62ce --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/mk/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/mk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..224c05f01b42762051fe32a6e91e10bdb63dbef8 GIT binary patch literal 215 zcmZ8bI|{-;6wDe05poa<^H3WLu}Ur8Agr6G*<^ogHi4YP#tV2BkKqXYC!_|di85Ib!hCJtryF5=# ZKhF137p=g9o%tEWvkB%M6GCk4-3MG;JHY?| literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/mk/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7d3174a54d9cbecec1dc5353293cb7fd3881e83 GIT binary patch literal 951 zcmZvayN=pG6o$uKcDdg{n?zb6MJ|vMkCHSIilR8NSx^E-#%N_Xmcy94vBgcYtIboS zNtG_jqokokw5hg3yB$?#2w=!&igW(+&H2yFSpF4_h5%l#=imB2{Q&$X#eR8q;{F{L zUjYINK$JoukK#dI#fyB35BU{8I#bTjxpLkCDDa(90yqb84x*3}LSZG0B1*)L7GjPc zcERTaXvEM4L(2zcJ0Z;S80Il` zwOxof$$fX8E*I%)k#0Dd2Z*8DPVAH(jP^sLi;j&u>ZIMfxYpc%ATcNY|4^y2pVS6l zXGK;L#8pZv3(W>wIb;TF9(|$?3#uSCo`+tYiWbt7;^et zADWgvhIJcqeQne+A=;*?ZdgNYszZG=hr`}yXxY=QIeNvscnK%Hss7y3S_7@4Pj>yV zWscf#XtuPW4vhh9n`1+pP8iGH1l|}Xnho{0;~c&P`Clj3IIO)CMXf_1p1TPzV`&^x zmpAcc=FtKqmuVam%ghs^FP<(ycA3dyeHZZOJPVMzi$x#foLgUl>;>r|F||ykzr@EG GJo^vJqyqo| literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/mk/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/mk/formats.py new file mode 100644 index 0000000..fbb577f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ml/LC_MESSAGES/django.po new file mode 100644 index 0000000..7e1945d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ml/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ml/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9947458b8db5dcd935127576fcef8f4cf464441f GIT binary patch literal 215 zcmZ8bI|{-;6wDe05poa<^H3WLu}Ur8Agr6G*<^ogHi12fjTi7N9>Wtzx>Rn&%7J+^ z^O$0uNwSCncHO-i^);S<^waRUMLt@R<0G<@kovJRbWm!E(6pxHjMm&jh8+rR(89?> zR#A1;P<+LqG=e$=R2>L@2IF0+)izykpy3WzhO(MovHA6ZX>|di85IapK%R5OU7n}L Z5A(g$MJw=NXJG~jY)12r2_ZHP?gLzlJHh|} literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ml/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7960961aca3652ac8afbe2340f4ce33001586033 GIT binary patch literal 863 zcmZXRJ8#-h6vwY2ydlH{NSdk=9XucbS8bOnYOA`%1k_?%#wfBE%jKF^Y;5t8>?!>e zT{?B^XX(Odv3AOal8vd?yaLUY?m7SSyXSxIwfrZMhyuLcPJi~_2Lbr&72D<8h=-3@ z`~V2Z01+~Qe6kPuWj{KSk5E7kpr9N?Avx3mDEy0%!#GE9j-aRH(wyL($XXV1yyLIrBro)xfB_MdoX{%e_&e|Vyx$2^Qjs!>6vE1Y6oQnrQ+7V$ zklXVdRlTI@msG<^KS3p`?HnIcY}}07H~x>-#sj)D+E0y-Xy3S@OQN(S3U_||U2Hxv zkCkbWQ7W8Jr^R_ptkri#(mUA)q{PsIQs-E)x;31vt1>NZ3E8M}f~f3I%{-!mah00T z@H!=ht0>nD^JSh|*=j7`6gTr4^X%>!hny@kpKEpctI}Y2TA)Qvn5V=l*KE*id5f-jrUwhNIqCD_UynM(t>$O+RdzgErL7ma1#e&|%vg8tQmd zvg~E}onfMhu6-Du;a3oNkFIf8_z8koL_zZGHs&6aIHX?OCf)S286e%$^BFjC)6YG9 q{&EH~ZaRbYeKel+%|Pn@B6@*yc98`c+)27#Ou4Dk@5x~X&;AEY;qL$d literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ml/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ml/formats.py new file mode 100644 index 0000000..b1ca2ee --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 0000000..47479f8 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/mn/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/mn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6fd601080799ac79c5358070614943021c775168 GIT binary patch literal 215 zcmZ8bI|{-;6wDe05poa<^H3WLu}Ur8Agr6G*<^ogHi12fjTi7N9>Wtzx>Rn&%7J+^ z^O$0uNwSCncHO-i^);S<^waRUMLt@R<0G<@kovJRbWm!E(6pxHjMm&jh8+rR(89?> zR#A1;P<+LqG=e$=R2>L@2IF0+)izykpy3WzhO(MovHA6ZX>|di85IapL7sEPU7n}L Z5A(g$MJw=NXJG~jY)12r2_ZHP?gL!uJH!A0 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/mn/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22ae6ec5cbbfa19f42fd868706eefe3cf77ddf7c GIT binary patch literal 309 zcmX@j%ge<81Qum;vX(G0FgylvV1N*GA7tRq3_V5o1iAR!O$?zFu z%db-XjQreG{o>MsjLhW3?93v4m(;SQSdyxr znpdWulbNJnP+5|ZpJ%LRXry19S(2(-keHmEn4Ve;Rj;3%pO>belb@WJld7Mar=ONz zl$%&mtXEL^i^C>2KczG$)vkyG=n9aBizR`?2WCb_#t&Q!{9+B!It literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/mn/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/mn/formats.py new file mode 100644 index 0000000..589c24c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/mn/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 = +# MONTH_DAY_FORMAT = +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/env/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8cf9a708eacb3eb997ddab3c01825a262d3adfa3 GIT binary patch literal 27608 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 F{vXubaRC4T literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 0000000..fe4c6eb --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.mo b/env/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 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ms/LC_MESSAGES/django.po new file mode 100644 index 0000000..5884745 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ms/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ms/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9de62dc8f9bf1871f66a70d045fbafb3fdca22bf GIT binary patch literal 215 zcmZ8bu?@m75R3^(2q}Y5kQdNUAga`e4I<+_#ED~DwiC&d(69irFa{H#bg6I<6(`-_ z-Rp{bCdncS*md`6)Yo|a(NDwY7WrsNj*rMpLh8rP&_Ssh1l#J8Gg@;48Fna?Mgu1g zSw-blLGcxbjTY1)pzJ{KGidKhCAaB%1C~2nY07GPMf>XmQ}O~rF)9!m3wh2ZcX^&_ ZKg{=yDq4XDGYd0FpdHOSCWM$cxDQ>_JIMe5 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ms/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fcc01ed318fd34679908db84fef206ed1829f9a2 GIT binary patch literal 903 zcmZXRJ#X4T7{|{Lf`I_B12laZ+`$79a7w#WQB~Cx6Hsex8KcNvEQd31!5Hx-;VJzT zT{?B^XX(Odv3AOa$i~z&0RqiQexCpH^Yef1boVD34FkMBOn!Ej0RaAb#di5N;^8wE zKL7$6K!iphpXNh;&5w?>BNWgA=vX^OK`qz>i2OxpB+en6Lny3;QACTN6YXRgO~;%- zhY=WcPDl>9RvAWe{6$7}{2iv~1Q4{K>IBz`k?y_C(?N%1)hugeS%ejWtOZ$hr>34_ z*c%43&{}0YxrX^2%zH2$a;WVjhAmyP!X;aE63i3a=MMS>Tj;L@5iqBJTa!2b9WlvMz`frL;AiK2`-z z-4d!=5@ki-pPGC^2jhxmx$1SQx>(e&dH(C1UfaqQsith^Rp+VQF%CIZ;J=gw?wela zB~IoPQJ&LENvu`5N@0)1D>Wg{%lefp)}(Uf>Nj}s9)C54E!#5TaNKXT>&9(+01M{C z?Am>E0HrA`bc|lphG?Berq%BnBNLjv3GB9SV1GJl*}eCvpdJyLR2^n$Q};hCQ&1(Jv;jmBN`)8GX@1%bceH4Y0uK@f{Dh^Ou%Zj8c# zesdRh6EA0ga?j3Z;M7gL_VoGN8A!T`B-TrkO!;PjUee)LIHwjVki?yo>qXk7&%Vb8 HNj&=>Vp;gD literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ms/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ms/formats.py new file mode 100644 index 0000000..d06719f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/my/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.mo b/env/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 zcmc(n37j2Oo$pHw681$z5P?cG(2adNA?(3`NjjZ$k`8UU69guP>U*niSME}ms=D1Y zhyo5S$e^R5ID$Gz7!}ufJO>@odBkyf>bMLr;{(ShgX5s%z6^?v@B2IF)V;SmHyh*o zSf8B!)j4(c^FROd|Nqbb=3kDPcdN&9$um6f`QU?xc-|Lzzxg>z^}LUgn1CMx*McuR z$>ytp{PS+&&jsN7!1KVz!SlhBPWHUx!ArpBfeny<-W&L%c0STna8A-+ABx;AJ4)_O^oaz-{2+V99+?z=Mf5!TI2;z$3xefoktI@LAxy zz-NOyK;`>{!w1~=FM-F9{tfU@@VhSkryx`3JqaEJKGXNSW5Gi~hUEF+3&D#(eJ_Ff zUIo?e^`PkwsD9oCD&L*p>EH)k{2@^JzXht_kAp{p-v>3{zXkc{J%`CT6+8#jIJSbS zcLG$o2B>jHj>8t({0l(Ue>$l7 zUjm9AE(A56tH2Dr4tyKpk z2>dpv`o8DVe+TvxKM10D7I+T$OmMl2uK-nUEqEC?0;=769Nr76-2I@&_gPTu^{7jK z%*CGo4<`M`;343z!Nb6LFS6-JgKGCg@a50&yi>r}6MtnNyaJqGu;cn9sQNzxYX1Hn zRDF+v>gV^sL%|<|tH7r~s`4&kkSbRJmG4T2GoZ$EJ*auR$>AG8jq9zT^1su?-wUdq z54iY89sUide4hr@pU;7ZgI{;}ZI}K-Q01QlH6Q;4z6G4W7+M5x2UX95mhfWmDDbVI=5q(A zeefwz^!y~K{d?#c7Ef}x*x?FL{Tc;*@J~SX|5{M=a3iR3+~LyS3#uRYfXl!SyYwf( zLE=9JY0^7yDSZPY5K{5J39ba^o#}b&z%}4n@Xesc{|Kmge+<+<`XP7}c)(e9T+as8 zuhYRJ!KI-3z0#$x2Q|;5F8vZv`K|z0gAH&E_;Jvz8>sr`pKaIqC{XitGN|uofa=!; zF1`{J|JVSEE+#>hp8~ZHUI}Xdz5&$yzaLb8z6+|JCqU)@iNhyB(Ybeyo!`S89^>$M zP~}brMc0cQo(`&=#UMwEHw-QWYamnRy$NIqyw8H-kG}%Nug*Hx_Wz}z&fglS^?e-( z%l6&_s=p6_n%B>PYWJ(4=%*YheH;|sJprBy{utE$I_`YCPD?=1%PQ~|a3iSpz6GkC?|>@* z1DF0&@JZso1iu3Q2;%)F_$d}k?Y)gdMdN!XC_4Cv!v`EbVpz@yy9t#eF z8vo@Ew>d02EIX_?j2)&9ryXA7@KvDb;MJh!=Vq7w=MHZL#RuNuzTfWB{}R-G*a4md z{xvB2{2C}a`Z>4>JpLkR0IYx^_yD*S?0JdB*ML_Ne;gbGx2%BX!Fxc_!y{lXcmPa= zCH4BiGr64adqCB*5>);xK+*HHpw{;`@CxuF;LE_HM(jF9pyufs@L=!` zQ1tUxpyuJjpz8fNsQvaJsD1p;pz@vbQaj(vLCxzbP~|p&OTaNu`ECSN{$>|{6R3P| z2e*Om237v|4(G!}v_FmpHSXg;t!p2sd`n&Y0#Nm=07d^ppy+!HRK5UIyW7E#jaLUh zMEt=~^j`1=n2)}1*lg<`0Yz6^K-E_VRsReqdbu9tNb&v*d=dCXQ2qQRsQLR1sPWE& z`KjEYpuRub;qfm0B!`PYl`DW6-?^arz1*b_f~sf4rN0bRzXDL>tb!^(m-|80^L213 z_z-wHI3FU@emm3QT2S-06?`uE4wwEhho1wFB>fSGKLFM4Q=sU0-lewxr+~*0KMmA+ zECZEq5EOsC7#sjMftt6sgM;9^!85>r11sS1m)ZUPr{F5$_koav_gfGW^hVh1T8}$H zwevpkIPhNZDDX?*bHGPIwevIZ2=F&9elW~K=|_W_?-N}7WKj7|1=X*!!Iyxq0JRSH zgDUrV@Nn>}pvLV6@n^CbwLcF7MGvQgTDNmSwR0i(0&o~qf3F19pVxwF z=Vpg*1y$~LP~&|sC_4KHsCoD#sP_L3RK72|^sj-c?_p4Uhh>LV zhgUkBa(Ioy>m1$)s{NZ>{1%6A0ky8TIeZtWao+{1fA@fz$9rA+r@(o{cRKun!>@p< z{~MsnJq)Vcw?WPO_dt#Fr=arv!r_w+f9p^}qQ1{_IN#x64v%tpEU5aA2M+{&mwu|l z(_MN$IFIjVx%Bfv?T6){_VEUA0ayfI0Nw~{|GyuE<#@jXE8vz1dpq1cDyar_1z3&meMEE}8-w6Lj(DO=yuNR&l z>5nq=T%gYXiUcZ&Bn5PDqvMZAv@K1j%)=kpEH_Z}g9 zCr<=Vb?=Ary~+EJU0i$arKG(M+yd%3f$&#^t%S!3`6GUxKiXsB!+I_xXpJ6H#61D{ zWkQW`jH}muGJHCJ*WT3QyF72VQS1grkY;{QLkRf0mM#KfS#FUm`0BHxT|eLC$Tu1l`;b_7^7h`;^h(Y{>*juQ0TZNb=OzsUQkF8!;#pGi2D_<&10 z3tUgyw+PSSy#YQK{CDt3mq+KoX}qr^EZ}_sI09ZxID+?Q5*88ke46lU!m|ngM0gkB z^MrpSmJ<#m{DQP&33`fzs|dFf?j#({_wR!D5PnaH36~SzM7WS|6W~h-KPOy6 z$e;J~GEDd>VT^nQ!X|>A^T6A{iwHj;ywIidYM#6D7w}NR`v`yP(hhex2wv*m4+4)T ztZ?;wh4&}iH^GU7l<@b24-@id(B)r9!c#8s#SSxYgzrZYKIPI*=6wU5`QWYY{hz^)6V7sR!Fuv;aq(5Wf7`vE4F0Wq7d($|_kk-2UsD3l^@N1*Ho{WE z4B-L7?+6cVcwu;>bQdU^9YlKj}g8=SWEhoU_aqe!m|i^`UsySyoK-}!CTZ* z3bHVZYGH5c7vpBNRDbNccVzx}=tuP|Od3g;g(cp7!H7>r`SxAu%2yGnv#0c z3;ZbaYr%{P2DS01+>D#4A18ToJuY8tEFw#U_7kSYOR@?_L}wR%4X!fKF3aXp=k8fs;?A5*^8;*x1S zs;5~{FNXeflugpGX_Lwp^-KlTX4sqfr8rFeS^YOs{lpk;%B3%!;%>)uMVc3tJy;wBvJJ&nDYn6>EQ- z4#P_8nR;fk@YjuAywQ)xw}-{dTQTgdm`I{Z5Y$s|MRh!= zM?syJa+vVquSkONsOYU|BvIANBS{(Jjg-+JZBQVc7Q3TfB~5?G3OMiw&Wl&tkSOV#I>!_1!ytBpPlrUWz8d%pUQU3Z7iu9}KswzcU;64O(4#Im32jJN9QusG=r*fks=o8M#i zqZk_Lc|zRG3?b5X1YY3g`QziDw>sBCU_4B_;9Iccu0r%ig7O$Llt{c@f4Yq3qP zv!!amRq&XS8*QT+6zTrcEeT)SpQ2Hjb7DM%$*Y%PyB9I5zyDRGf55uTAs0jHPp2C? zAm@~Yb|=_TVrBkh0NHRr#w@K}fRbOFWTO;0WBnfHL^(L&U>@0IZ>hJV5BpqCy7!9A znU?p4eQdf@jcQT0%^r8%yOmDH(|LwDUE7};J3F|qRk|tr!}W2`74BCTSs9kBWAKTc88G3eS=jJ(X3nj2HZ9l*r*s+VLe#@%uZy9=wqagbypP4J zaGZTAt2P4Ib&Y<)Pfh#kl1(?|?k*o33!j@FcJlJMAKhU%H@RE=b0*kM9Oq(M zZI;FLIXF{}h^Sr`)oiXuMMPPjwPE7ZK6iTY(&V^G(juIe2=h8Q)0hnF9ZR&An)g^^ z*9xa6k#1ZE@{z{%>Wp6!+fV(rY%o3}f~p1TP1*=Kh_jeCL>Ha!gW-7643ZgdP>O;^ zDUp8}glz?Es{rt|8k#>y*cl_^ShZ(nE83g7V^ZR~JFffv74F<_Wiv;*s&`qowZBNu zP&PA`|tV$AL0UA2Ca)DtmPR5NG>+u#w<+{Hl(3gXe8gVUgsY7hKfkWWG#9_rPv#q@Mq$tkx3AinLmjDFRq1I;Om%NzAy+`F~gc!#?-Wmi3TRo#KNS{ zhld4BQ4-eTDI8H%V({bACsN{qG?Gf_!Y%*al^ z;giM5uvnp6{k|P4x-`qjjxC0X)*hJ}(Gz84Dk#pdMd?aVg)-`p(-f^$qY4ueh(I** z*1+k)-4`0wxEj?f^eU!fQBo=(Y$GzJQ5Hg|Zh9vJhDMtcXyFNsGUbUsp2X9sP7Asn zrG{RLsMC>{Lu*nBNGqZw23_luz+y!NspLk(RXc{4C`BxZMJvP!yBn*)9cI$d9QMB_ z-6r^H_iOFg*vP2HFQr4~fPL$6c^vwz1t>T}lJmuNFhk_RKN={>=wD`A4q4TPB-V}< zDK`V&EkD&+V#osWW?a^k0hw4{RA!k`b7OXzQ+DjT`P!x2}nLw60kXz4gKP42*JpP_GB20K7V=OnU1l zYp6WyAu&p?pGnFyS9=?RY)X}FKsjxqQ|T2AC-Fzc*%WJDg{lNOmDTnziUU)k55p*k zGxjfUHQwsKxAmDhm?VuC1WF>j5o{BUjvoZk2o*bwN!+1P2D;zp-K8QQ^?{1JkD`o5r=F= z!_rtMBOz>fSR=91obqxN`f=M%FpTO(5RV4RFdL1YS%f9ol@#}2s6mS@8-;XW^~%j_ zmP_65_co#;V<6Z_#Yq6^v}@lOdmAOcb#i;y{6x%I&Y;m4bC!pS&iS}Y=JwIhYG0Y? zuFo-BMA;8ZN-&c)%@U-|afE-PUUyISSBa&W3FVNAEzi}7#xOO@8Z<+S(QPmt&2B{& zquD7k6wOLWrbC@Q{>r#g+qt7kMS04`8TemXA!W*{=Np^VYFlYCXLhF=-tS$Enl8ot z;(DlcX0wWq8g<(&^Ti2AfOm14V(%<^Bg5W^wi#=sW0bARp_#$P5TT$?ExJ)v#YtEX zorX}GQl+Slh^$!p5qq8>WywllW~9_?a0H197_w)ASW$b@!-}RSqvGTonjl`<$j6I~4HMABkOJHnJLvotf7CjXiw2P0& zS83WY4aC`GtBSmAeh%f8al1CM>*I{}cwziR&^ALXS zW9}AJ$lAqsm$*wpT0^{S=WEutW193f1=EzTBkdY;@ixWqCsEd>CcF|H4KjshBAzo^ zj5A}{TN8v3nKv3%MRtMIFVw5zWE^445eG5GYnIYdxAua>Xx6#K7+h|KwwqeUWJR)7 z?rS}b%=}{&3Jpz0qns6;upZOYA86j^ER4 zXxkZ^$u?&lNqfD~S#y~iaYtojEBcbxsSnAFBY1Ze*soNL!L*sw*_S$tl4f1jP)Vlf z0Q0z5uqk0_n-X+N-|dYy844U(>oFZnVuJ-kq^e18bVjnSVL9Gdusy2qw}$0;i~}(7 z#zKbF1g^?FCO6U_q(N~Zm`oOM7r`c=M=553wBxH40kjBht^JIy-;G9Kc$A^WF`a{T zBowE&Bm0%iJ~M}jp$8;Lj%jk)dysyrRT*MX>vWt{V0>w_SmZ>UfCJAgz{FWEb6_?d zYh7SUxGq9u%uD-HXFSX}1?v7a=sw%@hUzW8fc}c z7;adYvdgdnt)`h%DPEjRWMP(d^g9NfQ;f1pwUVhPNt*0rO!%e_YDS7`34xoFQq$Xf z^*GAl7IB#tw?QqNJ+qD-xor78pJi3nTC*jrhgUbHBDQW~wnSlOguT$?bz0icBvZe9 z;bfLI(q)Smm*QgDUozHq6gFJ~^cRhMj4%*WEHNtX>$vr0nDu)QGagIXxLC% zm7QQzk$i|93HC;}BTMV*uOqExeC$Zewd>9#Gr)G`c69By8(L=q<7!7+YE4I4uE2C8 zX;fCEVyV5Lk$6F~>~VMJO@!kfOwiljtP<*84FLna*sDdQdQ_gwyn2kTT92o^m}~Ml z@fxB6Ot9VzCs;l1BlCFZ854z!o7O%t+u6Z=t=MmlE#wD`5i$F17AJ0sbIr-M*_hi+ zD;=54tG$PkutF5M#8^(W{R7r;h}$yf7y{{E%2OB~E({D9{y>IZ+U;6p_uAI3T{b*? z`LZ;5OU^1RJ=~^c>wU_5Zei(?rAzrP^J+OPjDq zBz12wz7bLV0(4;9n~)$kj|~>iYv)s2nEeZ@on361f8KbMwK~il#P}g2=BlPJD4~V~ zdvlX6UwQ#XcU|Hv@2UF>miuS)UT}zKZ7$kmy{TVmV!!sI3ikn7T&;vi0C=#JQlvN3 zsctTKeY#}wE9}>)op&RSW>aA{!_Au?R;!5brYbzRFoqg`mHaZT<%YL&hbxGRQ4uep z6>Y-(bi?D?1w-0)&K_Fmbir$VKxaXpxBhnpt9K&kA~Kg~(HY8kGYlR7y9qAcG<>F_ zKQEYDv^vVP{0Uutv?ZC9yO%+GVs>Xuf&A{e6t#AuQc$Mp*1H*jjcK`BpA>0(#Ti$- zto6}GJHPMT!JSb1yNPyuZ&unh^WLs_=Z?AW9j2@M0!!|9r_avujtnW+6ea~_Sm?a&RK!YYcr>A4 zRs0^VG}+a>_L57EciT%Tat}H2y+fzwN^%N~3hz5en?&P&$IB?pBx`%%;ddsB2HtbA zsn)PZyE8hR@6@2a<+yHg8EkQ%=`GV8vf$z_OX*|^@3q1E+q9Uf4MrdPTvA~xk4nbbjwmjEnATi8^c59% zNhrwyf!`-8|F&H1<0Js*E)EmnYqbi4moC%Yb<6WKH+(%Bp zH=XNUp@h4z?w~9?+QLnBc{0qnf8id0xnzR8)rAH=S%LAtlc}d>-0v`im|57J^PQQO zw(Fe;)f;8SjP|N~Q*mNC3lnEo<^FbNXjogjWXv;JdYgcM!@!vpO@_v}OPS7^jiqja zTJsW(X1xN*>{5sxb!}*WDwx~w{x)O0no6bCA=_CF zaQfh@~E$ zkY*4);)d~gndOJqtqPYLvlopTkqB=KkyNJxU$=s+Km1{Dw= z3@FRVx)gCc*=Up_eUryrXxOqPGPbw-#{D5jR4ZEd%QIEgAdi}Y<59c$>P946_8xQY z^3^qA&9SXMx>WJh-L`8r`?*Ds7~{N;t`;SUp-OyptZ8nkDaV`hl1!5;9L{3U9h02p zIo!$KD%$$6r}pNoiEC`3eC!rtd4*PXuzI>J%RTH0<8g(Pf;BTfb_ja8i(SS^1{GVH z;w}%qZIfDEYK^9A1OJVRbp)EzGH*)k*|76nj{iBHc9KCbA<54Ue>>y^Z7MV$^txOu zZoAnT7dXbnPOD2gKsU1fcD<=N3Of&FOtGY}n; z8gkHhvy{m@u7*TW-+3SMLe=@xX^E7KePRkp0%?FNdLzclozBQ26G%w}iSEXoPIXfi zRKb=qcKt3Mb@@oj+mR!=Vl^jvDI$LtS-|Hp8Fwh!v4vM*lS1 z-d-)ppN? zU>wonQ-(X8@nAb`(;htOPAlYoba*jwtytzTuQ1rNrS1Cl3ZAM)nB)dbvRB@=L;?C|&Fc`G@^Br? ztTBA~|5FDeDuqEsUI7fsxdcfWPAlATBg*v|1)Vi(Wn$*~ppHpOFeV7!3=FAuhIWH{i8PGrU#u6X)xUWm-~#w#!b{PF;91i?765^b{=n2xMjLGKcuLKD@w zpiSg5w~vOFH{Jlwco03ZSp+-b))93LomkY*wvbcaq?i;JwdkHW`XUXLIPA5rhUo#0 zT2WOVdAzmkMqHh69}($BBjpc%d3b@FeaagKEU2=r?oyUKIAfHZL!L&?xH|TpL`<4# zvvldF?HjiKT^;h;)o%4?ffbM zqk=bVj7z&Vw3&u?X?^F7PS5V_5{6f%r3Ya}j(WZF)Kk1}-Sm2O)719UD;WJi%b<}l zUa9N-UR<#rdaLVZ-NSl&(KpE&z*)c#H=TSrdcNmZ6n42t_( z&Hk2f*3CY<_hz^5472v9&=8>Ei7hLwT=ly3j={CZ$uvnZ)A7RG!t*-IXoCH?fpMtr zbAc>svy;qjl#pSLdm{^noVjM^$3sMk&N`41_47|mx=wSprcz6d`M%3UzY^= zdnO4#K64IQ|2>hCwxcmTb$IY`qO~Vc4t%Oj{(C751FFN^JqEMKg4?|YV;$=Cx_juQ zJMXJ|`eSB0_tA6Rl8YXc45RkO(2{V{Q@1<(^h`8&)uRiZ@zt}82&xWciqwP}9uK?0 zfX)U?EURjwlt?-yLxBdUPq_m-CoHkuRAP^{&NNYUJh^>u}M7y>@!& z4YC}@P?N>D5J)Nz4d`N6+}*N9<68xb@BWp7?Qb;B;bc?;5(kW=tNB!AwBw|<*`^G( zrboc@idBnB&<5uk(zJ2PGfKiNpFHP~C&`<^wdpmBs3vmN%*Z8=mA5W==8YzdQy$%D zSg*VS0u2H}%MRka^Hk6}=;_7!=Sf;JcW1eCUIoJk{&^h2^$bxiXRNKAJ}&7NG0RLZ za<+IcGb@7ED(<`wjXNkqOYKvR&$g7ecISOFxhQB|@={bI^=pfxp`3+C`F6A0YT7Uv zo3n!w+|LJT)|GeyjBV*E61Wp$qoW zgl_pIF1Cd?f55bE)n~rY9}F5LSdy#}uw}$rm=f0$sayvUP0%HA`6P`S8>=gm1+kjj zg^t#Y=4o~g{XswF!VMCkzP2{2Q*SR*pouYqH^NqX>_(w?PI%aOB`ujTi=H^%op_0U zZb#Q4a~pjZ7tBBINTt2y3;oCQ-qUQEb+U#ZcsCpykr*0DC11g9nOC!jyVw|F`i~P| zL5pbJ_!@eXrygd;ewpz4rE&77iRBnQvtN3X{zMYVjm&M_zF@U0>}{;QVCAaK%InVI z&HaQ-KOBqn!!h%7D1HD%JuP3gi=F)5_DYM(9ZqSfy3@re4OI@OG&BJ3jHSz#EU`{$ z+#wsj*7i%=9`x12sL!Z(+d~h1-1?<0%{7>W`z`I2=6v8bIZ>4z}Rcw QOp6`f8M!5~?WOkr0A&+3yZ`_I literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 0000000..cb2932b --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/nb/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/nb/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/nb/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b0af5e6770e5cd6c68ee7407876b5b396cea1b5 GIT binary patch literal 215 zcmZ8bK@Ng25Tv4sG2tN|WTRd@7*CvyKOhBGD3rD-g`_X>;s<<-&+r9?8z)=i$w_8s zW;2I*M$sy8I1KmN>&u^ijC1$71vXfd^CQqRmqy>22B>6<(DkZfIc=DR1PA0&p@xfv zq^6>jP<+K;t2i|XC_DYE5tG;%gB3W zXM;|B*UvDeJX6Utbtm}%u}sT}98+xEt~)gTk2c05x;NSnjrZu#xTP!N#b5W+{`!7H z;#AFs7oh?t@oG^JE1a|lN#)AEh`OCa5SMvQR4YPND(wuhO;zCJ9f{XVf+(qnTT}Pw zXkD=^*4;^26^iNw&wpCbYg@TmYe?ID^+kGrjbk1!@E^++?z39wYn;eQg1DfilF+Dg z)xrUbRvVQMyr`awLZeo$p8o`Q_|3s;0y~ze!_j2W={B{i?hqFAscu*UeF$qdEcCQ~ z+k$AF#=1E$w6PBL{uCPBOE|E{9jpJEefbKGx??>z(3)3TTOV!bVbkijpkXyNLx=rK z*s_MEHXgA9dlh(VT4-YE?}ll73-<>bUEr`J34&NsAo}P!G>;^3pr2hw=gG%25T7S- wjLnlzU48a^22%563hP^nN_%F2zD-k4a857NAa&->r0^s?rxRbI!zAAQ55sTqRR910 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/nb/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/nb/formats.py new file mode 100644 index 0000000..0ddb8fe --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ne/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0e8aa05c74ff07ab45761a11fb2a792d5c25d13a GIT binary patch literal 28452 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000..860c28d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,1376 @@ +# 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-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\n" +"Last-Translator: Tonnes , 2017,2019-2020,2022-2025\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 "Haitian Creole" +msgstr "Haïtiaans Creools" + +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 "Instantie %(model)s met %(field)s %(value)r is geen geldige keuze." + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Gereed" + +msgctxt "Task" +msgid "Running" +msgstr "Actief" + +msgctxt "Task" +msgid "Failed" +msgstr "Mislukt" + +msgctxt "Task" +msgid "Successful" +msgstr "Gelukt" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/nl/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/nl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/nl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..179f046afee35531fb196a5db7fcde2d6ebf7ce3 GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dj$h)q<-uS9tvF}G_5H_#w%eVMUPS&v~cPm zExEdC$iL#SHj+C8R34-_gXvtM)izmgpb-vNhG!MOV)N@mrqu_9Xz~y?s@0ldwfCun@S}Be%@dIx;UW$_(u}&iMZgQ zfx%CJfD8~NQz#-wP*jehEqM#Yj+oXF(>0SGsxqg9uKKit2pzL&5^z!ZrJ406mb_x0ng=P#_Jx9! zYipAV7dl4Qs{F=8;>%;#wGR7uuB&x6;x`Sl8yy}QAll$tyIb-oQog4AIghA-%5yIH zg{~WWV{2j1&4Gq7omRm?fu-n zUs11CRP{EB|G4dPdYP=TBB#`Op~Z^Jq}Xiv2~BQ-L{{QhL22=AvEdbDoUF!59+T}h zctKQxT?=a})UMtXx z!wRg(3%I<&_quGm7U1Z1ul0!&lw*PKb(-ztKj49UQC3&*+!$(bdNn>D^wrD31lF`` zO*h8c1a{`IcA<{W42bM7(}rVRooP@TT|<5F9ggR-b7SkD__9)KAtE>79e+ju;awcyJt8r-su!5;F7FG O&YYFo|3Oa*c*uWL2WzDO literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/nl/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/nl/formats.py new file mode 100644 index 0000000..e9f52b9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 0000000..04b872e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/nn/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/nn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/nn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..43a84fbec238f9baea8c6c698facd2c785fe3109 GIT binary patch literal 215 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/os/LC_MESSAGES/django.po new file mode 100644 index 0000000..f3badb7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 0000000..d71b5f7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..cc31f02147082f5a60b6a4c3b28c79b91ce228e4 GIT binary patch literal 30975 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

    u^DhhYu`b zXJc||?Zy%N?!m6m?h^=c(eAT{h~tN9p+$ia&mJ~u&?6s+hbcm4 z5o@z)G`X>(HyO4T=&)Ujc>;mDj*X?!#Bw5Yy!Oo$qX8FtWvQ}D1be(*Lh&S>yj zu-b+V)*#kmU6qQs7d6r=p{p@<%H%XcOH7kCb+3w^y3KGF!(6d;cb`mj+twNDX!=?THX9K~K^1pu9hx@>W;f$p#asd~ z`Mj-BC?bt8M#c>u5n$EgLb{!=gFm>S`AK_GLkh9D#b_Oaq^!-80V8N^(pw_T$9cV+ zPuM;47&Cc&p|seq&HIZI?=SKbCPYs#%!giK*zBc9Z!1Vn4fU|0FYUbMqY#%7Quk<` zh<%l_62`zBcMS1V%v%gw26tmE3+sIFj~tXT=vG6-iW;8&Izx2o?66I)^<&NGSTKE? z6A3^>Uk;g<{O2IjCu0Asb+=7|zEM;#pC}809FZ!5z9*Afc~& z{3V$-94y3x`pD={=Sc>um^T@d-i|0hoHAnXH1ltTe^7(d0o(TxZmHndfLk)lvw3lS zhi4iZqaDsV<6dgyCnLKp73{`oh6WQLc7F*z)hP437pI22s$OlVm|oMf&iu?94qH3a zB?=SWmctfX@GOrxkUysOAS@ZNipk(0jy+d<6sIHH<@Dy-Rq2%BPwnQ~sybUbuRLUk zo%$p8L9(1@}a_qp1VJ&0!OdEE=+gWA3(ZKl-^|)DEiJ#~=O1d>q#> zyWfa4iA_UqK*XdOjIM~qLyoCWNZd=9k7-oJ5if(m#-OuaI?014^e$`L_IPz^4>dd) zezmd~!HoPY6Ag%A4q2N!X!vzN>~>64Cygr_BWKC(pl7-~&VvTBFz!vJniP0p>k#=DS*0!YAh{s$ zYF=WF<(M~4W#~|Qhc|123AI*?w%H9jz?|7x0Ed^plU&1kMCG$Uk5-0`Mb>no)1)~o zn4Z4d<+=MXJx8a8x%)782IgO6+;bX!hYNhiqydU8Ra~ z^UqZD3aDnPow*I!RVSD{-0d#)U~_dH5n3sNH;@^6-yn->|D z3bxZcBAU5l#6Mxga7cn68ZnRW*cp1lbN%)95l?FKC`{)C#g! zq1BxBfCo?a`OXe2k6@S(`!?;bA&J3A#s^T7sF-?HH?{VuZsKl6Y!V-^sG&p85c)7&szRW&)>XYfI zkJe?T$38Y2mO7qp^V&x}bvrNr$d(@bm=Neg;*Ps_X9Jap7L{%ws?oquS? zkc+qpR3IyoCaW`)CUt55-cP?-+pigO#0+FeF%rx*NFKck3{M&}FPr2aDG(dUTAUPu zJ34lrHpe{p{k3j-Lvco;Y0qiJ+#wp&DRmFC@f+@)kg7$}*8?Ga-iS=bRP|*=YTU58NAdQ|YF4B{wJf|>D+n~(cxPV*eE{naq zQO8PSSx>j6J(b(2{6wS4Qx)sM-kHXFT}1D&qO$pQh6&rwA&1F{sy(J6bBl>xM#Gh2 z8)CYqsYCwiwpodPltY>Z_bl72=5h8~wyC4m>wRtgp_eeYGTVrwidn!s=wst$Azs5qNFCh83VG>pUeD6FaN=Z&Z?xD1|HW7JK85p6f!Ya>pW~e4MZhu0u+w9rmj*|po&vbxJj>u z^<+;q&U1Q1avmW<9rcQwm3TC=IX#2FzaQ8Pizz#f{bm4FmW;Fl?NAZ=)Ey ztT@YU#|J2%36_W7z84x$J$bUSpfI10E_P(!(o;B_0@Nt%cjL zc01N<&*PkfwP~)>4^r?fFH??k4TpZ6a)=78-Hd(J4i)C*_HOLP4*p_a?9iE;^kAp= z#m*rLpJgg$eXV14WJ4;p`j3T%UofIZLk_z@F+4Sxu*NroS^+MOWHzs-+B2?h@t^<~;B)?+6R%Ncc$XZbA;x h=AM^8lGWTb%EQZRt|)U0J3jJk?SF<>b#|Wv{Rc^^1eyQ< literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..099b2e3 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,1443 @@ +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\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 "Haitian Creole" +msgstr "Haitański Kreolski" + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Gotowy" + +msgctxt "Task" +msgid "Running" +msgstr "Przetwarzany" + +msgctxt "Task" +msgid "Failed" +msgstr "Nieudany" + +msgctxt "Task" +msgid "Successful" +msgstr "Zakończony" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/pl/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/pl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/pl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..baac796938d7ec6a8570981a0773cba4078064da GIT binary patch literal 215 zcmZ8bu?@m75VQ$M2q}Y5kQdNUAga`e4J?y9#ED~Dj$h)q<-uS9tvF}G_5H_#w%eVMUPS&v~cPm zExEdC$iL#SHj+C8R34-_gXvtM)izmgpb-vNhG!MOV)N@mrqucWLlu#4sR6TW*#grEr z75IYUk@d>Zi*0xzpkyr&aqLA<$to#cd;^6bc|+i*i=;=fsLWbrR@pNbGq=QAB^Kd4 zy~`KadW97#Y}?EJCzaWrmpWG0#M9rwnLobXkQkc91bT7A+>`_MH6eHI1>N5ix;{`N_AED#U2KM+x z`Pp+g9nOrBqj#_LzA@d_!>&EGrvk#Vl_A}>8aOP(p1^oQU66E}B4)Z%Inhz}jbC(J~ Y#F)qJIb2EmIo!qgOy*O1lEt(C0EgMt@c;k- literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pl/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/pl/formats.py new file mode 100644 index 0000000..2ad1bfe --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.mo b/env/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 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/pt/LC_MESSAGES/django.po new file mode 100644 index 0000000..7270f6d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/pt/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/pt/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0773057294e7e7998fa687975089aec888182a5b GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${CK zS>`a$I9`x|oxhi(zQ*&9ei}YE(vc-SK8T%!)Q_FPL!oPgrZt7gcqJ^P=uv8e7ET?c zC0ADs`Bxm)MskOM%7YYVFr6#3+9vA_G{WJ^@T}rjY<_*nw7P)Q8J7sg0b@c5$5>*z ZVZN_*-by^!S(rfso6)=@N~w*4`v6~JJI(+A literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/pt/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5f659f3f52da819bf36c8ddb9b3b3bde71784d0 GIT binary patch literal 904 zcmZWmJ8#-h7`?_JF%WPt5203SsVWahfvdJtQB~C~CZHCKj8S9@$#S{o6&qW;Bs`_R zqDzOWTYpE#E{uq^Q#O=rOugn6NUn6hbH4MP^XXdt8w~mZK5xfAx(hD=|J-JKJR5TN z0h8|l0R>#Za?@?S_co*U2yU^crWb- zH|ml&UlN%c5`R}Y6`TihoW!enK`e37JRlWIyM}fr`$AaeIZ-VMWvQ?YoUOYYCvTN- zwIGO+y1zAcFCDDQ7saaUlvN?GUh@3sIkSot%axk6*;k#%ch5M~!#Vy_vBZ5*t9*qM zIY|)bj8qV6Rj!=d)97-o^pO|U3sI<5isg&n;LiP}%Mol_rVa-qyWMGMSDil0>0{ln zY`qUF6PW92y_N;h3WmCA8`@BZdT$Jk&R1wphHb0&CiChw9CU_y+SVFZT1y{n{IFs5 zn$WNsnxR8`2%A>l)P{qMJy}xkObd++{e3@1tt!lbY1 zS@ii7glCawQ*btmK6QEG E13OUs@Bjb+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/pt/formats.py new file mode 100644 index 0000000..bb4b3f5 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/pt/formats.py @@ -0,0 +1,39 @@ +# 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 à\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 = 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' + "%d/%m/%Y", # '25/10/2006' + "%d/%m/%y", # '25/10/06' + # "%d de %b de %Y", # '25 de Out de 2006' + # "%d de %b, %Y", # '25 Out, 2006' + # "%d de %B de %Y", # '25 de Outubro de 2006' + # "%d de %B, %Y", # '25 de Outubro, 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/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9103cab22e00e6c8ff80ce559e74f22405919535 GIT binary patch literal 29507 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 K7>ZJt^8W{3&jSMh literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..3cdaa07 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,1423 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 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 +# 4d0174b27b7822abd7a4a8c03ed19a69_59a53b9 , 2016 +# Claudio Rogerio Carvalho Filho , 2020 +# dudanogueira , 2012 +# dudanogueira , 2019 +# Eduardo Felipe Castegnaro , 2024-2025 +# Elyézer Rezende , 2013 +# Fábio C. Barrionuevo da Luz , 2014-2015 +# Felipe Rodrigues , 2016 +# 4d0174b27b7822abd7a4a8c03ed19a69_59a53b9 , 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\n" +"Last-Translator: Eduardo Felipe Castegnaro , 2024-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 "Haitian Creole" +msgstr "Língua Crioula Haitiana" + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Preparada" + +msgctxt "Task" +msgid "Running" +msgstr "Executando" + +msgctxt "Task" +msgid "Failed" +msgstr "Falhou" + +msgctxt "Task" +msgid "Successful" +msgstr "Bem-sucedida" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22ea1bd89f435f195dc1b77e1e37de971a381f3f GIT binary patch literal 218 zcmZ8bK?=e!5Nxc12z`hLyQn8YJV?(XejvoUwrSHOq-h~9@!|)3i_h={(pyia;>m&8 znOWvA&nTJ&9-H=F4Eh?*Kf1C1+yWQO$>9;0kx$*w=^f;%LZ};^^OTj`K!Pm_rP09A zK~gZ8DY$&aVxK;+GK5dNA*h5Mn~_J|WON!~g&Q literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc1920818fabd13fe5ef31dd046cafab2da82403 GIT binary patch literal 846 zcmZWmO^?!06nzCcd<~TE5KR_{1iLP;qxypS}NSH6bQ1`3g`#$Vya zg>mQaaOs9+!`9X8h_hqmD+3HTFM0Q#d+s^+-Q@iag#v(_SF>*eng-yHQ|yjw3vS*L z@D*Ty0HzRyUC4#q$c;V7gK0$L6Lf;T$cug0-*q8h7vR7T3i)vm1@I{f;t)EWhqH{u z3^Fa;QZvQd)U@2Ce1DoI!~bh!etmCEGNftw_FCUgW6>CDuxa@>$x&T9ds;pgLso-q zbC2fP6Dzu7Gi)i(R`P7!O5CGzY{v>8vwP$GzVVJaG;Y~7^=wV$uH9s%YBsbC7C4EQ zi-K6;q-9VlSM~+tbPkDVljlUaB2=Z)&Jek+3S4u?MC&C%l;p#y$vf(3T(KS@e|xQzp?%dd%C8=$<*le+sb8s3=8T^9qNWUhP62?43tqjC}M3P`4ry1K5UeVr^YXM?^Bi;ujr&bY=Ogma9#_U-93o}lTH~s+>+V0c< literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/formats.py new file mode 100644 index 0000000..96a49b4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/pt_BR/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 = r"j \d\e F \d\e Y" +TIME_FORMAT = "H:i" +DATETIME_FORMAT = r"j \d\e F \d\e Y à\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 = 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' + # "%d de %b de %Y", # '24 de Out de 2006' + # "%d de %b, %Y", # '25 Out, 2006' + # "%d de %B de %Y", # '25 de Outubro de 2006' + # "%d de %B, %Y", # '25 de Outubro, 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' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "." +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..37e80b0b4ec3010fa30bed19e419a1aa273bf55b GIT binary patch literal 21493 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 XdW%yxk3rtPgHQ^3;=IS`QSZM2GAXOj literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 0000000..3b83307 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ro/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ro/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed16b98799d17e6fbf8c9ccae8b7df3353441c80 GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${CK zS>`a$I9`x|oxhi(zQ*&9ei}YE(vc-SK8T%!)Q_FPL!oPgrZt7gcqJ^P=uv8e7ET?c zC0ADs`Bxm)MskOM%7YYVFr6#3+9vA_G{WJ^@T}rjY<_*nw7P)Q8J7rF17ku7$5>*z ZVZN_*-by^!S(rfso6)=@N~w*4`v6|oJIeq7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ro/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e36c74307d22117c72e325d0b8c75d1b13d2e7fd GIT binary patch literal 853 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000..be7592d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,1443 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Mingun , 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-2026 +# Bobsans , 2016,2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Алексей Борискин , " +"2013-2017,2019-2020,2022-2026\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 "Haitian Creole" +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 "Нет" + +msgctxt "Task" +msgid "Ready" +msgstr "Готово к работе" + +msgctxt "Task" +msgid "Running" +msgstr "Работает" + +msgctxt "Task" +msgid "Failed" +msgstr "Упало" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/ru/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ru/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46df1fb4601a6f181d25c0cf889f24ade9e09144 GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8AjEXFY11U6X(2E1;s<<-&+rA(TTiCq$${CK zS>`a$Bw0iOyY60&`Wnwa`f2#wA|EZu@e$ccNd4FuIw*9F(6puyoK?a?h8;?6(89?> zRx)+fkblKtZ6tFDs5+41492@ct8Kd8KqDNk4C58MV)N?**XjaNb0!gN3zP~a9Hpu8 Z!+c-syp?#cvoM1MHlumRgb*7C_W@t=JJA3D literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ru/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a82ca2a3bd572df54d7ec566fb8f5092c6131b6d GIT binary patch literal 830 zcmZXS&5zPR7{;f3e=L;mY}T06m>x*96ZIr9#wz7Qg_5?!bS_P0%GUxVKuPFn{VTk9 zFy1`-A9(e`vEk}zZ^VrkPEHY6$j)Kj=l%70-kCQ26^lgxSfuoro;5Babk`EdXRa1aG?2!}f!6zTvR`9`5Ij-m)YLs1+qYl>Lx5Q{l>$g%1{ zE%E_7xu*a<+~FFhJXsXpRBQZuO%@uw#4Dn-N+}hwDf9K>5u@wP+G|15 z%97Y@RO{vM;D)?8*jTV@4h=Z9#@${^zwAw5(U=r(F+)14o-%uyQ-%$7bd;KYJ$b28LtQ*ON2 zgkB6yYz>T;lN`B)`)^D&vaP)oMXe)%zPO4y@if^|53Xn@bAJhvPWpTa5>DoxtIr=U uLDtD+i6(YG?fBwrzc=Sug4CZ-@PgFbIsvjIk#w>ok#bV$PxK^1&iDrmh3HfO literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ru/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/ru/formats.py new file mode 100644 index 0000000..212e526 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..e23638fa3e15de2c0937aae888dcfdcd3fc48882 GIT binary patch literal 30255 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 0000000..28c7097 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,1415 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Zahradník, 2023-2024,2026 +# 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Adam Zahradník, 2023-2024,2026\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 "Haitian Creole" +msgstr "Haitská kreolč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 is not a valid choice." +msgstr "" +"Inštancia modelu %(model)s s hodnotou %(field)s %(value)r nie je platná " +"možnosť." + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Pripravené" + +msgctxt "Task" +msgid "Running" +msgstr "Prebieha" + +msgctxt "Task" +msgid "Failed" +msgstr "Zlyhalo" + +msgctxt "Task" +msgid "Successful" +msgstr "Úspešné" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/sk/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/sk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b8fb850fa81d96b3e6c79dd3c2ee12b974736782 GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8AjEdHY11SmX`wIi;s<<-&+rA(TTdq9$${OO zT?S^JNwSDMcHO-S{0i$I!_&y@EBky4@W04B&G|Jp*QMEVvN<6N3@i*C6jj3RBm~;l<-REYWx*$ zTo`x$4YzJs61J{pH<^hWR^Bpz5bxqU=R4m!_g5?y0r4XyXV`I`?r{U z0SIUS5gLJfnh%j0iTs)$1+)MPYC&|OowNZ8eJ8XK#xTY(if9oO)uQNBJDtb!aW~jw za;2Q=lI3F8jXXFxkCUG2_XIb97@JYu@CLl#4S|Q}NjF3zhPD}6-LpAn^8#%bXoTa* zT|7ruinLIqWjFnw#Lz7_eypyE%Rk>F)!yv>JAXV8L{(=;qRp$}Wm$TlWpW;kDmUfT|uTIQQk7H{Ew_xK8% zTaqA%+XzTJx{fa6DQu{x*NJ8N@d6~5DQwS{=?jmaKU;vzGM&NvE)>lA7J#~o`=4OU V;_}S7my^Mn)RIblPK?sH_h0{<)_MQ{ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sk/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/sk/formats.py new file mode 100644 index 0000000..31d4912 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 0000000..4b5f932 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/sl/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/sl/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sl/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88c49b34bce6eb9d22464488edeb39430a999176 GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${OO zT?S^Jal9Y_JAW@nevRuN{WN@Tq$5jud=NVcS3i0N4~4D~n${E|S~zu( zmRwym`F8_694Di2be!E~8I$@ zsarow7e>U|DH}>Qrrt{cLsCmV=YM|Z{*R9>{|SeK0AKHBKYKkN0DnobyIfmw{}GEH z009LcN}-TTaUr+jMjpk3yowk36d&>{{x(2?Uz8HS`2^<^6jXvJq=e9^a%zRM5!;8@ zOfl22-KBij4)rz#n<0gpU=Ja-A4h@3Ww6H%*v6)ROBTs`?Er&Vrq42sy|RePG5s87 zLEO#YcIHT1S=x^6d>N*cXM{Xcvy)E{%e3ssG2I)jr$z@I8n=`fAGSI&K0;gLA+;0E zOE}i_e;_eOAM*pdv!CtQ9e8Zt@-=m_rr29I{@Rsnco`~iGOrdzN#NvVNG=Qef+n3q z5Nq(9qzYn1F6|7_hpNCeb|h9SiIS`yPE9%JXk4)@)yT<)Di+l%p8v9pZ*1jCwJvYx z)t2e~8pk|V;6IlI?yFkktDMBiqO^?5C9z)PDun|^SL(tiUQ#b5v0g1#E`Ni2@}sS% zuw(XhIGzqW-KKWk9l?S=(+zW|k6_h;g`PHOn-Fc%MDGs`ZK6YcFoQ<-8ys4bjyZVC zzJ3G8-HDzXYRzk{t&g|oVbdJ6pkX#O13$rlEpyb@CS!JJtpo4-CYl=hhfx}DLE(FR zg~Q5CQPe63=w~;fMI?bk{M8M;NIsu~*dl>rbdh{X^x63wq!!5()^`D4+BFC9yJ++U X&gs=TNS%>0B*qu<#CLj>#Iyea5(X1P literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sl/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/sl/formats.py new file mode 100644 index 0000000..c3e96bb --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d5888cee5733656c9ac1ab9209e1ae77c3cb14af GIT binary patch literal 29196 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000..28881ba --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,1371 @@ +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\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 "Haitian Creole" +msgstr "Kreole Haiti" + +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 "Instanca %(model)s me %(field)s %(value)r s’është zgjedhje e vlefshme." + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Gati" + +msgctxt "Task" +msgid "Running" +msgstr "Po xhiron" + +msgctxt "Task" +msgid "Failed" +msgstr "Dështoi" + +msgctxt "Task" +msgid "Successful" +msgstr "Me sukses" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/sq/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/sq/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0ae7fde3f70cfcd3f3d8cc772f06d5126d2a265 GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8pu~1<)22yG(m-G0#Si!vpWzFnx1LPJlLNam zy9~@cqi7L$?A*N?`8BS8^i%)21zoTt$48(i{_021;GmQZf@xLBGFmeY2|DCbp@vfj zNkv5=A^(!aMsaEpP&nZ1463uG6x(>c0mCe=6wPW{p!xYBli~tgW|aGcE2JqC%%*9q ax?#R=WZrT-=$WrU{FqU^LqdoSz4`!OWjoFQ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sq/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cac2b225caf7580b53db03cfb0d62a95e24a238f GIT binary patch literal 441 zcmYjNy-vbV6uzZY2nbRHgK=Rck=~$_i7~mc5J-fQQipbFD)$0~me#hAv=eXP;tRO> z9xk{MCKF$PgpJ9fpq}BJ?>qnJyrohJ5X#l`dH5Ou;B!m%LhZo17=kB&fdVk4P&lGQ zFs;xyszfoPF!(?@@MEQTz~Ex7CWB-TTBm&wSbY!W*Kj&^9{wdO0i{TRQm?$l1TjYK2~;xa4M zh5HU_@qfM-u-;y@nZSW%66j9sf!@_dx&wJKC5B}a2ey6454CaMg818b#Iy~~Ban=z z(9j>C?Rx`je92WVpsRbNY-`<-)+g>RA9k&A4;ofiGr|dvuxB}@=DD2hZ{pXcg(n8N zanj)y+vmEKP_1Z+qE-oTbTUgW()n5PBX>Fn?BcjE2bo3gEX1oU$cKzwl}tv EU(D2i2LJ#7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sq/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/sq/formats.py new file mode 100644 index 0000000..c7ed92e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..82608429ce3b1907585313e1d4abe681328ee96b GIT binary patch literal 35656 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 TQ4ikM*iiK_%op75zj67$L3D1I literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 0000000..3720472 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,1396 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018-2019 +# Igor Jerosimić, 2019-2021,2023-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Igor Jerosimić, 2019-2021,2023-2026\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 "Haitian Creole" +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“ је прекршено." + +msgid "- Select an option -" +msgstr "- Изаберите опцију -" + +#, 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 binary value." +msgstr "“%(value)s” није исправна бинарна вредност." + +#, 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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "Ниједан %s се не поклапа са датим упитом." + +msgctxt "Task" +msgid "Ready" +msgstr "Спремно" + +msgctxt "Task" +msgid "Running" +msgstr "Покренуто" + +msgctxt "Task" +msgid "Failed" +msgstr "Неуспешно" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/sr/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/sr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f912ed31118293ec3e484f6e04a138f4f143387 GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${OO zT?S^Jal9Y_JAW@nevRuN{WN@Tq$5jud=NVcS3i0N4~4D~n${E|S~zu( zmRwym`F8_694Di2be!E~mz(qN=J}Oh7Fd8KVdDN_p#+a(P$Xp^LGBD_uCJ^Us5>7vrBG2 z;N&|%Km~|WDdbT-$g6shPxYZA^$7V@KMJUUHbB9jlp4e_gkuPW)i9z}8b#EI70n*o zfgYbJWE#BfE#|s5y{j^$@NKz|Alu*L2Rxn%-$l~Drtk(?pB>^5&kcAEcb(MYZ5q=I z#u>s7g~ewhHoI43xMGeg=eU}ke9U;RWit=(UTb0JhguhNYaMJSTss}qPyR=VKK7{L za&Sz^?gs}Kz3<>OHq?s^#b0~zr>kV6D>^SIqE?XPvY@PJrBvP*4C%N*tRV`rR+cJC z(Gi^7Re7P|kXWrK$%^K7O&-uayFy8>k;#T86|@Uc{JdhfvQnj5S9X52RcgP+eICn; zpGsxni&hh>f-ESKykeE2RIdq@yo)iFdikR$Yv;05ua+w3zrZbibFi7gjyW*kWH#z_ zoBCyU4D-g^=$j*B467E*_w-@gglHS4#$eRfrv@~JbJ*{Gg(GX)F^6yXSFhouJ2hU8 z^ya1BHYU4y*ffVN*f*PcA3tFXTjqG6Pbd7y+63PXOf>5o@5d>;1^Is`7x-FxDT-Q$ z0h7L>m&b8@vCpoUW#V)JV$1l`1vptI&Pbkqz5vN(B8l^xAf56o0DF^;p5mBVpMhkW Q%#fR1vhi=sIDx(Y0UgN)NdN!< literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/sr/formats.py new file mode 100644 index 0000000..423f86d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/sr/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/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..dd3a594731519bfc496b0529605a943057c2e692 GIT binary patch literal 29222 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 Z%?e^N?cK~oTdAtkh_X-jKC@2B{|($>LW}?a literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 0000000..c0d49f5 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,1395 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aleksa Cukovic` , 2020 +# Danijela Popović, 2022 +# Igor Jerosimić, 2019-2021,2023-2026 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Igor Jerosimić, 2019-2021,2023-2026\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" + +msgid "Afrikaans" +msgstr "afrikanski" + +msgid "Arabic" +msgstr "arapski" + +msgid "Algerian Arabic" +msgstr "Alžirski arapski" + +msgid "Asturian" +msgstr "asturijski" + +msgid "Azerbaijani" +msgstr "azerbejdžanski" + +msgid "Bulgarian" +msgstr "bugarski" + +msgid "Belarusian" +msgstr "beloruski" + +msgid "Bengali" +msgstr "bengalski" + +msgid "Breton" +msgstr "bretonski" + +msgid "Bosnian" +msgstr "bosanski" + +msgid "Catalan" +msgstr "katalonski" + +msgid "Central Kurdish (Sorani)" +msgstr "centralnokurdski (sorani)" + +msgid "Czech" +msgstr "češki" + +msgid "Welsh" +msgstr "velški" + +msgid "Danish" +msgstr "danski" + +msgid "German" +msgstr "nemački" + +msgid "Lower Sorbian" +msgstr "donjolužičkosrpski" + +msgid "Greek" +msgstr "grčki" + +msgid "English" +msgstr "engleski" + +msgid "Australian English" +msgstr "australijski engleski" + +msgid "British English" +msgstr "britanski engleski" + +msgid "Esperanto" +msgstr "esperanto" + +msgid "Spanish" +msgstr "španski" + +msgid "Argentinian Spanish" +msgstr "argentinski španski" + +msgid "Colombian Spanish" +msgstr "kolumbijski španski" + +msgid "Mexican Spanish" +msgstr "meksički španski" + +msgid "Nicaraguan Spanish" +msgstr "nikaragvanski španski" + +msgid "Venezuelan Spanish" +msgstr "venecuelanski španski" + +msgid "Estonian" +msgstr "estonski" + +msgid "Basque" +msgstr "baskijski" + +msgid "Persian" +msgstr "persijski" + +msgid "Finnish" +msgstr "finski" + +msgid "French" +msgstr "francuski" + +msgid "Frisian" +msgstr "frizijski" + +msgid "Irish" +msgstr "irski" + +msgid "Scottish Gaelic" +msgstr "škotski galski" + +msgid "Galician" +msgstr "galski" + +msgid "Hebrew" +msgstr "hebrejski" + +msgid "Hindi" +msgstr "hindu" + +msgid "Croatian" +msgstr "hrvatski" + +msgid "Upper Sorbian" +msgstr "gornjolužičkosrpski" + +msgid "Haitian Creole" +msgstr "Haićanski kreolski" + +msgid "Hungarian" +msgstr "mađarski" + +msgid "Armenian" +msgstr "jermenski" + +msgid "Interlingua" +msgstr "interlingva" + +msgid "Indonesian" +msgstr "indonežanski" + +msgid "Igbo" +msgstr "Igbo" + +msgid "Ido" +msgstr "ido" + +msgid "Icelandic" +msgstr "islandski" + +msgid "Italian" +msgstr "italijanski" + +msgid "Japanese" +msgstr "japanski" + +msgid "Georgian" +msgstr "gruzijski" + +msgid "Kabyle" +msgstr "kabilski" + +msgid "Kazakh" +msgstr "kazaški" + +msgid "Khmer" +msgstr "kambodijski" + +msgid "Kannada" +msgstr "kanada" + +msgid "Korean" +msgstr "korejski" + +msgid "Kyrgyz" +msgstr "Kirgiski" + +msgid "Luxembourgish" +msgstr "luksemburški" + +msgid "Lithuanian" +msgstr "litvanski" + +msgid "Latvian" +msgstr "latvijski" + +msgid "Macedonian" +msgstr "makedonski" + +msgid "Malayalam" +msgstr "malajalamski" + +msgid "Mongolian" +msgstr "mongolski" + +msgid "Marathi" +msgstr "marathi" + +msgid "Malay" +msgstr "malajski" + +msgid "Burmese" +msgstr "burmanski" + +msgid "Norwegian Bokmål" +msgstr "norveški književni" + +msgid "Nepali" +msgstr "nepalski" + +msgid "Dutch" +msgstr "holandski" + +msgid "Norwegian Nynorsk" +msgstr "norveški novi" + +msgid "Ossetic" +msgstr "osetinski" + +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 (latinica)" + +msgid "Swedish" +msgstr "švedski" + +msgid "Swahili" +msgstr "svahili" + +msgid "Tamil" +msgstr "tamilski" + +msgid "Telugu" +msgstr "telugu" + +msgid "Tajik" +msgstr "Tadžiki" + +msgid "Thai" +msgstr "tajlandski" + +msgid "Turkmen" +msgstr "Turkmenski" + +msgid "Turkish" +msgstr "turski" + +msgid "Tatar" +msgstr "tatarski" + +msgid "Udmurt" +msgstr "udmurtski" + +msgid "Uyghur" +msgstr "Ujgur" + +msgid "Ukrainian" +msgstr "ukrajinski" + +msgid "Urdu" +msgstr "Urdu" + +msgid "Uzbek" +msgstr "Uzbekistanski" + +msgid "Vietnamese" +msgstr "vijetnamski" + +msgid "Simplified Chinese" +msgstr "novokineski" + +msgid "Traditional Chinese" +msgstr "starokineski" + +msgid "Messages" +msgstr "Poruke" + +msgid "Site Maps" +msgstr "Mape sajta" + +msgid "Static Files" +msgstr "Statičke datoteke" + +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]. +msgid "…" +msgstr "…" + +msgid "That page number is not an integer" +msgstr "Zadati broj strane nije ceo broj" + +msgid "That page number is less than 1" +msgstr "Zadati broj strane je manji od 1" + +msgid "That page contains no results" +msgstr "Tražena strana ne sadrži rezultate" + +msgid "Enter a valid value." +msgstr "Unesite ispravnu vrednost." + +msgid "Enter a valid domain name." +msgstr "Unesite ispravno ime domena." + +msgid "Enter a valid URL." +msgstr "Unesite ispravan URL." + +msgid "Enter a valid integer." +msgstr "Unesite ispravan ceo broj." + +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 "" +"Unesite isrpavan „slag“, koji se sastoji od slova, brojki, donjih crta ili " +"cirtica." + +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." + +#, python-format +msgid "Enter a valid %(protocol)s address." +msgstr "Unesite ispravnu adresu %(protocol)s." + +msgid "IPv4" +msgstr "IPv4" + +msgid "IPv6" +msgstr "IPv6" + +msgid "IPv4 or IPv6" +msgstr "IPv4 ili IPv6" + +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 "Ovo polje mora da bude %(limit_value)s (trenutno ima %(show_value)s)." + +#, 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." + +#, 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." + +#, 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." + +#, 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." + +#, 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 )." + +#, 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)." + +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] "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." + +#, 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." + +#, 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." + +#, 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." + +msgid "Null characters are not allowed." +msgstr "'Null' karakteri nisu dozvoljeni." + +msgid "and" +msgstr "i" + +#, python-format +msgid "%(model_name)s with this %(field_labels)s already exists." +msgstr "%(model_name)s sa poljem %(field_labels)s već postoji." + +#, python-format +msgid "Constraint “%(name)s” is violated." +msgstr "Ograničenje „%(name)s“ je prekršeno." + +msgid "- Select an option -" +msgstr "- Izaberite opciju -" + +#, python-format +msgid "Value %(value)r is not a valid choice." +msgstr "Vrednost %(value)r nije validna." + +msgid "This field cannot be null." +msgstr "Ovo polje ne može da ostane prazno." + +msgid "This field cannot be blank." +msgstr "Ovo polje ne može da ostane prazno." + +#, 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" +#, 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." + +#, 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 "Vrednost \"%(value)s\" mora biti True ili False." + +#, python-format +msgid "“%(value)s” value must be either True, False, or None." +msgstr "\"%(value)s\" vrednost mora biti True, False ili None." + +msgid "Boolean (Either True or False)" +msgstr "Bulova vrednost (True ili False)" + +#, python-format +msgid "String (up to %(max_length)s)" +msgstr "String (najviše %(max_length)s znakova)" + +msgid "String (unlimited)" +msgstr "String (neograničeno)" + +msgid "Comma-separated integers" +msgstr "Celi brojevi razdvojeni zapetama" + +#, 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." + +#, 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." + +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 "" +"Vrednost “%(value)s” je u nevažećem formatu. Mora se uneti u formatu 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 "" +"Vrednost “%(value)s” je u odgovarajućem formatu (YYYY-MM-DD " +"HH:MM[:ss[.uuuuuu]][TZ]), ali nije validna vrednost za datum i vreme." + +msgid "Date (with time)" +msgstr "Datum (sa vremenom)" + +#, python-format +msgid "“%(value)s” value must be a decimal number." +msgstr "Vrednost “%(value)s” mora biti decimalni broj." + +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 "" +"Vrednost “%(value)s” nije u odgovarajućem formatu. Mora biti u formatu [DD] " +"[[HH:]MM:]ss[.uuuuuu]." + +msgid "Duration" +msgstr "Vremenski interval" + +msgid "Email address" +msgstr "Imejl adresa" + +msgid "File path" +msgstr "Putanja fajla" + +#, python-format +msgid "“%(value)s” value must be a float." +msgstr "Vrednost “%(value)s” value mora biti tipa float." + +msgid "Floating point number" +msgstr "Broj sa pokrenom zapetom" + +#, python-format +msgid "“%(value)s” value must be an integer." +msgstr "Vrednost “%(value)s” mora biti ceo broj." + +msgid "Integer" +msgstr "Ceo broj" + +msgid "Big (8 byte) integer" +msgstr "Veliki ceo broj" + +msgid "Small integer" +msgstr "Mali ceo broj" + +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 "Vrednost “%(value)s” mora biti None, True ili False." + +msgid "Boolean (Either True, False or None)" +msgstr "Bulova vrednost (True, False ili None)" + +msgid "Positive big integer" +msgstr "Velik pozitivan celi broj" + +msgid "Positive integer" +msgstr "Pozitivan ceo broj" + +msgid "Positive small integer" +msgstr "Pozitivan mali ceo broj" + +#, python-format +msgid "Slug (up to %(max_length)s)" +msgstr "Slag (ne duži od %(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 "" +"Vrednost “%(value)s” nije u odgovarajućem formatu. Mora biti u formatu " +"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 "" +"Vrednost “%(value)s” je u odgovarajućem formatu (HH:MM[:ss[.uuuuuu]]), ali " +"nije validna vrednost za vreme." + +msgid "Time" +msgstr "Vreme" + +msgid "URL" +msgstr "URL" + +msgid "Raw binary data" +msgstr "Sirovi binarni podaci" + +#, python-format +msgid "“%(value)s” is not a valid binary value." +msgstr "“%(value)s” nije ispravna binarna vrednost." + +#, python-format +msgid "“%(value)s” is not a valid UUID." +msgstr "Vrednost “%(value)s” nije validan UUID (jedinstveni ID)." + +msgid "Universally unique identifier" +msgstr "Univerzalno jedinstveni identifikator" + +msgid "File" +msgstr "Fajl" + +msgid "Image" +msgstr "Slika" + +msgid "A JSON object" +msgstr "JSON objekat" + +msgid "Value must be valid JSON." +msgstr "Vrednost mora biti ispravni JSON." + +#, python-format +msgid "%(model)s instance with %(field)s %(value)r is not a valid choice." +msgstr "%(model)s instanca sa %(field)s %(value)r nije ispravan izbor." + +msgid "Foreign Key (type determined by related field)" +msgstr "Strani ključ (tip određuje referentno polje)" + +msgid "One-to-one relationship" +msgstr "Relacija jedan na jedan" + +#, python-format +msgid "%(from)s-%(to)s relationship" +msgstr "Relacija %(from)s-%(to)s" + +#, python-format +msgid "%(from)s-%(to)s relationships" +msgstr "Relacije %(from)s-%(to)s" + +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 +msgid ":?.!" +msgstr ":?.!" + +msgid "This field is required." +msgstr "Ovo polje se mora popuniti." + +msgid "Enter a whole number." +msgstr "Unesite ceo broj." + +msgid "Enter a valid date." +msgstr "Unesite ispravan datum." + +msgid "Enter a valid time." +msgstr "Unesite ispravno vreme" + +msgid "Enter a valid date/time." +msgstr "Unesite ispravan datum/vreme." + +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 "Broj dana mora biti između {min_days} i {max_days}." + +msgid "No file was submitted. Check the encoding type on the form." +msgstr "Fajl nije prebačen. Proverite 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] "" +"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)." + +msgid "Please either submit a file or check the clear checkbox, not both." +msgstr "Može se samo poslati fajl ili izbrisati, ne oba." + +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 vrednostima. Odaberite jednu od ponuđenih." + +msgid "Enter a list of values." +msgstr "Unesite listu vrednosti." + +msgid "Enter a complete value." +msgstr "Unesite kompletnu vrednost." + +msgid "Enter a valid UUID." +msgstr "Unesite ispravan UUID." + +msgid "Enter a valid JSON." +msgstr "Unesite ispravan JSON." + +#. 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" + +#, 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." + +#, 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." + +#, 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." + +msgid "Order" +msgstr "Redosled" + +msgid "Delete" +msgstr "Obriši" + +#, python-format +msgid "Please correct the duplicate data for %(field)s." +msgstr "Ispravite dupliran sadržaj za polja: %(field)s." + +#, 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." + +#, 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." + +msgid "Please correct the duplicate values below." +msgstr "Ispravite duplirane vrednosti dole." + +msgid "The inline value did not match the parent instance." +msgstr "Direktno uneta vrednost ne odgovara instanci roditelja." + +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." + +#, python-format +msgid "“%(pk)s” is not a valid value." +msgstr "\"%(pk)s\" nije ispravna vrednost." + +#, 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." + +msgid "Clear" +msgstr "Očisti" + +msgid "Currently" +msgstr "Trenutno" + +msgid "Change" +msgstr "Izmeni" + +msgid "Unknown" +msgstr "Nepoznato" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +#. Translators: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "Nijedan %s se ne poklapa sa datim upitom." + +msgctxt "Task" +msgid "Ready" +msgstr "Spremno" + +msgctxt "Task" +msgid "Running" +msgstr "Pokrenuto" + +msgctxt "Task" +msgid "Failed" +msgstr "Neuspešno" + +msgctxt "Task" +msgid "Successful" +msgstr "Uspešno" + +#. Translators: Please do not add spaces around commas. +msgid "yes,no,maybe" +msgstr "da,ne,možda" + +#, 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" + +#, 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 "pre p." + +msgid "PM" +msgstr "PM" + +msgid "AM" +msgstr "AM" + +msgid "midnight" +msgstr "ponoć" + +msgid "noon" +msgstr "podne" + +msgid "Monday" +msgstr "ponedeljak" + +msgid "Tuesday" +msgstr "utorak" + +msgid "Wednesday" +msgstr "sreda" + +msgid "Thursday" +msgstr "četvrtak" + +msgid "Friday" +msgstr "petak" + +msgid "Saturday" +msgstr "subota" + +msgid "Sunday" +msgstr "nedelja" + +msgid "Mon" +msgstr "pon." + +msgid "Tue" +msgstr "uto." + +msgid "Wed" +msgstr "sre." + +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 "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" + +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 "Jun" + +msgctxt "abbrev. month" +msgid "July" +msgstr "Jul" + +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 "Mart" + +msgctxt "alt. month" +msgid "April" +msgstr "April" + +msgctxt "alt. month" +msgid "May" +msgstr "Maj" + +msgctxt "alt. month" +msgid "June" +msgstr "Jun" + +msgctxt "alt. month" +msgid "July" +msgstr "Jul" + +msgctxt "alt. month" +msgid "August" +msgstr "Avgust" + +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 "Ovo nije ispravna IPv6 adresa." + +#, python-format +msgctxt "String to return when truncating text" +msgid "%(truncated_text)s…" +msgstr "%(truncated_text)s..." + +msgid "or" +msgstr "ili" + +#. 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 godina" +msgstr[1] "%(num)d godine" +msgstr[2] "%(num)d godina" + +#, 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" + +#, 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" + +#, 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" + +#, 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" + +#, 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" + +msgid "Forbidden" +msgstr "Zabranjeno" + +msgid "CSRF verification failed. Request aborted." +msgstr "CSRF verifikacija nije prošla. Zahtev odbijen." + +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." + +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." + +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." + +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." + +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." + +msgid "More information is available with DEBUG=True." +msgstr "Više informacija je dostupno sa DEBUG=True." + +msgid "No year specified" +msgstr "Godina nije naznačena" + +msgid "Date out of range" +msgstr "Datum van opsega" + +msgid "No month specified" +msgstr "Mesec nije naznačen" + +msgid "No day specified" +msgstr "Dan nije naznačen" + +msgid "No week specified" +msgstr "Nedelja nije naznačena" + +#, python-format +msgid "No %(verbose_name_plural)s available" +msgstr "Nedostupni objekti %(verbose_name_plural)s" + +#, 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." + +#, python-format +msgid "Invalid date string “%(datestr)s” given format “%(format)s”" +msgstr "Neispravan datum \"%(datestr)s\" za format \"%(format)s\"" + +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "Nijedan objekat klase %(verbose_name)s nije nađen datim upitom." + +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\"." + +#, python-format +msgid "Invalid page (%(page_number)s): %(message)s" +msgstr "Neispravna strana (%(page_number)s): %(message)s" + +#, 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." + +msgid "Directory indexes are not allowed here." +msgstr "Indeksi direktorijuma nisu dozvoljeni ovde." + +#, python-format +msgid "“%(path)s” does not exist" +msgstr "„%(path)s“ ne postoji" + +#, python-format +msgid "Index of %(directory)s" +msgstr "Indeks direktorijuma %(directory)s" + +msgid "The install worked successfully! Congratulations!" +msgstr "Instalacija je prošla uspešno. Čestitke!" + +#, python-format +msgid "" +"View release notes for Django %(version)s" +msgstr "" +"Pogledajte napomene uz izdanje za Đ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 "" +"Ova strana je prikazana jer je DEBUG=True u vašim podešavanjima i niste konfigurisali " +"nijedan URL." + +msgid "Django Documentation" +msgstr "Đango dokumentacija" + +msgid "Topics, references, & how-to’s" +msgstr "Teme, reference, & kako-da" + +msgid "Tutorial: A Polling App" +msgstr "Uputstvo: aplikacija za glasanje" + +msgid "Get started with Django" +msgstr "Počnite sa Đangom" + +msgid "Django Community" +msgstr "Đango zajednica" + +msgid "Connect, get help, or contribute" +msgstr "Povežite se, potražite pomoć ili dajte doprinos" diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f806fa7f352a267ea7f028105124edabcc773388 GIT binary patch literal 220 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPBz4?;{=n>I~Cnih%=@!|)3i_h={(pyia;>m&C znOz2Eo>4RlJT}ceANVz_e{^I2xdm-7Cx=I1NB-&tPk)6>mk3pDGQn9PEF{>V)CMga zTS#)IE*jD=IV_E24gpmIQk=lFF4JlqFIP|rhYQ1a!7f<+{J^z3gVdZ!pJ3^pIR%so eB^;%(Y5VE6)M+hoXD7Z3@ly@r9TGxp=+y_c=sm&! literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8412602957b3b5b7594fe57ea5bb96fc0ad6cf61 GIT binary patch literal 978 zcmZvaJ#X4j6o#*X@MVaD`6!Jdm7yMxQeU;5imIw^F#$DTWQ-!bST5Im1uz1FWKZd@ z=+dcM|3&vMjEJ>UHk52ky_aBclHTE-bDneF*TO!^X%tZ-Ry2EP z2YP&_kZJI?x0vhN^tQ^7!nff*f^2_}AMki8d>={whQb?UeRhaLJU8Gu+;vimw`oi> z7-tCI7Z#t5*z8V`;fgt~oa1VC@+srFmd!lEJFSJCA8TFAt#z=SaP72LKl>jg`q-0( z%fT@vyYC%b^r3^(SW~BKiofyVPgluCmvmlGM6DpnWkFfeN~ydn7}9ZrSVI(Ktt?fP zq9ZuEuku2}A+cIfk`>MEn%tuYc7>8$Ba;nHDrgs?_+`m%WTi^Au5A5k%hYa-hdh=S zKbOkFxmFXaf-ESKykwQ4RIdq@yo)iFdij$mYiF`lua+ujzrY=SbFj8y#~c`Nay9C7 zoBCyU4D-g!=$j*B467E*_w-@gglH3{#$eRfrv@~JGuZEbg(GX)F^6yY*KgpYJ2hU7 z^ya1BHYVG7*ffVN*f*PcA3tHNo$J#fY?I5XyWQN@Af{lM;#tH2G4~}68I{*Lx literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/sr_Latn/formats.py new file mode 100644 index 0000000..0078895 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..278a6417e15726201b260538b1f56d972b48f2ae GIT binary patch literal 28173 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, 2022 +# Alex Nordlund , 2012 +# Anders Hovmöller , 2023 +# Anders Jonsson , 2022 +# Andreas Pelme , 2014,2021 +# Daniel Nylander , 2025 +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 06:49+0000\n" +"Last-Translator: Daniel Nylander , 2025\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 "Haitian Creole" +msgstr "Haitisk kreol" + +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" + +msgctxt "Task" +msgid "Ready" +msgstr "Redo" + +msgctxt "Task" +msgid "Running" +msgstr "Kör" + +msgctxt "Task" +msgid "Failed" +msgstr "Misslyckades" + +msgctxt "Task" +msgid "Successful" +msgstr "Lyckades" + +#. 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 gemenskap" + +msgid "Connect, get help, or contribute" +msgstr "Kontakta, begär hjälp eller bidra" diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sv/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/sv/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..22a2d7d7c40b8dc9424373f0f88a454d6001d20d GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8pu}{wY11U6X&^80;s<<-&+rA(TTiCq$${OO zT?S^JNwSCncJ5w{{2JFk`f2#wA|EZu@e!FxxcbpEI4D(v(001yjMm&hh7N_&XyD`_ ztEjvxD86K|(Slk8lnw+xgZ8#ma+|I<&~l3_O<7H^*#7*$l)QjYjEa!pAkVqvHqTS- ZhxxuyMJMoJW}yZN(~jaD6GBWJ)CXWtJJSFF literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/sv/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7629c9f2c14a2a91cbfdad0dec5ea557f7b61b7c GIT binary patch literal 870 zcmZXSJ#X4T7{|{T5-=fzSEa40B2^xc0;jf9QB~EgO+YO+vW+5pv0To)#m0y?$)3_r z(WOJxtzV;S7eS3scVo2sAg`^M8KN^MCHn^6yxT0(iZie(OC80r1C9HY>0e zx9_m{3J_2MB2)qe)Bqw?5(U*D3aKGX8%6 zAG@JmuAEa`vQp~0k(JK*l3YQYyCJ1u6_6WQ1;2Jp;FI&D8>W>4Z53#Ql?7=8X=SUN ze8f#`>N&bnqH85ua?=k`k#4!i`xG13<93bzqdVgs-5Q;T#(T7DT+=0S_SgTezrJ6S zIPm${JjyaMrn%iT&-=BxL?@?358=sttRktWn(zG%UDL)kc3nbL|NONnz=`N z(F*{XcKA+P62^X&E-`#iyNAF4IxlO}O>Mr33`oG0aq(2y9O z-C=RQQG3sc+PNq+>Q(;yC%DBg2g?cU*p>lDlR>B3)Gxb3$Qo0_v+Nn8vgJ0XVzx=Kufz literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sv/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/sv/formats.py new file mode 100644 index 0000000..29e6317 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/sv/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 = "Y-m-d" +SHORT_DATETIME_FORMAT = "Y-m-d 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' + "%m/%d/%Y", # '10/25/2006' + "%m/%d/%y", # '10/25/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' + "%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 = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/sw/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..449d588e61d5a2f297dbe70cc553e5f061a1306f GIT binary patch literal 13534 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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/env/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 0000000..ad7bf71 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ta/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ta/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be42b212dc0e26df990c7e24f6de267afa09ba94 GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${CK zS>`a$I9`x|oxhi(zQ*&9ei}YE(vc-SK8T%!)Q_FPL!oPgrZt7gcqJ^P=uv8e7ET?c zC0ADs`Bxm)MskOM%7YYVFr6#3+9vA_G{WJ^@T}rjY<_*nw7P)Q8J7r-17ku7$5>*z ZVZN_*-by^!S(rfso6)=@N~w*4`v6>}JHG$` literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ta/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..560750f6d7cf76c9c58e0cfc1f5198a7011acdbb GIT binary patch literal 344 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 TJe^oMe015NKo+nAZa4n}oo=qX literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/te/LC_MESSAGES/django.po new file mode 100644 index 0000000..168ffa4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/te/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/te/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c68295d30b90fd8c4275a8514a73344780d0764 GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${OO zU1ngOal9Y_JAW@nevRuN{WN@Tq$5jud=NVcS3i0N4~4D~n${E|S~zu( zmRwym`F8_694Di2be!E~S$5>*z ZVZN_*-by^!S*St7G^2P&lu{c7^#NUBJHr3~ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/te/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e1185a1a2577e9fae23726d3212a6434984684f GIT binary patch literal 342 zcmX@j%ge<81eRrUvQ{uLFgylvV1Nk$##ix42y#LtNwC{DXWQLvC@0c>2OQ0>1u!As+EA zj*&2F!C(*npb(%4T*pd=&maf<$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/env/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/tg/LC_MESSAGES/django.po new file mode 100644 index 0000000..05a4ca9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/tg/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/tg/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/tg/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a9497defc4de663f19ccf8198248c86313d7010 GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8AjG(~Y11U6X(2E1;s<<-&+rA(TTiCq$${CK zS>`a$Bw0iOyY60&`Wnwa`f2#wA|EZu@e$ccNd4FuIw*9F(6puyoK?a?h8;?6(89?> zRx*`qxO~N7Z6tFDs5+41492@ct8Kd8KqDNk4C58cvHA6ZYjp*wIg7>76u?QgR`TWc9lOKTJ-mqW3 zU32}4G@k(m2w)0P*oSVzety03 z!s_|hDq0j2Q7uVwO;A=*rCK`-jQ8XiB-)}Nt2L>vRQ86m|5H(D?@6Lrkz_?ZPR-n) zTXChT-1L-fRVu0PMe*$_xwTd6jh3>@Yp$|~W8CJ6qWGp-6W*y!u_4HUBFU?yQjuCs zp%|0~;3gxjr&2-G+??EDp7C z&xCkern+H`w5bmD@f?l@AE33E_RaA#{>f7~8BF!Zme#q@dirFihaGd=g(I`0jdVEe z!LDf=+H}HOi%sZ-VdB|He`)8)DZIaAqLOV*Qxvt10OtHM>c&%KOFp<{-1Pk=NVuuo z5}di|dtRS=xC9wDogqDu2N>5MUkB){ZwZorLg8~#v+Fd-5J$qz5J%EYram%umb~L1 D(rM~_ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tg/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/tg/formats.py new file mode 100644 index 0000000..0ab7d49 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/tg/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 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", # '25.10.2006' + "%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", # '25.10.06' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..3969ebd054816ea6ac7f971271a8a26355ae134b GIT binary patch literal 18629 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 I`Mb;e8-n-Gi2wiq literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/th/LC_MESSAGES/django.po new file mode 100644 index 0000000..8ab31f2 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/th/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/th/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/th/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0145d9d782ec8217b0680f20298e9a25e1f50601 GIT binary patch literal 215 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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/env/lib/python3.12/site-packages/django/conf/locale/tk/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/tk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/tk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e253c7be5a9c8168b26601d7220911b1bdeb1e1f GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${CK zS>`a$I9`x|oxhi(zQ*&9ei}YE(vc-SK8T%!)Q_FPL!oPgrZt7gcqJ^P=uv8e7ET?c zC0ADs`Bxm)MskOM%7YYVFr6#3+9vA_G{WJ^@T}rjY<_*nw7P)Q8J7sI0>*?AjM)}dfFRt2ueV(V&NqkNwmpb$104EBp&$;U5I#p?96{&v zXqK4;1}Lvt~-q!Bi1DWLJE6Hk1Z_xm>=@$BDgJVDc8NGh-5=^nCFH( zryja_mR`j6l;uh}u9D;Gi{u@|bFD@6l-gdBd2r9~x^L03dq-_@b6`U~`s?1<&#%{R zST!42h4X?UY6VHI2+As~lq-jUai1K6m?{dgR*|YoX>YjrKjj5=Ph$0wBrDo+YU&o9 z#1+bN-BqfZRM6gw;@eexYb#f44P}>CU!@PnIOVat_@-PD-f4BQCdh&!$*Z_hk{WfP znm=MpwNZI3%34vD8ntq@_#NDkF9(|`?3hCXj;B_q+tmAA8|ICfF)%H|hP64&_w-TQ zgm_yf#?Tt*69XEf860#!Kx;nfn4@R>lc#XpofwZTz1i2>#(1ZPO>@+O1GA|Q3^?h- zmT3?5$(Xn18~Vl2#M6QC($0`mxPQr5Biq_bQPesFn9HlM6HSmU{@{vnlJ}P&<|Hyp zaN#8Hxqas05~Q4Diu6S8XB=O2?f0fVOA!A<2QNuYuah7}95E+F9C0U}_{i94@{WJh CiRys> literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tk/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/tk/formats.py new file mode 100644 index 0000000..0ab7d49 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/tk/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 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", # '25.10.2006' + "%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", # '25.10.06' +] +DECIMAL_SEPARATOR = "," +THOUSAND_SEPARATOR = "\xa0" # non-breaking space +NUMBER_GROUPING = 3 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..a1b0b4f39a0e8588754b425f7749159229aa140b GIT binary patch literal 29376 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po new file mode 100644 index 0000000..7deb898 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/tr/LC_MESSAGES/django.po @@ -0,0 +1,1391 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ahmet Emre Aladağ , 2013 +# BouRock, 2015-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: BouRock, 2015-2026\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 "Haitian Creole" +msgstr "Haiti Kreyolu" + +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." + +msgid "- Select an option -" +msgstr "- Bir seçenek seçin -" + +#, 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 binary value." +msgstr "“%(value)s” geçerli bir ikili değer değil." + +#, 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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "Verilen sorguyla eşleşen %s yok." + +msgctxt "Task" +msgid "Ready" +msgstr "Hazır" + +msgctxt "Task" +msgid "Running" +msgstr "Çalışıyor" + +msgctxt "Task" +msgid "Failed" +msgstr "Başarısız oldu" + +msgctxt "Task" +msgid "Successful" +msgstr "Başarılı" + +#. 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/env/lib/python3.12/site-packages/django/conf/locale/tr/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/tr/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5f918446c44bd3ee00fc54520fa972984d9cf85 GIT binary patch literal 215 zcmZ8bK?=e!5KOFs2z`hLyQn8YJoPO8AjEdHY11U6X`nCh;s<<-&+rA(TTiCq$${CK zS>`a$I9`x|oxhi(zQ*&9ei}YE(vc-SK8T%!)Q_FPL!oPgrZt7gcqJ^P=uv8e7ET?c zC0ADs`Bxm)MskOM%7YYVFr6#3+9vA_G{WJ^@T}rjY<_*nw7P)Q8J7so0%Jl6$5>*z ZVZN_*-by^!S(rfso6)=@N~w*4`v70WJJ0|C literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/tr/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cdbe4b920dd2dafd0b786fbb889dac4e57bf98e GIT binary patch literal 752 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/tt/LC_MESSAGES/django.po new file mode 100644 index 0000000..84d06ef --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000..68c2bc7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1bfb2b44a1ca5185eabaf2c9be6404ad2a931afd GIT binary patch literal 35793 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

    U&YF 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 F{{v_-__zQ7 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.po new file mode 100644 index 0000000..81d4f91 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/ug/LC_MESSAGES/django.po @@ -0,0 +1,1373 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# abdl erkin <84247764@qq.com>, 2018 +# Abduqadir Abliz , 2023-2024,2026 +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: Abduqadir Abliz , 2023-2024,2026\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 "Haitian Creole" +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 "ياق" + +msgctxt "Task" +msgid "Ready" +msgstr "تەييار" + +msgctxt "Task" +msgid "Running" +msgstr "ئىجرا قىلىنىۋاتىدۇ" + +msgctxt "Task" +msgid "Failed" +msgstr "مەغلۇپ بولدى" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/ug/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/ug/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..756ddea94fdf7f68fc5cbc6d95d2f46635296f9c GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8AjG=1Y11U6X&^80;s<<-&+rA(TTiCq$${CK zS>`a$Bw0iOJ9n=}eU0ZI{WN@Tk&l+-_=wCTq<-uS4ocM^w4E+_&T4KTLx)0XG;s2e zRZJENE?=?OXu&K3N(X|UL3>*&xlPv_Xt~9eW_isDY=3>omArybITHw70hDsdEv2dU Z!+hVUODFJPW?=>iY)A8s2_Ys9?gL%#JH`M2 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/ug/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c88e7b34d86a477fa37ca665e3940b12e11db99a GIT binary patch literal 546 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 0000000..2894b8d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/uk/LC_MESSAGES/django.po @@ -0,0 +1,1418 @@ +# 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-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 06:49+0000\n" +"Last-Translator: Illia Volochii , " +"2019,2021-2023,2025-2026\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 "Haitian Creole" +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\"." + +msgid "- Select an option -" +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 "" + +#, 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 binary value." +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: %s is the name of a model, e.g. "No City matches the +#. given query." +#, python-format +msgid "No %s matches the given query." +msgstr "" + +msgctxt "Task" +msgid "Ready" +msgstr "" + +msgctxt "Task" +msgid "Running" +msgstr "" + +msgctxt "Task" +msgid "Failed" +msgstr "" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/uk/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/uk/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7c97b58b01f1fc4ab17a092feb6150dbf26ddc87 GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8AjEXFY11U6X(2E1;s<<-&+rA(TTiCq$${CK zS>`a$Bw0iOyY60&`Wnwa`f2#wA|EZu@e$ccNd4FuIw*9F(6puyoK?a?h8;?6(89?> zRx)+fkblKtZ6tFDs5+41492@ct8Kd8KqDNk4C58MV)N?**XjaNb0!hm3MdsyI7(CF ZhxxwNc`NZ?XJG~jY)12r2_ZHP?gL({JIVk6 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/uk/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e994f4aeac95b8610f47fb164aa064a199876b2c GIT binary patch literal 891 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 Z#`U1hM%ik0Hk_eTyRW%zMyI!!{|0W4Wr6?z literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 0000000..6f6d424 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/uz/LC_MESSAGES/django.po new file mode 100644 index 0000000..ad57ba9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/uz/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/uz/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/uz/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9db1dedd5396eb7edf7e2532e86368c85193ac3c GIT binary patch literal 215 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 0000000..a0e6eb4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/vi/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/vi/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff8a2687eb76cd9e971863d9d99a364682f90e81 GIT binary patch literal 215 zcmZ8bK?=e!5Nxc12z`hLyQn8YJoPO8pu}{wY11U6X&^80;s<<-&+rA(TTiCq$${CK zS>`a$Bw0iOJ9n=}eU0ZI{WN@Tk&l+-_=wCTq<-uS4ocM^w4E+Fqct~>p+liG8aR2# zDk`rEimzB~w4fFNr31mwpuH`X+@|XdwA|uKQ&!U}w!c0wB`+WpqXNNk$a5~a&GS_I ZVZLuv(Fr`5S(rfr+tIvZLWqfj`v6{jJIMe5 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/vi/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b01d7c5a7dfc02611e08d892b50f657e19e8b1f GIT binary patch literal 580 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 b4F_A?zNI}&4wT2Yn3S0>{+fX1?DqZ-A8Ymh literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po new file mode 100644 index 0000000..345bfac --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/LC_MESSAGES/django.po @@ -0,0 +1,1348 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# funcy39, 2026 +# 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 +# 刘培基(奶牛), 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 +# DWXXX, 2025 +# Jeff Yin , 2013 +# Zhengyang Wang , 2017 +# ced773123cfad7b4e8b79ca80f736af9, 2011-2012 +# Ziya Tang , 2018 +# 付峥 , 2018 +# 刘培基(奶牛), 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 06:49+0000\n" +"Last-Translator: funcy39, 2026\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 "Haitian Creole" +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 "%(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 在 %(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 "否" + +msgctxt "Task" +msgid "Ready" +msgstr "就绪" + +msgctxt "Task" +msgid "Running" +msgstr "运行中" + +msgctxt "Task" +msgid "Failed" +msgstr "失败" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..500d57c7ae8c4d54a014967fb25786d4d9b2dd5c GIT binary patch literal 220 zcmZ8bI|>3Z6iobp2zw9<_n}sTSZ!e?-XO&F>1NF)A;~U84`Sm5Jd4Nh1Y&1pR;(PD zH#3hZ=AI-&5;1SCWvh?&{NvS&p9=|OMAtWBJ2Ac5&if37t`J;p3X$`pu#jPcQX90e z36Pas9W?B|;;}N4djwPsNU;SIe4*7WolLrPI fLJ7}UYQlT4sPwLuxU~Jag+{v8JiC-q+l}r6v{pU3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/formats.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1541731d32af626a569910bea79ae3b7b446d846 GIT binary patch literal 996 zcmZ`%J#X4T7(N3@_zd3!wMrFL^+2U?YC9EGk=$Zp)Pj*Qitu8&oWn=3jQ}ITly3b8 zSu$1X(7j84Ll;KGS~XI(DA_XgJw8%MlpF4SpXYs^=T4{l9SC?4tha;n*1;x1e<)Zk z$D+9rpgBVXDTpu%LmY~OI29*xDK6kP0B@2FWvhCHQSb78~H&`LV7C=TzhAoeL%P!3xr#z$WWzybU2zZ`1$9DW->OvV_ zchYR2R?R@!$;bRuAA1l1m!j;w6kzSAj|7PdQVU{H7M6z49A&xck_nduQIgfw)cAjDEiRXr%2ZiZ#hiM?^B<>? znJr%|Rpdopc^a8{*15#p)z+4uI z2e{q*j61`A!!qBbU%ke?W?$d$XtfiquJ;ytT(it$+_q|3TgRh@Drja8A6s2R>-W-~ z;jR0fVG+BnA9Q!%D)jUARM@VZ48vS`QE>OvH`$KD7I|?RoW!1uQFs#F9iz}B_MG;~ rmtz#4#NyCjyIl##7)7rA%j$gsIB}Ik@g&v8cVIe+M85>P^wa(W;5aL@ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hans/formats.py new file mode 100644 index 0000000..79936f8 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..b2addf1ea3a29bd786400e4c7c24137fddf04f58 GIT binary patch literal 27050 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 ZZtOXku$@2Kf0DH7OjkbTo5{Ju`oFzO3yuH) literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po new file mode 100644 index 0000000..cc381e1 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/LC_MESSAGES/django.po @@ -0,0 +1,1313 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chen Chun-Chia , 2015 +# coby2023t, 2024-2026 +# 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 +# coby2023t, 2024 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-06-01 06:49+0000\n" +"Last-Translator: coby2023t, 2024-2026\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 "Haitian Creole" +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 "否" + +msgctxt "Task" +msgid "Ready" +msgstr "就緒" + +msgctxt "Task" +msgid "Running" +msgstr "執行中" + +msgctxt "Task" +msgid "Failed" +msgstr "失敗" + +msgctxt "Task" +msgid "Successful" +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/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__init__.py b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2885cc546afed4e79549d75cd9ebed5a2a05bd7e GIT binary patch literal 220 zcmZ8bK@Ng25Tv4sG2tN|WTT!;j3*ABj6Y~9tWYRzQwjCHQSb78~H&`LV7C=TzhAoeL%P!3xr#z$WWzybU2zZ`1$9DW->OvV_ zchYR2R?R@!$;bRuAA1l1m!j;w6kzSAj|7PdQVU{H7M6z49A&xck_nduQIgfw)cAjDEiRXr%2ZiZ#hiM?^B<>? znJr%|Rpdopc^a8{*15#p)z+4uI z2e{q*j61`A!!qBbU%ke?W?$d$XtfiquJ;ytT(it$+_q|3TgRh@DrjaOA6s2R>-W-~ z;jR0fVG+BnA9Q!%D)jUARM@VZ48vS`QE>OvH`$KD7I|?RoW!1uQFs#F9iz}B_MG;~ rmtz#4#NyCjyIl##7)7rA%j$gsIB}Ik@g&v8cVIe+M85>P^wa(W;J_=i literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/formats.py b/env/lib/python3.12/site-packages/django/conf/locale/zh_Hant/formats.py new file mode 100644 index 0000000..79936f8 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/project_template/manage.py-tpl b/env/lib/python3.12/site-packages/django/conf/project_template/manage.py-tpl new file mode 100755 index 0000000..a628884 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/project_template/project_name/__init__.py-tpl b/env/lib/python3.12/site-packages/django/conf/project_template/project_name/__init__.py-tpl new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/conf/project_template/project_name/asgi.py-tpl b/env/lib/python3.12/site-packages/django/conf/project_template/project_name/asgi.py-tpl new file mode 100644 index 0000000..a827238 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl b/env/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl new file mode 100644 index 0000000..60bb79e --- /dev/null +++ b/env/lib/python3.12/site-packages/django/conf/project_template/project_name/settings.py-tpl @@ -0,0 +1,127 @@ +""" +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/' + + +# Email +# https://docs.djangoproject.com/en/{{ docs_version }}/topics/email/#topic-email-configuration + +MAILERS = { + 'default': { + 'BACKEND': 'django.core.mail.backends.console.EmailBackend', + }, +} diff --git a/env/lib/python3.12/site-packages/django/conf/project_template/project_name/urls.py-tpl b/env/lib/python3.12/site-packages/django/conf/project_template/project_name/urls.py-tpl new file mode 100644 index 0000000..622f79e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/project_template/project_name/wsgi.py-tpl b/env/lib/python3.12/site-packages/django/conf/project_template/project_name/wsgi.py-tpl new file mode 100644 index 0000000..1ee28d0 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/urls/__init__.py b/env/lib/python3.12/site-packages/django/conf/urls/__init__.py new file mode 100644 index 0000000..302f68d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/urls/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/urls/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6db8ba5299198d006dada8feab73efccb024d2d GIT binary patch literal 601 zcmZvaF>ezw6oBnq(nQx>rGj8ZsUlSwhyyJHQpMC2#C(h8#xIFepM8D4JCvnLsC1LNKu*b?bzkUQv|&x(Px^rAzE%~-5tN3(=G3J{&!)O_Pl@efRDX@`hf4R+M~|z zkQmXrtISlF5^r~;kOQJc?0NNtT>D6F&e+0cz+9Ox)Kr`*WXDi}w!S)hzhcLmCfRLg1!TDv z1u!rb)9Qrft72iz!T7~X=2QXCb1^;jx4ULPn_4qt;em{EWmLiWIA7iLjxsAt4R7$V z@4){6;*Nay6H!X9$g?Xl_!+-F@BT=hd`kxFWN;pT54gWh_8T0olVO8<>tyd^jJv+T EUz!%4cK`qY literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/urls/__pycache__/i18n.cpython-312.pyc b/env/lib/python3.12/site-packages/django/conf/urls/__pycache__/i18n.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5597249f6ae1cc7f3af759d96e60ef2ab3e36064 GIT binary patch literal 1717 zcmZux&2QX96d!xn`(>v|l#)##Y6giz3?WvER1$=WkhVoYC{dDLR-mn8&+dBTkCkVf zbfX|qDH4^6P;TXrLyuJHf54x>C250#Ob`d)z-`O+)Dv%J?IfTbY2Li?y!Sl6_kM4F z8X77g7>k?xt?#l3{lPcsP!grL3(7-eBU^G&m9MfZd2&^jxSnw{UbdR`l&a$8syQ!T z&5Q3@x8N14MbH&Hw=dcGUAbB!s5PF3KVR*_E;>lIRZT`DZx>0?E#&4qhiXqQu6+mf$c57>{EG zetj1Euz>^92Wh#H4R*;{KUBz3=}O4U7Z+}?-l%;%zi=zgx(;O_&qxSl0~8@=U!09X zmr@Q7R;H=}5|E>e_S51f&e zRGaIFW9G@|Jpuu&IXl}yDJur?r-Ht`hR|2iMLx7R1OGP|zq1%AOQ`hi6lYRyQI5dJL-gxxUv-0dodGV;c_z#km8`6FCRDES{<78Yv8rP5Cy8g5J!7pRw z?_WEaoIRSHJ(;W=O;!%aDo?daSK;>E9MUGjQHZ$B-#*^&M#!rU4_VeXJ)&QVi=v;Q zIy6@M4Kl~E^t&+q!r9-4Ec%cqDdewFJes&{I%JE^@iL0|q9tO*GOZ>N&_rrd#E+4< zlSs|W!uwueM=rS@z77F7#p$OYx*185enlgHA^ba9dWM#MLvI3{tJhv2P0DqzAX)up p`rh<&xg<^WGDsfna_#vPQi}Iq-TUH)OUK!FyBT>{zNdu?l(z@>dta6a`BN)}7-O)%hTtCYiBCh)(z_AT$Y>c<<5F0P%B^yS%V8xlTV{qU z;Y3tzRWodcwW!{zQv&ri^(Q`~t;r#^s{iN&A6PW4_C+X@Fi;vxP%4N!67kHnC=omX z5f0zuaXaYr1^D=XLcm7isxHEc1Tg@ws8vU-;x~!k{u5m8kr9!TiXzO!r;oqTV zdgbE$Xcwo|M4^pH;nma8Ul3t*$W5Yj&P;qmO%=E|U7(|VM0zKVv;z61B1f@rn}m$$ z$oQ`O2z#TYLvIqR;-1AT)EUYesJ@7q%Wkc`&yW!XsI|FZniV9GwSy2O3u5NOoqmT! z+y}d!xwZw5nBQ~b4!1odmjzM6g+kAq{{J~fT-;W!dY1hj)K7IVdLrlJ7p^0$w#pOfboZ(P>%v|zt# zojsrq&Xu`&*A+N~HBmv{g`SVJvb6l}trekrk(x26kb44KL{dXQYJ&9K1ou!X5hPYA zHS>IFc@V%|q2HO*u1LoLce*?RNA{C$;JKTDaF$>Ip&oVT#?V>H+T!HhQ4l4etH6PH z;Do^)CmE_PkKeRkf5VZ1g4Yt)+jKi1$M%k<)X|M{at7^Wn3_2hr?7ymlG_MAA^)Bs zjgwEO=N`{r-I-o_TwQrOb^5FIFV^pGJur8g&acf&PnwthICkRm+F#XUzcrfQ%zbNp zZ9Ta9{p!QjALe&1F6_)L{?b_daptG?vyxG(@0H38bB~lO=03(JRzv8AkT$RytlUmq zfrFXxH~HM?5|@MO yWt{td2n*t6RQ2o3LH-)-Gx8l5=||dFhpBWQLkqi2nd80#`r) literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/conf/urls/i18n.py b/env/lib/python3.12/site-packages/django/conf/urls/i18n.py new file mode 100644 index 0000000..6b3fe70 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/conf/urls/static.py b/env/lib/python3.12/site-packages/django/conf/urls/static.py new file mode 100644 index 0000000..8e7816e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/__init__.py b/env/lib/python3.12/site-packages/django/contrib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/contrib/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cac35155f8feba113e2cdda73dedfc089fdb833 GIT binary patch literal 208 zcmX@j%ge<81eRrUvOx4>5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!%Gb}x&rQ`YE-lE& zOis+sEYf#LElbVGFGwxY52)04$x6&i&(}`@Qzfan1v!Z&srspTW%@apN%{qqB^mj7 z#(IWE`o)%;F^KVznURsPh#ANN0G{YMU;qFB literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__init__.py b/env/lib/python3.12/site-packages/django/contrib/admin/__init__.py new file mode 100644 index 0000000..9fd1825 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/__init__.py @@ -0,0 +1,56 @@ +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, + Action, + ActionLocation, + ModelAdmin, + ShowFacets, + StackedInline, + TabularInline, +) +from django.contrib.admin.sites import AdminSite, site +from django.utils.module_loading import autodiscover_modules + +__all__ = [ + "action", + "Action", + "ActionLocation", + "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/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d537051298d2e609c7daa9f312b70e54760fe2c GIT binary patch literal 1381 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/apps.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/apps.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f89262a8f54962d971c1bc9b9ae5219cf625812 GIT binary patch literal 1889 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 Bvc3QS literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/exceptions.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0e3ee0635594c3f5a2bc4760bfce49ec7073f28 GIT binary patch literal 1184 zcmb7D%We}f6ty#H9&ID2Ds=%Y3=5oecob#*+Lf0dX}`cfz6MFzyRrd$bz#xRQcwNfkpx`rMF^8v}yGns66MdJ_5;IC;Ik zMs^d3QWHlqXg3dwg9>8-?*e0kX~w!*B+A*djO`{|jXY(>g!UObL`P2NNuPFf7pO_X zj`aDCjOa4-KxvyCeVNkbZ635W71U0stl5@h{NLt7d<0U-9s zMhA%PB`6{d;X^-(@_Nnk8mBW8dG7mcYFu3h)s^u$WqD>d|J9(A%H!cHSd831-P1G= pE&T8>#$V9=`pDrkC{%_|PAx{7R literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/filters.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/filters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e1b47a33fd452748bf3c22a7849de3af58396d92 GIT binary patch literal 35132 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 Vn{XNs9jn@b+&llC!w=h5|1akcXtMwS literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/formfields.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/formfields.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..207d04859a9a886c0a632f31808e42a13f1e3490 GIT binary patch literal 1818 zcmbtVO>7%Q6n?X7J9gqEcG?7jN;M6XVu^ayL_$I$s6{D1s<4oPkmAc~vpb158Sk2z zaS}(V6wyc+1QHcOx%9v_%83gnE}Xff>Lsk`2`=0M2_njgH@kK)X;l?5(!QB_Z{FX$ z_s#w|IM@$3UR$}hbUh95i{5kx?&ERz4o=(Pfk!yhNtF=2Hn>qYt0n;h-UiRy0x!kP zT{BUsrebayxtShry46?8{-%$VNHqMR!+p8HSuW!COA#o|~9U zsL|ORPT=AbjEF&%cu+MwQZ?JKKs;kBTTQiLja1XKP%@*DStWc|^;%rN*H3XQgrY9X zy#nfnOt?%^hu1@?s1vlP5=~WWQ9o!j6;&bqKr~sI&M?jv9mS9n+d3Qc6-j06mkHW% zg!F?&x?1x&L$=R36>N#QN^>h=!03v@n@pBtQ*Jj$ooWg{eV>P$NWLc9kb@1fL~wIv z>~{9IiPAdp_|({dF9rcMb~_rk$p+aRP`U02?^N0d`K?M+NR7@6A3Pwfw%Z|9GX2BC2A4(2( zYukZSXSN;n+jc$lnq05*w*67l;T=hzZF`|>+i~R4VCO1b#<^|p5K+|8>cU?aBS=N2 zOEjpZW*u+A?}nMq{?*@~9z6gghsaG%{!iGACHHt17wfVIdS`{y3z-bADC+r$l3=mv z%Nk{C4eqIKRxREE^8F?YFZjjEcX=sd%UGU_GZL<>(s)MuFK(;;eucw_|xX~BQO zmeEDs6R=f2#gLrA*FNU9ijDSiCy{?n-!wcZ?($8_pJ2J*!( zEB6N`_Rl@@b7Aypnzs08(+;EcJB3%_yW9=K{DBap;vDkCxc1%CcNa8MlV`Qy-+hox6qGW(%IU>4kU)OlauW032xpH q`e&g7l9!Pn<_LKRlMkVElqrzWz46i!;C%Gb2yULg`X}HVoB12rq|1T; literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/forms.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/forms.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..483da71d1e44e5f0c49f4f47ebbe042eb82138df GIT binary patch literal 1723 zcmZ`(&1)M+6rb5$No!##t`mPYO{cL!BaF34S{e#%sj1RlifSl?vX^1KGqP6M4`pVh zSjGWU3{489rxFUK_>x0O|C3%UC|E2BE%elzf?XPNY2U0q(vWmu-@Nzc&6|0@_uKiU zP{<<~?{ zX6z%D;rIdMRKqq?Zx*~cu1&mCU9&v(rwS-*$?SSNZtyVnTqpLT@Z(4X$?S$B<*i7t zj~Y(6#g(s&lT+6n-(zXiH6bDauIViv$9y}czO&PHRmSm{RB;_VUqKxl*_a_)W7yU` z#EoW(z&Lz3-^WbT5YICG0Umlhd>`8xX4ttqsE%1?-?Ys;XdBy8pQCa%Sy*R*7rt1* z&ii=+W1YBd8Akzeo~x16p&-(hoDnZ1P(5)}8sfBCm2_WH@WPHNmip0_7w*IxK6fN1 z023GK1~(FdyD_gz33yo&CuF2GLQb7Q93o?LpY7kvZ3 z@8U6h81$ww379DIa-16*yQpc7^=C7~OJFc)2&})PRn6&Vv184{KkH+XeTloMY}CXQ zEGFgzBrP%Ai18%ba)cAeaxTfpc8iN-&W*ylCxRj3)bai37H5g+Nt$9P6rqwLSHzqB=al?p#X_MQr>5e3|W8#I9a zH#}igd58NET*%t!TGb}7KeAXl#XM;FPRuPHb}Zl9v|8P`5ruD6E?=>rV|=aUxHr_L zM)4LD6bpz;xn(KJ$x5p$X5j3dwg2I5<)tW`fi1EI;>jL*Xcq3~dgg@#_N%$tKXv-s z+h5;)IQvF_=FHK|N^fT6;IrP$+x@vxfARc5^{8~USGsyss`g6N!-Z=nIpcJ3fQ&+M zpre`Bjv*r|=M$5ra8a7%DGegl_BrU&l-_JRz5)`g9HlIBDHRGjF$*HWG?^VUl)8Xx zif&q8QW#be2^RPxjGcP0N@AGdrK{=g%JHS9|%@ zfezO1=EC={3^ZJ*;$vN3&Ogq8bFVfiqUF+|G5@!b%RpHmgyL+P)&*rUMsEo^R@guP z5_Pq*K6*u7eDj3jeXVSWWthdQN}N^Vbr3(H;bCbt=apB9bMQ%3+dk?qt@MofVUSv? z0n$rDDyc3jYE;y-R7sgJ#8v&N$^0Zp@Cx5{c}u;^a`*!*juzXo=gUegoKONOVO=O7 zg*tzTZF;2@Wu};@Yd$sK8+P{t@g|rG6?qZFK*t#WhCY3St~^5ToMh*4@$lTG69n_g OC5%g8{DojnGyMy=AH~Z6 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/helpers.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6094d3e5160322be6a50422207556602068bcc42 GIT binary patch literal 26846 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/models.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4bb6ff5e6eebb79ee2da2d9f4c493fd236ef3900 GIT binary patch literal 8931 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 WK4#d!xaTfipT0KzEx|h7zyAg33GT)K literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/options.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/options.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..621170a2f6ea48ed328e2cd939ec7b4cc981d8d7 GIT binary patch literal 120953 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 F{Wq=uvaJ9B literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/sites.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/sites.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f8fdccd3defd28a8fba7115ff948180ddbdeddf GIT binary patch literal 26323 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/utils.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd73273d4796f56ca5455bea5ce04b346d878bbe GIT binary patch literal 28907 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/actions.py b/env/lib/python3.12/site-packages/django/contrib/admin/actions.py new file mode 100644 index 0000000..d709be8 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/actions.py @@ -0,0 +1,96 @@ +""" +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 + children (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], + "delete_confirmation_max_display": modeladmin.delete_confirmation_max_display, + "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/env/lib/python3.12/site-packages/django/contrib/admin/apps.py b/env/lib/python3.12/site-packages/django/contrib/admin/apps.py new file mode 100644 index 0000000..08a9e0d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/checks.py b/env/lib/python3.12/site-packages/django/contrib/admin/checks.py new file mode 100644 index 0000000..3cea98a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/checks.py @@ -0,0 +1,1407 @@ +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), + *self._check_delete_confirmation_max_display(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: + if isinstance(field.remote_field.model, str): + raise NotRegistered + related_admin = obj.admin_site.get_model_admin(field.remote_field.model) + except NotRegistered: + # field.remote_field.model could be a string or a class. + remote_model = getattr( + field.remote_field.model, "__name__", field.remote_field.model + ) + return [ + checks.Error( + 'An admin for model "%s" has to be registered ' + "to be referenced by %s.autocomplete_fields." + % ( + remote_model, + 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", + ) + ] + field_counts = collections.Counter(flatten(obj.fields)) + if duplicate_fields := [ + field for field, count in field_counts.items() if count > 1 + ]: + return [ + checks.Error( + "The value of 'fields' contains duplicate field(s).", + hint="Remove duplicates of %s." + % ", ".join(map(repr, duplicate_fields)), + 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", + ) + + fieldset_fields = flatten(fieldset[1]["fields"]) + seen_fields.extend(fieldset_fields) + field_counts = collections.Counter(seen_fields) + fieldset_fields_set = set(fieldset_fields) + if duplicate_fields := [ + field + for field, count in field_counts.items() + if count > 1 and field in fieldset_fields_set + ]: + return [ + checks.Error( + "There are duplicate field(s) in '%s[1]'." % label, + hint="Remove duplicates of %s." + % ", ".join(map(repr, duplicate_fields)), + 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" + ) + field_counts = collections.Counter(obj.exclude) + if duplicate_fields := [ + field for field, count in field_counts.items() if count > 1 + ]: + return [ + checks.Error( + "The value of 'exclude' contains duplicate field(s).", + hint="Remove duplicates of %s." + % ", ".join(map(repr, duplicate_fields)), + 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 [] + + def _check_delete_confirmation_max_display(self, obj): + """Check that delete_confirmation_max_display is + a non-negative integer or None.""" + + if obj.delete_confirmation_max_display is None: + return [] + if ( + not isinstance(obj.delete_confirmation_max_display, int) + or obj.delete_confirmation_max_display < 0 + ): + return must_be( + "a non-negative integer or None", + option="delete_confirmation_max_display", + obj=obj, + id="admin.E041", + ) + 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 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`, the three valid options are: + 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( + # RemovedInDjango70Warning: when the deprecation ends, replace: + # "a tuple, list, or False", + # and also update docs/ref/checks.txt. + "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 action in actions: + if not hasattr(action.func, "allowed_permissions"): + continue + for permission in action.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, + action.func.__name__, + ), + obj=obj.__class__, + id="admin.E129", + ) + ) + # Names need to be unique. + names = collections.Counter(action.name for action 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/env/lib/python3.12/site-packages/django/contrib/admin/decorators.py b/env/lib/python3.12/site-packages/django/contrib/admin/decorators.py new file mode 100644 index 0000000..d6a4dff --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/decorators.py @@ -0,0 +1,128 @@ +from django.contrib.admin.options import ActionLocation + + +def action( + function=None, + *, + permissions=None, + description=None, + description_plural=None, + location=ActionLocation.CHANGE_LIST, +): + """ + 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 + if description_plural is not None: + func.plural_description = description_plural + elif description is not None: + func.plural_description = description + func.locations = ( + [location] if isinstance(location, ActionLocation) else location + ) + 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/env/lib/python3.12/site-packages/django/contrib/admin/exceptions.py b/env/lib/python3.12/site-packages/django/contrib/admin/exceptions.py new file mode 100644 index 0000000..6105eef --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/filters.py b/env/lib/python3.12/site-packages/django/contrib/admin/filters.py new file mode 100644 index 0000000..10a039a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/formfields.py b/env/lib/python3.12/site-packages/django/contrib/admin/formfields.py new file mode 100644 index 0000000..a60c344 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/formfields.py @@ -0,0 +1,42 @@ +from django.core.exceptions import ValidationError +from django.forms import NullBooleanField + + +class StrictBooleanField(NullBooleanField): + """ + forms.BooleanField coerces almost any truthy input to True. Delegate to + NullBooleanField's stricter parsing while still rejecting None values. + """ + + def to_python(self, value): + # The admin changelist search allows case-insensitivity. + try: + value = value.lower() + except AttributeError: + pass + value = super().to_python(value) + if value is None: + # Not translated, as this is currently not user-facing. + raise ValidationError("Invalid value.") + return value + + +class StrictNullBooleanField(NullBooleanField): + """ + forms.NullBooleanField doesn't distinguish explicit None values, so check + for that before delegating. + """ + + def to_python(self, value): + # The admin changelist search allows case-insensitivity. + try: + value = value.lower() + except AttributeError: + pass + if value in (None, "none"): + return None + value = super().to_python(value) + if value is None: + # Not translated, as this is currently not user-facing. + raise ValidationError("Invalid value.") + return value diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/forms.py b/env/lib/python3.12/site-packages/django/contrib/admin/forms.py new file mode 100644 index 0000000..bbb072b --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/helpers.py b/env/lib/python3.12/site-packages/django/contrib/admin/helpers.py new file mode 100644 index 0000000..bd37f51 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/helpers.py @@ -0,0 +1,565 @@ +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 + self.is_fieldset = self.field.field.widget.use_fieldset + + 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 {} + tag = "legend" if self.is_fieldset else None + # 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, + tag=tag, + ) + + 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 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po new file mode 100644 index 0000000..1dbfdb7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e6bdbd2 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po new file mode 100644 index 0000000..6106670 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0ac7bb7a4034d8a5ab71974fdd4999d16256e404 GIT binary patch literal 7211 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..a4ef006 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po @@ -0,0 +1,329 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Abdulrahman Alfawal, 2025 +# Bashar Al-Abdulhadi, 2015,2020-2021 +# Bashar Al-Abdulhadi, 2014 +# Jannis Leidel , 2011 +# Omar Lajam, 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-12-03 07:59+0000\n" +"Last-Translator: Abdulrahman Alfawal, 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" + +#, 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 خيارات محددة غير ظاهرة" +msgstr[4] "%s خيارات محددة غير ظاهرة" +msgstr[5] "%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 "ديسمبر" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.mo b/env/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 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 Gm-%n=z=e_k literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po new file mode 100644 index 0000000..8608584 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9e8a4ad --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po new file mode 100644 index 0000000..437b080 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..53705c7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..bfb259fc7f5542d1b0c975e8394eb5931f07033b GIT binary patch literal 19181 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 H)!_dF1kw^$ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po new file mode 100644 index 0000000..add1c0d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po @@ -0,0 +1,804 @@ +# 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-2026 +# Sevdimali , 2024 +# Zulfugar Ismayilzadeh , 2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 07:05+0000\n" +"Last-Translator: Nijat Mammadov, 2024-2026\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\" obyektlərini 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 "jurnal qeydi" + +msgid "log entries" +msgstr "jurnal qeydləri" + +#, 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 onları seçməlisiniz. Heç bir " +"element dəyişdirilmədi." + +msgid "No action selected." +msgstr "Heç bir əməliyyat seçilməyib." + +#, 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 element seçildi" +msgstr[1] "%(total_count)s elementin hamı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şdirilmə tarixçəsi: %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" +msgstr "İcra et" + +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 "Save" +msgstr "Yadda saxla" + +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\" silinməsi əlaqəli obyektlərin də " +"silinməsinə səbəb olacaq, lakin sizin hesabınız aşağıdakı obyekt növlərini " +"silmək üçün icazəyə malik deyil:" + +#, 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\" silinməsi aşağıdakı qorunan əlaqəli " +"obyektlərin silinməsini tələb edəcək:" + +#, 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\" elementini silmək istədiyinizə " +"əminsiz? Aşağıda qeyd olunan bütün əlaqəli elementlər də silinəcək:" + +msgid "Objects" +msgstr "Obyektlər" + +msgid "Yes, I’m sure" +msgstr "Hə, əminəm" + +msgid "No, take me back" +msgstr "Yox, 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üzgəcləmə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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)s girişlərinin səhifələndirilməsi" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "%(name)s səhifələndirilməsi" + +msgid "Show all" +msgstr "Hamısını göstər" + +msgid "Popup closing…" +msgstr "Qəfil pəncərə qapadılır…" + +#, python-format +msgid "Search %(name)s" +msgstr "%(name)s axtar" + +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ər" + +#, 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b9eae4c5b26d31bbc30dd62b9aab1528a638f468 GIT binary patch literal 5759 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 SzZB+VO8#?&*|N!ass8~ib&l)+ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9a876c0 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po @@ -0,0 +1,316 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ali Ismayilov , 2011-2012 +# Emin Mastizada , 2016,2020 +# Emin Mastizada , 2016 +# Nicat Məmmədov , 2022 +# Nijat Mammadov, 2024-2026 +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: 2026-03-09 07:59+0000\n" +"Last-Translator: Nijat Mammadov, 2024-2026\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ədiyiniz %s elementlərini işarələyib, \"Seç\" ox düyməsinə 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ədiyiniz %s elementlərini işarələyib, \"Sil\" ox düyməsinə 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üzgəcləmə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/env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..497845d93f9928e58c4293baecf97f7ba48be29d GIT binary patch literal 23692 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, 2015 +# znotdead , 2016-2017,2019-2021,2023-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: znotdead , " +"2016-2017,2019-2021,2023-2026\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, каб вылучыць " +"больш за адзін." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Абярыце гэты аб'ект для дзеяньня - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "Праграма \"%s\" не знойдзена." + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "База зьвестак дала хібу" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "," + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "...и %(count)d больш аб'ект." +msgstr[1] "...и %(count)d больш аб'екта." +msgstr[2] "...и %(count)d больш аб'ектаў." +msgstr[3] "...и %(count)d больш аб'ектаў." + +#, 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" +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 "Навігацыйны ланцужок" + +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 "Save" +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 "Filter by %(field_name)s" +msgstr "Фільтраваць па %(field_name)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\", выдаляцца зьвязаныя " +"аб’екты, але ваш рахунак ня мае дазволу выдаляць наступныя віды аб’ектаў:" + +#, 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 "Дзеяньне" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Пагінацыя %(name)s запісаў" + +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 "" +"Аб’ект ня мае гісторыі зьменаў. Мажліва, яго дадавалі не праз кіраўнічую " +"пляцоўку." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Пагінацыя %(name)s" + +msgid "Show all" +msgstr "Паказаць усё" + +msgid "Popup closing…" +msgstr "Усплывальнае акно зачыняецца..." + +#, python-format +msgid "Search %(name)s" +msgstr "Пошук %(name)s" + +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 "Logout" +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 "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/env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..73794c84fe96bfba0789d4b43544c22b99a81f33 GIT binary patch literal 8473 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..0e6d481 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po @@ -0,0 +1,378 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Viktar Palstsiuk , 2015 +# znotdead , 2016,2020-2021,2023,2025-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: znotdead , " +"2016,2020-2021,2023,2025-2026\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 Run 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 папаўдні" + +msgid "server" +msgstr "сервер" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы на %(offset)s " +"гадзіну наперадзе.)" +msgstr[1] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы на %(offset)s " +"гадзіны наперадзе.)" +msgstr[2] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы на %(offset)s " +"гадзін наперадзе.)" +msgstr[3] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы на %(offset)s " +"гадзін наперадзе.)" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы адстаеце на %" +"(offset)s гадзіну.)" +msgstr[1] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы адстаеце на %" +"(offset)s гадзіны.)" +msgstr[2] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы адстаеце на %" +"(offset)s гадзін.)" +msgstr[3] "" +"Заўвага: Увядьзіце час у %(timezone)s часавым поясе. (Вы адстаеце на %" +"(offset)s гадзін.)" + +msgid "Choose a Time" +msgstr "Абярыце час" + +msgid "Choose a time" +msgstr "Абярыце час" + +msgid "Cancel" +msgstr "Скасаваць" + +msgid "Today" +msgstr "Сёньня" + +msgid "Today (%(date)s)" +msgstr "Сёньня (%(date)s)" + +msgid "Choose a Date" +msgstr "Абярыце дату" + +msgid "Yesterday" +msgstr "Учора" + +msgid "Yesterday (%(date)s)" +msgstr "Учора (%(date)s)" + +msgid "Tomorrow" +msgstr "Заўтра" + +msgid "Tomorrow (%(date)s)" +msgstr "Заўтра (%(date)s)" + +msgid "Previous (%(month)s %(year)s)" +msgstr "Папярэдні (%(month)s %(year)s)" + +msgid "Next (%(month)s %(year)s)" +msgstr "Далей (%(month)s %(year)s)" + +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 "%(month)s %(day)s, %(year)s" +msgstr "%(month)s%(day)s, %(year)s" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "%s (сёньня, бягучы выбар)" + +#, javascript-format +msgid "%s (today)" +msgstr "%s (сёньня)" + +#, javascript-format +msgid "%s (current selection)" +msgstr "%s (бягучы выбар)" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..237a01a52749590f601a032165de68019b202dec GIT binary patch literal 22639 zcmd6v36xw_na3X}0%1`W7ew?%4J6Xt2>}F~Ku8EnWQ!z#FgT&Q>UDRK>Z+!eG>w8u z5Cjw>5EoQ7aY1qEgme-DBr}R<+>TbyFlT0t%TYKp$K#A=Hn%y-%>4e}z3go`| zIb$Dg{%^U_I@+R_MbZBIMA20T>uD5S_lhWbB{&Yg3fu@D z4So*168su?EO^Xe{`oTST<)(1PX-?bHU7sSQ%Ao9_XmFmz65;9;ZdZe_6PO;NKpNc z21U;a0WShy&HWls{cZ|)J9q&1cY=q4p8($uegV|{zXT5ie+#PLzDGpSdhj6dec&D7 zLEzy>dj4JyYW|Z!javjVG&(2X72wOcFM&sa?*YZnN5SL4`#@NWz75U=e+X*b{a{MZ z4+S;efhT|q!2Q61@O~Ja#r^f5__-Mr9h*S)yAKq7p8+M0M?lf>b?`XwN1*804`sa` zJOtGH9#C|g16~JS3^u@Tf?L2dm~0UIckm(bov-oze-F;#em^E*>gae-d@KPE0at>e zGY5*kQSi;+TJTKplc4DRVZdiW(fxC9Hn{I=qo@qN85DhYgVM*RK=JV~cmX&8z7%{8 zd@r~!MyPc*fR}@x2er=sfU>8TVLTdt1SokQ4eI^z;2Xh(pyYfhC_b(R_XW!!CJ|i= zYW&Th^nVA4sYefhqGK~CzPEwW&o@Bz|9*J>cc9k&r*Qvk5YnRkj`94>2G8Wa7p#M2 za0U1*cpG>U%IgPrfm-*!K&?0H4W5sqK+)+y>Ek3&be#iYa?$x9B95*G#ozUy74}3D<*FnkUTcG6s1CS-7 zp9ehT*eGI&XaOj?SAo*|RiN}y3V3aJzZR7IZUp5A9{{!PL!jjMW$JQdV@%RupS9w>S)2W2M( zQ2ndmf#8h+Zw=4y0>#&T;D&vm8x$YM9`EIH1}Hnvfj59RfTw}K12N&~lpbUaUIxnE zzYI#A{|(B{XJd4d_d@Vsa2cq$^A1pQ9Rgu38Uqnc^Z@$*?*+Bq2SJ8LPk~Fp-+)Je{Wz2C_9D=MRZ#QX4K~4tz%PMy zjBM6E(DYVl=e~zY58(dq!Na-#>8akoehG^1r5G=wj0zyBBf2}_mq5|=4e)&Muff&e z>-)Xk-3aRa2f=f}d%z{⪻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, 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,2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\n" +"Last-Translator: Venelin Stoykov , 2015-2017,2025\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 "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 "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" + +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" +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 "Save" +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 "Действие" + +#, python-format +msgid "Pagination %(name)s entries" +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 "" +"Този обект няма история на промените. Вероятно не е бил добавен чрез този " +"административен сайт." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Покажи всички" + +msgid "Popup closing…" +msgstr "Изскачащият прозорец се затваря..." + +#, python-format +msgid "Search %(name)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 "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/env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..4ec3a50 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po new file mode 100644 index 0000000..cbdc359 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..3f81956 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po new file mode 100644 index 0000000..1d7eb6e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f9e0a02c172f9cc3e9cd495b9d674774aab8b7dc GIT binary patch literal 18818 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po new file mode 100644 index 0000000..8feb0fb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po @@ -0,0 +1,810 @@ +# 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 +# Isaac Torres, 2026 +# 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-06-01 07:05+0000\n" +"Last-Translator: Isaac Torres, 2026\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" + +#, 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 "Delete multiple objects" +msgstr "Eliminar múltiples objectes" + +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." + +msgid "Select this object for an action - {}" +msgstr "Selecciona aquest objecte per a una acció - {}" + +#, 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 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" + +msgid "Delete" +msgstr "Eliminar" + +#, 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" +msgstr "Executar" + +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ó" + +msgid "Breadcrumbs" +msgstr "Rutes de navegació" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Models en l'aplicació %(name)s" + +msgid "Model name" +msgstr "Nom del model" + +msgid "Add link" +msgstr "Afegir enllaç" + +msgid "Change or view list link" +msgstr "Canviar o visualitzar enllaç de la llista" + +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 "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Després de crear un usuari, podreu editar més opcions de l'usuari." + +msgid "Error:" +msgstr "Error:" + +msgid "Change password" +msgstr "Canviar contrasenya" + +msgid "Set password" +msgstr "Establir contrasenya" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Si us plau, corregiu l'error de sota." +msgstr[1] "Si us plau, corregiu els errors de sota." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Introduïu una contrasenya per l'usuari %(username)s" + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Aquesta acció habilitarà l'autenticació basada en " +"contrasenya per a aquest usuari." + +msgid "Disable password-based authentication" +msgstr "Deshabilitar l'autenticació basada en contrasenya" + +msgid "Enable password-based authentication" +msgstr "Habilitar l'autenticació basada en contrasenya" + +msgid "Skip to main content" +msgstr "Saltar al contingut principal" + +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 "Hide counts" +msgstr "Ocultar reompte" + +msgid "Show counts" +msgstr "Mostrar recompte" + +msgid "Clear all filters" +msgstr "Netejar tots els filtres" + +msgid "Save" +msgstr "Desar" + +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 "Toggle theme (current theme: auto)" +msgstr "Canviar tema (tema actual: automàtic)" + +msgid "Toggle theme (current theme: light)" +msgstr "Canviar tema (tema actual: clar)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Canviar tema (tema actual: fosc)" + +#, 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 %(object_name)s \"%(escaped_object)s\" resultarà en l'eliminació " +"dels objectes relacionats, però el vostre compte no té permisos per eliminar " +"els següents tipus d'objectes:" + +#, python-format +msgid "" +"Deleting the %(object_name)s “%(escaped_object)s” would require deleting the " +"following protected related objects:" +msgstr "" +"Eliminar %(object_name)s \"%(escaped_object)s\" requeriria eliminar els " +"següents objectes protegits relacionats:" + +#, 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" + +#, 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 "Added:" +msgstr "Afegit:" + +msgid "Changed:" +msgstr "Canviat:" + +msgid "Deleted:" +msgstr "Eliminat:" + +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 login credentials?" +msgstr "Heu oblidat les vostres credencials d'accés?" + +msgid "Toggle navigation" +msgstr "Canviar mode de navegació" + +msgid "Sidebar" +msgstr "Barra lateral" + +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ó" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Paginació %(name)s entrades" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "entrada" +msgstr[1] "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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginació %(name)s" + +msgid "Show all" +msgstr "Mostrar tots" + +msgid "Popup closing…" +msgstr "Tancant finestra emergent..." + +#, python-format +msgid "Search %(name)s" +msgstr "Cerca %(name)s" + +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 "In case you’ve forgotten, you are:" +msgstr "En cas que ho hagueu oblidat, sou:" + +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 "Select all objects on this page for an action" +msgstr "Seleccionar tots els objectes d'aquesta pàgina per realitzar una acció" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7aec18c3e94131ce1e9c42e007c1c9f8b6151a79 GIT binary patch literal 5271 zcmcJTU2Ggz6@V|Wq0~@PO8@xHO{iOkX4gsDq{#+D+&FHX#z`8xfgn}Y-I?p%39~bs znLCbM8mSc^ej>!5irN=a38V;kKv0Q42?=2Yh##r&fItEs5E2OS(ibFD9{A48U3+&E zA`*$wp84jUd*{xXd(Sy@>_6R7dscBAMc$4)^=hRo{6mcsNAI;tJpj+b_rkBjo8jLe zKlLw9b%RoyXx{)ue-nHIyw$h2!dcoA@Ftjgp7*@q`8>RZ{!8#i_$^YjK3Lv0Nw@{VFLN7HBNHhFCn+8m!R1H zJ1F*V!8ozA4pFItQ0$%KB=awL{Rg4g5%_ilWxfm^fKS3E{5IsLUiN$iK1X}g7<&M} z1aF6%UtjTVcqi>C-#!K3Lc0s^fFJkmi@yCmDC2((-wOZkxrt4Z`!tmKo1TwCnWqD9 zgHJ=b?~72ze-pk9{sO)k{?+ppDC0M?NTMHy(%uhmg~y>hCxnl`N~sS+@vGmzv0C3d zH&^{nKv~CS&+|~$@uQxfg507$3wafF5uS!$hi`(La8ltNp4%Zmb%2ws!%-;rSt$E= z7RvLU^n3=&etZJTb3gC(&q48W5z8}IB_*3{4Jcv;;?gvo( z>nBjg{~U__zkv)@J8-UYf1!*&<@tnX2g>|sq1dwm#m@6k=KBboffwLm_!5+PZf8?u z{1*6Sco%f=XHe{!Vv~f^o`*f>Jm)$V-)ipX&k*@K9Gi?3pmdIY%(kv)<)cn^ZhmU~X7rfaPE9YHC^pQh$8&YaB!P|9p-!6SqR_2XZ*Y{fwd>ffHc2QKiPy`u-d5ePO`9xB z&*@g-T$(ic(-=KtoZV&8j+Ll2Uu5h-nmwRr4kbI-FP4d=w^8yW`Y+n#kB=X_|0ywy9621=g4E+)0Z} zn~pW1>|1WLWt(X+vvK9I`LztzE!&A$!vAI3D-T_+UjJBnP8|WBFm*`F|E$sR9rzV7PeBa_NR^L!Thr2%IYX zjz1zJ<^G1a7qhXjiDfp_nXP9<_14w18ykidN%heF^N9X|=h-lFWxQ4oZs@tC(qx%# z;7v-4M`t=0VM5F5IL%!{nN};a%MHz{=qh?@U`SmBN(~ID`;JiKVz{GphZ@_VjJn`=ZqQ`BVGM0QsZKz%V&}r z9PJ^u)JQOwsS}HObaa`2YMe)glabJ_j%be&$&%k{T#R)2aIe9Up7nUFai!9P9kvdC zU*Fb2U4KspbsHNxr1iTwsN2}eA#Hyf2bBYRs7_?*8NPekk&~yuO$=_1KBy^^;bb4ezjr6c z*in{q6CLMz&B;mA z>ouIr5G~o2Mv!(VE7SU5Y!jh$nMa7&wD1(~X;on3L0z1T#_ z0ZAEIZr#*li?j888{_0zOE#+?PJ%S#)7sSgT9I2fv#A3!b|Nk^6W3?cteZD=(kq+! z)b0bix}2Iw^wuf8Yx{w*^;#n2BQRKJ1S}pA`rk^8sykQXR46@ZR5`I!hlY}3u;Qpj z_{yUiLN44GldB0{smy)4$3y@ud%J_OtZ3r8NSz2zFhasM)MvNeKw1(@6p$EyCgF$3Yj2l=wnp&c}{VYt-T;cRwnz3hppJ4K*`f8JE#b4!pixl@pl0wS2>5| z1tX8`*GQKeP|Zf, 2017,2021 +# Carles Barrobés , 2011-2012,2014 +# Carlton Gibson , 2023 +# Emilio Carrion, 2022 +# Isaac Torres, 2026 +# Jannis Leidel , 2011 +# Roger Pons , 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: 2026-06-01 07:59+0000\n" +"Last-Translator: Isaac Torres, 2026\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 "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Escollir %s seleccionat-los i a continuació, seleccioneu el botó de fleta " +"\"Seleccionar\"" + +#, 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" + +#, javascript-format +msgid "Choose all %s" +msgstr "Escollir tots %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Escollir seleccionats %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Eliminar seleccionats %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Escollit %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Eliminar %s seleccionat-los i a continuació, seleccioneu el botó de fleta " +"\"Seleccionar\"" + +#, 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 "(click to clear)" +msgstr "(fer clic per netejar)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Eliminar tots %s" + +#, 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 Run button rather than the Save " +"button." +msgstr "" + +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" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c2725bdff27b7576d54e90ea109d0bbe6818d540 GIT binary patch literal 23060 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po new file mode 100644 index 0000000..95899bb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po @@ -0,0 +1,822 @@ +# 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 +# Kosar Tofiq Saeed , 2026 +# pejar hewrami , 2020 +# Swara , 2022,2024-2025 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Kosar Tofiq Saeed , 2026\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 "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” لەسەر ماک، بۆ هەڵبژاردنی " +"دانەیەک زیاتر." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "ئەم تەنە هەڵبژێرە بۆ کردارێک - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +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" + +#, 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 بەسەرکەوتوویی گۆڕدران." + +msgid "Database error" +msgstr "هەڵەی بنکەدراوە" + +#, 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 "%(instance)sی %(class_name)s" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" +msgstr[1] "" + +#, 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" +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 "وردەنان" + +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 "Save" +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 "Filter by %(field_name)s" +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 "کردار" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "پەڕەکردنی %(name)s بابەت" + +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 "" +"ئەم ئۆبجێکتە مێژووی گۆڕانکاری نییە. ڕەنگە لە ڕێگەی بەڕێەوەبەری ئەم پێگەیەوە " +"زیادنەکرابێت." + +#, python-format +msgid "Pagination %(name)s" +msgstr "پەڕەکردنی %(name)s" + +msgid "Show all" +msgstr "پیشاندانی هەمووی" + +msgid "Popup closing…" +msgstr "پەنجەرەکە دادەخرێت..." + +#, python-format +msgid "Search %(name)s" +msgstr "گەڕان %(name)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 "داخستن" + +#, 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 "Logout" +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 "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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..ef378833a93c7b451e5f0fe19104dc705f91baef GIT binary patch literal 6433 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..69e1ca6 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po @@ -0,0 +1,356 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bakhtawar Barzan, 2021 +# Bakhtawar Barzan, 2021 +# Kosar Tofiq Saeed , 2026 +# Mariusz Felisiak , 2023 +# Swara , 2022-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Kosar Tofiq Saeed , 2026\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 "" +"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 Run 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ی ئێوارە." + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" + +msgid "Choose a Time" +msgstr "کاتێک دیاریبکە" + +msgid "Choose a time" +msgstr "کاتێک دیاریبکە" + +msgid "Cancel" +msgstr "پاشگەزبوونەوە" + +msgid "Today" +msgstr "ئەمڕۆ" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "ڕۆژێک دیاریبکە" + +msgid "Yesterday" +msgstr "دوێنێ" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "سبەینێ" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +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 "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..561464e0bfcdec40421d9c6174161c2e53d40f16 GIT binary patch literal 17463 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po new file mode 100644 index 0000000..f5f9de9 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po @@ -0,0 +1,826 @@ +# 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 +# J Nezbeda, 2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: J Nezbeda, 2026\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 "Delete multiple objects" +msgstr "Odstranit vybrané položky" + +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\"." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Vyberte tento objekt pro akci - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "" + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Chyba databáze" + +#, 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." + +msgid "Delete" +msgstr "Odstranit" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#, 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" +msgstr "Spustit" + +#, 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" + +msgid "Model name" +msgstr "Název modelu" + +msgid "Add link" +msgstr "Přidat odkaz" + +msgid "Change or view list link" +msgstr "Změnit nebo zobrazit seznam odkazů" + +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 "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" + +msgid "Error:" +msgstr "Chyba:" + +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 "Save" +msgstr "Uložit" + +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ý)" + +#, python-format +msgid "Filter by %(field_name)s" +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 "Objekty" + +msgid "Yes, I’m sure" +msgstr "Ano, jsem si jist(a)" + +msgid "No, take me back" +msgstr "Ne, beru zpě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 "" +"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 login credentials?" +msgstr "Zapomenuté přihlašovací údaje?" + +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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Zobrazit vše" + +msgid "Popup closing…" +msgstr "Vyskakovací okno se zavírá..." + +#, python-format +msgid "Search %(name)s" +msgstr "" + +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 "Logout" +msgstr "" + +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 "In case you’ve forgotten, you are:" +msgstr "" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..6b8fe17ddb2f2cb4f7192d579dd7459cd097eeaf GIT binary patch literal 5417 zcmd6qZEPGz8OI0M7Gh{ADGf9wbOLc|x4!jDUYcIwgv5@)N&KSNb($(tnY$hP*0(pa z+MT`R4hbQUfDZ{T5>=B%0{IK7B@F5Zgjy+8(D{Tws#K&FAt50^NEC!n`2a!)0sm)r z&b~VbLQy3cd-gXk&%EsOJoD__&$l~IGo(r64)M=Zxc z{IgSd&=${Ho&#z93*bAz0!Z^Lf;3)(Bwq!e06zuJgRg=l*N+E{8v)V84uZ7bqu_S% z42XaB6dttC5=iq#w!H?@`k%G+FM>4BSHZ*JH82mp2GaO@@F4EQ<0`lZ48a@V4$$q% zcoO^|>KAN10q;lsGWY@To3{Rvt^X7x`8U9w;I?;X+ym0MV<63c-ZBJfo-cs+f!_dW z+;>5ee+7I1{2h2NcqfcX+zFDrYwP2-{sj1bv@4L-`5gG%+ZcNm{66YqcQf`S@Q(Lp z{`NHxDq+uqq>mRt(&M`2k3gE|6_E7(8<6bs2M|-TzgcdBQ(|hi1ElqPL7F!Y(tKl< zlOWAAW9thbt$P6^do5Zj%c|w4L6ZBtt$zjlJL*@#9eBTI-j}WSZ8!_9_dSs2y8&X0 ztO=6dUIS_U-`f5+EdK)1eo2V@bQ?%=cY`#~ec(B87fAk;*!Jf^l6wLCI(QTOB={7R zK=a%L$*-H1KeT+=_W#)OCze06{lBpMwdL!!|M#~3M_d1sEkZT zdqJp+-EaATf5`Hq=$k}#ksm{*bR#M5WyljKJf^C<1jkiNq)lushVI3>Uv5t)P)Yp{B>nG49!Jh0k0Dcfm>#`-u?+fSt`~W4Ur`wp z(IAUPdjGy}Q;zG<_*!wL4X^sKUkD`Y-O?R*^!F75zgXr*^I{-H)Xxrb;Z|HABpeST zKVZj`r6e}&cvbj;z^uGCW@ADXWx&QtTE~(LJ}!*htj+tCwwh_L1wlHzgkg$GVUmd6cus~U8$Xw%Dwr=NQA|DaI(t@h6k+Q5L}tykP;y_v z;HKoqyr3_U@fTB-b5CDXXqPlb*^pa9+l+F71s>R1$d4 z4N0N6D3T8k@IqpE%?hYrede0sF+@FTi+Hgl)RK&8=g_@h^}R#{cnKMJF|SGE@>zH@ z{4(?InbRam<6ZI#%m&3OiP_K`$y}6VZ=J2}Zf-15*`lrWaJbsmlb&zVmqRN&b9)EqXwE#`0Xmvnj^Los*^#<~1Fz_4 zZn=j;h0dPLK^!WZ2TIB$~UW)4<{2*(Hupg4SAB>okra1ttfDt}c5{9k8os<2*VjF|A-> zY2fc0W^He4*|fcF)1V!#)|%~Yo2Kk&ZJDvXvCW2THqy)ZtmG!W+=7f^9JW07mT{hR z&siDj$mFKtCEv@PNS5NEez zD~|RlK03;W`QE)8Uo#X?8|vrB_z=%?bRHe$BU$H>QNDkx*l;RE19xK}r;#HVx$kff zTc{PH#)=Yr8DBAbI|y~4n=h3GuXB8T%d*nCEVwQ48efhPHoFGY{>1>H8aH5rEi1_K zTQLCN-YQ-Ki>&af4hjN6S2fmfIYH!<0h-yS$Z9H5gGl-U8#1eJnM_|f@XJc$!xBas zJ6pfvH&@L1b!-Xuo)RZ*YbsRb`W1YIy`&%&i=zAhaw9@Ih%9Rl-OJBD}=|!i%R1bgfDZ%W*aL;mRTS@ z?1eU0l_X+ItkAqB>*y(0*RSIcu-WE!0;P*=7T2Qn>p^1;C5*-0X;#;v_DWgg`9fo* zxx#6aTw`HelW+yxy$isOU<3KE=qHd6_2^ zlheRfuOONrntJ#N7WmaPwqk3IHJ3k5LQsR`46`Dg` z#=Eo@LFmC18#=-{hkhx1kbTLhsXAg>iV%1vm8l{oU9Kv20=s9Y c5slaxKW5FV@FzF{T!hWyZ;nkv4C7GxCl6lcBme*a literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..8982102 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po @@ -0,0 +1,324 @@ +# 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 +# J Nezbeda, 2026 +# 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: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2026-06-01 07:59+0000\n" +"Last-Translator: J Nezbeda, 2026\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 "" +"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 "" +"Chcete-li filtrovat ze seznamu dostupných položek %s, začněte psát do tohoto " +"pole." + +msgid "Filter" +msgstr "Filtr" + +#, javascript-format +msgid "Choose all %s" +msgstr "Vybrat vše %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Odebrat vybrané %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Vybrané položky %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 "Zadáním do tohoto pole vyfiltrujete seznam vybraných %s." + +msgid "(click to clear)" +msgstr "(kliknout pro vyčištění)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Odebrat vše %s" + +#, 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 Run button rather than the Save " +"button." +msgstr "" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po new file mode 100644 index 0000000..82e82f7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..fa7ad2a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..16a8059e9bced5a2a3bfbd854ff2ce6ecf8677ba GIT binary patch literal 18352 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 bbnDjDBWAQ8MEJl?*}uJ)oaZBw=05))Tg!-6 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po new file mode 100644 index 0000000..af8fe4f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po @@ -0,0 +1,817 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Dimitris Glezos , 2012 +# Erik Ramsgaard Wognsen , 2025-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Erik Ramsgaard Wognsen , 2025-2026\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." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Vælg dette objekt for en handling - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "Appen \"%s\" kunne ikke findes." + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Databasefejl" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr ", " + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "…og %(count)d objekt mere." +msgstr[1] "…og %(count)d objekter mere." + +#, 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" +msgstr "Kør" + +#, 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" + +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 "Save" +msgstr "Gem" + +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 "Filter by %(field_name)s" +msgstr "Filtrer efter %(field_name)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 "" +"Sletning af %(object_name)s “%(escaped_object)s” ville kræve sletning af " +"relaterede objekter, men din konto har ikke rettigheder til at slette de " +"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” ville kræve sletning af de " +"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å at 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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Paginering %(name)s poster" + +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" + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginering %(name)s" + +msgid "Show all" +msgstr "Vis alle" + +msgid "Popup closing…" +msgstr "Popup lukker…" + +#, python-format +msgid "Search %(name)s" +msgstr "Søg %(name)s" + +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 "Logout" +msgstr "Logud" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..8311d281d65e4424d905a30df88f2bc6dbaf99b4 GIT binary patch literal 6463 zcmcJTZH!!18Gw&CP+dNRs;FS$bY*cDc4oH)+OnnCrR~DD?6!2Ltr$$aGxyBQ-Mw?~ za6hID#-It18YS|FM8qh5P=mpbKN^0a$^J6&hZ_HA#2C>SLt=tyjFCiq-h0oTotdu0 zCiSLgp7VX)^Pcy-=iUB(Yv~!qcZ&33(yuR3>M{7mOZnkDvqh=v;pgFQ_yW8Zz6!_S zIk*kJ1@DI2-lf#l@F92^Y+EK!ru?)me-2(j`HU?;0~aWN6_a{+#k@+WP% z3uXUL!4JUi*z!+o`8QDdzX7jRfee8`p`gtEU7$~uoj(c^RQv3GD*Q05y)={w-vFw+O*h}08M+MkA^ zzn7q__ZKL7d=pB)OR1FexEjj**FvUN+n}6d1>OU9LpkS1Aw$&}%jY0lQs0Nyz*nHm z{|hMNe+%V2U$f=cp{#Sx@=YlAcL~A^w?L8S3Mh8B6=rf-ZiBL~n{0VMe2MbCmgk_X z`wf)JRaf7Ivi|p=-2WdzxyQePvY%^EuE>8QlzuZ%K4ms%ZlZ!P&%_RBmC84^^Mx`vaDc`Xi z>Q4AklGuXiQEXn$Z<&^8vMi_<;?FQiH(1Z zbUR5tO%i+G?34Q;-#qCc>3-67(gKO=q9#dPFLj7?k~Be*Pwct)vbTZ4UQ&g03u&69 zCMMfqkhG>^Ju&Gzy{UMbOwTycR7_iJd|JW=b@d=2ONFT?#(n#?SWni|C^A7}2Y6vH zr6#COLRn-ZJFPeGSgfPNPQqXvgo*BYu~+kr3?6BYhuSCWzE@wpi8tuTzGLf3kQ{6SMEEz{Oc;7TU2^^(`) z`G9flL{WHJ*U}^jgGw=tqYpZX*(g=L_CP5aEct#WMZSE0iy~MHfdXkfXzHe2Gm%;_ zwJ3F>o?7tyM9PteX4PRQ$Z8L#K7}+eYRQS}Eq;4y$#Vm**-F$>7)ak`^GKp62Mr)U z_bIg;h5%Huh`F@FG}2DX zIBrE|y*Lxb7kx%uGc7N;xH1k*+0Bn^IXtb7){{_AfM3FDysqb_ zj?cb~@5U9)taRrdbfU0^Yw2k}4A(q7NF(GX;V_P;f%OtPa;T76R+gp}5vTAVZz~_2 z^ssy}V_m6>`Vyk<^CZ+glT`FETq8~{ca=wv$ic|?LVQdnFw91EWXcf&i*&heDylD7 z8sv*^t`XyUN#iI>O>H)Muh!rq6f3&Sr-X1FD{>QXf|L-l=gE0OEBWUs2u-kK7>qxISAQ{oXC zX(;@AiOfh-;qgmkMw+bGFTv3k-hmR2!Fknzp?b7;_Ewbm9qG>NL2YlOb{QWfZ&8WN zNRxGQB{ z$v|)4r*};49V5WxvQObp&wn8M!Kbqkn06h%nY>K{FKv)^*Uu7^;>D$R9))_yHJF{& zn{~@(*X`6Ne!?qyYirEGyQL=LY_7!g8!_dL=E*gmqZPmJBs%K3u9;Ft{E*>+-qp|T z*fSiIRz1JDewHVO<+8wZJ_u6Z$0$#@Y{73zY%0En*Em0rt~8~f{L6YUY4y0OHmgw6voE1~MaRC7)PfvSYDa!yV_pn6efjs8E= z>YCF`C1SnE!WPpO&Rs31>gZY?v~q7FvB*th)`e9Q$)70ygJEV}N6a!GUKm(j+AuGF z{bjN`UPHmcimOL}qn0Wcvm9@z0VlJ+{M7m-8 zq`0yYt44-cPJ&d-$Z23x!Ne0%!XLrxRO30^h;A5o2X`RbF;PV`8#!q*9k@y^*8h z3=;Rb v1b7W1IYJ7xN`SUXG}b2aYU2k30;&*K91|if@c&--s}=qytIGdq+2G_q3n!#@ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9d40dd1 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po @@ -0,0 +1,362 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Christian Joergensen , 2012 +# Erik Ramsgaard Wognsen , 2026 +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Erik Ramsgaard Wognsen , 2026\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 Run 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" + +msgid "server" +msgstr "server" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +"Bemærk: Indtast klokkeslæt i tidszonen %(timezone)s. (Du er %(offset)s time " +"foran.)" +msgstr[1] "" +"Bemærk: Indtast klokkeslæt i tidszonen %(timezone)s. (Du er %(offset)s timer " +"foran.)" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +"Bemærk: Indtast klokkeslæt i tidszonen %(timezone)s. (Du er %(offset)s time " +"bagud.)" +msgstr[1] "" +"Bemærk: Indtast klokkeslæt i tidszonen %(timezone)s. (Du er %(offset)s timer " +"bagud.)" + +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 "Today (%(date)s)" +msgstr "I dag (%(date)s)" + +msgid "Choose a Date" +msgstr "Vælg en Dato" + +msgid "Yesterday" +msgstr "I går" + +msgid "Yesterday (%(date)s)" +msgstr "I går (%(date)s)" + +msgid "Tomorrow" +msgstr "I morgen" + +msgid "Tomorrow (%(date)s)" +msgstr "I morgen (%(date)s)" + +msgid "Previous (%(month)s %(year)s)" +msgstr "Forrige (%(month)s %(year)s)" + +msgid "Next (%(month)s %(year)s)" +msgstr "Næste (%(month)s %(year)s)" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "%(day)s. %(month)s %(year)s" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "%s (i dag, nuværende valg)" + +#, javascript-format +msgid "%s (today)" +msgstr "%s (i dag)" + +#, javascript-format +msgid "%s (current selection)" +msgstr "%s (nuværende valg)" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..2fe140f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po new file mode 100644 index 0000000..051acd1 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po new file mode 100644 index 0000000..ec1dc94 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po new file mode 100644 index 0000000..1b7f4ca --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po @@ -0,0 +1,1022 @@ +# 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: 2026-07-22 16:14-0400\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:53 +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "" + +#: contrib/admin/actions.py:63 contrib/admin/options.py:2535 +#, python-format +msgid "Cannot delete %(name)s" +msgstr "" + +#: contrib/admin/actions.py:65 +#: 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:430 +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "" + +#: contrib/admin/helpers.py:434 +msgid "Remove" +msgstr "" + +#: contrib/admin/models.py:18 +msgid "Addition" +msgstr "" + +#: contrib/admin/models.py:19 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:41 +msgid "Change" +msgstr "" + +#: contrib/admin/models.py:20 +msgid "Deletion" +msgstr "" + +#: contrib/admin/models.py:59 +msgid "action time" +msgstr "" + +#: contrib/admin/models.py:66 +msgid "user" +msgstr "" + +#: contrib/admin/models.py:71 +msgid "content type" +msgstr "" + +#: contrib/admin/models.py:75 +msgid "object id" +msgstr "" + +#. Translators: 'repr' means representation +#. (https://docs.python.org/library/functions.html#repr) +#: contrib/admin/models.py:78 +msgid "object repr" +msgstr "" + +#: contrib/admin/models.py:80 +msgid "action flag" +msgstr "" + +#: contrib/admin/models.py:83 +msgid "change message" +msgstr "" + +#: contrib/admin/models.py:88 +msgid "log entry" +msgstr "" + +#: contrib/admin/models.py:89 +msgid "log entries" +msgstr "" + +#: contrib/admin/models.py:98 +#, python-format +msgid "Added “%(object)s”." +msgstr "" + +#: contrib/admin/models.py:100 +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "" + +#: contrib/admin/models.py:105 +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +#: contrib/admin/models.py:107 +msgid "LogEntry Object" +msgstr "" + +#: contrib/admin/models.py:136 +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "" + +#: contrib/admin/models.py:141 +msgid "Added." +msgstr "" + +#: contrib/admin/models.py:149 contrib/admin/options.py:2818 +msgid "and" +msgstr "" + +#: contrib/admin/models.py:156 +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "" + +#: contrib/admin/models.py:162 +#, python-brace-format +msgid "Changed {fields}." +msgstr "" + +#: contrib/admin/models.py:172 +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "" + +#: contrib/admin/models.py:178 +msgid "No fields changed." +msgstr "" + +#: contrib/admin/options.py:300 contrib/admin/options.py:344 +msgid "None" +msgstr "" + +#: contrib/admin/options.py:396 +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" + +#: contrib/admin/options.py:1073 +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "" + +#: contrib/admin/options.py:1604 +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "" + +#: contrib/admin/options.py:1646 contrib/admin/options.py:1684 +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "" + +#: contrib/admin/options.py:1648 +msgid "You may edit it again below." +msgstr "" + +#: contrib/admin/options.py:1665 +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" + +#: contrib/admin/options.py:1736 +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "" + +#: contrib/admin/options.py:1756 +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" + +#: contrib/admin/options.py:1778 +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "" + +#: contrib/admin/options.py:1882 contrib/admin/options.py:2366 +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" + +#: contrib/admin/options.py:1902 +msgid "No action selected." +msgstr "" + +#: contrib/admin/options.py:1933 +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "" + +#: contrib/admin/options.py:2035 +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "" + +#: contrib/admin/options.py:2188 +#, python-format +msgid "Add %s" +msgstr "" + +#: contrib/admin/options.py:2190 +#, python-format +msgid "Change %s" +msgstr "" + +#: contrib/admin/options.py:2192 +#, python-format +msgid "View %s" +msgstr "" + +#: contrib/admin/options.py:2295 +#, 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:2328 +msgid "Database error" +msgstr "" + +#: contrib/admin/options.py:2442 +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/options.py:2448 +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "" + +#: contrib/admin/options.py:2537 +#: contrib/admin/templates/admin/delete_confirmation.html:18 +#: contrib/admin/templates/admin/submit_line.html:14 +msgid "Delete" +msgstr "" + +#: contrib/admin/options.py:2595 +#, 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:2794 +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "" + +#. Translators: This string is used as a +#. separator between list elements. +#: contrib/admin/options.py:2808 contrib/admin/options.py:2809 +msgid ", " +msgstr "" + +#: contrib/admin/options.py:2811 contrib/admin/templatetags/admin_filters.py:72 +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/options.py:2821 +#, 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:41 contrib/admin/templates/admin/base_site.html:3 +msgid "Django site admin" +msgstr "" + +#: contrib/admin/sites.py:44 contrib/admin/templates/admin/base_site.html:6 +msgid "Django administration" +msgstr "" + +#: contrib/admin/sites.py:47 +msgid "Site administration" +msgstr "" + +#: contrib/admin/sites.py:435 contrib/admin/templates/admin/login.html:64 +#: contrib/admin/templates/registration/password_reset_complete.html:15 +#: contrib/admin/tests.py:170 +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:16 +#: contrib/admin/templates/admin/base.html:78 +#: contrib/admin/templates/admin/change_form.html:23 +#: contrib/admin/templates/admin/change_list.html:34 +#: 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:6 +#: contrib/admin/templates/registration/password_change_done.html:13 +#: contrib/admin/templates/registration/password_change_form.html:20 +#: contrib/admin/templates/registration/password_reset_complete.html:6 +#: contrib/admin/templates/registration/password_reset_confirm.html:12 +#: contrib/admin/templates/registration/password_reset_done.html:6 +#: contrib/admin/templates/registration/password_reset_form.html:12 +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" +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:75 +msgid "Breadcrumbs" +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:41 +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:20 +#: contrib/admin/templates/admin/auth/user/change_password.html:80 +#: contrib/admin/templates/admin/base.html:59 +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:11 +msgid "Change password" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:20 +msgid "Set password" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:31 +#: contrib/admin/templates/admin/change_form.html:54 +#: contrib/admin/templates/admin/change_list.html:55 +#: contrib/admin/templates/admin/login.html:24 +#: contrib/admin/templates/registration/password_change_form.html:31 +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:35 +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:37 +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:81 +msgid "Disable password-based authentication" +msgstr "" + +#: contrib/admin/templates/admin/auth/user/change_password.html:83 +msgid "Enable password-based authentication" +msgstr "" + +#: contrib/admin/templates/admin/base.html:30 +msgid "Skip to main content" +msgstr "" + +#: contrib/admin/templates/admin/base.html:45 +msgid "Welcome," +msgstr "" + +#: contrib/admin/templates/admin/base.html:50 +msgid "View site" +msgstr "" + +#: contrib/admin/templates/admin/base.html:55 +#: contrib/admin/templates/registration/password_change_done.html:4 +#: contrib/admin/templates/registration/password_change_form.html:11 +msgid "Documentation" +msgstr "" + +#: contrib/admin/templates/admin/base.html:63 +#: contrib/admin/templates/registration/password_change_done.html:7 +#: contrib/admin/templates/registration/password_change_form.html:14 +msgid "Log out" +msgstr "" + +#: contrib/admin/templates/admin/change_form.html:26 +#: 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:43 +msgid "View on site" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:64 +msgid "Filter" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:67 +msgid "Hide counts" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:68 +msgid "Show counts" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:71 +msgid "Clear all filters" +msgstr "" + +#: contrib/admin/templates/admin/change_list.html:95 +#: contrib/admin/templates/admin/submit_line.html:4 +msgid "Save" +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/date_hierarchy.html:4 +#, python-format +msgid "Filter by %(field_name)s" +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:38 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:31 +msgid "Objects" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:46 +#: contrib/admin/templates/admin/delete_selected_confirmation.html:42 +msgid "Yes, I’m sure" +msgstr "" + +#: contrib/admin/templates/admin/delete_confirmation.html:47 +#: 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:27 +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:38 +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +#: contrib/admin/templates/admin/object_history.html:52 +msgid "entry" +msgid_plural "entries" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/templates/admin/object_history.html:55 +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:4 +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +#: contrib/admin/templates/admin/pagination.html:13 +#: contrib/admin/templates/admin/search_form.html:11 +msgid "Show all" +msgstr "" + +#: contrib/admin/templates/admin/popup_response.html:3 +msgid "Popup closing…" +msgstr "" + +#: contrib/admin/templates/admin/search_form.html:4 +#, python-format +msgid "Search %(name)s" +msgstr "" + +#: contrib/admin/templates/admin/search_form.html:9 +msgid "Search" +msgstr "" + +#: contrib/admin/templates/admin/search_form.html:11 +#, python-format +msgid "%(counter)s result" +msgid_plural "%(counter)s results" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/templates/admin/search_form.html:11 +#, 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:7 +msgid "Logout" +msgstr "" + +#: contrib/admin/templates/registration/logged_out.html:15 +msgid "Thanks for spending some quality time with the web site today." +msgstr "" + +#: contrib/admin/templates/registration/logged_out.html:17 +msgid "Log in again" +msgstr "" + +#: contrib/admin/templates/registration/password_change_done.html:14 +#: contrib/admin/templates/registration/password_change_form.html:21 +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:36 +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:73 +#: contrib/admin/templates/registration/password_reset_confirm.html:42 +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:13 +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:13 +msgid "Password reset confirmation" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:21 +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:28 +msgid "New password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:35 +msgid "Confirm password:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_confirm.html:48 +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:19 +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:25 +msgid "Email address:" +msgstr "" + +#: contrib/admin/templates/registration/password_reset_form.html:32 +msgid "Reset my password" +msgstr "" + +#: contrib/admin/templatetags/admin_list.py:104 +msgid "Select all objects on this page for an action" +msgstr "" + +#: contrib/admin/templatetags/admin_list.py:451 +msgid "All dates" +msgstr "" + +#: contrib/admin/views/main.py:147 +#, python-format +msgid "Select %s" +msgstr "" + +#: contrib/admin/views/main.py:149 +#, python-format +msgid "Select %s to change" +msgstr "" + +#: contrib/admin/views/main.py:151 +#, python-format +msgid "Select %s to view" +msgstr "" + +#: contrib/admin/widgets.py:111 +msgid "Date:" +msgstr "" + +#: contrib/admin/widgets.py:112 +msgid "Time:" +msgstr "" + +#: contrib/admin/widgets.py:182 +msgid "Lookup" +msgstr "" + +#: contrib/admin/widgets.py:423 +msgid "Currently:" +msgstr "" + +#: contrib/admin/widgets.py:424 +msgid "Change:" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..3abe040 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po @@ -0,0 +1,429 @@ +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-05-11 15:27-0400\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:47 +#, javascript-format +msgid "Available %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:58 +#, javascript-format +msgid "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:94 +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:109 +#: contrib/admin/static/admin/js/SelectFilter2.js:229 +msgid "Filter" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:117 +#, javascript-format +msgid "Choose all %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:132 +#, javascript-format +msgid "Choose selected %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:143 +#, javascript-format +msgid "Remove selected %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:167 +#, javascript-format +msgid "Chosen %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:178 +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:214 +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:269 +msgid "(click to clear)" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:276 +#, javascript-format +msgid "Remove all %s" +msgstr "" + +#: contrib/admin/static/admin/js/SelectFilter2.js:410 +#, 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:72 +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:195 +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:211 +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:214 +msgid "" +"You have selected an action, and you haven’t made any changes on individual " +"fields. You’re probably looking for the Run button rather than the Save " +"button." +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:13 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:133 +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:76 +msgid "server" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:80 +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:89 +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:159 +msgid "Choose a Time" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:197 +msgid "Choose a time" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:228 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:540 +msgid "Cancel" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:313 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:493 +msgid "Today" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:317 +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:502 +msgid "Today (%(date)s)" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:346 +msgid "Choose a Date" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:471 +msgid "Yesterday" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:480 +msgid "Yesterday (%(date)s)" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:515 +msgid "Tomorrow" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:524 +msgid "Tomorrow (%(date)s)" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:572 +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +#: contrib/admin/static/admin/js/admin/DateTimeShortcuts.js:587 +msgid "Next (%(month)s %(year)s)" +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 "" + +#: contrib/admin/static/admin/js/calendar.js:97 +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:248 +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:252 +#, javascript-format +msgid "%s (today)" +msgstr "" + +#: contrib/admin/static/admin/js/calendar.js:254 +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po new file mode 100644 index 0000000..dfe62a0 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..c4e52eb --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..03cf679 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.mo b/env/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 zcmc(ldyE}dea8=w09hUh34}m_oID)wlHI#&gGsn?;@FN8o5YXWPMo9xXZGIN-Pt>L z=4NK@uGhpQflv|%rKCLDm_mWTA5e-YsI;_5#gVEaBvc`a1cEk|5Kw`TDg+1>_47UF z%)Qr}-2hFcj(qkzbLPxBzw>*a-}QITJ>$KG>l3t>(GH(!%=f^D#`wea?B^TvBJeEm zeDFf>_rTYHw}S`4%fL^E{%?R=c>XD|n08jAzv~!HPAG`;A9(cwJ{65YF zHQxlN?`FVr!Dhg{AXAt-!IywNQ1rhYyc~QO|0V1V0K|m@B@W0>$UA@kez12PnS$3>00@K**x!T<}`(0#NJS28zC8;HBU_ zUif5Yu*5tJB5Lz-Q0spI)V}@>6uEGsChmMY9D_CYQBF2HQzVESAstP`Df0Wp!l*C zlzjGs`tDY61DJvn;KQK!@+A<`%_;EJ;P*g8Y+m?sWBTCbU<3RJD7kzcyaW6;D7vmh zS)@NZ0`3My-#$?MxD(VmIVip_gWCVw0zMSpzZ(?&9|Se;qoC;jEAX}87r}Re{{_na z??XtM@2%jQ!S{lYZZ5FKEP`9WtHBS0+TV9U@#~kM_t`UQXr?dqbnF5( z?;cR{-v>&+ZU)8wIZ*4|1;PsRASk=}B&dCU6%@VS2lf3=LG9<~;2GcHa{Fs=2K;+a`t%d< za`4QJUe7mySMt0KJQF+yN>ASeimr!2$@h`){3%f5z5qTG{1Pboz5fhXbI- z-wBFO2`D;FfUwp)0BWAkfRf)AL9O>spvHd{)cEg#lE;rg&G)p1=j#|KJv#?{4tNo$ z_fw(&H34q`o%}&m-gLp|gYN<@_@U7MW$+%J{~dfi7)>(<{4%%|+>dfdE)RiP?-QW- z_Bl}g>uD4?sunChsrDK*{A&Q2KW*sC^y;HP0NV{dPg^_gHxUE)dq5kAl+I zuY=D6e;nTb3VbflXK(iNy$lq8XFyEI904`|-5@T|yajwU_z_U+d=r!$e+)vhNl}95 zgD1fR{1mA9&*vlQ^CjT3zzOgia8tk?p!RzRlpWjwYTXo+9hc$#vGD#rQ1iYUlpcHt zM8xKk;KSfI!DoQU7EezXJkImop!oZ9umhg+8o!^rL0p0PEQpIT{|ai}Uj;n#3P0c3 zp!jzl==25@9aG`C2}&;4gWBKip!U%Lahs-1({+TV^*>D8O`D)03U_@V;9J2z4)@yv z{&~PRgYx&2G|A~bG+iuX-tF%EANkC8(4>31njV}F5Ff;&b7^}*zi7{CZ==0{woKbc zgI(_W7=PbFlP=bm_J5eRzwQ7fW9faDhHAJAk(jG!SJM8%^^g~U(wmRduA%Lst-jt# zhjc*tThZ>N6}0-gm7BY0ecB(=UPqg!VT#UINlptiUDAy+X~$^Nhx2Lo)2^fGdXRRl zZnzY$Vt0rBfiDjC($9_I{*~bE;r@*QZv^iS_lLlbhWkGQKSGT1}A@gys&C~NVc zcX>anTz7cC9F?}U5M}dm+m`)SD=y2qewwZ{)*Kuc@sp2^3nnk(vY%G<1S4IdK(in9 zBaYV8RCyJpymL6{E#ow9RdL&FPgA?@%Nd)`@wVl*HTM9QM1{iKpvynXy5)$#zu5ET64d-I?uhdnNB9mvFNjWtFXR3z=~hTgZlLzfdjj zi#LqNWh?5%?V~jX7jLuTAZ*eHb9tKP%Skqmm{L}0+oX!SrCm-KGaHAw+wknSSiR== zfQ(x2)>+b%gwAGd5t9_Z3lZDQ&L~4z_4WtC-0Ae!c(5DF`fdTM$cvTcNLP2o_OOoS zylB^>RzHvIsa6O-b2EH_^yiW|ZI>rtX0e_s_-}?|8-uS`s|Q;29vIkiyC~7WooO5u z*3%)A-kBz?jzvcic^>+mEC=jt6?q9)kzg;HM}>B#Xsp?pXLCu>9qgD5^ot_Ss&u7k zu8XQ@HY#Hq7e!v^F`llHZtU)O?Nls)?PAYKFO6+jvF=}kSN_95CEB%NeAIxB_R@Y4 z$;kY;Z2{M{C_k(%ORH6VqHJJP{zK{UlXyJ4ocGfly|9_b~?EuDiQ|Nta^&F`CXU!e`EzV zeBB~3HeVgALvM)-_OHx!d8^;WM13&d)s2#rH*ErD*)+Sly=ukm%E$w3WV3jAVA{?T zNvr!M@3xW+n2l$3@u=ps zo2!WDS;4(pPO1e@a%&;R6}xSfy{M~b+K!8c+2dkpw_jF@p#z=A@`yA@1iy_b5iYve znNk2O29sKdyA8W94)&7+UWVcy|0dLLJ-9&O9VHNO`= zt?U)hx5BJm$gP|x*CJD5|1P?DrE9GFzFalHsf7Eyo@&&RPBRy$sgWhco|~&(s6^`0 zvj}Y$2nq^nZNeh+A?Xo`2Ea5bnTX8BX*Q@+Z z!VZ)wa}R77nGh`Bcn4|&$vUXkQd3uQj_{n4!7oz*GM92z+w)&~U!`eU3@J$IBK zKVxLK8xXSCX|7Nudw(&8PTc=vwuNLkKY4@-n`ZI8z9Xlm-A8+9~$7Hn>ya{4cva_^2$tX$VXn}G9MBF3^qFbX zct39E(rCWEcZXOC48}WL5|gro&nD=zRnRn|1f~`VBChXOOt8qLUEdXPuP~y-94K;? zd8YQXr*4T09f+E??Q;6DgK-aqnc7>n{rPh0aNe|I2lh`LjF%D(ozm&LX*bVo z-aIw4Woq*lJ99;IX3OO>Tw^zpz)T%3qO7DGlNU|9H%?Y?@>>&y;Wlb~Iki3aR(a#K z^RkTwmUhjgn~@2!`93?GI*co9+Fd1?CWWHhjxSVIuQ@%vyu93SQzUcoF?~7hDX$?7 z6HLeX^u*ZSJ$rWz_qeGsGq%%vf~muBu4$|IST)^C$waS`t16K9)i)o$e(K8MIFXCi zPVLHCc^f5c+AC+1YCvey#`)L*R|uHml+i7lHuH6X^6Jf3k*cdiaP@d*FS^=pnz(Ar z*qfrqK8^aVE`e?zl+oHMiZQ~KM9q^_1oUoo4HOTL$1M9DEHk!`os60GM@iZ=Ffr>ipna)S;f-)PaCdLZd9+V$Vh*jNdKFND^g zneFqr8s)r{!%-4|asE`84LZufEzuH3Iw*%ep?|cVGcowAipCcw)+>g&#hr-iK#wiC zSRd9GxBVb$sC7NNoomzX4?E`s0`s;nW;jJ|dDXW|iEYJ272%`toIEY%6u;#llKF%! zc!RD}g|%y=p0DsOC5?|eOVOe&IJdxZ4i7nhC?eKV(%Jki7G|be0E^99fDVci4?JSi2ch}gz4j`U_}bnBte{n#T;n@vE4Z+{zw1S7#$4LTFsmFyK%m+)!S zE$Z*+3OxtocGRheqd_xIQx!iPbqn7Gt*GmzILh@@WX%s6VV*Tr=LvPwTaw34CY~-R zzcGzEeS7M`WU5NUogz>yIoI4K$jVn~6dKlxPMt)>u2;>=+~^OPiJ0Mc&heNZPdLYt zQ{m7_ilgHQx`>Kg&-pY_-rqG<7eNC9c#noA43@25tjR!t3xiBqg{c(p5k0*G4fk95hFzRPV5|+Kfi_y>>x0 zY}l>tO{KQjHLIylVR^q%f@310Yr}lf)rwedo6T}Kn3Gi9*TF-KY;6+f(Z&TuwnMng zIS{IXibbk~8keNYQb9L^Tim%C>U@Zo(s~XMz-k4l6=;;o+I>6~_Mawb&+5UnPuOU( zh5-LpyIg;ZQeI5v)aS`SB7cZ+XHqCZ*uBnKSW;g7pR5>u(&1`)wi9*g=t?+E%+c&ux0}?lOj)bAk$W@>Z$$3 z90Jo=!X*~A-RerYhThQaC?dKqvePu7))r?hfhTnzDO^LuND{XzbIecB3V*}2s7A~> z;RU&Um3P=vF^CL?gj}{>poy-asze}jd!vlniB5e!_ny&*S^XZhS1~)9CxGlj@djao zs6heL(a6ieJ}9cXK9|b)+fLN&<)f7EqbOHUl<-6A50bJ+iFG!O=-`MIRDOTRAE=cg zCJ7JbE)ft^Je4*^Vdi|;QN$h2>sc!yM-1W4g$FdP((c_ut@B3b6n1z8`98=%C?ZZi-lfC8|x21E2YK55ir7k@8*(696e00GCe1M6boaBke73|uHf2tIbcLo z#^@X`iRdmTathQhJCx<}DIKUdl0;yC=ci;@{j{0{ z<#&X`a&H0N&eohAd97Z6kg2?r;zEmBx-8?jqDO{J&I?6sukX{~#X1chA;b%4gxg7x z$Ymg|It2N|$1m-Yy49{z>0FQBX6E9I#rP3G8Pchf5&ya2(ONH@Qus(-M;RE#uOCEpQ zwUo3+dz>&8A5=Cy^uba=B^4e>74@qMi`35_6?^ft26L zQ0&?Rjbz`!v1354oEuGAd|(Va_^%QeoL%JCIKOQFxDM~u)&}U^J$V@NttVzvq+7Lb zb5yNS$vu4=Uh%>l#L?t$J3;kzR^q>Dgc2{O{ko$zLIo1U$^Uu!QsQaj&T+gq2?@Kv4R!cchXtX?CmeXcgf4Oy6m}_L zY{TA?D2pI{cezZWltK1OO&?84`H>vY_`0}Mo8<5t$_Z>$5@98FrYd;Sai=R5a7C87 zI61*bO8XJus$?Jcgt4L_tmYCYWbO+V$lM<%LN+2%%bEF2Z8N(F?Mk_v6LUFR2$#_0 zH{s5!es1>ev){~Hg7yyoIdz1nuMBb!+S0e(N~bi oKY(z2GDtk+aO5T<53Z8iK_3&`0C|csw?SWzGY`GF@n-__KXNHkA^-pY literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po new file mode 100644 index 0000000..ddc5901 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..db99913 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4e814c543178468151986ffeb3982dc1615683dd GIT binary patch literal 18332 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po new file mode 100644 index 0000000..b8f0bad --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po @@ -0,0 +1,847 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# abraham.martin , 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 +# Nahuel Villegas, 2026 +# Natalia, 2024 +# Pablo, 2015 +# Salomon Herrera, 2023 +# Uriel Medina , 2020-2026 +# Veronicabh , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Uriel Medina , 2020-2026\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" + +#, 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." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Seleccione este objeto para una acción - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "" + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Error en la base de datos" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, 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" +msgstr "" + +#, 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" + +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 "Save" +msgstr "Guardar" + +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 "Filter by %(field_name)s" +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 "" +"Eliminar el objeto %(object_name)s \"%(escaped_object)s\" resultaria en la " +"eliminacion de objetos relacionados con este, pero su cuenta no posee " +"permisos 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 "" + +#, 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 "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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Mostrar todo" + +msgid "Popup closing…" +msgstr "Cerrando ventana emergente..." + +#, python-format +msgid "Search %(name)s" +msgstr "" + +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 "Logout" +msgstr "" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1f71cd6c7c467323a378250a432cfbd3c34092da GIT binary patch literal 19436 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 C%QLkA literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po new file mode 100644 index 0000000..2561adb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po @@ -0,0 +1,814 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\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" +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 "Save" +msgstr "Guardar" + +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 %(object_name)s \"%(escaped_object)s\"? " +"Se eliminarán todos los siguientes items 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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)s items de paginació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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginación %(name)s" + +msgid "Show all" +msgstr "Mostrar todos" + +msgid "Popup closing…" +msgstr "Cerrando ventana emergente…" + +#, python-format +msgid "Search %(name)s" +msgstr "Búsqueda %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5c55be4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..76af2f3 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po new file mode 100644 index 0000000..c9e1509 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..02e2dddb5de086c5a9906916d39c969cbaa07ebe GIT binary patch literal 16468 zcmcJV3y@z`eaA0~JR%kaL>@j4LP#RJ|7;@Ru_T0$ED(~ANJ5Z@hP(T}``^3&`@i?k zeeAL#6{&AZeSuX_s}iw_kAjUasDL}vacZrOkC{%ZV{v2zb!um9Yo|`z&-a{j|Ns9k z8^me*pZxZFALpL)JHPiiCqFvo&^rQtk3cVmPCG0J4ml(UhK|zHAQ*Xm5WEmv10D}v z44w?W7Q7mK9e6tUegFKo;KkgZ@PZ&%2VMv2`}cu#9ef%*9Q-`^Z14e4Lp|i*e-l*u z?}Fmz3GfK;uw&f)(cp`?9|G0i7LVINwYwbr1MnK~Qg9m7I0wKZ!7qbqHxIrE{3iHZ z@KwjU`Mm~Iza^;lH-artxS{}@~jJ^}J7IGRDk?{e^Y;Mt(~8Uw}89`H2qYVZQ^ z4WRgY*yGnh{srIS&ne*JUXoIM`{iofGQR3DrSGWB2t)I2W*HU6tX_0t5!e;ZVP6{!B+ z4!#1s3mgXj8k8OU8q_>a!k8rIvp~sbv%lX9%5Ek=jgx?q%MGCVzZn!?w}bbAp9IzK zH7|2~z7br-{av8GdlWn${96!F1xJ}6I1^j}D(+khR$u`(z$ZY-@dS)(1dPGU!8^en z;4eYR_q>-oJ9relmiupmlEd(+&W_LaxB-+rHiMG?6(CK6rpLE}{0lzCAMyJwP_Y4F+LZ$S0?Tksa}D1^2Sd?$zr z1doE#;A7whaL4IRUblkM!#y7F2i4zKLCxoDp!oR?_&o4OpxXZe6kosb_^cJ~`BC7Z zJU;<^{UPuTO8$l5BcS~298mo309Sx5 zQ0?9c8t?<4^z;?*x!@1L5_}B24!ja)x(oagsP}tTBYW^VP;$P_|_ z$?H^qzY)|pJ3+PE3u<0dpzIvEYY6&G&v#-+d31zdjDi-cBR9Ne&+d z4}fwK<$*7N((Au?JnSqdmyKlS;3%l^FY|aMsPC==#eW5A+;@YT_uZi8aX%Wao^ZB{*IPjKHw_*Iz6I2G?*-NGJ>c`e1EAzE4@y4Y1z!aI z5Ii3ISMWCQsB>JucY1snl)pRz$n>pzQW~@MLfn)O_Cys^5=*2K>6m zpMjG9ktkLD9s}y$fa+(Jzh4cipL0OTV+@p?z6O;1VsI6B19%(wF;H=Pgk<=9@J#SV za14}Q9sy4Te+f>2hi`Owqz%59`;UX-=WC$G{Wd5&{~@UP{uq>;e+5dO|LLC}bAjXM z<)GfL@%QUN&1)NY2pB=)^Q+JwLXxH4>-Pny4PBudepf@NA=n8upm#u5Li&lP4?u-( z_`MN&yS;LCs(e>+Y(bYn9q5(N;7@XVH`ImhgCt-5B!@qNB%f2Dk3yG1vP=Cc=;P2= zpiR(wpw*CmFNE%gZihYzJp^S?{kxNk5Bi&3pk(-ZDE7}j2CjwHKyUKT9`PuB|CPU% zZe^FR@%Mrq&=;W-AlckYAnEe8(90qD?E}y_q~E8Z(q0iK!Rw%RL03WhAo;0&e+q4e zUaA{@=Q{}Yf?J_aK?nS^6&?j|hU5$Tb;D0~_zLJ&-T2?~`U0GSc`=HlB+n~2W!_b4!d!avr z^m`aO1A0I7GH4ZaGt`9s0;+${t}noKPzs$5ZGqkb9Sgky+6dhRoeAl;5_+e-axqtz zU-I{YS?Db2bI?Ul{X5lPTnHZRum1?V*Ix_14BZVSy79jcf!9E?m-=Uw;PtJahr{3FtUz5(>dyuCZj}D36}Lb(GV29u-wm)*TEy5(nyipKGzN=BCWbFyURz zQ(R7&ty|1vH-B*X%62rjs(9??51D2b73pI)f1otc4NSLTc18JA*ey(48qJ~^B~ckQ zH`0&ouh)CQiwWKYo07yF^yP@jCV4wy#nb;}!U}bhh0$PBlU|xl+BsI;O<^HSvvMlR zdDqF{1#zoo|LIJWk7q^X6=Po}aoW}evcFLs-lQqtn2k@v?@i3P;a^%oxW`r&{<#Os zR_yp(XbYPru^2O#Rfuf{&E-*u9874cBFcyS3xqNrnQ%ObOqrRei8wnMdR7~gb=7ad zNJ(Pl*Q5t#md+Vn1)FF{|Co-ym<`iX{WxtHBw}h|A{jS_+Bi2FX#}yW)nt|=*=(G) zjBkYKntBuG7*t{zkISf2nAzB|>=iy5T*$nd6M5AcFM`csiXQ6WdwSYzO+0X5mebBY zFjH7kmd}k2JnGDuE)F!C<;}X);`@Oa)w*{5jruRp=VTlu&Eh8Jl^;yG?wfwwM(^vz z3db&PmvLIA3rx#@%6Lf><|afUE5*IeC)b2AZ8zcNwNIEU!374?8Op|@G z#c9kxEpU1FD%g@uR2{x^UyXIbIN?o`R8ouvW1Vg}7mTIPV7#$ZK`}IGG~4qA>!s4a z4SMTIrdirLfB8z?x=6o%wSU+M#^fZU!9_M7doXD@6SpjDT9f=ek)8M@0CCBcce8Yv@mY@M`;p_#dyoktTBHqIBt)TM zgMY1I+gBd7VAsByr9^Oon3#$t+D^trH|!{nG^4x`Y(?7YznA?8#7-eL@tH7>MuV+3 zp>(RER1WO9Et(?wV}Z{&Sae- zG*rNolXZxb>WC`XD_W;!tA*AH=VS%4n&Bc!2|XBWk1IE*b;<>iqnwQ=FrCcI>eJMa z;o`|TYp)88O_ited^c$o)?N$)9m@G?j)%PePE>hZ&fyS+DNvv@b_Gr|@ZtXrCq!Qi zUFztE^{y;H71+d7M*XlTUXBL4vToHi6Vw)DqsMN(C%7C3r}Xn~!fhv;i9DFeJnJB% zTrr7f7>yY$vo5dFU^n^3{;{JH*g;!R_a9y#a-`8Q+0m2@R{qvwO2W{c%fj+`YP$w@4iDd^_kCwhPXhL$WC=1=HTQ}4^>ic z`sNE8m|=6{O|;4}A7c}YSs!)IU%75%WYzlBT-EPfh2|SN@3D<|U-oP$*gciaswi|9 zKGyFh?vICgu)CL2iKc$lxVs&9B^lCfjW4(Zo!YhB@J9uFKRkX;(SRh<6XHfc+Xmi#@ka z)s@Zdt5^^1uE>b_T(F0%*Y-KL8>LNkSs*uaeHA8fU{pstscAa1(YUcSO_>oA8-t%$ z@+6~DObt%qRm6a<`skIsZYeyl++DP2cOR*Py5cOOuw(nG0}Nu6|7q=M*UfP{1E)>$o+t=Tgve8oYl@;FOeA1~nRBq@2mcQ|^t!YQaWr6yhdKcwqFjZaG9t=Q zF{NU(VYZh2r+L)H4OBn5plqj$#(HGWn74mN zlO%3Um8*g)(soMSTw^bIUO_+#_9`#wk5Z6D%17zL-Si61{+^L-WLsPrB@+aaq2Nks zoP{cL%jevR4W{k-72iW$Hs27Vs3KIeNsTJo8tzL{q^-DVhz_Ym4zg763U-y=kcp|6 zl)h~2b6alOdLjC2aJTGGf3_M?Ot?zhK+cfrVqdcD8B=goREUPmR_4QVYW_eUh0JYW zO$eU^oxzIE%~{PfJvAk`zm9eoI1I7?bao>-G|ZJ&5MnKfNkz1AYcDl6&3JMW7qW$l zo!LgqLcK~^V$nMz?UBo^KZfa?O^6Nqm7>p*Zpy4yz^xO5O)~NpC$l=Zia{SfHRE3H z_TgFO15I+bBCXXx#kzduKy!V{(8!-hx-yl{#bZfhl^p@I~nUHrAu zN^c3{3Kuh(gss3|+btpDMc^8-rYH(T9{74e88r%!Eoo7IWAv@T7GKW=K3K%f`ihX1 z2TI|=t~}H3=kV6%@ZKob&cmo_+8u&rm)p2DyrXEv&EX5HRx!LM8#T*z?Hs;5nu*nP zcnfvLs98I*=9R-EXAZAjXGYE*9a(qA2)||9S&0nq$-}guRAB*6rJ`cNtS66y-Ef*^ zV01xCEA9rKcm9w%S~s+IWbN8v{+vY*X{%zw!+Xf7qh^eya~k6$E2qk`JGy!`^+1~kkINpPqb4es?XsI}!xyoJEk;f1_S}jMYtLf= zuI;xCD^qjI2D4_>dCLNf>vx_qM67Q(aEOAZ*_I|F3C?=G{&etJ8Enhi?TR6nIAh=g&&bv-!>!O2RK2r>C^k{M(B=ZOYnZ+B z2jcNzHl#z<^hFezHnvf*^;9i!zM%4n7r{2ZYBT!6(}()4M>DdTSxYn|APKTn<7lv* z{WAN9P8_rTu5dULu|qKbAmwI1U+5dwoc$MrJFE<1-`jHrU6pZNBC)Bn;Gn_3UA*zk zR)#*Sw5Q=N9GlhxHr1yMJ)77yzdzT4za17xYdR$KW^5pqEMc_*kPVRI=l4@YG`0WG z?6oAUbfTDHtQ5U0+f~(_-yh9{P3mn45c8>@1>1;LSwie=$0=JULl`?LGMiDSPFqbR z!$)wB!2BZ3m&F^6)7CT$w^EH@mu2meuVK50GJU0Q?4w%!VY{FP*^buYJf4Yzu~;)3 z7_X$E_9yZk9Qhm)oI5jQZnYJ}{MT?v;-hVD$+h{8xFKmm` zG)CdQ`HTjaL}fclII)tt$HTCQDMedhu+3|FHE)wJj9R@Xqg+|vtI>4OXsw#w!>7u~ ze>PwOgRap(eDLkkjdfoKcM{)}1`A|nk09!IRg>LlJfLTSPZKBEUS-2be$sDlEfSxR zVTW@c^d_!A3#LNM#y zs^|Z0a$lCP2BoaWv|6l&dtBi(-V@9D2j?H`YX8~`OoD2&|L>)5!_uxW&$1-$&L5!a zvZW;z2%(ninfd(*?l=D+Q6aRA7oR@3P*x-{gK#jl=xk!qTQ+Xpi3G(5=N)6iETJ)u zF!ZMqa*LSl(S!1nRO60~-EhYyCHqEIr42tH5PIT4Do=YV!Fr+i6(Pn6%#UJDUDF?onB$Q6S6-{0#M2zz-XHx*yJK5=LxI~wb6#xsYY^V z6Dae5b;QkC?{I>1iP&WVnJ1m)*;Jb~NE_2t;$+OMSy@YFT4a42z2jUSIKQ9M8YDrb zPCkW&7MrfhDNZ$Z6|E9c8}H0%(X`_s;u6oXYj;dxg|CkqW}D-g1tWG#NrBMv`Td=4 z;moDYW=k1L9I+$;6O~m?TCpi(`LR#gb0u-4rlXWaPL;7ZbvCtoQ;%*_Abpgsx~R}F zkJt=DB@HwG!Kso{6#pT%iVQkFHL$70RH^K?V+hifY}s0dd*YlY*lClZq0yKv^>>y< zOfDe>$0o&qf*tbfdiZ8=#h^hG8{@j*v5~pMrr>}jbm65M4{A2ukPDd{v!bRFKmr(W zu*-cyDo!Gs>v1~Gk)*UACnkP+mdR7wBVMUH*OV>e+R+e#El**WV^8O?u6jWrde*al zU(=vUm)>j`*&D}LFeZMsaTSYK7CqrlQWf@#8fR>};|##6@+ogALuOc~)$hIO@inJV zMV4aI#sx|jB(*`PRgAWxIg9 ztuoJX)*pFsJW^=qa4dAb5fbXP!Rb7ve(F3%Zk|ZkWzos; z0M=#Q{ek5s-JDXOLf3ui+v+S*!lLs9%u%;nzwN-2<<5nhTEo8QrMY7FbJ6g&>bHqZ zv#sTVveAY{xBWyI(iBdJ;cMU5&6@@b_zEsj&T6wS&h#jZs&Q>KUlJ$NRmm6H#;^+k z40Q}eCDe@`wdG@%BpR&X=x}~N_KWM|vtHFy%KNEA%TTsFqj$XvMPkIv|Mp?MRKL|j z*e{7g&gAKK@ZAiB`alyJm4L+ zQbN_*sPXl2i>U4F+UFxD7FCVbV+WdYu0jwdqo;~dO&kto_j+=VqcS80u|^ALRGIl@ zT9<;UB>wl!O(x!6`uIfu@xf*{r)MIY@|P)dGHhEFMA>Nc*Y*RaCjFvq;WmI>wiA^o zONiNNm|E{8q+oW0YeE2K7RBD#2q0?Y$_x99Hfd|IrvGIp1*_OWRO$%kq~Mk`=vRzO z4q9i$B?tYGHV`atOEg=0P(@_N^fMi9Q9p!B#WP!)*vP|w^hi4FC%L?8cB?j{Mnm*< zfkpsLaI#QAQi~}??7o8{5*0`C6fHy*Rh6*$KNCnMQf^ZcQ_4iSWUPeT>dmjse>DtC zG>%=-mSHJm*sgGKhc*BTw%~%5fz1GQdLT;Y_p@$c4E{R?B?@{H zzdit(WPblR^_VR_7sVI9T;W)zKR#<~;_{}brByrrLh`Vy9=9H-cWiup*LQrXojnm* zh~avRBsMtRvfZAXbP!n@aX51DW+ls_r){8|Ndu}5>c6UYA#SM7eN-aID;L?nN;^IT z+l=db+u#Sov2OSK%SXgy%dVr;@$#9&oO9Ascy)|4z@ z`pXzsT-kz|S`nSIu3@3ThM`J#+ES+}kk*BO`mU|euL)&hwt|y|lCOwYzQ&)PKTw6^ z6qR{QwHH!>x3j4*L8q67QzDk`2^ECf?Fx3RvpgMa6w(@r>nWt7RXYB z^)U&q@C6K0U^@*d^p+2iCTLlO<^DL$a3gY6PjKT`>eQH20&q)h)~1GLTWb mjSF3}^d)XYy-Uu)11Ye6wfLT, 2011 +# Erlend Eelmets , 2020 +# Jannis Leidel , 2011 +# Janno Liivak , 2013-2015 +# Martin , 2015,2022-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Martin , 2015,2022-2026\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." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Vali toiminguks käesolev objekt - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "" + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Andmebaasi viga" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" +msgstr[1] "" + +#, 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" +msgstr "Käivita" + +#, 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" + +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 "Save" +msgstr "Salvesta" + +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 "Filter by %(field_name)s" +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 "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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Näita kõiki" + +msgid "Popup closing…" +msgstr "Hüpikaken sulgub…" + +#, python-format +msgid "Search %(name)s" +msgstr "" + +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 "Logout" +msgstr "" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..f20df146a8a1742ef4940a375d16dab080bfa812 GIT binary patch literal 4359 zcmb7`U5I2y6~`-^j!8yMHi;UeiB?u8&Y0;tADf-s^k!oAV`kl*otqKJY))Q5;c0wN;%Kewts zrZ*8Ry6RWwRMollaZXkL{^rux7}6Q!+mWjW7!%-QB@{>p-^SQc@Fwtn@GN)`{33`S zdn)i5@EXX^1^IdK9gtrL^2^{mA-@v%tH3`7{vEs-?d)2{t_N-buLJK0ybDAZHXS$* z;>Q+H&{P)#&w(_LRq$%?L6GcR0%?2=r2Z=CHAwxoLHyWfP|!R-2hzAFK$_3fAdTM* z`fq{sofm@q5{Mt`qBsuz1gwD9!U&B&8F(Ii67of`4gL*$5BLx|5x2qjf{zFJIq){f zKLBq9e;wr4gFH6o`yT?|hxX%v7eN~LDUj@bIq;hx+4(N`Zt&+Ijr%i5{SUmIvG;?w zgSUXk0?&ig|Dhmvg8U`$UC=)R(s%a2N3LS*r{EFD7qFSc&x7>cmq2`q{Q|_&+3!Hw z*FOdR6~s{XMrda@`180Pr2e-C@}QptZ-o9RNOsSF*c!GDQvXkaWM6`GUI|F&lm+?I zfe(Y!?+YOL!&g8W{{%>Op9ab9vqArDkotco$Ug)rE?x=pZ$Rq*DoEpB3;YL2^EiM> z6R!iQ{RVIrybYWKmxKPZAo=T~;3MGU;AQY2K1Smo1!+BB4f5B6{Efh81D_Av18IHV z4}2LU`#%E7-j9R)vmpO6@V6kX_YWYA|4ZO&fvLrR9N=qI^j8Xj29k7Ue2QuyZF=UDhiXpmRK88$jcNm%Cwv7BCWQy5oWb(b? zbP@vjGu(&aiZ6T&V0R;*pbF9i72^|DCX<$%O+G$R*A7)EWZlX5f42?#anp9nXs(Up z9c5K5k!<{mX1lL_qMoRFi#x;Xi4@r+o97}*BcM$<(au!DPUMZ;I(DKXR3c!Nk6U(1 z=(jaSDb!r} z32g|MXEb0#ww>?1krx)K%{;TzQZ>FzO_sqs{hy6q1}quCuFSs1TIO7&7rwnGC6MwEUMpAXfEpH6;r&HJH8V- z=vN8t zMJ-_s>P(ii+^^byI~q(Z*Z!lu@4;P%z9(bl3J3Eaj`-QlV#;K0XeGsrM=fnDOreI2 zHr7Q<)M}aRL>#-qz1Nh0eQNI@C19Vr=LjWK_BRynP=Z(NQ}^7XM3wz5-a$%mlzsaC z$(2y+x1>h9CNBc6gmP40gkTAgIMUFIl@cl=O}*$Tp)%4GBB%t8wjicT2&^mAT0%YA zyNJ6I%8~AfL}+(Lw7oDap)%4Gg0cjTwDjY#gc>s%CoCQOy??C3y55-%>jnq9Pa95i zST{JzecIkJ4l9Swkga8A3m0|yY+Sx5GmBuW@OTUHWX9HI+hnf1VjC(hpUfM!Ts0Lw zwzgVcmvluNU8ak(!sljY50_`|DbF3@Ge;{&?!9{kY3#hPu3XK8wux{it8nbJQ<~qG z7Ho?x+{^NTMv99$s+;uwDHxiYokDS#iX&wd^Dv_uxoF68Rf@F27p*f|A)Y3h&b2Gk z)1uvu9DPM?%FASD+E2fSB#fVyZhCTTZS|-96Q!VMTA4pr!TXP>rRt{@vaVkoS%A95)IU)#~oz zp>-m~B358nlJmjhz&6M8*!z4coEUsR;>$U<$QaClY^U8l+>C?iC-7z25%HT3$2;8; z##t3H?;QTnBSxneF@InY)5U2;;dmnEw=E*KCZA^Ha;)&S!n@wewctGDFpNBct>f?Y NdA7zbuqs<-{{_tsKp_AC literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e381b42 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po @@ -0,0 +1,351 @@ +# 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-2026 +# Martin , 2016,2020 +# Ragnar Rebase , 2019 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Martin , 2021,2023,2025-2026\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 "(kliki, et tühjendada)" + +#, 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 Run button rather than the Save " +"button." +msgstr "" + +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" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" + +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 "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Vali kuupäev" + +msgid "Yesterday" +msgstr "Eile" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Homme" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.mo b/env/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 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 GBlACG$|%YJ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po new file mode 100644 index 0000000..3aba9f8 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1a8c3cf294d3efefebf996b5bf419286e47fc5e8 GIT binary patch literal 16967 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, 2011 +# Jannis Leidel , 2011 +# Jiri Grönroos , 2021,2023,2025 +# Klaus Dahlén, 2012 +# Nikolay Korotkiy , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\n" +"Last-Translator: Jiri Grönroos , 2021,2023,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" +msgstr "" + +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 "Mallin nimi" + +msgid "Add link" +msgstr "Lisää linkki" + +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 "Kun olet luonut käyttäjän, voit muokata käyttäjän tietoja." + +msgid "Error:" +msgstr "Virhe:" + +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 "Save" +msgstr "Tallenna ja poistu" + +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 "" + +#, 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 "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 "Unohditko kirjautumistietosi?" + +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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Näytä kaikki" + +msgid "Popup closing…" +msgstr "Ponnahdusikkuna sulkeutuu..." + +#, python-format +msgid "Search %(name)s" +msgstr "" + +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 "Jos unohdit, olet:" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..4da25335e4c44caf83bc488cfb9c29cb3cc23c52 GIT binary patch literal 5225 zcmb7{U2I%O700J^(}JNbG(cz|Frm2E)O-Dr#7Q@CXyVvO96L7gwrM~`ncW@l9q-+l z)!ez8tb|HIeV`RWssw5(zNLMFCxlcX!P`CnT~-hZvLK9}0Nk*|?9fli=6Dv*3#${@9-a{|X*} z{P!Tg0e%efzk>V@_yFX00}tGv%LfCGf)As88vF=&9{e!48u%25q3oN162u=%@FEjk zUybiqup9NnJ?GrGD@@WnvyXQePv9lol*g9Uc zP61N;Hc0l^Ab%^!FM!nV2SNV|I0yOX;6?CnAVSIx!x`ki$H1R}Q{XSbKZD-~8weWN z|DVAB2L3Pb9t4Zp3xW3sj)64q10b#EV2}?59tnIDq_2d?e<=59{g0u1!E5p}^BC%9P>}vUA1{MPQOFlC(eHVryw73EM~-p<PU`}t9nWfaOqI?w1^Ku;0nNviap@rhI>lPNb_e0-v+9jZ{s zs*^SLzHK}GxM?|MG}p%Qwn|kck!<{~=5$y4JQqEmR^f z2_H|{qR>^Du*KMzRC2*D2q$->vT6=VZdghZKRh4TUr|t{Qd8}MtjcCZTDB}JHWRkP zmQ~_NwyGvNY(;3VUC9y%nU-u#*lLV-hpnlaR`uAiHKVETRbw<>PL}u$lW}3mdLEn1 zauG{WBmbt-wx#7{X0&(T^n-Nf6&WjC+t;*vcWvj(ziMu=^{O-EifgiI+HiF4z90>| zZ&SF;(uy}_%jM%YGw*_OoY|CG$|ip|jkTD%oXK3>X-TfMGu*{0hO!`H|9bS!vu1jndjfK=yTh%g=UrdtXo zRFDTIbrBPlik0n%BWOI|l?7mzI^Tc=V3)d|rv+4YH~4HVAZd50``KHd%I=mte+$Ut zUHU;{6;KvvK_Xk=5?@_%!;tDwFMjHBOQ2~{arvB+vKxL#UoKOXDv;}8Y0SDJz zYAvB2?d{LC0^TFtaneEC8PQ(F2|?#(0hN)aaEuhdk(R-6Q9z9ujR;GJ?KlYQu&y7| zVckwZcWFa3hjlxl+@4R6M-$(FIMxR%yc zt$04Gr^T`<@v)8d;x$QMJfn;BVJh*tnb~8-nd8N|6MW`m>BJL{&)^wb6{#zhtD>B0k}!OFOHEIXtzBMQ+F9ppG&8n{%#|93 z;;b!kCvUsyRw9%>O{a=YrCWHayj(oB(~o{@OWNX+u9_N-xe`BBQEp&n2?yiYMv_^P z6qk){rX{XhUQ8F}PV>CFFroR;1wK1@dTemrXp2NSmuWG$ku*hIGYLKoIKjpK`=vZg z#TzEZ5iS+iy>6p}kfpsY!v{LFi@bw#Vzkf9JexgLnwep77CY6*GA0v4SR0t+=q|A# zZI;2dr^$AludQBJwR_!WuiNWd{8nGzkV#^+P>r3gd#TW&p=jRzIBzIU{=O=&ZksI0 z$eLItO>f<1hL5jPnhZkjI-!^o&Acs^ik6S=4T<$rr72)C9J@0m}n`}#p)xM@4?%ovE z3cs+c9mfzdL5tilxLqLF1NR2Skat%_mM=Z+bo_XHD0Jo>SvD4<6)X3;@FQM+y;5tz z%8Djd?25A61|L7}dfga3{B;K2sIYY_?Uq^dy} z%p=nVZX`$?!W*dYAvCJfBo z9`Q|uSn`(g>!qN;WJDo22bZ2Kqg;le5u?6IA~-zO|NW-G<*kXF9vCrf0wpS1kZYKe z&KP9cj^9>r(C0rWhJrCQGB?`7+>|Dm$>1W4i_ixB^TAdH+stskM!vBt66uFCi7h3D rtF@45dEnOkq& literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..daf397b --- /dev/null +++ b/env/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,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-12-03 07:59+0000\n" +"Last-Translator: Jiri Grönroos , 2021,2023,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 "Valitse kaikki %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Valitse valitut %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Poista valitut %s" + +#, 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 "Poista kaikki %s" + +#, 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..f3648e8ab443e99664244e07984a128fd05b3aee GIT binary patch literal 20368 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 YTG~xp5(E9H^)cR&!}YFqz~y@WANCtT1^@s6 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po new file mode 100644 index 0000000..5af3b5c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po @@ -0,0 +1,839 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bruno Brouard , 2021 +# Claude Paroz , 2013-2026 +# Claude Paroz , 2011,2013 +# Jannis Leidel , 2011 +# Sébastien Corbin , 2025-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Sébastien Corbin , 2025-2026\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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\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." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Choisir cet objet pour une action - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "L'application « %s » n'a pas été trouvée." + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Erreur de base de données" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr ", " + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "…et %(count)d objet supplémentaire." +msgstr[1] "…et %(count)d objets supplémentaires." +msgstr[2] "… et %(count)dobjets supplémentaires." + +#, 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" +msgstr "Exécuter" + +#, 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" + +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 "Save" +msgstr "Enregistrer" + +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 "Filter by %(field_name)s" +msgstr "Filtrer par %(field_name)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 "" +"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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Pagination des entrées %(name)s" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Pagination des %(name)s" + +msgid "Show all" +msgstr "Tout afficher" + +msgid "Popup closing…" +msgstr "Fenêtre en cours de fermeture…" + +#, python-format +msgid "Search %(name)s" +msgstr "Rechercher dans les %(name)s" + +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 "Logout" +msgstr "Déconnexion" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..3ff4d71ab0873f2aba06eeef6f30b1428fe2eea1 GIT binary patch literal 7240 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 YVm=j)^1tT{|9>9ff8gmnNaq9XKRcrF$p8QV literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..c52598b --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po @@ -0,0 +1,375 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Claude Paroz , 2014-2017,2020-2023,2025-2026 +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Claude Paroz , " +"2014-2017,2020-2023,2025-2026\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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\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 Run 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 Exécuter 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" + +msgid "server" +msgstr "serveur" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +"Note : saisissez les heures dans le fuseau horaire %(timezone)s (vous êtes " +"en avance de %(offset)s heure)." +msgstr[1] "" +"Note : saisissez les heures dans le fuseau horaire %(timezone)s (vous êtes " +"en avance de %(offset)s heures)." +msgstr[2] "" +"Note : saisissez les heures dans le fuseau horaire %(timezone)s (vous êtes " +"en avance de %(offset)s heures)." + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +"Note : saisissez les heures dans le fuseau horaire %(timezone)s (vous êtes " +"en retard de %(offset)s heure)." +msgstr[1] "" +"Note : saisissez les heures dans le fuseau horaire %(timezone)s (vous êtes " +"en retard de %(offset)s heures)." +msgstr[2] "" +"Note : saisissez les heures dans le fuseau horaire %(timezone)s (vous êtes " +"en retard de %(offset)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 "Today (%(date)s)" +msgstr "Aujourd'hui (%(date)s)" + +msgid "Choose a Date" +msgstr "Choisir une date" + +msgid "Yesterday" +msgstr "Hier" + +msgid "Yesterday (%(date)s)" +msgstr "Hier (%(date)s)" + +msgid "Tomorrow" +msgstr "Demain" + +msgid "Tomorrow (%(date)s)" +msgstr "Demain (%(date)s)" + +msgid "Previous (%(month)s %(year)s)" +msgstr "Précédent (%(month)s %(year)s)" + +msgid "Next (%(month)s %(year)s)" +msgstr "Suivant (%(month)s %(year)s)" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "%(day)s %(month)s %(year)s" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "%s (aujourd'hui, sélection actuelle)" + +#, javascript-format +msgid "%s (today)" +msgstr "%s (aujourd'hui)" + +#, javascript-format +msgid "%s (current selection)" +msgstr "%s (sélection actuelle)" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po new file mode 100644 index 0000000..52310d3 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..ba09bad --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po new file mode 100644 index 0000000..bc55f33 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.mo b/env/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 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, 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..6db5d58d804664074c19680bc80be69b49889373 GIT binary patch literal 18681 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, 2021 +# fasouto , 2011-2012 +# fonso , 2011,2013 +# fasouto , 2017 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# 948a55bc37dd6d642f1875bb84258fff_07a28cc , 2011-2012 +# Pablo, 2015 +# X Bello , 2023-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-06-01 07:05+0000\n" +"Last-Translator: X Bello , 2023-2026\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" +msgstr "Executar" + +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 "Save" +msgstr "Gardar" + +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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Paxinación de entradas de %(name)s" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paxinación %(name)s" + +msgid "Show all" +msgstr "Amosar todo" + +msgid "Popup closing…" +msgstr "Pechando popup…" + +#, python-format +msgid "Search %(name)s" +msgstr "Busca %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..cd4c096d5442a98b619142ea88c0fdcd4ea83a76 GIT binary patch literal 5145 zcmbW4TWnlM8OMiqOInvEByB0Qg-io3HubKZYtv2L)=BJKU5D5N2MNLKp7HKU&(55l zi(>~KS`boEUl3J+ibyCRgrMZ1q*5g=Le(N9P>}kNhayp=B0*INq~wL0gv$RvXLh~2 zDUrhQ&iT!Jb2;DnE_23z+*EpA;5veGFG_ZU5E{H#!VTBw-z&s}paLHOUjW|^z7FCi z-uAo<-h}o)eEUD(`_L|}E5>aEXVCs2cpLaR&z9#GJiiKVLjO0xTfiTIH-j&G{sP3( z;@6(P1Mw4=aHGn9@O%@bK7Rpk1pf+hoy#ES{|j`l2qEP+;l^?6L3D{tAoaZ)q`nHI zUKYepd0N-wGR|y&0r@H~1lN4!jEtefw$O{x-<*7r?v0i=Jo%Z_j{y{?|Oe;dvHh{CpRroMU-o<9`WKk6(HDMbFoK|0Uo4z2_UAZ+iaO^KH++fn4{BZ~xu5 z|LxoFc-{zOP@i=m!b9BZd7I}3&yAk9d*11JmnUO=E6V*S+_yf8vJHhX!i%>12nuby z3x(JA0?rStGQLN>4BMg0f8TU5&-#Z^sPD&7_M;p^IfAkSh5kTTJO47ax1i9bjDPL{ zj6b;F?T-?iM%j!qfpQ-TuY)LXm5VLr9j{NI>_%aJJchzJ;&lLJ807&ru5oeyE~7A? znR|OtMo<`EyqK@N9zsF*IKPcifNN&~cjx}_F_du>#@fRukD~CZpiH@%zYUM1IvP!- zU6R8ib(5hAfv#sd5ZCNm8z*g?h1N)8Gr1h5VJ*^P_^R%-uYaT-h4m+7W@SCnDj5~K zq^h(kKuk=N*npn%1Ti$l9t`I5Z8JHFZlW6R={u zoOQXSn6O2vB(bMuEzdG*DxGDN+^;gd)>;T#J*}*_6-7>q;_)3zc~OdILdE^Mu3I&o zh#6f=a+R!#nJ~)OPQpN~io?n{>ES#=BR5*is-)h;eO1hcfe9PUOw3xtv5#A8a9b`G zeB7QEbM?$}@#DG$@pV|Bm@sGozlu zWocZokn2Lc8fzIE_&95ZaFku4zn7dXWMEGl=b0!>Ge)24@p45hT-V$leJkSAIxvL- zCv^(5Q@4{gmrVt8bw?^ARh?lw=Hg}54={gv>V-_URG=YVmG!1F4UOzDc#$An4uf1p zcm*8=X+>gH3{SL-6I(-ouFA;TCm4rIHgPX^JU2epWTFs-e-+w&u`2srP2DY|WK@(vBN@g*`qL#}a!AU%K+4 zpnO6nDK>+u3{D~A?a*-@+axQ`rj0Nt@68)&dBIlY(6PDlam{a>HD!J>s&d=J*6rnq z9p!C1<-~*4oew=QfotffO0)7pqD&g8%qCU2DEI0pvhv}T8u?hGg>PD=Zd;FxVTo9BJmK_*Q{;fmr1*?naA z)b=?O;G81040IZ|FW@W4r>aCMxr9SjQ=vm{nRaillPwidRF%vP`Ve8NUvkhU1Cr*N zgkP8Tg}`DXg%*Aygs!=!lnSgfWY^{+>8L-mB-Wi-bjS+6)4&OB5}k@gWt?;|NA!xt zy#12pspSmsA#V5pC}Tq$qK;yJcWoQA&ntg+!9r6FYC4x^c?~Vtsuda-;{P$1pG$Lf zmg#%(j_}=He7=3I1`FUc!@~?T*>9mp1Mh^>R4NYI6&}Z21mOKLh~SbWtRcp5nozQ? z=wuf)Jjo=^mpsEbR}Kb;bLjQV?uHJ%R1vf7A0~B62h1U9p)`WVg>${B(;`R|1k4BR z!h0!PL0F;B;HBC>HPE+J3oZImR%4)hObBs=!4}Aqi*8{@(30mRl_EH6d0NMtSsdD6 zStF;hYK~;UI#`BBx}e*406C(PPUz~qPpvT->%>acK93`#)3AZzIBXUAKsBc2|I$sj zl*Ea}S)23l7`Y#rWRXbtlC;msCvz>AZM3WtsXIC, 2011 +# fonso , 2011,2013 +# Jannis Leidel , 2011 +# Leandro Regueiro , 2013 +# X Bello , 2023,2025-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: X Bello , 2023,2025-2026\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 pulsar a flecha de \"Escoller\"." + +#, 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(s)" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "Eliminar %s seleccionándoos e despóis pulsar a flecha de \"Eliminar\"." + +#, 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 Run button rather than the Save " +"button." +msgstr "" +"Seleccionaches unha acción e non fixeches ningún cambio nos campos " +"individuais. Probablemente esteas a buscar o botón Executar 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" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" + +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 "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Escolla unha Data" + +msgid "Yesterday" +msgstr "Onte" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Mañá" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..8fd205eee5b8dee6e4dd908e9b694bcd4edb891b GIT binary patch literal 18647 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%0DdM zE?pqV+Oo$kx^GFY{LJCnS;pV`*@AL1=5I17yG&FpwmTAn34GT%jiH`AJNq}*Gvi9X z4k1)7se1Z0e|*@*d5}up}L53gA%cPgXXw)*ojR;@eK>GF#6CxgaGQh@B5*17zfqFHWNJnvadE{QUFroz3U{^MwVR?yz;Y+Ux)wd?5yAWGQr|+hB=<$W d)TkwaOzXzwv$bSXG9S@FnW-&2rKRC4{u{s>;Q{~v literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po new file mode 100644 index 0000000..2ffce47 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po @@ -0,0 +1,800 @@ +# 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 +# Omer Mendler, 2026 +# Yaron Shahrabani , 2020-2021,2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Omer Mendler, 2026\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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 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 "בשבוע האחרון" + +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 "Select this object for an action - {}" +msgstr "בחירת אובייקט זה עבור פעולה - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +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" + +#, 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 בוצע בהצלחה." + +msgid "Database error" +msgstr "שגיאת בסיס נתונים" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#, 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" +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 "פירורי לחם" + +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 "Save" +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 "Filter by %(field_name)s" +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 "לא, קח אותי חזרה." + +#, 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 "פעולה" + +#, python-format +msgid "Pagination %(name)s entries" +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 "לאובייקט זה אין היסטוריית שינויים. כנראה לא נוסף דרך ממשק הניהול." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "הצג הכל" + +msgid "Popup closing…" +msgstr "חלון צץ נסגר..." + +#, python-format +msgid "Search %(name)s" +msgstr "חיפוש %(name)s" + +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 "Logout" +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 "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/env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5f6ca5b6196be00aa0d19a20b51ffbef6080a621 GIT binary patch literal 5272 zcmbuBTWnlM8Gr{^3Ux~hDTP95J3td`nqA+T+XfTTBqk2H35i=MQj3mv$KI2y&sokn z>%>I@)Jmw4st_l3lWmN1Ax&%t2_as97Z4ZmRGx~?6P4%#mxqcc`o`t^=gh8mH>HSj zymP+!|C#yc|Nprhzq%o}sCdRGAET7tsgwtQkmJQOaEnsg;2``g^x^yA3goAL>i7%z zZsgxO`DJ)J@+(gMBYYq7UmV|X%)KYmZ-5(U*YH+24Brb!97iET)IrC`AwTsbFLBj4 z9);pZ2;T+kQ0&Y>8UGBF{wJOO6qJ7FAU}11m-zX8DE|Bi%J^SH@#|$Mc2cK*70P^n zcJk|xpL&DWPWVq)ghhz<@I36Ju?Bw$KLm$+G9G~UAbU=J8h!+M9)1|! zaPqI5{0Aug{|-M2@3<{vACz%>q1b=Qu@1$~^YCtX70S4uLFxZ{crW}LybIpOq6!~? z(tp^=V@`e&eh_^OWuE8Ysdo@7{2FrMjx6p|Q06V%neCHNDDn}A>*|=(&q9s-tkYkG zGVc%J2jFiUQz(A@6+Qs}0mYB|*sNl22;zboaqeXXTe#*(dV+3WLzv1|d)1P$m z87T8NpxC|P^gn@wrhX13p5H-Pk3YHge?jSg3xmb4yBzO_;!huxd54^S2i$?Y7k&kP z)9F*k*WeBGuftbhgH3x51|)-{tZpF*!do40cf8YagX7(f_dxOEUdIO=^Nw2`cRB8N z{1Ozuzv}2YeZ}$Xj!#4J=UK<^IG%KT-toJRXB-zH+em$aGDay-Bro!OCWF1dwo@Oa ze3J5z(@UP^*_6SaYpH&YB4=M7*)z>Y)^D2=Haf}~-$mI+A=RpvBKM&@vYzq`Q-&yV zem+hapvYaKDe}mD!1CMYQ@rn|d^!{DTkegm6nFJnotzW9zjfPsKONQ*KMZsbCVJM7{mH6P8*gfkJKB3oRljshC!sD? zjTiN)t=cQh6hKX|yB7IXwYxrDj}x_f*7K_#R`teM?eT(=sj5AdFpQ1%^j(Ycj z(R}wWI2GaM@FbsIjW(FS(kE?^FBoyO^%?xVoWez#1-Jv61Qjf&O z5mQUD@ki>`=tQL+#nLhnX78CWiZDGUQpI^u0!zJ zw;PF`@yetmnA4?-7fc)WV?ZEff7UP8y(%G?YB?@wtkOL)x)z0#Y>7Et4Z~x8Fs-M; z$Od<~9_Yz>k}y8kCYq@ko3bv8xwcG`Z3qpP8LymM5#nwkebN2ROD9r_&XZs8ip zaTnaA4h-t<-u9}<@$Tx*<$-ptOWV9Ta#XsS+&z+mT`jHqB1cVy0V`}0&SPs?+jY$~ zZP%?YXouFVX1i{EDLb^yWo%crt)V&;g-7|eK!K4lC;IlYY|jvZyPj=TNmCdDZ-A7|p~*9n`ECj|}hB zS#_j0&?6&yP;c6#`G!$J8tBuz^nfnvta0e(#zE4!v#0fePnTOC|MXHipPoxs(#3S` z|87rDr&rU}%$ROjUgKMY*(z8Uh%+M9ZVgbhBh+=T&@I}QEHl!%0vCR_OQl?v!DHKLl z(w77*k|M5a^dQ<*+d4R;G2W3s$;Nzh>I=k4XG!FBn;h%V68RQCnn5)K6)n1(B4o08 zF>{$v&Nof3V09I{1ac0Y3uS@IqAa7VJK?TMG`w+L61JAI$z=NLR)1E!Uqe4HTlR%? zQIdW(ZAhQX47f;s3vY8I?y-g|GB?g-r(*$|**RqGFua1)AVqjbZ@RU1kKH@-#Ct__ z;@#==MRDu2xZEJ+BvxDFl5o3srDYZO?UBloC{xQ+c1MYo3wR)zqk4@B`_eW^!&L^7 z{RMj%SW+>!Orl6<*1Xp2uxhQYGhb`#!QLN9T#U92~)q&IM~k*z>M%S2>O78X~Q*XM6dOsf9t1Pu(#i%I-i zRO!4*S5`CH=8f, 2012 +# Jannis Leidel , 2011 +# Meir Kriheli , 2011-2012,2014-2015,2017,2020,2023 +# Omer Mendler, 2026 +# Yaron Shahrabani , 2021,2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Omer Mendler, 2026\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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % " +"1 == 0) ? 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 "" + +#, 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 "" + +#, 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 "" +"בחרת פעולה, אך לא שמרת עדיין את השינויים לשדות בודדים. נא ללחוץ על אישור כדי " +"לשמור. יהיה עליך להפעיל את הפעולה עוד פעם." + +msgid "" +"You have selected an action, and you haven’t made any changes on individual " +"fields. You’re probably looking for the Run 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 אחר הצהריים" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "Choose a Time" +msgstr "בחירת שעה" + +msgid "Choose a time" +msgstr "בחירת שעה" + +msgid "Cancel" +msgstr "ביטול" + +msgid "Today" +msgstr "היום" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "בחירת תאריך" + +msgid "Yesterday" +msgstr "אתמול" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "מחר" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +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 "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po new file mode 100644 index 0000000..5193539 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..aba76a5e157efd57fb40ae9282f510d633ec759b GIT binary patch literal 18767 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 z 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 h26jI!*WOAZQZSAK?32L, 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,2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\n" +"Last-Translator: Ylodi , 2011,2015\n" +"Language-Team: Croatian (http://app.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 "Delete selected %(verbose_name_plural)s" +msgstr "Izbriši odabrane %(verbose_name_plural)s" + +#, 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 "Delete multiple objects" +msgstr "Izbriši više objekata" + +msgid "Administration" +msgstr "Administracija" + +msgid "All" +msgstr "Svi" + +msgid "Yes" +msgstr "Da" + +msgid "No" +msgstr "Ne" + +msgid "Unknown" +msgstr "Nepoznato" + +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" + +msgid "Empty" +msgstr "Prazno" + +msgid "Not empty" +msgstr "Nije 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 "" +"Upišite ispravno %(username)s i lozinku za pristup. Imajte na umu da oba " +"polja možda razlikuju velika i mala slova." + +msgid "Action:" +msgstr "Radnja:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan %(verbose_name)s" + +msgid "Remove" +msgstr "Ukloni" + +msgid "Addition" +msgstr "Dodavanje" + +msgid "Change" +msgstr "Promijeni" + +msgid "Deletion" +msgstr "Brisanje" + +msgid "action time" +msgstr "vrijeme radnje" + +msgid "user" +msgstr "korisnik" + +msgid "content type" +msgstr "vrsta 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 radnje" + +msgid "change message" +msgstr "promijeni poruku" + +msgid "log entry" +msgstr "zapis u dnevniku" + +msgid "log entries" +msgstr "zapisi u dnevniku" + +#, python-format +msgid "Added “%(object)s”." +msgstr "„%(object)s“ dodano." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "„%(object)s“ promijenjeno – %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "„%(object)s“ izbrisano." + +msgid "LogEntry Object" +msgstr "Objekt log zapisa" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "{name} „{object}“ dodano." + +msgid "Added." +msgstr "Dodano." + +msgid "and" +msgstr "i" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "{fields} za {name} „{object}“ promijenjeno." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "{fields} promijenjeno." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "{name} „{object}“ izbrisano." + +msgid "No fields changed." +msgstr "Nijedno polje se nije promijenilo." + +msgid "None" +msgstr "Nijedan" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"Držite tipke „Control“ ili „Command“ na Macu pritisnute za biranje više od " +"jednog." + +msgid "Select this object for an action - {}" +msgstr "Odaberite ovaj objekt za jednu radnju – {}" + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} „{obj}“ je uspješno dodano." + +msgid "You may edit it again below." +msgstr "Možete ga ponovo urediti u nastavku." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was added successfully. You may add another {name} below." +msgstr "" +"{name} „{obj}“ je uspješno dodano. Možete dodati još jedno {name} u nastavku." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} „{obj}“ je uspješno promijenjeno. Možete ga urediti u nastavku." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may add another {name} " +"below." +msgstr "" +"{name} „{obj}“ je uspješno promijenjeno. Možete dodati još jedno {name} u " +"nastavku." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} „{obj}“ je uspješno promijenjeno." + +msgid "" +"Items must be selected in order to perform actions on them. No items have " +"been changed." +msgstr "" +"Stavke se moraju odabrati da bi se nad njima mogle izvršiti radnje. Nijedna " +"stavka nije promijenjena." + +msgid "No action selected." +msgstr "Nije odabrana nijedna radnja." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "%(name)s „%(obj)s“ je uspješno izbrisano." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s s identifikacijom „%(key)s“ ne postoji. Možda je izbrisano?" + +#, python-format +msgid "Add %s" +msgstr "Dodaj %s" + +#, python-format +msgid "Change %s" +msgstr "Promijeni %s" + +#, python-format +msgid "View %s" +msgstr "Prikaži %s" + +msgid "Database error" +msgstr "Greška u bazi podatka" + +#, python-format +msgid "%(count)s %(name)s was changed successfully." +msgid_plural "%(count)s %(name)s were changed successfully." +msgstr[0] "Uspješno promijenjeno: %(count)s %(name)s." +msgstr[1] "Uspješno promijenjeno: %(count)s %(name)s." +msgstr[2] "Uspješno promijenjeno: %(count)s %(name)s." + +#, python-format +msgid "%(total_count)s selected" +msgid_plural "All %(total_count)s selected" +msgstr[0] "Odabrano: %(total_count)s" +msgstr[1] "Odabrano: %(total_count)s" +msgstr[2] "Odabrano: %(total_count)s" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "Odabrano: 0 od %(cnt)s" + +msgid "Delete" +msgstr "Izbriši" + +#, 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 zahtijevalo i brisanje sljedećih " +"zaštićenih povezanih objekata: %(related_objects)s" + +msgid "Django site admin" +msgstr "Administrator Django web-stranice" + +msgid "Django administration" +msgstr "Django administracija" + +msgid "Site administration" +msgstr "Administracija web-stranice" + +msgid "Log in" +msgstr "Prijavite 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 "Žao nam je, ali zatraž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 "" +"Došlo je do greške. To je prijavljeno administratorima web-stranice putem e-" +"maila te bi se uskoro trebalo popraviti. Hvala na strpljenju." + +msgid "Run" +msgstr "Pokreni" + +msgid "Click here to select the objects across all pages" +msgstr "Kliknite ovdje za biranje objekata kroz sve stranice" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Odaberite svih %(total_count)s %(module_name)s" + +msgid "Clear selection" +msgstr "Poništi odabir" + +msgid "Breadcrumbs" +msgstr "Navigacijska staza" + +#, python-format +msgid "Models in the %(name)s application" +msgstr "Modeli u aplikaciji %(name)s" + +msgid "Model name" +msgstr "Ime modela" + +msgid "Add link" +msgstr "Dodaj poveznicu" + +msgid "Change or view list link" +msgstr "Promijeni ili prikaži poveznicu na popis" + +msgid "Add" +msgstr "Dodaj" + +msgid "View" +msgstr "Prikaz" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nemate dozvole za prikazivanje ili uređivanje bilo čega." + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Nakon što stvorite korisnika, moći ćete uređivati više korisničkih opcija." + +msgid "Error:" +msgstr "Greška:" + +msgid "Change password" +msgstr "Promijeni lozinku" + +msgid "Set password" +msgstr "Postavi lozinku" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Ispravite dolje navedenu grešku." +msgstr[1] "Ispravite dolje navedene greške." +msgstr[2] "Ispravite dolje navedene greške." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Upišite novu lozinku za korisnika %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Ova radnja će omogućiti autentifikaciju putem lozinke za " +"ovog korisnika." + +msgid "Disable password-based authentication" +msgstr "Deaktiviraj autentifikaciju putem lozinke" + +msgid "Enable password-based authentication" +msgstr "Aktiviraj autentifikaciju putem lozinke" + +msgid "Skip to main content" +msgstr "Preskoči na glavni sadržaj" + +msgid "Welcome," +msgstr "Dobro došli," + +msgid "View site" +msgstr "Prikaži web-stranicu" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjavite se" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj %(name)s" + +msgid "History" +msgstr "Povijest" + +msgid "View on site" +msgstr "Prikaži na web-stranici" + +msgid "Filter" +msgstr "Filtar" + +msgid "Hide counts" +msgstr "Sakrij brojeve" + +msgid "Show counts" +msgstr "Prikaži brojeve" + +msgid "Clear all filters" +msgstr "Izbriši sve filtre" + +msgid "Save" +msgstr "Spremi" + +msgid "Remove from sorting" +msgstr "Ukloni iz razvrstavanja" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritet razvrstavanja: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Uključi/Isključi razvrstavanje" + +msgid "Toggle theme (current theme: auto)" +msgstr "Uključi/Isključi temu (trenutačna tema: automatski)" + +msgid "Toggle theme (current theme: light)" +msgstr "Uključi/Isključi temu (trenutačna tema: svijetla)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Uključi/Isključi temu (trenutačna tema: tamna)" + +#, 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 "" +"Brisanjem odabranog objekta %(object_name)s „%(escaped_object)s“ bi se " +"izbrisali povezani objekti, ali vaš korisnički račun nema dozvolu za " +"brisanje sljedećih vrsta objekata:" + +#, 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 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 odabrane objekte %(object_name)s " +"„%(escaped_object)s“? Sve povezane stavke će se izbrisati:" + +msgid "Objects" +msgstr "Objekti" + +msgid "Yes, I’m sure" +msgstr "Da, siguran/na sam" + +msgid "No, take me back" +msgstr "Ne, vrati me natrag" + +#, 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 "" +"Brisanjem odabranog objekta %(objects_name)s bi se izbrisali povezani " +"objekti, ali vaš korisnički račun nema dozvolu za brisanje sljedećih vrsta " +"objekata:" + +#, python-format +msgid "" +"Deleting the selected %(objects_name)s would require deleting the following " +"protected related objects:" +msgstr "" +"Brisanje odabranog objekta %(objects_name)s bi zahtijevalo 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 objekte %(objects_name)s ? Svi " +"sljedeći objekti i povezane stavke će se izbrisati:" + +msgid "Delete?" +msgstr "Izbrisati?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Prema filtru %(filter_title)s " + +msgid "Summary" +msgstr "Sažetak" + +msgid "Recent actions" +msgstr "Nedavne radnje" + +msgid "My actions" +msgstr "Moje radnje" + +msgid "None available" +msgstr "Nema dostupnih" + +msgid "Added:" +msgstr "Dodano:" + +msgid "Changed:" +msgstr "Promijenjeno:" + +msgid "Deleted:" +msgstr "Izbrisano:" + +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 u redu s instalacijom vaše baze podataka. Provjerite da su " +"odgovarajuće tablice baze podataka stvorene i da je baza podataka čitljiva " +"za odgovarajućeg korisnika." + +#, 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 dozvolu za pristup ovoj " +"stranici. Želite li se prijaviti s jednim drugim korisničkim računom?" + +msgid "Forgotten your login credentials?" +msgstr "Zaboravili ste svoje pristupne podatke?" + +msgid "Toggle navigation" +msgstr "Uključi/Isključi navigaciju" + +msgid "Sidebar" +msgstr "Bočna traka" + +msgid "Start typing to filter…" +msgstr "Počnite tipkati za filtriranje …" + +msgid "Filter navigation items" +msgstr "Filtriraj stavke navigacije" + +msgid "Date/time" +msgstr "Datum/vrijeme" + +msgid "User" +msgstr "Korisnik" + +msgid "Action" +msgstr "Radnje" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Paginacija %(name)s unosa" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "unos" +msgstr[1] "unosa" +msgstr[2] "unosa" + +msgid "" +"This object doesn’t have a change history. It probably wasn’t added via this " +"admin site." +msgstr "" +"Ovaj objekt nema povijest promjena. Vjerojatno nije dodan preko ove " +"administratorske stranice." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginacija %(name)s" + +msgid "Show all" +msgstr "Prikaži sve" + +msgid "Popup closing…" +msgstr "Skočni prozor se zatvara …" + +#, python-format +msgid "Search %(name)s" +msgstr "Traži %(name)s" + +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 "Ukupno %(full_result_count)s" + +msgid "Save as new" +msgstr "Spremi kao novu" + +msgid "Save and add another" +msgstr "Spremi i dodaj jednu drugu" + +msgid "Save and continue editing" +msgstr "Spremi i nastavi uređivati" + +msgid "Save and view" +msgstr "Spremi i pogledaj" + +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 "Izbriši odabrane %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Prikaži odabrane %(model)s" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Hvala što ste danas proveli vrijeme na web-stranici." + +msgid "Log in again" +msgstr "Prijavite se ponovo" + +msgid "Password change" +msgstr "Promjena lozinke" + +msgid "Your password was changed." +msgstr "Vaša je lozinka 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 "" +"Upišite staru lozinku – iz sigurnosnih razloga – a zatim upišite novu " +"lozinku dvaput kako bismo mogli provjeriti da ste je ispravno upisali." + +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 je lozinka postavljena. Sada se možete prijaviti." + +msgid "Password reset confirmation" +msgstr "Potvrda o resetiranju lozinke" + +msgid "" +"Please enter your new password twice so we can verify you typed it in " +"correctly." +msgstr "" +"Upišite novu lozinku dvaput kako bismo mogli provjeriti da ste je ispravno " +"upisali." + +msgid "New password:" +msgstr "Nova lozinka:" + +msgid "Confirm password:" +msgstr "Potvrdite lozinku:" + +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" +"Poveznica za resetiranje lozinke je neispravna, jer se je vjerojatno već " +"koristila. 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 "" +"Poslali smo vam e-mail s uputama za postavljanje lozinke, ako postoji račun " +"s e-mail adresom koju ste unijeli. Uskoro biste je 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 ne primite e-mail, provjerite je li e-mail adresa odgovara adresi s " +"kojom ste se registrirali i provjeriti mapu neželjene pošte." + +#, 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 resetiranje lozinke za svoj " +"korisnički račun na web-stranici %(site_name)s." + +msgid "Please go to the following page and choose a new password:" +msgstr "Idite na sljedeću stranicu i odaberite novu lozinku:" + +msgid "In case you’ve forgotten, you are:" +msgstr "U slučaju da ste zaboravili, vi ste:" + +msgid "Thanks for using our site!" +msgstr "Hvala što koristite našu web-stranicu!" + +#, 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? Upišite svoju e-mail adresu u nastavku, a mi ćemo " +"poslati e-mail s uputama za postavljanje nove lozinke." + +msgid "Email address:" +msgstr "E-mail adresa:" + +msgid "Reset my password" +msgstr "Resetiraj moju lozinku" + +msgid "Select all objects on this page for an action" +msgstr "Odaberite sve objekte na ovoj stranici za radnju" + +msgid "All dates" +msgstr "Svi datumi" + +#, python-format +msgid "Select %s" +msgstr "Odaberite %s" + +#, python-format +msgid "Select %s to change" +msgstr "Odaberite %s za mijenjanje" + +#, python-format +msgid "Select %s to view" +msgstr "Odaberite %s za prikaz" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Vrijeme:" + +msgid "Lookup" +msgstr "Pretraži" + +msgid "Currently:" +msgstr "Trenutačno:" + +msgid "Change:" +msgstr "Promjena:" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..4e622c4ad30a7b58385d2214019724c7a08b4707 GIT binary patch literal 5738 zcmbuBYiwLc6~_nImd2!|j{t$TWD??F)9l*Lqe(V#n#74q;yAXvj@t@V)$HE!?(E*3 zxy+rriAz3&hiG_2sFlh?sv<=^zS9o~iK-QnT_GVV!3RKUsZdm;A`nU?kU;bU|8wu$ z^?GAfwYc`|Z|2PF+%xB#J8#}wc%I>zMtK0`Yae8+4*tD>A3RrXXY2s@4e%)VOYm;$ z_%LIrvU@zYg14c)&9?`^&1moT?L*)s+Q+~z&)&rksa(Kd;wF&vxeNRdxCO*N+ln8Wza6A;L*V0J5u69V4&tA^jvt!$ z7D(&A4U+yhLDK&Klp{S)fe^9BLDE;?ht_X-xdlm&FZuSDL0a#d;9>ANunfKi;-76A z$ao)k4ebZP?}IOa5qSP1jC~w@)$>o_R0)>2f0%a2AA(Z?XLuCquY)A21LZRm*3QU~l(4F9R z6tXit^xnr&=)Cr#jG$~oAwS%QLVlV*pGJlJ<_ro{PS5U9@DK_;`%!kIJd8qd33pG= z=LkstLJ#HXvnV@I#!;qG$VVvd^Jfn#r%-U*sXqWy9=d)%S zXTI76+&=wYbOoq9;u~}>^dOa`&o2BHQ9eVh!J$}&!!b9Dd~m3y9jXw>nv=nM_pOfO zCUVMXu8rdz6{~6}+2AeR@tXdjTBvF*?hLPmQrKbkFc+nE35W>CBdbDoJgFzKW5+u} zg#xSc!I(`5U6Uc3Xc!ZdfLE8i!b;bj({jD7Fif?`w$Cl)MKSh-iYH}FwyV;zNm;dtuuE)Gg^t=*1!9Sv5jvHg zNkTLdE!niNwFZ8d*t80?sy7^)Hk!tsGe+ab$ufV!B+x#6=Y~lv7Y!)_I=5KbjoPC~lTNjC({)g37`7c~m9-Klpk`2qUIZDHb`^wSZ&8phNmt^t$Oee(EIZ6h(Gk%6Tzj0m zmRJp9D~mSCw98CWTD4oEvrX4GhzyiV(@Acb(~GIfv|Nv&Q;qvqx}cy!Rl;k_uc|k*7junTYw+0k#`-dfLgbw zZM19fG`$w^+b>TOZUK3>uOm-s1yuUF@+4P4rLW5;x&qkWgVa|*{<}r2CB*%s)AU%t zZ{KhvOh}jdr00-mDE$^t>Fe^@r~vl$bkjuvHD)wUSUQAb_gH&n`I+|0Ru6QI)SqUr zZ1pJDNb_Ut751DVo3*Bi&vNl}P+X8UMlLAxpoxGt19LJm))lAYx(bRXl6qX6H)TFB zJ5!vK^g%YdNZ+?I-!nS4w>Y}5xMx2fJy70%=%Gr_hS`ZPeff7=cQp`Sm}up`3*)2F9Tt-j}2X>?!$o+~vJMXoJ#Coj5@C=^N` zrmSLP>Bi5`PZkfZj-$O6r7fP)H4`AsmHEM{a$P;kykQ4s!^DcPIB9G&W;%st%>Yj*N}+OP8`K7&AJI zIb)c!=kNf-=cfwYa6;X?SCHSm{*TT<hF-QALA;;f7F#bwVpt1mcvIgKkc=3=%1)y;HedxsIP-E z>X4Hn3DsEz+dzm{uGolhR;8F(c{yoPe@9hGJZrRBeuhOzF+r17YC%L6J0~L3mRgkg zg2H>IHi?DfDvm6^cpZzk(8Ax!1TK2(kB0#_HbHH40#`Wv4XCq$(a>eR(G`~j68=&V zfq-3OXCe`>^R3XNzPPUQIN9$!sWGwlR}G_RS*q=B}k?a&8w&-n%F$y2n9q)h^WMC($&%`EQ}_? z2El}DW*Q|3fx#HJ%J)CftLP`jTzN!&`q_%2{5?^Rae2IiZRNy67UhbL|mYlLUCK!@Tk2O+jLtKFe zw@ID_Dl%@bE*Ok<)2v+gI+6djNvWx zx$J$HpOJW5T=|hrFkNRS(Sp8-QwS#6>UsAxEv9SWsCsST?LbKhmXpiRBCn>q97pbo z3@u07WH#On6Z9<7eHo~ND2Auk6MT=bIT8qiN({b5E|q!{IS<1*QX-`!O6e!fJd|iC f#ZZ1>lw2sYFhmFi2KgnM#b1S;W6R%W=TZ3|RcQR3 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..b11da69 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po @@ -0,0 +1,320 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# aljosa , 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: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-12-03 07:59+0000\n" +"Last-Translator: Mislav Cimperšak , 2015\n" +"Language-Team: Croatian (http://app.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 "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "Odaberite %s tako da ih odabereš, a zatim odaber strelicu „Odaberi“." + +#, javascript-format +msgid "Type into this box to filter down the list of available %s." +msgstr "Tipkajte u ovo polje za filtriranje popisa dostupnih %s." + +msgid "Filter" +msgstr "Filtar" + +#, javascript-format +msgid "Choose all %s" +msgstr "Odaberi sve %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Odaberi odabrane %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Ukloni odabrane %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Odabrano %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Uklonite %s tako da ih odaberete, a zatim odaberite gumb sa strelicom " +"„Ukloni“." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Tipkajte u ovo polje za filtriranje popisa odabranih %s." + +msgid "(click to clear)" +msgstr "(kliknite za brisanje)" + +#, 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 odabrana opcija nije vidljiva" +msgstr[1] "%s odabrane opcije nisu vidljive" +msgstr[2] "%s odabranih opcija nije vidljivo" + +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 u pojedinim polja za uređivanje. Ako pokrenete " +"radnju, nespremljene promjene će se izgubiti." + +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 radnju, ali još niste spremili promjene za pojedinačna polja. " +"Kliknite „U redu“ za spremanje. Radnju ćete morati ponovo pokrenuti." + +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 radnju i niste uradili nikakve promjene u pojedinačnim poljima. " +"Vjerojatno tražite gumb „Kreni“, a ne 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] "Napomena: Vi ste %s sat ispred vremena servera." +msgstr[1] "Napomena: Vi ste %s sata ispred vremena servera." +msgstr[2] "Napomena: Vi ste %s sati ispred vremena servera." + +#, javascript-format +msgid "Note: You are %s hour behind server time." +msgid_plural "Note: You are %s hours behind server time." +msgstr[0] "Napomena: Vi ste %s sat iza vremena servera." +msgstr[1] "Napomena: Vi ste %s sata iza vremena servera." +msgstr[2] "Napomena: Vi ste %s sati iza vremena servera." + +msgid "Choose a Time" +msgstr "Odaberite vrijeme" + +msgid "Choose a time" +msgstr "Odaberite 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 "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" + +msgctxt "abbrev. month January" +msgid "Jan" +msgstr "Sij" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Velj" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Ožu" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Tra" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Svi" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Lip" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Srp" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Kol" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Ruj" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Lis" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Stu" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Pro" + +msgid "Sunday" +msgstr "nedjelja" + +msgid "Monday" +msgstr "ponedjeljak" + +msgid "Tuesday" +msgstr "utorak" + +msgid "Wednesday" +msgstr "srijeda" + +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 "sri" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po new file mode 100644 index 0000000..f1a44da --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e18c185 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..1da9bfbeb3f6f881913dfa28439a77ea9a1d04af GIT binary patch literal 17466 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po new file mode 100644 index 0000000..0ce3f7a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po @@ -0,0 +1,800 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Ádám Krizsány , 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\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" +msgstr "" + +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 "Jelszavas bejelentkezés letiltása" + +msgid "Enable password-based authentication" +msgstr "Jelszavas bejelentkezés engedélyezése" + +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 "Save" +msgstr "Mentés" + +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 "" + +#, 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 "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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Mutassa mindet" + +msgid "Popup closing…" +msgstr "A popup bezáródik…" + +#, python-format +msgid "Search %(name)s" +msgstr "" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..d21b38a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..d48bacbba149de8f61b1dfee458904b7e0b8298a GIT binary patch literal 13041 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.po new file mode 100644 index 0000000..a5d8ff6 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.po @@ -0,0 +1,765 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# EnCo_de, 2024-2025 +# Սմբատ Պետրոսյան , 2014 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\n" +"Last-Translator: EnCo_de, 2024-2025\n" +"Language-Team: Armenian (http://app.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 "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 "log գրառում" + +msgid "log entries" +msgstr "log գրառումներ" + +#, python-format +msgid "Added “%(object)s”." +msgstr "%(object)sն ավելացվել է։" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Փոխվել է %(changes)s «%(object)s»" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "" + +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 "" + +#, 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 "" + +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 "" + +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 "" +"%(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" +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 "Save" +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 "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 "" + +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 "Գործողություն" + +#, python-format +msgid "Pagination %(name)s entries" +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 "" + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Ցույց տալ բոլորը" + +msgid "Popup closing…" +msgstr "" + +#, python-format +msgid "Search %(name)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 "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 "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 "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 "" + +msgid "Date:" +msgstr "Ամսաթիվ․" + +msgid "Time:" +msgstr "Ժամանակ․" + +msgid "Lookup" +msgstr "Որոնում" + +msgid "Currently:" +msgstr "Հիմա․" + +msgid "Change:" +msgstr "Փոփոխել" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e209f54 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..8285097 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7344c7cd37484bc696fcf3860ece8620f3802c28 GIT binary patch literal 18008 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, 2024 +# Claude Paroz , 2014 +# Fery Setiawan , 2015-2019,2021-2026 +# Jannis Leidel , 2011 +# M Asep Indrayana , 2015 +# oon arfiandwi (OonID) , 2016,2020 +# rodin , 2011-2013 +# rodin , 2013-2017 +# S​age Abdullah , 2019 +# Sutrisno Efendi , 2015 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 07:05+0000\n" +"Last-Translator: Fery Setiawan , 2015-2019,2021-2026\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" +msgstr "Berjalan" + +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 "Save" +msgstr "Simpan" + +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 terkait, " +"tetapi akun anda tidak memiliki perijinan menghapus jenis objek 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” akan membutuhkan menghapus " +"objek terkait terlindungi 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 "" +"Apakah anda ingin menghapus %(object_name)s “%(escaped_object)s”? Semua " +"barang terkair berikut 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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Penomoran halaman %(name)s masukan" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Penomoran halaman %(name)s" + +msgid "Show all" +msgstr "Tampilkan semua" + +msgid "Popup closing…" +msgstr "Menutup jendela sembulan..." + +#, python-format +msgid "Search %(name)s" +msgstr "Mencari %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..96970c3e1680662b96494d06dbceac9df8c0c2f7 GIT binary patch literal 5013 zcmbuCUu+~d9mm}=r6q-fJN}inP;(_T*JdZ1``2{Sw9Vx%*CeEgvP(||p~Ji5?D}@b z9%ekrt@=O#2~?e`3Y{vbK;o${Ab4qc1Mz~85JgCc2UGz99;iS?v=4~#0OI@ecs9Fx z=tRY2JsfL6JFHr5Qr*v1SETJ2gzOm zl3fPGk9`p@vhNB=`kwRhZ-O-L3%>jvko3I-E`mP*8{nHD^*@0ZaS5+)f#<=mgRg=q z_|z0*9{}I*yyaH-5aqi-k}rTC0=K{qg36b_;LG0tsr`%K?cmFvuY%O?Ml2HPxzqCm zNP5=6_k(Sa`dtR8{Z;S|@Vnr9!Jm5m7NquX`0~wg8kO$=-v`cvG|npcxf>Y!4ESM` ze{qO04*nG+{fFLN`f~;(KhAlc0?ChyAjRK`m$$%mls^SRC3^wH)YyxjKLVke{R}(| zzT)Mtfmj0ersoY%O6xe~c^IVeZUZS!xaTxTcHIk7ywpKVnVt0VWzX{<>EHBx93*`g z!A-CWl3m{i$xlB9N$)El#l!DG8uu?={x^{H{oR-U4U)Y9Cbb0K3O)#~fz36lMbSVZE(o-3Z`JvThJJe!^uJU{Ju(X->(_3V2Z&)jq0^GVOo zdwvN-c(AW{KJ9tM^BK=)J-_OC)std<9_iyqbZ*^^bR1~~i5~LVN07*ur;+G6QNo>n zl%@DS=4ChzU0nI1i+RdZ?2_N^K{|`HhO~in5{cG>)|TR)V)G~xtp&wDodF0r7sC`c z9O)d=T}XALk0R0YC=#7F*!FH;0PJ3*1tf~^N03&L=sAxxjdULsuJh3OT|=V%OlQy; zq!}cNJ9;P%>3IMN;o{a&MRtsx<|0f& zASEoPnTpwR(JgYzmiL5;1+?<%oUI7mkuh888IzNMw+G%}rMukrWWt4xD5Jfc^89Go z;V2hbX7+izu-53XQX}|TVdX)orIL}79WBMNv!Wcn@{||l7!xL*l^vP1WyV%zJ1ays zV5=&&RL)c+25enuCtWXM6bdcbrpP)yya#MkMOt-xmTekMZ67m6%M%gm}O^J)yf2yF+6lk=j#HA!1BH#!((}Xhri( z@-#DT1n7Xr#`Gx;cTMIdw^L{zYdjN(Ly}@-ipVCJQ^nzR?L#9zZeNbR5y`Tlh4Ab( z7V?3#A>YOZ!&WIb+|~xI0rjuU$HHp~Z4hU&mcd}MuJlcK;J8AUgZ_7q$VgeYLo3&; z?K+c5-H4~1#gm%$6-;PL_%6306YX{;_dL+W*Px1QwjZ+WYSI0B; z36a}cD-$}8g*91&Hw&AoTpNCFSK=Vy5B4z(WgqD#__~E1lRPvFWyepWukIG2D{Cz& zk_KPX5qy^`Y@?Z;wP|B+PNZpQNx9mUm#OPqX?2CzYnW5f+_9<6was$}^P3OrQ!9vA zsbL@v*#@`rvYks~q4Xl1CRr}+(kEN1wS|LrG}f-nYUgyvL^$6Xe4(xE(9#B1(bRTa zWFoGunk>m1T&J#>FU>FVGP_h?oEqLJB9W=#eFHI(s#x{dbk1FdPDn4~7N5*MPYT^Z zXwURx)#rt_1w`&!l&c;*N!N!|bQPOl2H`*tZA2R^~=k|HohH#Jo*3l!(T8$_NYh;y8jJl>Xi?tNAqurHXJlO zB-nCKL~KJODo1}rhr*oB$lUbNCKkD18`5I&QxOT?Hx@yG7Q^CEJK*HBpPB59&GqLVaKixILN(Jr7Np)uGpW`nwzTRsF+&{=oL4?gB_lbFSI0fSVMrb-Zq zxGVn;_P92cQF`Edj+oV#h?X4wtCiqw>^j{Ic@r0J8q)1M+#RZ|=T&%AoTV7l&9tqEMp6q!WTIcMIBPbW5l0L|ch=5^W^6jp$p4{Xrp$e-oSd M+r+<+O}4}S1FtyzQ2+n{ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..a43282b --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po @@ -0,0 +1,353 @@ +# 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 +# Sutrisno Efendi , 2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Sutrisno Efendi , 2026\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 "Hapus 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 Run button rather than the Save " +"button." +msgstr "" +"Anda telah memilih tindakan, tetapi belum membuat perubahan apapun pada " +"field individual. Anda mungkin mencari tombol Run, bukan 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" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" + +msgid "Choose a Time" +msgstr "Pilih Waktu" + +msgid "Choose a time" +msgstr "Pilih waktu" + +msgid "Cancel" +msgstr "Batal" + +msgid "Today" +msgstr "Hari ini" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Pilih Tanggal" + +msgid "Yesterday" +msgstr "Kemarin" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Besok" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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 "Min" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..d7be82e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po new file mode 100644 index 0000000..868a452 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5ddb17c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.mo b/env/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 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 F>|bmYL*D=Z literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/it/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..c8096de --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4bed2c7aac676691f0a79d1719a7f22e0635998d GIT binary patch literal 19834 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 T>t8wO=i8qbceCJVsgwF&O)74w literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po new file mode 100644 index 0000000..9a51bcb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/django.po @@ -0,0 +1,811 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# akiyoko , 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-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Shinya Okano , " +"2012-2018,2021,2023,2025-2026\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 キーを使ってください" + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "アクション用にこのオブジェクトを選択 - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +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を表示" + +#, 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 を変更しました。" + +msgid "Database error" +msgstr "データベースエラー" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" + +#, 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" +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 "パンくずリスト" + +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 "Save" +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 "Filter by %(field_name)s" +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 "操作" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)sエントリーのページ" + +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 "" +"このオブジェクトには変更履歴がありません。おそらくこの管理サイトで追加したも" +"のではありません。" + +#, python-format +msgid "Pagination %(name)s" +msgstr "%(name)s のページ" + +msgid "Show all" +msgstr "全件表示" + +msgid "Popup closing…" +msgstr "ポップアップを閉じています..." + +#, python-format +msgid "Search %(name)s" +msgstr "%(name)sの検索" + +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 "Logout" +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 "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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..249edfca67816922cf0a0fdae4801a72b589678b GIT binary patch literal 5331 zcmb`JdvH`&9mh}Gt*uef;=9iy8V#1+ydc2R)KVZ7Foc2l=uEBL-Mz_P*u8gq?_H7| z>rC!lX-P=R6r>Qd5I~?Y5vUgJ0|i+@X4?T33-|rr<3;HL(4}jm0OiO-Kau{5U_QT+N!D;Yr@Pg!J5L2_C zOa2zbANvCea{14ae*?*%5_kvr50K`08>I372E`U(B>SBxsNW(GO>8kp{@x3czY0ix z86f_ci-P>y2hx0pq`d&rx~HW+1JZmKz%}3{Fbe()r19-2h@B`V!6(2Y;5?WChZ-3B z82FCl-S5L0LVpM(`zr90U=R3lP?NeN^$C#rzY5+9z9l&i(zx4kNi@&>lIUpUZ6@ z^w;SGF$MdYqzckKnUVt_{@AmUqo4x4Aoc%BE<%u^${qx1{Rl|=SO?NQJ`K`6Jpi3n0xqEBP~!;^Ws+|2;_l{t+a^}Ui~k_RLYOBN(gfHdxm4MPr1f&u2Fex|qD1V0`^bVqs$01D+x(E8`z0$WDf^ZV| zyo?O^R`?Jl<%iEenjsWxk3hZvp)UeiD{8W6Y_inUQi~gXys;^++o-~z#%(phZrE1o z$Bm4w89LVuoA1^vEtXPQ<2B7zO?y*3rNwt~+u-q(s+dbz2UjBL2#_JH&6rw>t~t!OC)v+_oZtyA>4nqupchGCI`$8yqPP4DM+QcZJ3Pf$gdcB=Cw{(vQ1F->ED z$FjC<=#gL=g|Am^wW9TE=_<{x)>0|qg};1oQqp8$O}MyTjjQRHYO*dhW@Z&L$GWtX zO}eQilpNcn=)$@wn}U+nRo1PT@g&L|>(&yw)}ORlx1m$tEry|^*zHfa#TZ~caoeED zx2b8EZ{Y;|0re*!r&0WUNv(Qc+Z8)&k}KQQjP1LzJu7_cO=eAtT6zt?OdE8#tT(Ir z=3GYQnvOfRlNv6{7^M5|6KBB_#(*wvCZ$<6MW0f2%MsRlOJl42jj*q(3Eg+#N!7x! zlW$KNS)NpIT;-mM&XqWY?J^NBIoUz~`_Q<}(@H{xImhEkMekSfI&^F#q3zZZStW%n zsHub%;g}WOO_gU%BZdIY@swfgqB!g`OtHCbSzX2&Hxo!u4gmd0gVsb$HnU^W`o&O!zLUi@BFigR1Pky z`-{H&iKq$97B4h7nvH$JWty()q=m=zGYx2PA*SN&EIY!KSj<#+M>uYc`|l+L)R_IJ z5dvz=L7;|EscjJ98bZ|8n1k>QQKh!U58x02xyD|OtPpDDmb9VUNiH&02xYxpb zF1#@j{)%c^NCr`!*ohZ!G;C8dhG~bpt$r;LemvW6g?o)CZ`j%s-lo!ToS}#5CnL(+ zT3Xw~Ez84gD|pMw=!(@3x8Q5|l49B6UQ^MnlwuoZly6UJdQRazyA<8vkJ!i(G0ip} z>rdmSEfP1xva2WHg!vr4}j?p2j^ly6cp3bLHao07Jj zi8ePYnM}l{1+_kPkY;T5cM>2a$2ad(nwK_oZ|vSs*>h{8rC}YSSk>V)5^t2->Y&}6 zNhzAXhBAz4sdnd=d%MD`D*b4!KGh6w(Bnn|IWNjrVM}E{qkN~*ur-x6l~lOPFw<6) z>lvY1ovmxQU+rvJ(}4dn#J?TIp?!0&pOyb|Kv{5JFO3{yK0N1;=Z<>LWTQ2A@h6^h z&U2@|{9(_1&C9>+e^cHyOi*VlzdG}d_o3tsO8E8_#_<>AsMTia;sqVV#tW4|-P#Y=4A z`4>wQ1^C2Tsn1F(I;d!;Vg(f~beyOJ{n|)x72W6e&lU?)thI&u2}g^=BMalF$laSf zI)A{;9bN5F_#>|kCLD!qDi$WC)2qor>{6k>?O|~DhG+@92DIOGCtASnJMl$T^yP490W`d1a+5$ zjr|`dFTHXh*yoWcvAcs~bC(g6b>RqqCOu~qu^mLkB?^rEF!_9HxHNHrBHwYbP2u^3 z=VEtwh+^On?5?QejnG?|yK=O6_DCiAsV9a{d(M8e7SByyJuzBobq{#XNa=->Vyt-F zcuIKRrCay4RG5})JLdwwkypxoQ{L#=jP2K^jw+vp|H9AXl$D%sV}$1%#ibNy>3qsg z6`va`z8UOA1bOkwo~vgZI>y=s*|leSGk#W9^3O{?q^Wlsd%k$;hn~A%B++tUJ^v!T lRff=~ct?GTqM9KlSS1TqC4}ofd;f*|Pg^`6q>AfK{XcV37CZm| literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..f05b6fd --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ja/LC_MESSAGES/djangojs.po @@ -0,0 +1,349 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Goto Hayato , 2021 +# Jannis Leidel , 2011 +# Shinya Okano , 2012,2014-2016,2023,2025-2026 +# TANIGUCHI Taichi, 2022 +# Takuro Onoue , 2020 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Shinya Okano , " +"2012,2014-2016,2023,2025-2026\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 Run 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 時" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" + +msgid "Choose a Time" +msgstr "時間を選択" + +msgid "Choose a time" +msgstr "時間を選択" + +msgid "Cancel" +msgstr "キャンセル" + +msgid "Today" +msgstr "今日" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "日付を選択" + +msgid "Yesterday" +msgstr "昨日" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "明日" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +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 "土" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/django.po new file mode 100644 index 0000000..4929590 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ka/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/django.po new file mode 100644 index 0000000..b3d8958 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/kab/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..57f70c9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/django.po new file mode 100644 index 0000000..6d9625a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/kk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9c51f35 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/django.po new file mode 100644 index 0000000..8b16d1f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/km/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..fbe0ae1 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.mo b/env/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<}

      =jf-WO-l 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.po new file mode 100644 index 0000000..89d0b30 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5fda297 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/django.po new file mode 100644 index 0000000..395dd93 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/mr/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/django.po new file mode 100644 index 0000000..e69439e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ms/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..6d86502 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/my/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/django.po new file mode 100644 index 0000000..3f6445e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..1e6ddb6 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/django.po new file mode 100644 index 0000000..ab9e55a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ne/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..d55bd9f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..0f728bace3d8b0a9f10246e7b59f8528aef92953 GIT binary patch literal 17284 zcmcJVd5|PkoyQXd!4X6d0YxEM80e9%nq~k8iengN1{jzbMtTkhT*s`c?5gap$}BRo zx~CghKm}3JRTh*{yukZd71oP&)#VR^*o`n^!y|N!)eza$2sKtW*f3Vzjs1MzdzqEp z^o$s4M*sSo$2)%S_kP!VuYPdcVfT4lk3lbi#-HtZM;zjL7ayg!p7+YUso z0-g-s30@CA2%ZW4uX}&Sv7UD&&zFJcgLi?d{}qs?y>Ed>fZqq71^yURS3hyzp8{3> zx1jhr_BhWw60C!IUJITG?f}(Z&tV3t+yeMK@O9wT;60%F`8V)6;EzC+`x*Fp@G0=Q z;QR~h`0fDJ?gOC8KLk?5`;^14fhY0&P4F1-=irOL-+>y}3CDZh+2AQ4L-4K!$G}&C z>h})!{;ivsPCuI=t}TqAVs|GpvEx;9u4jT#n+vn__+@} z1AI4l8Td6&{2hXjghztB@{R#x@GMaMyaSZn-v^4{Pk>v%N5I2CF?}m=IH>mT0C$5Q z2i5MOFSdH~9MH%elsr!X^}P;Cj^{hP3>5#@fQN#6K&H%l6{z|HQ1iSGM3ucagW}@> zP~-gosCoDdsPd1x_m6?<_g~!ek3iYSFF}p(C>|~YPXcpr54aut2KYwsRFt{_ehgH< zPlD?2zd?=Tu$Njsp9^XpP6egU=YZnxd=M4z8X%(at_3yD2vq-bpxSvIDE{9BYTWmN zYVV`q%fLs$8u;&^=KlpK4=j2Yg0jz@pybnZ&qGl2_*zi?ycv{S-U+Jx_krT;5%9C% z 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 bwK&{slJ*|_oo5|etvu|jnZv%)5qkd*UHuHY literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po new file mode 100644 index 0000000..ca65dd4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/django.po @@ -0,0 +1,820 @@ +# 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-2026 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Tonnes , 2017,2019-2020,2022-2026\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 "Delete multiple objects" +msgstr "Meerdere objecten verwijderen" + +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." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Selecteer dit object voor een actie - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "" + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Databasefout" + +#, 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" + +msgid "Delete" +msgstr "Verwijderen" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" +msgstr[1] "" + +#, 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" +msgstr "Uitvoeren" + +#, 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" + +msgid "Model name" +msgstr "Modelnaam" + +msgid "Add link" +msgstr "Koppeling toevoegen" + +msgid "Change or view list link" +msgstr "Lijstkoppeling wijzigen of weergeven" + +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 "After you’ve created a user, you’ll be able to edit more user options." +msgstr "" +"Nadat u een gebruiker hebt aangemaakt, kunt u meer gebruikersopties bewerken." + +msgid "Error:" +msgstr "Fout:" + +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 "Save" +msgstr "Opslaan" + +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)" + +#, python-format +msgid "Filter by %(field_name)s" +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 "Objecten" + +msgid "Yes, I’m sure" +msgstr "Ja, ik weet het zeker" + +msgid "No, take me back" +msgstr "Nee, 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 "" +"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 login credentials?" +msgstr "" + +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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Alles tonen" + +msgid "Popup closing…" +msgstr "Pop-up sluiten…" + +#, python-format +msgid "Search %(name)s" +msgstr "" + +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 "Logout" +msgstr "" + +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 "In case you’ve forgotten, you are:" +msgstr "Voor het geval u het bent vergeten, u bent:" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..c2406bad2aeb6bb5a5c0a2b54d408af17776c43a GIT binary patch literal 5206 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..a29a1eb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nl/LC_MESSAGES/djangojs.po @@ -0,0 +1,361 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Bouke Haarsma , 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,2026 +# wunki , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Tonnes , 2019-2020,2022-2023,2026\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 "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Kies %s door deze te selecteren en selecteer daarna de pijlknop 'Kiezen'." + +#, 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" + +#, javascript-format +msgid "Choose all %s" +msgstr "Alle %s kiezen" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Geselecteerde %s kiezen" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Geselecteerde %s verwijderen" + +#, javascript-format +msgid "Chosen %s" +msgstr "Gekozen %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Verwijder %s door deze te selecteren en selecteer daarna de pijlknop " +"'Verwijderen'." + +#, 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 "(click to clear)" +msgstr "(klik om te wissen)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Alle %s 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 Run button rather than the Save " +"button." +msgstr "" +"U hebt een actie geselecteerd, en geen wijzigingen in afzonderlijke velden " +"aangebracht. Waarschijnlijk zoekt u de knop Uitvoeren 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" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" + +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 "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Kies een datum" + +msgid "Yesterday" +msgstr "Gisteren" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Morgen" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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 "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/django.po new file mode 100644 index 0000000..4a7c846 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/nn/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/django.po new file mode 100644 index 0000000..aae9d9c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/os/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..ec6c9c4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/django.po new file mode 100644 index 0000000..0041893 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pa/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..ed55c46 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..639c7afa48745017b75b8875747110f58ed9afcd GIT binary patch literal 19465 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po new file mode 100644 index 0000000..358296a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/django.po @@ -0,0 +1,827 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# angularcircle, 2011-2013 +# angularcircle, 2013-2014 +# Jannis Leidel , 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\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" +msgstr "Uruchom" + +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 "Save" +msgstr "Zapisz" + +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” skutkowałoby skasowaniem " +"obiektów 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 powiązanych:" + +#, 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 jesteś pewien że chcesz usunąć %(object_name)s “%(escaped_object)s”? " +"Wszystkie wymienione poniżej 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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Pozycje paginacji %(name)s" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginacja %(name)s" + +msgid "Show all" +msgstr "Pokaż wszystko" + +msgid "Popup closing…" +msgstr "Zamykanie okna..." + +#, python-format +msgid "Search %(name)s" +msgstr " Wyszukaj %(name)s " + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..02ea0cc112f3f8ae9b7615b6061909ba66182b26 GIT binary patch literal 5301 zcmb`KU2I%O6~~8kON)V)1}M-LIt_KO+wA%)Ns~>S)OF&JIJQ@@TdNTjoxOMLy}Ng3 zmV4)Bvo{5$QA1TBR3V7KqyY)UhsuX4Qt^PoQ@lt>MdAS@9tsi>B0}P!eL$24B>rda zti8K|h$3!$?(fc-nKNh3oSB{cVQcOJ!!rxH4`Q}3Cc)Qoc;R{aos2yK3h)592EGsc z9f&{n7sofiTT%YIEB_OG56ZdQvUYcYGbn!;d@uNE$GYPg#}~k@sQ)VXF7RdWcJNil zpMx;Xe&P5l5P$49c#+GmJN^+QfBp>K0{#^wJ8yv0{~w^8B9x@R6)$Rc2Z$=R6(oP} z0m)whl3yCcA3KK^`S%5o>|JpBmp~f#JFff#knFt*?gOuYMer?<`cL3RoW$#!;1Td^ z;B~M8o*iK9ZtzXV+uw~CqI^F{`aR%Bzy*IoVJ9Jkz+jejRd z{yYdGl&lDn-NPW|!2(F@wgl38odmH&tPIjPHCK*Y`3y+;a?a^L57PKAf@JrS(|->n zyRU%c_fNrt;8l?F=@z^wj(3AJ&O;#eA9LIXk{^db@@pO>dryGW{!`#y&;x0oUUK^1 zg4F(X@N?jwz^_m{4CaGxfmjCi6c&f(@ia(f-*MIHtFEkE`7@4*W6SZgj?X%tcYML| zi;iD%yx_P7Qv5Hu^0&Zup!{9O?>oNi_(R7ZJH7&v-#>9>%JnhGb_m7e*+=WZ*7-SoS z)`Ie%&H$vkJwquUIOH(oe#j`~0SG;xgkZ^RuF}4s=OM@*2(~VJ6fy&$=LlpF@-P){ z^3eI6htPg5LLP$*K`5W-q5VM*Q@a5(0Ag%1vS%HR_U=^5#>o7Qc%*Lp9(CzoXGUc6a;5HhEeexF%C%Q!F}CSc4fjKHk5s$Yn2OZ>23Ax^0&a2 zrLQsvo|G}dPQE><6J8Mr*G5aBxbP@#ci4Psxd!Um*)_xK!k19DxK|NsRbqE2OvDdP z1%4tzOhJZzT;Q;Z=8@!$NSBeIEgouJqdZ*Ek)7O$M7dn!kw6}j79&$eE|NQ)JiMuY zXvBN{i_zC7U9{mLB71{}yd_P6m$1RGRk97YFiUGd{X6bs;gy6ns3Vz=;4pcY#ip#kx%9x*}~o?zhwo;6hmZPe7YG8Jx5tQ_9`dV7ZD zaFq2`bWVvJKKiOU=SB`6eO2!4$btPeI8AamQf^Qy33Y#Kd*bBq?rV-S2-;SkwsQdG z@X=T0j-wpdSF>?mQ?kN`D#kR5BO{{GC>SyxtjN>UcO>(= zgV6OJX@n!g19L~`4sXtHtS~w-jf|BF4&sn4awAV0v=o8bN2f^?OEdZS(oBBOW;+^d zMMn9<%F{m1w<6zD4$Ov^McxPpN?{U-Fh8TCdR*kHVT z`=S@DKTmfrnmgUSH2&J>65K%&Hros&lD7RETMT5>uwRF8Mz60mu$OVqnNmrZR4G8H zN5EqI4yH2YsYsRZQmF#`{KMOTXCtq#!5oiGl#2GbTEMrtp4;%7?QCFAt*>pArc)7b z6uj<2GfrEvslgol=yZ1D(n*tPF)RCdBuf0$`hPqz*=;OhrC|NMku|nx5DJ>*@c?u5 z*mNo*nmJv{Qj01pUA^2sr?kgP8k2%8OaNU=E>;qKW1}0wXG<~?DJzNg&uGL*1vU0~ zoV1_&AEIOXAvRh6o*8GV-uW)-vPKRq!|B-0b>4a^LxCwZMMQHwl;Y?TRa`nvq}eh~ zCMcI1L7Z|=w=Z&&7*WNA$R-F~)Nq{>>(6t#qph#u&X%n{W!PYhRr{}dHf_##`nA6v z;l{|8y;Mi=2J2_{o~U`%^|c-Nneb9h$>ZyqRy?yoxOyaS-Vi46y!T}Hur8E-b>fl+7~hP z-Vts06k$LD2qd~!L4cGf@L9LF7G|^XrDPwWEAS~BOmYF%I#X04l0#c=nw`ooZ$4dCO N$ma3C_+=Pi{{q0~bfo|Q literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..656e5f4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pl/LC_MESSAGES/djangojs.po @@ -0,0 +1,366 @@ +# 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,2026 +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Maciej Olko , 2023,2026\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 Run 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" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Choose a Time" +msgstr "Wybierz Czas" + +msgid "Choose a time" +msgstr "Wybierz czas" + +msgid "Cancel" +msgstr "Anuluj" + +msgid "Today" +msgstr "Dzisiaj" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Wybierz Datę" + +msgid "Yesterday" +msgstr "Wczoraj" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Jutro" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..2191fa33fced422ba3b61934742592ea0573af1a GIT binary patch literal 19155 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 B, 2023 +# Henrique Azevedo , 2018,2023 +# Jannis Leidel , 2011 +# jorgecarleitao , 2015 +# Manuela Silva , 2025 +# Nuno Mariz , 2013,2015,2017-2018,2023,2025 +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2013-04-25 07:05+0000\n" +"Last-Translator: Nuno Mariz , " +"2013,2015,2017-2018,2023,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" +msgstr "Executar" + +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 visualizar a lista hiperligações" + +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 do utilizador." + +msgid "Error:" +msgstr "Erro:" + +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 "Save" +msgstr "Gravar" + +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” 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 "" +"Tem certeza que deseja remover %(object_name)s “%(escaped_object)s”? Todos " +"os seguintes itens relacionados serão 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 "Esqueceu-se das suas credenciais de login?" + +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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Paginação de %(name)s itens" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginação %(name)s" + +msgid "Show all" +msgstr "Mostrar todos" + +msgid "Popup closing…" +msgstr "Encerramento de popup…" + +#, python-format +msgid "Search %(name)s" +msgstr "Pesquisar %(name)s" + +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 "Caso se tenha esquecido, você é:" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..aec11ff70167639027d44511d9eb177a8be0c051 GIT binary patch literal 18964 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..219126b --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,833 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Allisson Azevedo , 2014 +# Bruce de Sá , 2019 +# bruno.devpod , 2014 +# Carlos Cadu “Cadu” Leite , 2019 +# Carlos Cadu “Cadu” Leite , 2019 +# 4d0174b27b7822abd7a4a8c03ed19a69_59a53b9 , 2016 +# dudanogueira , 2012 +# Eduardo Felipe Castegnaro , 2024-2025 +# 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\n" +"Last-Translator: Eduardo Felipe Castegnaro , 2024-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" +msgstr "Executar" + +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 "Save" +msgstr "Salvar" + +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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Paginação de %(name)s itens" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginação %(name)s" + +msgid "Show all" +msgstr "Mostrar tudo" + +msgid "Popup closing…" +msgstr "Popup fechando…" + +#, python-format +msgid "Search %(name)s" +msgstr "Busca %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..160019c2e4e14537e68da0da453a23b2a0eff31a GIT binary patch literal 5332 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..9c9b7ec --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -0,0 +1,368 @@ +# 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-2025 +# Felipe Silveira (Felipebros) , 2025 +# Gabriel da Mota , 2023 +# fa9e10542e458baef0599ae856e43651_13d2225, 2012 +# Heron Fonsaca, 2026 +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Heron Fonsaca, 2026\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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % " +"1000000 == 0 ? 1 : 2;\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 \"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 \"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 Run button rather than the Save " +"button." +msgstr "" +"Você selecionou uma ação e não fez nenhuma alteração nos campos individuais. " +"Você provavelmente está procurando o botão Executar em vez 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" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +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 "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Escolha uma data" + +msgid "Yesterday" +msgstr "Ontem" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Amanhã" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/django.po new file mode 100644 index 0000000..f328477 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ro/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e681dde --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..4fdd3fdcdc16abfa1e4846b7864ec835d12c8207 GIT binary patch literal 24391 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 J1TdSn|3CVvZ;b!| literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po new file mode 100644 index 0000000..e503ebe --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,821 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Alex Ibragimov, 2021 +# Ivan Ivaschenko , 2013 +# Denis Darii , 2011 +# Dimmus , 2011 +# Eugene , 2016-2017 +# crazyzubr , 2020 +# Sergey , 2016 +# Jannis Leidel , 2011 +# SeryiMysh , 2020 +# Алексей Борискин , 2012-2015,2022-2026 +# Дмитрий , 2019 +# Bobsans , 2018 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 07:05+0000\n" +"Last-Translator: Алексей Борискин , 2012-2015,2022-2026\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" +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 "Save" +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 "Действие" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Паджинация записей %(name)s " + +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 "" +"Данный объект не имеет истории изменений. Возможно, он был добавлен не через " +"данный административный сайт." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Паджинация %(name)s" + +msgid "Show all" +msgstr "Показать все" + +msgid "Popup closing…" +msgstr "Всплывающее окно закрывается..." + +#, python-format +msgid "Search %(name)s" +msgstr "Искать %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ru/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..881f58d702c519ac8074db9d6745a9948303da53 GIT binary patch literal 6617 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 h^7vTV5{TIqsNge, 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-2026 +# Андрей Щуров , 2016 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Алексей Борискин , " +"2012,2014-2015,2022-2023,2025-2026\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 Run 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 вечера" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "Choose a Time" +msgstr "Выберите время" + +msgid "Choose a time" +msgstr "Выберите время" + +msgid "Cancel" +msgstr "Отмена" + +msgid "Today" +msgstr "Сегодня" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Выберите дату" + +msgid "Yesterday" +msgstr "Вчера" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Завтра" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +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 "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..7a905c9a0a120205651d03f02f465164629188f5 GIT binary patch literal 17887 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po new file mode 100644 index 0000000..ddd2e93 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/django.po @@ -0,0 +1,806 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Zahradník, 2023-2026 +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 07:05+0000\n" +"Last-Translator: Adam Zahradník, 2023-2026\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" +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 "Save" +msgstr "Uložiť" + +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 "" + +#, 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 "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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Zobraziť všetky" + +msgid "Popup closing…" +msgstr "Vyskakovacie okno sa zatvára…" + +#, python-format +msgid "Search %(name)s" +msgstr "" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5a8f233e5c2136de794ca151ce52664cbd467075 GIT binary patch literal 5133 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 Ct!DoK literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..d66f9eb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sk/LC_MESSAGES/djangojs.po @@ -0,0 +1,322 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Adam Zahradník, 2023,2025-2026 +# 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: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2026-06-01 07:59+0000\n" +"Last-Translator: Adam Zahradník, 2023,2025-2026\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 "" +"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 "Píšte do tohto poľa pre vyfiltrovanie dostupných %s." + +msgid "Filter" +msgstr "Filtrovať" + +#, javascript-format +msgid "Choose all %s" +msgstr "Vybrať všetky %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Vybrať vybrané %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Odstrániť vybrané %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Vybrané %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 "Píšte do tohto poľa pre vyfiltrovanie označených %s." + +msgid "(click to clear)" +msgstr "" + +#, javascript-format +msgid "Remove all %s" +msgstr "Odstrániť všetky %s" + +#, 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 Run button rather than the Save " +"button." +msgstr "" + +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" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.mo b/env/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 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/django.po new file mode 100644 index 0000000..3993498 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sl/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..08a77f6 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..ca91b8a76c3d7385a6f1f4b5056cf495635aef7a GIT binary patch literal 18813 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po new file mode 100644 index 0000000..d9445a4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/django.po @@ -0,0 +1,803 @@ +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\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" +msgstr "" + +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 "Emër modeli" + +msgid "Add link" +msgstr "Shtoni lidhje" + +msgid "Change or view list link" +msgstr "Ndryshoni, ose shihni lidhje liste" + +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 "" +"Pasi të keni krijuar një përdoruesi, do të jeni në gjendje të përpunoni më " +"tepër mundësi përdoruesi." + +msgid "Error:" +msgstr "Gabim:" + +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 "Save" +msgstr "Ruaje" + +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ë sjellë fshirjen e " +"objekteve të lidhura me të, por llogaria juaj s’ka lehe të fshijë objekte të " +"llojeve vijuese:" + +#, 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ë dojë doemos fshirjen e " +"objekteve vijues të mbrojtur që lidhen 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 "Harruat kredencialet tuaja për hyrje?" + +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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "" + +msgid "Show all" +msgstr "Shfaqi krejt" + +msgid "Popup closing…" +msgstr "Mbyllje flluske…" + +#, python-format +msgid "Search %(name)s" +msgstr "Kërko për %(name)s" + +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 "Në rast se e harruat, jeni:" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..7d307f1c9d40f4f282c353896f8b3648535029d5 GIT binary patch literal 5275 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 A^#A|> literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..f7d4592 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sq/LC_MESSAGES/djangojs.po @@ -0,0 +1,356 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Besnik Bleta , 2011-2012,2015 +# Besnik Bleta , 2020-2023,2025-2026 +# Besnik Bleta , 2015,2017 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Besnik Bleta , " +"2020-2023,2025-2026\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 Run 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 “Xhiroje”, 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." + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" + +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 "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Zgjidhni një Datë" + +msgid "Yesterday" +msgstr "Dje" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Nesër" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..af1d7270f96e1adb61f6018786aa166d91f1aaf7 GIT binary patch literal 23495 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 V*Pc%H)c?ZWwCZtmGwY<|{{wBt{uTfL literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po new file mode 100644 index 0000000..5cb9a67 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/django.po @@ -0,0 +1,821 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018 +# Igor Jerosimić, 2019,2021,2023-2026 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Igor Jerosimić, 2019,2021,2023-2026\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-у да бисте обележили више од једне " +"ставке." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Изабери овај објекат за радњу - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "Апликација \"%s\" није пронађена." + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Грешка у бази података" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr ", " + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "...и још %(count)d објекат." +msgstr[1] "...и још %(count)d објекта." +msgstr[2] "...и још %(count)d објеката." + +#, 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" +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 "Мрвице" + +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 "Save" +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 "Filter by %(field_name)s" +msgstr "Филтрирај по %(field_name)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” би резултирало брисањем " +"повезаних објеката, али ваш налог нема дозволу за брисање следећих типова " +"објеката:" + +#, 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 "Радња" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Уноси пагинације %(name)s" + +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 "" +"Овај објекат нема забележен историјат измена. Вероватно није додат кроз овај " +"сајт за администрацију." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Пагинација %(name)s" + +msgid "Show all" +msgstr "Прикажи све" + +msgid "Popup closing…" +msgstr "Попуп се затвара..." + +#, python-format +msgid "Search %(name)s" +msgstr "Претрага %(name)s" + +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 "Logout" +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 "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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..539f3c4a3266e08a7a18fdfe42d36db5ea2bc432 GIT binary patch literal 8033 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 KKcYJCvHt`Ax?@ZL literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..d54a346 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr/LC_MESSAGES/djangojs.po @@ -0,0 +1,372 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Branko Kokanovic , 2018 +# Igor Jerosimić, 2021,2023,2025-2026 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Igor Jerosimić, 2021,2023,2025-2026\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 Run 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ч" + +msgid "server" +msgstr "сервер" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +"Напомена: Унесите време у %(timezone)s временској зони. (Ви сте %(offset)s " +"сат испред.)" +msgstr[1] "" +"Напомена: Унесите време у %(timezone)s временској зони. (Ви сте %(offset)s " +"сата испред.)" +msgstr[2] "" +"Напомена: Унесите време у %(timezone)s временској зони. (Ви сте %(offset)s " +"сати испред.)" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +"Напомена: Унесите време у %(timezone)s временској зони. (Ви сте %(offset)s " +"сат иза.)" +msgstr[1] "" +"Напомена: Унесите време у %(timezone)s временској зони. (Ви сте %(offset)s " +"сата иза.)" +msgstr[2] "" +"Напомена: Унесите време у %(timezone)s временској зони. (Ви сте %(offset)s " +"сати иза.)" + +msgid "Choose a Time" +msgstr "Одаберите време" + +msgid "Choose a time" +msgstr "Одабир времена" + +msgid "Cancel" +msgstr "Поништи" + +msgid "Today" +msgstr "Данас" + +msgid "Today (%(date)s)" +msgstr "Данас (%(date)s)." + +msgid "Choose a Date" +msgstr "Одаберите датум" + +msgid "Yesterday" +msgstr "Јуче" + +msgid "Yesterday (%(date)s)" +msgstr "Јуче (%(date)s)" + +msgid "Tomorrow" +msgstr "Сутра" + +msgid "Tomorrow (%(date)s)" +msgstr "Сутра (%(date)s)" + +msgid "Previous (%(month)s %(year)s)" +msgstr "Претходно (%(month)s %(year)s)" + +msgid "Next (%(month)s %(year)s)" +msgstr "Следеће (%(month)s %(year)s)" + +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 "%(month)s %(day)s, %(year)s" +msgstr "%(day)s %(month)s %(year)s" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "%s (данас, тренутни избор)" + +#, javascript-format +msgid "%s (today)" +msgstr "%s (данас)" + +#, javascript-format +msgid "%s (current selection)" +msgstr "%s (тренутни избор)" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..237c80dfdd3cb776296ca1d62564224866734f31 GIT binary patch literal 18813 zcmc(ldz4*OeaDZ00s%$T`rx74XkelFR^P4G)wlY8(w@TuSo zcsBTQ@TK6}!1KU=^Uu$DQV_g|`-{N~!TsO~;QgTH`6$RIg1-Py2EPKH2>vywPag5_ z{{dA0AA+Lm^d|?wDd1XA_Zz^cfjdFXH{&q@)vpAf0KOc2F?ayfcfJOm3Vs7rzwdyr z1pfhi4S35_g5WgphoIJb0z_#3XMh@KKu8Ln=W!$WbnbV7XMi#I3~&L|`tAas5566Q zMZxF65%BAvzJCHA(eu+ljXxKBEI8($UjVM+ek-W;>;gr{UQqpFQ1qps_|XUT{WpT= zgTDugj)%Z!f?xCRe+26LXENwk@GP(d?*cyrp30)8!B2qi1fRpC>i>Cg4fqhq5`rIs zqW|=>g5dGsGeOZg3W~l5D+ngQ&w!%iKS6!}@y4y|98lkT z4ygUQ2$Vi-14Zw45RnhA2iekK2GqJ=3F`ZA0>#I-gQD|ZQ0w{-sChpDYTk#y=YdDS zG4SzhrsU-kQ0ojq?ZZA$e0zhxe+Q_2elMu+{ShdBeG1h4p9e+X!{7(Oe*`t}y{jF) z4}xpCKLTpp>CXv*%fP3Ah*B^Kz5q->L_c^ZXuywwlKY3j26!F9Bfjnj$HBh@uLn=y zW81+!p!oexa1S_ko|BhXgD>O$jiC7Q1Msonzj^!*Q2cq!`EFmH3_@zK+T&Ib5`tOq zWbjTydRX_d=Aui9|pz8Z-Xxc{~kO5j*Phdz8}=Q9|Kist6L1o| zl1)4T{0&g{>22WSzz={YgC7C4FP{Q6{xB$cI072*$DsE8taWZ*uL1S^29PZe=0VN# z4v+5wwZ8X(PXIpx?gsx96o1ZUvQ^--JU$QnW$rHo-vE9b6n$5%cYNLs>V6i~zNVn$ z{ti%ja1cbbgAagbfDifmZ-SyL*x=;&6i|A65%}}qb)e{Y9jJNk0!8n8K#jW}d?NS& zsP+5>sPBIr)IR(G`vEV-c{I9^%N zfGJOR9% z`%6JP52*LA1vUNvh=~pE0};94^PuSY7f|%iUhMdrfx3Sc_%iTLQ1g8cd>#1Dpyc8< zlr04B0mYvaF~-`T(?EUqZ173oYEbiC=y4OMec1+z&$~gb>t;}LoPeV97XSWDp!o21 zQ1gEf)cl_THSR%B^Lzyq9Y?^YgWm_A44!z2lZ&T;+W+;So?i~04ekcd1bg6K@KxZ; z!6V>Hzz}79Gx#x(Eeo!}NND_iP~+|f_1$-aPXXWW@pJz9*Ff>_o1oI1yv5 zeOwJ{o(n+r+v@LkfLh1RpyX-+6dw+PY<=({a2)&|C_8%ACKpFs28!=DgBqWM;@h2| z?A1X~-@DJ>e;j-&_YZ=i?{C1@gFgn>g0H^Z;rqbzx&JDt_5K&Q9z1!o)6W-zh(d4^ zsCn)J4fsCrcJRyKdEhly1i=n412z9=!0W&tfZM>0SGw=t0Zws$<`yR}1sHMv3V;7? zP;&5(;A6obflmW}0-g*0+*YR-7k~}!LvS7VX7E(-)1dh91yFqd2B>v?8XmdBTZF>Tb}OZRT_*V6NzzZQ?LrS13k zw}8J(%V_udXDuiiJIsSeBLVNvKfBihL<*%o~-|*MJ1^$k|{&n!P zw6*^J22gs87+C*+8MglZPr&nN*VFWq?CAG;+B0dpb>n{zfFGj0y?Oxt0qukS{uew- z{$&&XnD%b}On^!T`)DWYhTmb@>Gldg?eQhxtNit6K*`dRX=l+k((a(?w?KP`y>fBR zm%08^e}52MO?w;dR{tyoM`$0V{h@zWfN!9^f_5G4w`r37FVU*sr@44P?S7h}>9>lu zgZ5h8@Y_X09fG&e&ZWJEHcQj*W3;nre@=TVO~2oxZMRqG9f;`(`n2`_*}K3`(7Low z(XOG*(Oyj3M0+CbIkcQML)$>xN!vrKe&=w}rrqoxJOfl>e+K%GpMl~&8H(QtpHn*6l)uNxH*4^Y5!Xzzbql|am6msCWdJdlUqiib8 zBfmHHWhYMBx`6$+X~KP4^=;|Y93<~!*$w~F^1?l~?C{S$Sh8YA=TdRlJdMzpg|vio zeKs$PLReu!Q|3`N>R-T@smO#=oyZiaiCS>9o3hpFW73}H&G}NNV_Dc@23D3V7+nRM z>B#&@kH44?lS1>j4KZ*8hB(qIskEz!@@CkJT6>39waI9Y*aZ!mPCK1+K2By3sE(yN zE~0L3=3_^%-*DD`928XBS(8#}$T2?Yh(f!PmWYY7Mx~B zKxGB|N=MC9S;+DrU`^{uoQpWWFtZ`1t`}w9IL{HXWyWY=SBiyRl*`;y%v(zGkYxA{ zmHqk|_vokn%>N@RP|+=MZe2rVXU3$AxR4T&Op3Va;*KqI1QF@-Xv9CwvE1%euqADl zUBix=~i;1;q~K$ad@NF=gdbqZ0x4%pcpPIZ3L3rMdndqt%6&B znnaD@YQ;cu$XCZL9K8a)oNMb^f~!+(N-LdDWS+3LaHfN48a3E|`=r~&(<#hCT|%=x zY>rB6oCdgHpuoKIR$odnzT2j)*KegRCd;B`6r*+Yu_TWgjIfM$H*80BY~X?rI7A?6 z{c5%KcCIX%fn57)o)FM6qB$Ei+m6S1FYGERXhm5g*ao*Xe;wN3%G`$7sK$g@G!bmG z0YkUMV-n!h`piz@SP>tVh?!ty7aL;39IYP->Nd=d)a|shCQ}hR?L1to5nP+jV46Ib za3=IOX<6tY8=Nheoi>Qmy?dOt%U-Zufg#ca2e&U&9}RX43Gqa*BjuleR}3OH;L>Y6ZX+C=@Ykv&Q`%3WqGhGoQaGgm1(4X%f^CZ5-ME z?%;at0_lL)E^fPNKk{Ivv$PA3GMO@-Av9(<@V&lFf=OJt{bRq1qX2D^HF$_%F+qvc zkho|jjj`PoFZ;V(jv|;O9Bs~eAX4%v+@#GA6@J%OTDnvBrO(`yuD{~i<@uyd{mM?A z`=<-epYUKBmGfn5=y^M%fn^CfjjOoWW~Jc9FQG z2qtj{P^|q%D(B^M$ylR|^8>%43F<*GPKlTeAaLf(Cs!oUfMP3hhA*a4Ck4&b_1=UOPBn{QvIsNG z(L#@9^L{L!f=_o zS%Q_6zQ-ON%3_jM$H25U{073s)lY_`92%s9ng$ z580M#xQ)ji@%ug^IDQIN9PocYLp`Of=CA`cNP+i6n07^(0!+D3HbX(1qTzZtR%RqG@vYjISth`@nIZAFMxlolh^R@55;WF% z2UpmsqV~up0d>4yi`|OZhqaQ{YB~kCvv#phv+e`V^bVB}tx*ZRg|7-QT0S-*ox*x7 zNW5HV>tswTwO_Ctu*&DDU%;sZyV2i?V7JtjzcVvbAOykGP80hz8rqENxwvIUouL$s}5pwS3{b#p5j6FU-5ZSw^>A{m54$4GR% z*tn9|sEG;NG+25~z2xJ#NepACv+X>L-5(urr4s))C>hz2)Bx!S1N#(H>8 zH8aqlkhKk^y3mO!8xAbpn$=CVQeE*Wi}XWnAdtM)$&L8XFgIEa5ow(m4@e)EIjXa1 z#naQIKQ>;nE8ApAsB)|o${Ky`9wCI)@-SIILX(+>9VMH#qVlt<^P$$U!TL7opyOF( zvPGab%35))eLPf@rl^H3nM<^*Z6I)7Gcx2dLV@cIy@c1u`rF&R=$J;OcFe+zn_v;#*>YU0JHC{@AwG*bPyp!qkLm*{aE^>#eCB z+n&$Ft+6Z0nS5+_I$>7r+BtT8)Q{D5Yzwi`gxN5@{(`ab7mRJV(2QR+F@E9m$N83r9DMZ(!v3hM#9ZGE>5wvE8`+2}7JX z6{Alh*J78GwPs|tD0&m?))5Od2>r-;rlVUM==(ZHZv`Dc&AL3hT!CG(Ztbe=+qQ2V ztZ#i|eASgMP8{3K227YDy0uu>>kvR*qV3F(g^hc5Up02|pr5{o9*k{GnyDhC33KsO zT+~EQnCf$@cG(*3*i|I(`GiSa$u{43!6j55RK49elB`)jzH#GvbKZGIm*dagxPHCa zWX28MxxZ}VhU(R&8(*MHJ7WCO_2cID+uacQjIU+Pdd6&6d&#PR{dck8BOS&y=>8p-=Ys1%j(%n4>z#atzNud;p>J!42p~ zi>19RYJz-xySh3lT- zrX=iTVV}6bv~g{D!iJ8rw&oXK85{m^>Pr5_?jgnM)Q=C}Q+GXdpv|tNJ&{A_W-&iFl^W67?~MABaef?CdF`!L-~|3#u{~dm6RkS>hzYMc$zzD5QMXk_&_s|`hoGs=fgDW&6nTxwP zRYy^54&6c7PLxy{5Kjc#vpy9hDuX3ojQ{` zhW2>TjbZcV2td+BP7zCLHbkqE+?XA3#wey2mYyLFsyre%v%9^ z&UCY^G(n;q(>YdrX;}2(7mtg6hU_`+D5fVMD~p6#UX)?5+Z>%!V_k$*aDbv~sB_4& zyRM%RzPs!CgTWP6ve-4J6kgxMnxJDck%5QrL1q?{@X&z>sdaLMUU^eAY$^t4mDTq) z*)L#AYnH9R@jdNMYW>bqGqjwojcP7ffPzfbVv4vdb#TM~*#!0!Su};CVD+#+Cq6(4 zyk10RF%tPi-^L+kOEaE0lVagkR?dCtMn0jO#m|ZEQi}(-3QZC$%2P{IDw5-Fq#mBlcg^9(@qI-1En9Lnd9vgH#i`1 z`JNopGW|?ja@5xUw4ZsT4ac2Chu%^W!XJYhl9y%Nz_^m_EoX+`FEk8ZrZc5XFge*! zAR@-*2`o%XxbF2l4vsp%v|ezYYAfk$z>0H<^H!bh$J7~Tqh7#l>wfzRJ zFW8bDen1ffHce@WJ@q_D`G7^)NB-FJpgzr^=UAz*V@hrh1*6K(Xlba8XrP#|t_~pZ zODU$gNZ9)}K@wp~ItAkxO5KbgnM!B|!4#Nn1mpQwCd4%Ano(PDY(Z?=sRCph{tyR~ zW$PrA(XtQLDf@Y*!@L={opDH@F6!W5OFoFql_U$;*YePT5GJw?O-JDDcX58R$|)Y??ZNf=xaE&6B(C$6YOtD(oJnN1JfA$zbGwwMoYhHhZ(Y~&OP%P;m_#R3H~@(%3GtUXcX^V`!-j7p(pK5n0}kqhND>0RSk?_uIk@g7T^8>HFV zEB7gz6{=9;k0WAFf7viZU<3ft4YpQFj(m1QgiE0&r7)zmqkZjRU%bZC33hklLkBdj z9cE!$|2Y6DU&%avr>1FKpapE~0?)(iQOSjk9#+?9c7RKo!=t4&1y=x( zxY%LrkOo!;l-)`Zk!q(Df+9%hXITy4J^r||o%L&XxLYL|+H`x)TP{E1J-SEb^{u4% zLGHL0+hDoxJ+cgQTeejc4{mD5c?BMg4jD zI*i&5zl`gc$k<$(45L8om6=)pLoQcPskTQhR;X7#vg_dK!LWZ*DXKt4Ko72t8w0xFvJl#V%#P6(i$RGVv|Mj5K+PJ6Hns3hep_V z&)UmG*?~GdyLOvZf@VuPbwcQEu6SQn7Coi>UpLO}ktc<%5It0)4>tE?e66Rlr@nUc z2A+)n>O_seim*(A^*ps#ayw1>@<2qGO?*MYxgU}$)1Ot_r9)1iw|EvU>F_;D_;l{8 zz`*vit{(mjJX<}#5>Hnj8%|#LtsX2;W~VsbZnn~Bi&YvG4;SkE{NDXN+E=YDA?|wg z57#~a_rG1wh<{3ZNV@%&Eh0H5z6H;W0OALn_a|&~VVOckTW?)*mMbN40)kbgo9$a&30vn|%<;{#O}H>NBGvuJf1U zO4THd2+vGy00`mu0^SM{ZMw_KxY~qTW?G><6?TlolA>6{+)xXx6@4pFrk$mW&Pt0V z`rv?9=n8Anl4f)|5e7G?@T1ZQ3La2X!E_yn*CFuk3bJsTD?G1FQ?$}sY;9>qV7-b@ zm}E?EbvC@hTr2i2!fq0B27EM0D|W{v6dn5S;4q4^Q<2tJ2!=QD*T6j$faL|O>-4A- zKk{h&Pm2tu6ORUmKdA_STyTz{+~xriRv+~o z6=*BiA%j#z=TpdI=8is+9yMi~=vWDxt+?Q!tO>TMnDtQpSYr1Qp(hxuvpc5%l+acA z8+G++R+;l3Xa))fMHn@OGsB6xEBHt#d71V**mfC2k}DgeS{J5(4w9+>qG7h!kaegQ zj!MH)G!&H#2@X?K&&U+CbUFnmO+#yr11!MTFL1+3E47wD_dbWh1zO5L-7QMW@EcHx{;0Cx; zWjWSfDMnB&0ExhbRHP1Z1J8fdpvnZZI7u~$h7HD|z`0<569;LJLvY(U3aBd8BF}jj z*?|4yF2i6kq;E_H3H8LP#6t<8 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po new file mode 100644 index 0000000..b1e04f2 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/django.po @@ -0,0 +1,821 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Aco Jugo, 2024 +# Igor Jerosimić, 2019,2024-2026 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Igor Jerosimić, 2019,2024-2026\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" + +#, python-format +msgid "Delete selected %(verbose_name_plural)s" +msgstr "Briši označene objekte klase %(verbose_name_plural)s" + +#, python-format +msgid "Successfully deleted %(count)d %(items)s." +msgstr "Uspešno obrisano: %(count)d %(items)s." + +#, python-format +msgid "Cannot delete %(name)s" +msgstr "Neuspelo brisanje %(name)s" + +msgid "Delete multiple objects" +msgstr "Brisanje više objekata" + +msgid "Administration" +msgstr "Administracija" + +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 "Nema datuma" + +msgid "Has date" +msgstr "Ima datum" + +msgid "Empty" +msgstr "Prazno" + +msgid "Not empty" +msgstr "Nije 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 "" +"Molim vas unesite ispravno %(username)s i lozinku. Obratite pažnju da mala i " +"velika slova predstavljaju različite karaktere." + +msgid "Action:" +msgstr "Radnja:" + +#, python-format +msgid "Add another %(verbose_name)s" +msgstr "Dodaj još jedan objekat klase %(verbose_name)s." + +msgid "Remove" +msgstr "Obriši" + +msgid "Addition" +msgstr "Dodavanja" + +msgid "Change" +msgstr "Izmeni" + +msgid "Deletion" +msgstr "Brisanja" + +msgid "action time" +msgstr "vreme radnje" + +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 "opis objekta" + +msgid "action flag" +msgstr "oznaka radnje" + +msgid "change message" +msgstr "opis izmene" + +msgid "log entry" +msgstr "zapis u logovima" + +msgid "log entries" +msgstr "zapisi u logovima" + +#, python-format +msgid "Added “%(object)s”." +msgstr "Dodat objekat klase „%(object)s“." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Promenjen objekat klase „%(object)s“ - %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "Uklonjen objekat klase „%(object)s“." + +msgid "LogEntry Object" +msgstr "Objekat unosa loga" + +#, python-brace-format +msgid "Added {name} “{object}”." +msgstr "Dodat objekat {name} \"{object}\"." + +msgid "Added." +msgstr "Dodato." + +msgid "and" +msgstr "i" + +#, python-brace-format +msgid "Changed {fields} for {name} “{object}”." +msgstr "Izmenjena polja {fields} za {name} \"{object}\"." + +#, python-brace-format +msgid "Changed {fields}." +msgstr "Izmenjena polja {fields}." + +#, python-brace-format +msgid "Deleted {name} “{object}”." +msgstr "Obrisan objekat {name} \"{object}\"." + +msgid "No fields changed." +msgstr "Bez izmena u poljima." + +msgid "None" +msgstr "Ništa" + +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." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Izaberi ovaj objekat za radnju - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "Aplikacija \"%s\" nije pronađena." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "Objekat {name} \"{obj}\" uspešno dodat." + +msgid "You may edit it again below." +msgstr "Možete ga izmeniti opet ispod" + +#, 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." + +#, 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." + +#, 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." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "Objekat {name} \"{obj}\" uspešno izmenjen." + +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." + +msgid "No action selected." +msgstr "Nije izabrana nijedna akcija." + +#, python-format +msgid "The %(name)s “%(obj)s” was deleted successfully." +msgstr "Objekat „%(obj)s“ klase %(name)s je uspešno obrisan." + +#, 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?" + +#, python-format +msgid "Add %s" +msgstr "Dodaj objekat klase %s" + +#, python-format +msgid "Change %s" +msgstr "Izmeni objekat klase %s" + +#, python-format +msgid "View %s" +msgstr "Pregled %s" + +#, 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." + +msgid "Database error" +msgstr "Greška u bazi podataka" + +#, 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" + +#, python-format +msgid "0 of %(cnt)s selected" +msgstr "0 od %(cnt)s izabrano" + +msgid "Delete" +msgstr "Obriši" + +#, 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. +#, python-format +msgid "%(class_name)s %(instance)s" +msgstr "%(class_name)s %(instance)s" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr ", " + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "...i još %(count)d objekat." +msgstr[1] "...i još %(count)d objekta." +msgstr[2] "...i još %(count)d objekata." + +#, 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" + +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 "%(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 "Ž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 "" +"Desila se greška. Prijavljena je administratorima sajta preko e-pošte i " +"trebalo bi da uskoro bude ispravljena. Hvala Vam na strpljenju." + +msgid "Run" +msgstr "Pokreni" + +#, python-format +msgid "Select all %(total_count)s %(module_name)s" +msgstr "Izaberi sve %(module_name)s od %(total_count)s ukupno." + +msgid "Clear selection" +msgstr "Poništi izbor" + +msgid "Breadcrumbs" +msgstr "Mrvice" + +msgid "Model name" +msgstr "Ime modela" + +msgid "Add link" +msgstr "Dodaj vezu" + +msgid "Change or view list link" +msgstr "Pogledaj ili promeni vezu liste" + +msgid "Add" +msgstr "Dodaj" + +msgid "View" +msgstr "Pregled" + +msgid "You don’t have permission to view or edit anything." +msgstr "Nemate dozvole da pogledate ili izmenite bilo šta." + +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." + +msgid "Error:" +msgstr "Greška:" + +msgid "Change password" +msgstr "Promena lozinke" + +msgid "Set password" +msgstr "Postavi lozinku" + +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." + +#, python-format +msgid "Enter a new password for the user %(username)s." +msgstr "Unesite novu lozinku za korisnika %(username)s." + +msgid "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +" Ova akcija ćeomogućiti autentifikaciju zasnovanu na " +"lozinki za ovog korisnika." + +msgid "Disable password-based authentication" +msgstr "Onemogući autentifikaciju zasnovanu na lozinki" + +msgid "Enable password-based authentication" +msgstr "Omogući autentifikaciju zasnovanu na lozinki" + +msgid "Skip to main content" +msgstr "Pređi na glavni sadržaj" + +msgid "Welcome," +msgstr "Dobrodošli," + +msgid "View site" +msgstr "Pogledaj sajt" + +msgid "Documentation" +msgstr "Dokumentacija" + +msgid "Log out" +msgstr "Odjava" + +#, python-format +msgid "Add %(name)s" +msgstr "Dodaj objekat klase %(name)s" + +msgid "History" +msgstr "Istorijat" + +msgid "View on site" +msgstr "Pregled na sajtu" + +msgid "Filter" +msgstr "Filter" + +msgid "Hide counts" +msgstr "Sakrij brojanje" + +msgid "Show counts" +msgstr "Prikaži brojanje" + +msgid "Clear all filters" +msgstr "Obriši sve filtere" + +msgid "Save" +msgstr "Sačuvaj" + +msgid "Remove from sorting" +msgstr "Izbaci iz sortiranja" + +#, python-format +msgid "Sorting priority: %(priority_number)s" +msgstr "Prioritet sortiranja: %(priority_number)s" + +msgid "Toggle sorting" +msgstr "Uključi/isključi sortiranje" + +msgid "Toggle theme (current theme: auto)" +msgstr "Uključi/isključi temu (trenutna tema: auto)" + +msgid "Toggle theme (current theme: light)" +msgstr "Uključi/isključi temu (trenutna tema: svetla)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Uključi/isključi temu (trenutna tema: tamna)" + +#, python-format +msgid "Filter by %(field_name)s" +msgstr "Filtriraj po %(field_name)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 "" +"Brisanje %(object_name)s “%(escaped_object)s” bi rezultiralo brisanjem " +"povezanih objekata, ali vaš nalog nema dozvolu za brisanje sledećih tipova " +"objekata:" + +#, 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 sledeć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 "" +"Da li ste sigurni da želite da obrišete %(object_name)s " +"“%(escaped_object)s”? Sve sledeće povezane stavke će biti obrisane:" + +msgid "Objects" +msgstr "Objekti" + +msgid "Yes, I’m sure" +msgstr "Da, siguran sam" + +msgid "No, take me back" +msgstr "Ne, hoću nazad" + +#, 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:" + +#, 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:" + +#, 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:" + +msgid "Delete?" +msgstr "Brisanje?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " %(filter_title)s " + +msgid "Summary" +msgstr "Sumarno" + +msgid "Recent actions" +msgstr "Skorašnje akcije" + +msgid "My actions" +msgstr "Moje akcije" + +msgid "None available" +msgstr "Nema podataka" + +msgid "Added:" +msgstr "Dodato:" + +msgid "Changed:" +msgstr "Izmenjeno:" + +msgid "Deleted:" +msgstr "Obrisano:" + +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. Proverite 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 "" +"Prijavljeni ste kao %(username)s, ali nemate ovlašćenja da pristupite ovoj " +"strani. Da li želite da se prijavite pod nekim drugim nalogom?" + +msgid "Forgotten your login credentials?" +msgstr "Zaboravili ste svoje akreditive za prijavu?" + +msgid "Toggle navigation" +msgstr "Uključi/isključi meni" + +msgid "Sidebar" +msgstr "Bočna traka" + +msgid "Start typing to filter…" +msgstr "Počnite da kucate da biste filtrirali…" + +msgid "Filter navigation items" +msgstr "Filtrirajte stavke navigacije" + +msgid "Date/time" +msgstr "Datum/vreme" + +msgid "User" +msgstr "Korisnik" + +msgid "Action" +msgstr "Radnja" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Unosi paginacije %(name)s" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "unos" +msgstr[1] "unosa" +msgstr[2] "unosa" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Paginacija %(name)s" + +msgid "Show all" +msgstr "Prikaži sve" + +msgid "Popup closing…" +msgstr "Popup se zatvara..." + +#, python-format +msgid "Search %(name)s" +msgstr "Pretraga %(name)s" + +msgid "Search" +msgstr "Pretraga" + +#, 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 "ukupno %(full_result_count)s" + +msgid "Save as new" +msgstr "Sačuvaj kao novi" + +msgid "Save and add another" +msgstr "Sačuvaj i dodaj sledeći" + +msgid "Save and continue editing" +msgstr "Sačuvaj i nastavi sa izmenama" + +msgid "Save and view" +msgstr "Snimi i pogledaj" + +msgid "Close" +msgstr "Zatvori" + +#, python-format +msgid "Change selected %(model)s" +msgstr "Izmeni odabrani model %(model)s" + +#, python-format +msgid "Add another %(model)s" +msgstr "Dodaj još jedan model %(model)s" + +#, python-format +msgid "Delete selected %(model)s" +msgstr "Obriši odabrani model %(model)s" + +#, python-format +msgid "View selected %(model)s" +msgstr "Izabran prikaz %(model)s" + +msgid "Logout" +msgstr "Odjavi se" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Hvala što ste danas proveli vreme na ovom sajtu." + +msgid "Log in again" +msgstr "Ponovna prijava" + +msgid "Password change" +msgstr "Izmena lozinke" + +msgid "Your password was changed." +msgstr "Vaša lozinka je izmenjena." + +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." + +msgid "Change my password" +msgstr "Izmeni 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 proverimo da li ste je " +"pravilno uneli." + +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, verovatno 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 "" +"Poslali smo Vam uputstva za postavljanje lozinke, ukoliko nalog sa ovom " +"adresom postoji. Trebalo bi da ih dobijete uskoro." + +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." + +#, 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." + +msgid "Please go to the following page and choose a new password:" +msgstr "Idite na sledeću stranicu i postavite novu lozinku." + +msgid "In case you’ve forgotten, you are:" +msgstr "U slučaju da ste zaboravili, vi ste:" + +msgid "Thanks for using our site!" +msgstr "Hvala što koristite naš sajt!" + +#, python-format +msgid "The %(site_name)s team" +msgstr "Ekipa sajta %(site_name)s" + +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." + +msgid "Email address:" +msgstr "Adresa e-pošte:" + +msgid "Reset my password" +msgstr "Resetuj moju lozinku" + +msgid "Select all objects on this page for an action" +msgstr "Izaberite sve objekte na ovoj stranici za radnju" + +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 izmenu" + +#, python-format +msgid "Select %s to view" +msgstr "Odaberi %s za pregled" + +msgid "Date:" +msgstr "Datum:" + +msgid "Time:" +msgstr "Vreme:" + +msgid "Lookup" +msgstr "Pretraži" + +msgid "Currently:" +msgstr "Trenutno:" + +msgid "Change:" +msgstr "Izmena:" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..0aa12d507f81b9b59b6882959c86fdc0bf44a14b GIT binary patch literal 6770 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..1abbb2c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sr_Latn/LC_MESSAGES/djangojs.po @@ -0,0 +1,371 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Igor Jerosimić, 2019,2021,2023-2026 +# Jannis Leidel , 2011 +# Janos Guljas , 2011-2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Igor Jerosimić, 2019,2021,2023-2026\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 Run button rather than the Save " +"button." +msgstr "" +"Izabrali ste akciju i niste napravili nikakve izmene u pojedinačnim poljima. " +"Verovatno tražite dugme „Pokreni“ umesto dugmeta „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č" + +msgid "server" +msgstr "server" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +"Napomena: Unesite vreme u %(timezone)s vremenskoj zoni. (Vi ste %(offset)s " +"sat ispred.)" +msgstr[1] "" +"Napomena: Unesite vreme u %(timezone)s vremenskoj zoni. (Vi ste %(offset)s " +"sata ispred.)" +msgstr[2] "" +"Napomena: Unesite vreme u %(timezone)s vremenskoj zoni. (Vi ste %(offset)s " +"sati ispred.)" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +"Napomena: Unesite vreme u %(timezone)s vremenskoj zoni. (Vi ste %(offset)s " +"sat iza.)" +msgstr[1] "" +"Napomena: Unesite vreme u %(timezone)s vremenskoj zoni. (Vi ste %(offset)s " +"sata iza.)" +msgstr[2] "" +"Napomena: Unesite vreme u %(timezone)s vremenskoj zoni. (Vi ste %(offset)s " +"sati iza.)" + +msgid "Choose a Time" +msgstr "Odaberite vreme" + +msgid "Choose a time" +msgstr "Odabir vremena" + +msgid "Cancel" +msgstr "Poništi" + +msgid "Today" +msgstr "Danas" + +msgid "Today (%(date)s)" +msgstr "Danas (%(date)s)" + +msgid "Choose a Date" +msgstr "Odaberite datum" + +msgid "Yesterday" +msgstr "Juče" + +msgid "Yesterday (%(date)s)" +msgstr "Juče (%(date)s)" + +msgid "Tomorrow" +msgstr "Sutra" + +msgid "Tomorrow (%(date)s)" +msgstr "Sutra (%(date)s)" + +msgid "Previous (%(month)s %(year)s)" +msgstr "Prethodno (%(month)s %(year)s)" + +msgid "Next (%(month)s %(year)s)" +msgstr "Sledeće (%(month)s %(year)s)" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "%(day)s %(month)s %(year)s" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "%s (danas, trenutni izbor)" + +#, javascript-format +msgid "%s (today)" +msgstr "%s (danas)" + +#, javascript-format +msgid "%s (current selection)" +msgstr "%s (trenutni izbor)" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..89348be5873bbba9e20b4cfd689d20bf071a7f2d GIT binary patch literal 18145 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po new file mode 100644 index 0000000..820965c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/django.po @@ -0,0 +1,816 @@ +# 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 +# Daniel Nylander , 2025 +# 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\n" +"Last-Translator: Daniel Nylander , 2025\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" +msgstr "Kö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 "Save" +msgstr "Spara" + +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 "" +"Om du tar bort %(object_name)s “%(escaped_object)s” kommer relaterade objekt " +"att tas bort, men ditt konto har inte behörighet att ta bort följande typer " +"av objekt:" + +#, python-format +msgid "" +"Deleting the %(object_name)s “%(escaped_object)s” would require deleting the " +"following protected related objects:" +msgstr "" +"För att ta bort %(object_name)s “%(escaped_object)s” måste följande skyddade " +"relaterade objekt tas bort:" + +#, 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”? " +"Alla 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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Sidnumrering %(name)s-poster" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Sidnumrering %(name)s" + +msgid "Show all" +msgstr "Visa alla" + +msgid "Popup closing…" +msgstr "Popup stängs…" + +#, python-format +msgid "Search %(name)s" +msgstr "Sök efter %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sv/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/sw/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..5806dd9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/django.po new file mode 100644 index 0000000..3a3cf1b --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ta/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/django.mo b/env/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 zcmdUzeT-b^RmR^YOEpb|_i4@^PLO75;$H-g)kO@B5zjoaa2}+`IGERqsCG_)K&B631sQb?!L$%zOCa^M~(q z?pMJ-0zV4g_%qI32YwQ~6`TTp0elwJl2^d@f^UMDa=#1yEcgfc{XfsI{{ZCAy~P)% z-P_>Lf&U0z1O68%d)Ewvc^?L^V!R^93iy7;J3#IC*?b&K>d1^5OiI~`E*yba3Ee}eMsipztY>%r?84}n_09lR0T3tj>~2+GbE!FPjS z0{4TDf|}m}#mA38&HHhF{XanMb164v=SuKu@B^UYUJ1(HI#BW4o#QT0JbW%6H$mm+ z*Fa3V-voadd=A_Veh)kbUc+Yc=eI!Z^BkynzXM(iejn6+e+7O3d>i}__!Cfeuf++i z{|G2vKL*OqEui+_3bK`}f%5+gpz{1>Q1iY9t^!YizX*OG90mUxRQ|6eD5!VCpzN;& zmA6efZUe>NE|5RBpD+141!~_0csn=;YTtQKdVCWk1a}s^3H)PlJ@_x6{J8B3xCTE3 zD$a*;d<4|`CqP_uPv+O31Lfa*j^E9%e-AwIF6aIX{3iFOAVK?FN$}ct7Z`(I1P8&t z1?Be#AzS_}2gTdXpz3l9_z`dd#8r1JA3p`M)O{Cx0Q^%>`&1CI);|a?1CN8+=iA_2 z;19qp;D;bv>pu_P0%qV2@SC9W_|M=*@M=V%{OBBd=~r)_$Q#^*pJa!a0-;aKg{u;KwNZ}k(A5f@jCEE#w&12er^Xp1|9|3 z(tQhD1^zxL9{(QP1O7X>6Wj@j;_+F&#N(Sez6Hv!OFrz}J>VK}9BhFe{0p!O{wuf- zKR!+I?*-=xR&ianEbw!Ej-Lm`?{9-_?fw#!-JgJK!Mkq=I)4aMyf1>{>n!+5@JHb7 z;LSLx>j%MM@HfEa;P2)5H{hokzaLUk%>(ZPe+c5LyN$`x(HN-lcs@P?B1!icDF07_ z{JA&y65nru9|eC5eh$2jf#P@wRKA`Bwf+pK`>%sfgV(H}=D~ST{`?y#zMBN0x;hSO z{Tc99@HJ5T{v9aYTt)J<|C$`Pg70Fi9P4u%2Naec+0^=t`4zUa=hQZEdwxwIn_GIu z($J?kKF+ba=elyC`gkwLW{%HrC?DcNdv>U?o3S-u1a7 zfa!S`=a+C?nqRvt$F1P?9F)1$@n^w^V;_e;BOIzDX$Z;LXEI0iL4EGzK(^Mu_k+^! zdXC~F9q3c#SZ8OUSL^hC4(VH;_i_9Rht&zFI##XI3arNh&U0+yxSB&BX=h9)%U4ds zt!B0=^~+Z_t1}TNv(?m3OjnyzQO&2ViHRspCtHoi-0-54qa<2-c9dWk^F`b=bJ+%{Kp$Ze9}XeRYDtu*uFQ8%o5lVvqF z&0>EjN+x4it6JhyA2)qA9nB2;ov|kXmQPm?M=WROT=v6mdpzaq%^ZAns+tetR>sBn zVC#_E8O@eXR@}~*zkH9~1R^OhM38G9|osf3W`UA4jUaRT=os$4I;x~SE$6Gk!af0XJN^xIaT3c9(wpSE6$n=7)=2pskXj>riQ(jp_%HOSHql+suE1iH>{K34F%V~y5~8Y-zpm9pw(5C z+MSDAE07e06MAFCg*N6V8`Y`e+}b>QxgaV(L)V1|r>$WzsS|Q>KIcfH1X-^YXGwG@ zal4aPmxs31hVF|JMPKnXYyJa!qC*tV(2jJfUK_fnHI)vH#T7rWd)L^|rX;eqGo;5& z#jhD%ef!Yp>Y>$Z{p#B)x2(NsboJ;c6NmOhhwHN0H*ak*Z}g^7J_FlnT|;9@wV5`m zJT5E#6Fg-R&i1H|+Weh(!|?8g4TtN^$@nhTG^bj`Iy8pPDt;_#w5D2q<#d)Es*H@x z&dv_=%xb3f$>_mh@;?$nDxi_C9^qNJYGB8<9h(`modX}{2!|5~Tr?zGQz+P~A8KiX+O)oGvg z8nn;qhHgLIX@9HJKGkWT>$IQmv|r_9(YLt&HKX=s*J;1lX}@fnp6;|CE}~fE9*(|@ z@61^29nb>%YNvhLV!@Q+WN!aEVW<5Vn}`radBVsE;ld2zcG|zL;6(=%obwmIKG4Z1YDJ zjy)D34~u6y^G9;7JMG80j9bTLc>Ym#VI9;mfvZQk`J_1#^aGVjVks|-ky;6@@Kti- z5)>oC6ZXyYlXg<_Zjx-D-9Y-vm~oBlvJ~aA4U5DIOELax>9FOL<%Dq5EtI$P(B-LL z`Z8sTkzGR59zjZ+Kg=Err`!9vk*@IGFpr3bh+zPEp(p$(LpryJ2^{>X)){dmB+o2n z&U21y3xqDl@qw6#^pwR%phO9IrlR(_i}gp9QAqO}c>^hPQg|f|mu=^byePG|Rk`sK z_+<=H#PXWxP~|C8SvmD1I))6BT5@>Y~+a1kApGPFm`J?iM z*^B6h8-b@FCK3p*dD1BUMgQONW(?CLuZO=vLAh(^Z6=pg3>(;!t{h^13a_x&%P75p zd*A7_zrM&siXFqa2~8(1xUf*4DpZ?VExcfEvo7#L?}Jh8K~bapM~Ysk=~xcp2o`V; zmn1SV`9#<{_<72<2*x0TRFM;{!UPLKA*n?%z9_MmnhCl@6kNeMvX1X3OVz7a;{r2Kq%@osC$-aaCCWA5x?Hw2iyCF0fAv#MZuHxY<=3&nE!X|=uA<1D| zsK~nw&zqoqjZGmW3iE0hl!h9aLNq41WOn7vOLkuhr)Zc`NLLhbF3-bOj7f|(=TZ?L!6?hA46hnRM%c>rY*pqS zH?d35e3NRmC{z`g=3Ch={ab2L;QsYcH}*~Lu(XK%+FK+u znjcnyoG@{ekD#7sCG;=C*HSrUOMLIrar1KkwNpW9+-+d>JTu zi(UsX#(W~B@mQh$R3`eFGR^XC19?=Vx(BsFS!hsdkn?m4mkfhxe6U4FE>lBI?%%Z0o?fn^){D_YZj81l~E`$zKgd&d;EmP zf>`8|dDaeZK6$(Pc2T5wPE|1-3n=U;&Y>klPLo%k>Mxk$W)PpgZHhv~N*;K>2_`IT zR6)YrptZ1u{kkhJydU%RItmmHnzyfZ<{wcR<-JD#GBG804VH3Riu*misCQz&i|3aZ zCYQ98*J<8!#6BzFn)JhP&;J1neg?hRb?#y(=0Ben5<{mDa0F*aE-aI!(Ao1`(`z2J z#w343R)citoQS~Q>WklLdVW}C@;m%cLqd+o=lRed`9_SrKi7~%`~5=9W3F_>lx(^} z9k|Q8I62c((2>S{Y zS22czg_Mfhtmu2VQOr0^0WeW-58{~eDKM`}y z`!Huo?|PXi>#>{OJjO*NVlLtf;T_cr&J(Z&go1d5Gc66bZBX(cUWpDRpg+z-4%t%g zL*Zu^Ydx%b(Sqtm@3gYGSr!Ew*$*nlwJh3CidHpPg+jdK|8SdDu3jJln`kxD-3, 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/te/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..cfa35a1 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/django.po new file mode 100644 index 0000000..dee2872 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/tg/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..b5f4fdb --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/th/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tk/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..c16fc168834fceab6a4d94966c8aed38660265b2 GIT binary patch literal 19054 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, 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: BouRock, 2015-2026\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çilen %(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." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Bir eylem için bu nesneyi seç - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "\"%s\" uygulaması bulunamadı." + +#, 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" + +#, 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." + +msgid "Database error" +msgstr "Veritabanı hatası" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr ", " + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "…ve %(count)d nesne daha." +msgstr[1] "…ve %(count)d nesne daha." + +#, 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" +msgstr "Çalıştır" + +#, 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ı" + +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 "Save" +msgstr "Kaydet" + +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 "Filter by %(field_name)s" +msgstr "%(field_name)s göre süz" + +#, 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 nesne türlerini silmek " +"için izne 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 nesne türlerini silmek için izne " +"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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)s girişlerini sayfalandırma" + +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." + +#, python-format +msgid "Pagination %(name)s" +msgstr "%(name)s sayfalandırma" + +msgid "Show all" +msgstr "Tümünü göster" + +msgid "Popup closing…" +msgstr "Açılır pencere kapanıyor…" + +#, python-format +msgid "Search %(name)s" +msgstr "%(name)s ara" + +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 "Logout" +msgstr "Oturumu kapat" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..561e7233f446996685cc11154f2ceaf43a1c20ee GIT binary patch literal 6537 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 TA8!F+$U>4@M2wOHtfuOJeCGn< literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..879b797 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/tr/LC_MESSAGES/djangojs.po @@ -0,0 +1,362 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# BouRock, 2015-2016,2019-2023,2025-2026 +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: BouRock, 2015-2016,2019-2023,2025-2026\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 Run button rather than the Save " +"button." +msgstr "" +"Bir eylem seçtiniz, ancak tek alanlarda herhangi bir değişiklik yapmadınız. " +"Muhtemelen Kaydet düğmesi yerine Çalıştır 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." + +msgid "server" +msgstr "sunucu" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +"Not: Saatleri %(timezone)s saat dilimine girin. (%(offset)s saat " +"ileridesiniz.)" +msgstr[1] "" +"Not: Saatleri %(timezone)s saat dilimine girin. (%(offset)s saat " +"ileridesiniz.)" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +"Not: Saatleri %(timezone)s saat dilimine girin. (%(offset)s saat " +"geridesiniz.)" +msgstr[1] "" +"Not: Saatleri %(timezone)s saat dilimine girin. (%(offset)s saat " +"geridesiniz.)" + +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 "Today (%(date)s)" +msgstr "Bugün (%(date)s)" + +msgid "Choose a Date" +msgstr "Bir Tarih Seçin" + +msgid "Yesterday" +msgstr "Dün" + +msgid "Yesterday (%(date)s)" +msgstr "Dün (%(date)s)" + +msgid "Tomorrow" +msgstr "Yarın" + +msgid "Tomorrow (%(date)s)" +msgstr "Yarın (%(date)s)" + +msgid "Previous (%(month)s %(year)s)" +msgstr "Önceki (%(month)s %(year)s)" + +msgid "Next (%(month)s %(year)s)" +msgstr "Sonraki (%(month)s %(year)s)" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "%(day)s.%(month)s.%(year)s" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "%s (bugün, şu anki seçim)" + +#, javascript-format +msgid "%s (today)" +msgstr "%s (bugün)" + +#, javascript-format +msgid "%s (current selection)" +msgstr "%s (şu anki seçim)" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/tt/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..36e7c72 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/django.po new file mode 100644 index 0000000..df03f5f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/udm/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..810502a0e6dacb4cda7453a6f7cab4ed12ebe258 GIT binary patch literal 23374 zcmd6t3y@sZdFKx{U{H8C*d`8sUEv63Kr<2u3=HBS34w$WmXQDhcI2MvJ2Q=Xx`%#9 z445E(i$(`C^5G4F!okC0x;rU;Iw{ZV=;FaLj=lSs^kg44^@NM7|;9J4Zf?DeH z;r;WV)_V~YJ>LY+0Dlzj{|5Xu?oWM(pYOc^KM1PdCEz*W67W`VIjD7>1kVIN1FGK_ z!Nk3iA!zrY83jz$`Yr^21MC5B1lNF~_o;w;LDBssa6WhxEP?+X)Oss1 zHtFSdP<-4A-UbeWr-FyTN5P|@*0}tI;a2eN;3q)QQv#)@Dkwc|1=W8~c>WBid7c9y z*}Vdao_`zO|8;o&Q&4=LgVJsUF92)cec)Q~FTq{l{0}%c0KN!{j{gE`{hxv2|MbYO zcQzPMk9Hy1{Z_B3*G^~4z2;;&tj5u z5xf)pdr>MPx%Rte6Cn))T z0z4HQ3s?c)#{Fhc@_Q7Nzw80E?(?AeC3p?@uYga2{{wt0_-K!x_i=D5_n!r?1kXok zn7X?SydNxp*MWZpN^a+&OzER9;5DG;TM3Gv)u8D47Hx6d%Ey%3cBuL9o%-WQ%f0A9-d=RxuJEf7<8?_T2V zbO4k;6u_n6BcSy6DkwSp0F=F*iLt|)dk?7bw}K_G2udz9pvJuco(ujzP5CkLGGuS zME5%}TCMYi0q2&1&w-NHk3sQu%C+8amw=-CR#1G5fGfZfI0POB#n1T&=Pd9d5YpTd z@D{KDp2B)l;Cb91!Pup*KLxe^e**6Ze*&Hj-bE0(nErY2M(+3AKQ1-=*j zKKLH+Z$b4teU;qo``QQDRe-Np=X1!nUF;H~B4oW`L;5)&$-07eH8h94> z7lERG3AhlvJ={MGzMcEefso?%gNxwre}iXmf63im&P%`_bN^xRcJQ)~Q5%6GvcJ z6L3$^{*b1hbaee&DG z#qZG;(-ww@rw3Fl*+4s=_6RLU)9(RVowkW~6HUKAqWv@43ff0$J81gdOuLb`mzMk{ zxwtdjU{Y3dJ`9eAX9*k$7xF1g+0OQO~12f_tHK|E7SCQg*IVV>=D5GX`c`G9|z~t zK0#YeJ4Q=>OS$+1+7j9sG{vY7)AW0mwx9MZv?}e-Xvyz}a8U{P8Soa`Tf+TL@LRN} zXuaXtUEpWKwcwd>y%k&*u3fZzB3jThTqxG!%7$8@R*ZYAkz3G{8z1K)mme#X3e{RA zS1XiDJRU0Ms?`mp+?cv8=qZ${wOnb48@(&nOEr5O-fzxTqoL7UX(Y}^)%ws-T&)h* zi^YlluASpbeEi;Vg~=;%wO*_x6J#EV0?od`_t=n7Q!CeUMcySe6>6i=>YJiBwtQ(p z&&GJ7xBAAGFGu-uTrIt^<#%dP{2=W1M{DECXl}e36>5>V$j8OF7UyqZ9-A+ny~>Lr z-neDOVl?N=#Zh^fw?ihL){r3+>N0}?w=B;r`8@qRss5&FkSmpIqj80IV`XST-0InS zx+$&>t*IkBH@m%Y*kr?<4TsA6}Xu{9}_vcpkvWDtJ2EZDH9k z786aB>xgX=nybV)xNJi*ZydM{yo;j+N1~`b6b%&0A%qV$tN6 zX9hScO+>nK%jn4bm`=FZoGaBdkJmjOri4gh**wf^Fx*T z*kIMI$d#~!L;$I!tS~2Y9-;;Gvj@>Awp^}E3}haSO+@3k@aA$QpY$qMqD_T(b5x`^ z|6n#@cxT59tBD!-T5)CzWwRwPFuuepFyre#!VHg4?|h6 z80RWc4t@F1#VdQ_NmQ&_Q7jB?jBpw=J^$RapDJLeQm�<`~b7V0bHvxR6^>E)5qd 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, 2018 +# ABDULLA , 2014 +# Abduqadir Abliz , 2023-2024,2026 +# 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 07:05+0000\n" +"Last-Translator: Abduqadir Abliz , 2023-2024,2026\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" +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 "Save" +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 "مەشغۇلات" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)s تۈرنى بەتكە ئايرىش" + +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 "" +"بۇ ئوبىيكتنىڭ ئۆزگەرتىش تارىخى يوق. بۇنى مۇمكىن بۇ باشقۇرۇش بېتى ئارقىلىق " +"قوشمىغان بولۇشى مۇمكىن." + +#, python-format +msgid "Pagination %(name)s" +msgstr "%(name)s بەتكە ئايرىش" + +msgid "Show all" +msgstr "ھەممىنى كۆرسەت" + +msgid "Popup closing…" +msgstr "قاڭقىشنى تاقاۋاتىدۇ…" + +#, python-format +msgid "Search %(name)s" +msgstr "%(name)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 "ياپ" + +#, 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.mo b/env/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 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 K{tfZ(N%dc1fws~B literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ug/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..702086d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/django.po new file mode 100644 index 0000000..2ad3317 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/uk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..310826f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..061551f220fef0f77f069619eac32adf0442233f GIT binary patch literal 21898 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¬9Dq&Hf zmBYRcq*_8v3PCo`wydNiW<~nR0pK1cJHj;;fu1v z$O^gscJ}@xyf{fiQzA@?Nr>Ci??-Ftp3+iOHmN^y$(Wo~$tG_{b3b46X3a!+4(sib z7O-+TsGSp$x^z1$1NCB!Zb#T~(U%u491{B2#sx#!g<=LoC28GGY!z)4lYJ z&^wacZy~(B%4RU(+4bS`7JRaCv)T4h($xSn@Sbr&)P4$q9wmO5t0BRs(8U({Sm$GQ z@~*h#U;HT^Vvs#j@cOYg!(kTf{pTpch)VryFT~xqM3rXt<3YBn$y}~QnP=kd{y&WR zP2V>@@6AW4IDHA*N4Rs1*AlaAF_%RUh2Gp47gCaJPFwH9QIoTFF`ArmWQ52p=UN%c zpJ#1Z-2aEHBrJzF(e}&ApOcd`%=!ZevHN&l+S=bCemkp3eAstQBRtPBKFlUmWtglz zQ7aCG~Q@$Nhix82MuY>ZKPnM$%UGy5L2Qvm8VMd7g1z z;P#e(n}W88TQqO;N|d#svVarUqR*&|G^5O<)>8&IERxpQ3a*+{tf0^-g2$x+)D(T~E1 zLo7LHNR2*|tJ*jM(PE7F=ZE3}U51abQNpEm9FFKccSr}aGEdh0eFC9ba(Ws{C+s;p zW-xIRK5%jcZgn;u1>4K0w0RZ(pXUvH#hC^m!Jxp-9(a+VdC?W=qfsTWnsJgFW0VGD~HDLcBVDv88z23QNJ_56eh zv(L(s9+OLhXP7{S#AL)fXq{H!ZM1Mt+5xh2;2e?Jk4OA`&qGiTw>>1KKSY%A+tyCD z95R6d2S)~5UEhb{*9}Ijv#qF7L7zCPNRfY?+kR4>gNA#*QYB0 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po new file mode 100644 index 0000000..3e898a0 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/django.po @@ -0,0 +1,794 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Fahad Ahmed, 2025 +# Fahad Ahmed, 2025 +# Jacob Walls, 2026 +# Mansoor Ul Haq , 2011 +# Mansoor Ul Haq , 2011 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 07:05+0000\n" +"Last-Translator: Jacob Walls, 2026\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" + +#, 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 "داخل شدہ 1%(object)s" + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "تبدیل شدہ “%(object)s” %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "“ 1%(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 "%(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" +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 "Save" +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 " (current theme: auto) ٹھیم تبدیل کرین" + +msgid "Toggle theme (current theme: light)" +msgstr " (current theme: لائٹ) ٹھیم تبدیل کرین" + +msgid "Toggle theme (current theme: dark)" +msgstr " (current theme: ڈارک) ٹھیم تبدیل کرین" + +#, 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 "کاروائی" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "صفہ %(name)s " + +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 "" +"اس شے کا تبدیلی کا تاریخ نامہ نھیں ھے۔ اس کا غالباً بذریعہ اس منتظم سائٹ کے " +"اضافہ نھیں کیا گیا۔" + +#, python-format +msgid "Pagination %(name)s" +msgstr "صفہ %(name)sپر جائین " + +msgid "Show all" +msgstr "تمام دکھائیں" + +msgid "Popup closing…" +msgstr "آخری وندہ کلوس کرین" + +#, python-format +msgid "Search %(name)s" +msgstr "سیرچ کرین %(name)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 "بند کرین" + +#, 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ur/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.mo b/env/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 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/django.po new file mode 100644 index 0000000..8b4f8fd --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/uz/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/django.po new file mode 100644 index 0000000..60fe2ce --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/vi/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..9892b6baa039c2ce98f1c7f0eaac6d5f098957de GIT binary patch literal 17280 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, 2021 +# Brian Wang , 2018 +# Fulong Sun , 2016 +# Huanqun Yang, 2022 +# sunfkny, 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 +# DWXXX, 2025 +# 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: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-03-09 07:05+0000\n" +"Last-Translator: funcy39, 2026\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 "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 "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 个被选" + +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" +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 "Save" +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 "动作" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)s分页条目" + +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 "此对象没有修改历史。它可能不是通过管理站点添加的。" + +#, python-format +msgid "Pagination %(name)s" +msgstr "%(name)s分页" + +msgid "Show all" +msgstr "显示全部" + +msgid "Popup closing…" +msgstr "弹窗关闭中..." + +#, python-format +msgid "Search %(name)s" +msgstr "搜索 %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..b319d6bf8765e71937c580752e78f6ba1ffb80ef GIT binary patch literal 5356 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..89105ef --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hans/LC_MESSAGES/djangojs.po @@ -0,0 +1,320 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# HuanCheng Bai白宦成(Bestony) , 2018 +# Fan Xu , 2022 +# sunfkny, 2023 +# Jannis Leidel , 2011 +# Kaiqi Zhu, 2023 +# Kewei Ma , 2016 +# Lele Long , 2011,2015 +# Liping Wang , 2016 +# matthew Yip , 2020 +# mozillazg , 2016 +# Shuanghe Yu (Samon Yu), 2025 +# 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: 2025-03-25 15:04-0500\n" +"PO-Revision-Date: 2025-12-03 07:59+0000\n" +"Last-Translator: Shuanghe Yu (Samon Yu), 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" + +#, 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 "" +"你已经选择一个动作,但是没有单独修改任何一处。你可以选择'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" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..59515a2169d7ab8be14ac93c874f44bc14184dfa GIT binary patch literal 17086 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po new file mode 100644 index 0000000..4be9402 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/django.po @@ -0,0 +1,772 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Chen Chun-Chia , 2015 +# coby2023t, 2025-2026 +# 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 +# coby2023t, 2024 +# Yeh-Yung , 2012 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-09-17 18:23-0300\n" +"PO-Revision-Date: 2026-06-01 07:05+0000\n" +"Last-Translator: coby2023t, 2025-2026\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" +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 "Save" +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 "動作" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "分頁 %(name)s 內容" + +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 "該物件沒有修改的歷史紀錄。它可能不是透過此管理網站新增的。" + +#, python-format +msgid "Pagination %(name)s" +msgstr "分頁 %(name)s" + +msgid "Show all" +msgstr "顯示全部" + +msgid "Popup closing…" +msgstr "關閉彈跳視窗中..." + +#, python-format +msgid "Search %(name)s" +msgstr "搜尋 %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/zh_Hant/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e02f148 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/migrations/0001_initial.py b/env/lib/python3.12/site-packages/django/contrib/admin/migrations/0001_initial.py new file mode 100644 index 0000000..6270e10 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py b/env/lib/python3.12/site-packages/django/contrib/admin/migrations/0002_logentry_remove_auto_add.py new file mode 100644 index 0000000..7fcf9c0 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py b/env/lib/python3.12/site-packages/django/contrib/admin/migrations/0003_logentry_add_action_flag_choices.py new file mode 100644 index 0000000..a73e55f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/migrations/__init__.py b/env/lib/python3.12/site-packages/django/contrib/admin/migrations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0001_initial.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/0001_initial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3efe4761fbd5c2b7602f54bab2ffc94bfb4491cc GIT binary patch literal 2463 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 K{1+)u#Qp;~G5mM{ literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/migrations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7744d6ab95a020c675da2a910bdb2192400c60e GIT binary patch literal 225 zcmZ9GJqp4=5QVcwL4+K{!VGF9h*fIw24PKxWRmO;yPH5dZ(-vFJd4Nh1d`6mjad0$ z=Diud;yt2h5qRyoTQ&M~T>l!T{&NlbV9Ad6z)bu#jLiE2r4k6X)g@)TCIbm}*eHz# zPCXscZKotN0 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/models.py b/env/lib/python3.12/site-packages/django/contrib/admin/models.py new file mode 100644 index 0000000..57122da --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/models.py @@ -0,0 +1,199 @@ +import json + +from django.conf import settings +from django.contrib.admin.utils import quote +from django.contrib.contenttypes.models import ContentType +from django.db import models +from django.urls import NoReverseMatch, reverse +from django.utils import timezone +from django.utils.text import get_text_list +from django.utils.translation import gettext +from django.utils.translation import gettext_lazy as _ + +ADDITION = 1 +CHANGE = 2 +DELETION = 3 + +ACTION_FLAG_CHOICES = [ + (ADDITION, _("Addition")), + (CHANGE, _("Change")), + (DELETION, _("Deletion")), +] + + +class LogEntryManager(models.Manager): + use_in_migrations = True + + def log_actions( + self, user_id, queryset, action_flag, change_message="", *, single_object=False + ): + if isinstance(change_message, list): + change_message = json.dumps(change_message) + + log_entry_list = [ + self.model( + user_id=user_id, + content_type_id=ContentType.objects.get_for_model( + obj, for_concrete_model=False + ).id, + object_id=obj.pk, + object_repr=str(obj)[:200], + action_flag=action_flag, + change_message=change_message, + ) + for obj in queryset + ] + + if len(log_entry_list) == 1: + instance = log_entry_list[0] + instance.save() + if single_object: + return instance + return [instance] + + return self.model.objects.bulk_create(log_entry_list) + + +class LogEntry(models.Model): + action_time = models.DateTimeField( + _("action time"), + default=timezone.now, + editable=False, + ) + user = models.ForeignKey( + settings.AUTH_USER_MODEL, + models.CASCADE, + verbose_name=_("user"), + ) + content_type = models.ForeignKey( + ContentType, + models.SET_NULL, + verbose_name=_("content type"), + blank=True, + null=True, + ) + object_id = models.TextField(_("object id"), blank=True, null=True) + # Translators: 'repr' means representation + # (https://docs.python.org/library/functions.html#repr) + object_repr = models.CharField(_("object repr"), max_length=200) + action_flag = models.PositiveSmallIntegerField( + _("action flag"), choices=ACTION_FLAG_CHOICES + ) + # change_message is either a string or a JSON structure + change_message = models.TextField(_("change message"), blank=True) + + objects = LogEntryManager() + + class Meta: + verbose_name = _("log entry") + verbose_name_plural = _("log entries") + db_table = "django_admin_log" + ordering = ["-action_time"] + + def __repr__(self): + return str(self.action_time) + + def __str__(self): + if self.is_addition(): + return gettext("Added “%(object)s”.") % {"object": self.object_repr} + elif self.is_change(): + return gettext("Changed “%(object)s” — %(changes)s") % { + "object": self.object_repr, + "changes": self.get_change_message(), + } + elif self.is_deletion(): + return gettext("Deleted “%(object)s.”") % {"object": self.object_repr} + + return gettext("LogEntry Object") + + def is_addition(self): + return self.action_flag == ADDITION + + def is_change(self): + return self.action_flag == CHANGE + + def is_deletion(self): + return self.action_flag == DELETION + + def get_change_message(self): + """ + If self.change_message is a JSON structure, interpret it as a change + string, properly translated. + """ + if self.change_message and self.change_message[0] == "[": + try: + change_message = json.loads(self.change_message) + except json.JSONDecodeError: + return self.change_message + messages = [] + for sub_message in change_message: + if "added" in sub_message: + if sub_message["added"]: + sub_message["added"]["name"] = gettext( + sub_message["added"]["name"] + ) + messages.append( + gettext("Added {name} “{object}”.").format( + **sub_message["added"] + ) + ) + else: + messages.append(gettext("Added.")) + + elif "changed" in sub_message: + sub_message["changed"]["fields"] = get_text_list( + [ + gettext(field_name) + for field_name in sub_message["changed"]["fields"] + ], + gettext("and"), + ) + if "name" in sub_message["changed"]: + sub_message["changed"]["name"] = gettext( + sub_message["changed"]["name"] + ) + messages.append( + gettext("Changed {fields} for {name} “{object}”.").format( + **sub_message["changed"] + ) + ) + else: + messages.append( + gettext("Changed {fields}.").format( + **sub_message["changed"] + ) + ) + + elif "deleted" in sub_message: + sub_message["deleted"]["name"] = gettext( + sub_message["deleted"]["name"] + ) + messages.append( + gettext("Deleted {name} “{object}”.").format( + **sub_message["deleted"] + ) + ) + + change_message = " ".join(msg[0].upper() + msg[1:] for msg in messages) + return change_message or gettext("No fields changed.") + else: + return self.change_message + + def get_edited_object(self): + """Return the edited object represented by this log entry.""" + return self.content_type.get_object_for_this_type(pk=self.object_id) + + def get_admin_url(self): + """ + Return the admin URL to edit the object represented by this log entry. + """ + if self.content_type and self.object_id: + url_name = "admin:%s_%s_change" % ( + self.content_type.app_label, + self.content_type.model, + ) + try: + return reverse(url_name, args=(quote(self.object_id),)) + except NoReverseMatch: + pass + return None diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/options.py b/env/lib/python3.12/site-packages/django/contrib/admin/options.py new file mode 100644 index 0000000..c5762c2 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/options.py @@ -0,0 +1,2931 @@ +import copy +import enum +import itertools +import json +import re +import sys +import warnings +from collections.abc import Callable +from dataclasses import dataclass +from functools import partial, update_wrapper +from urllib.parse import parse_qsl +from urllib.parse import quote as urlquote +from urllib.parse import urlsplit + +from django import forms +from django.apps import apps +from django.conf import settings +from django.contrib import messages +from django.contrib.admin import formfields, helpers, widgets +from django.contrib.admin.checks import ( + BaseModelAdminChecks, + InlineModelAdminChecks, + ModelAdminChecks, +) +from django.contrib.admin.exceptions import DisallowedModelAdminToField, NotRegistered +from django.contrib.admin.templatetags.admin_urls import add_preserved_filters +from django.contrib.admin.utils import ( + NestedObjects, + construct_change_message, + display_for_value, + flatten_fieldsets, + get_deleted_objects, + lookup_spawns_duplicates, + model_format_dict, + model_ngettext, + quote, + unquote, +) +from django.contrib.admin.widgets import AutocompleteSelect, AutocompleteSelectMultiple +from django.contrib.auth import get_permission_codename +from django.core.exceptions import ( + BadRequest, + FieldDoesNotExist, + FieldError, + PermissionDenied, + ValidationError, +) +from django.core.paginator import Paginator +from django.db import models, router, transaction +from django.db.models.constants import LOOKUP_SEP +from django.db.models.utils import get_blank_choice_label +from django.forms.formsets import DELETION_FIELD_NAME, all_valid +from django.forms.models import ( + BaseInlineFormSet, + inlineformset_factory, + modelform_defines_fields, + modelform_factory, + modelformset_factory, +) +from django.forms.widgets import CheckboxSelectMultiple, SelectMultiple +from django.http import HttpResponseRedirect +from django.http.response import HttpResponseBase +from django.template.response import SimpleTemplateResponse, TemplateResponse +from django.urls import reverse +from django.utils.decorators import method_decorator +from django.utils.deprecation import ( + RemovedInDjango70Warning, + django_file_prefixes, + warn_about_implementation, +) +from django.utils.html import format_html +from django.utils.http import urlencode +from django.utils.inspect import get_func_args +from django.utils.safestring import mark_safe +from django.utils.text import ( + capfirst, + format_lazy, + get_text_list, + smart_split, + unescape_string_literal, +) +from django.utils.translation import gettext as _ +from django.utils.translation import ngettext +from django.views.decorators.csrf import csrf_protect +from django.views.generic import RedirectView + +IS_POPUP_VAR = "_popup" +SOURCE_MODEL_VAR = "_source_model" +TO_FIELD_VAR = "_to_field" +IS_FACETS_VAR = "_facets" +EMPTY_VALUE_STRING = "-" + + +class ShowFacets(enum.Enum): + NEVER = "NEVER" + ALLOW = "ALLOW" + ALWAYS = "ALWAYS" + + +class ActionLocation(enum.Enum): + CHANGE_FORM = "CHANGE_FORM" + CHANGE_LIST = "CHANGE_LIST" + + +@dataclass +class Action: + func: Callable + name: str + description: str + plural_description: str + locations: list + + # RemovedInDjango70Warning. + def _as_tuple(self): + return (self.func, self.name, self.description) + + # RemovedInDjango70Warning. + def __iter__(self): + warnings.warn( + "Unpacking an action tuple is deprecated. Use Action attributes instead.", + RemovedInDjango70Warning, + skip_file_prefixes=django_file_prefixes(), + ) + return iter(self._as_tuple()) + + # RemovedInDjango70Warning. + def __getitem__(self, index): + warnings.warn( + "Using indexes on an action tuple is deprecated. " + "Use Action attributes instead.", + RemovedInDjango70Warning, + skip_file_prefixes=django_file_prefixes(), + ) + return self._as_tuple()[index] + + +HORIZONTAL, VERTICAL = 1, 2 + + +def get_content_type_for_model(obj): + # Since this module gets imported in the application's root package, + # it cannot import models from other applications at the module level. + from django.contrib.contenttypes.models import ContentType + + return ContentType.objects.get_for_model(obj, for_concrete_model=False) + + +def get_ul_class(radio_style): + return "radiolist" if radio_style == VERTICAL else "radiolist inline" + + +class IncorrectLookupParameters(Exception): + pass + + +# Defaults for formfield_overrides. ModelAdmin subclasses can change this +# by adding to ModelAdmin.formfield_overrides. + +FORMFIELD_FOR_DBFIELD_DEFAULTS = { + models.DateTimeField: { + "form_class": forms.SplitDateTimeField, + "widget": widgets.AdminSplitDateTime, + }, + models.DateField: {"widget": widgets.AdminDateWidget}, + models.TimeField: {"widget": widgets.AdminTimeWidget}, + models.TextField: {"widget": widgets.AdminTextareaWidget}, + models.URLField: {"widget": widgets.AdminURLFieldWidget}, + models.IntegerField: {"widget": widgets.AdminIntegerFieldWidget}, + models.BigIntegerField: {"widget": widgets.AdminBigIntegerFieldWidget}, + models.CharField: {"widget": widgets.AdminTextInputWidget}, + models.ImageField: {"widget": widgets.AdminFileWidget}, + models.FileField: {"widget": widgets.AdminFileWidget}, + models.EmailField: {"widget": widgets.AdminEmailInputWidget}, + models.UUIDField: {"widget": widgets.AdminUUIDInputWidget}, +} + +csrf_protect_m = method_decorator(csrf_protect) + + +class BaseModelAdmin(metaclass=forms.MediaDefiningClass): + """Functionality common to both ModelAdmin and InlineAdmin.""" + + autocomplete_fields = () + raw_id_fields = () + fields = None + exclude = None + fieldsets = None + form = forms.ModelForm + filter_vertical = () + filter_horizontal = () + radio_fields = {} + prepopulated_fields = {} + formfield_overrides = {} + readonly_fields = () + ordering = None + sortable_by = None + view_on_site = True + show_full_result_count = True + checks_class = BaseModelAdminChecks + delete_confirmation_max_display = None + + def check(self, **kwargs): + return self.checks_class().check(self, **kwargs) + + def __init__(self): + # Merge FORMFIELD_FOR_DBFIELD_DEFAULTS with the formfield_overrides + # rather than simply overwriting. + overrides = copy.deepcopy(FORMFIELD_FOR_DBFIELD_DEFAULTS) + for k, v in self.formfield_overrides.items(): + overrides.setdefault(k, {}).update(v) + self.formfield_overrides = overrides + + def formfield_for_dbfield(self, db_field, request, **kwargs): + """ + Hook for specifying the form Field instance for a given database Field + instance. + + If kwargs are given, they're passed to the form Field's constructor. + """ + # If the field specifies choices, we don't need to look for special + # admin widgets - we just need to use a select widget of some kind. + if db_field.choices: + return self.formfield_for_choice_field(db_field, request, **kwargs) + + # ForeignKey or ManyToManyFields + if isinstance(db_field, (models.ForeignKey, models.ManyToManyField)): + # Combine the field kwargs with any options for + # formfield_overrides. Make sure the passed in **kwargs override + # anything in formfield_overrides because **kwargs is more + # specific, and should always win. + if db_field.__class__ in self.formfield_overrides: + kwargs = {**self.formfield_overrides[db_field.__class__], **kwargs} + + # Get the correct formfield. + if isinstance(db_field, models.ForeignKey): + formfield = self.formfield_for_foreignkey(db_field, request, **kwargs) + elif isinstance(db_field, models.ManyToManyField): + formfield = self.formfield_for_manytomany(db_field, request, **kwargs) + + # For non-raw_id fields, wrap the widget with a wrapper that adds + # extra HTML -- the "add other" interface -- to the end of the + # rendered output. formfield can be None if it came from a + # OneToOneField with parent_link=True or a M2M intermediary. + if formfield and db_field.name not in self.raw_id_fields: + try: + related_modeladmin = self.admin_site.get_model_admin( + db_field.remote_field.model + ) + except NotRegistered: + wrapper_kwargs = {} + else: + wrapper_kwargs = { + "can_add_related": related_modeladmin.has_add_permission( + request + ), + "can_change_related": related_modeladmin.has_change_permission( + request + ), + "can_delete_related": related_modeladmin.has_delete_permission( + request + ), + "can_view_related": related_modeladmin.has_view_permission( + request + ), + } + formfield.widget = widgets.RelatedFieldWidgetWrapper( + formfield.widget, + db_field.remote_field, + self.admin_site, + **wrapper_kwargs, + ) + + return formfield + + # If we've got overrides for the formfield defined, use 'em. **kwargs + # passed to formfield_for_dbfield override the defaults. + for klass in db_field.__class__.mro(): + if klass in self.formfield_overrides: + kwargs = {**copy.deepcopy(self.formfield_overrides[klass]), **kwargs} + return db_field.formfield(**kwargs) + + # For any other type of field, just call its formfield() method. + return db_field.formfield(**kwargs) + + def formfield_for_choice_field(self, db_field, request, **kwargs): + """ + Get a form Field for a database Field that has declared choices. + """ + # If the field is named as a radio_field, use a RadioSelect + if db_field.name in self.radio_fields: + # Avoid stomping on custom widget/choices arguments. + if "widget" not in kwargs: + kwargs["widget"] = widgets.AdminRadioSelect( + attrs={ + "class": get_ul_class(self.radio_fields[db_field.name]), + } + ) + if "choices" not in kwargs: + kwargs["choices"] = db_field.get_choices( + include_blank=db_field.blank, blank_choice=[("", _("None"))] + ) + return db_field.formfield(**kwargs) + + def get_field_queryset(self, db, db_field, request): + """ + If the ModelAdmin specifies ordering, the queryset should respect that + ordering. Otherwise don't specify the queryset, let the field decide + (return None in that case). + """ + try: + related_admin = self.admin_site.get_model_admin(db_field.remote_field.model) + except NotRegistered: + return None + else: + ordering = related_admin.get_ordering(request) + if ordering is not None and ordering != (): + return db_field.remote_field.model._default_manager.using(db).order_by( + *ordering + ) + return None + + def formfield_for_foreignkey(self, db_field, request, **kwargs): + """ + Get a form Field for a ForeignKey. + """ + db = kwargs.get("using") + + if "widget" not in kwargs: + if db_field.name in self.get_autocomplete_fields(request): + kwargs["widget"] = AutocompleteSelect( + db_field, self.admin_site, using=db + ) + elif db_field.name in self.raw_id_fields: + kwargs["widget"] = widgets.ForeignKeyRawIdWidget( + db_field.remote_field, self.admin_site, using=db + ) + elif db_field.name in self.radio_fields: + kwargs["widget"] = widgets.AdminRadioSelect( + attrs={ + "class": get_ul_class(self.radio_fields[db_field.name]), + } + ) + kwargs["empty_label"] = ( + kwargs.get("empty_label", _("None")) if db_field.blank else None + ) + + if "queryset" not in kwargs: + queryset = self.get_field_queryset(db, db_field, request) + if queryset is not None: + kwargs["queryset"] = queryset + + return db_field.formfield(**kwargs) + + def formfield_for_manytomany(self, db_field, request, **kwargs): + """ + Get a form Field for a ManyToManyField. + """ + # If it uses an intermediary model that isn't auto created, don't show + # a field in admin. + if not db_field.remote_field.through._meta.auto_created: + return None + db = kwargs.get("using") + + if "widget" not in kwargs: + autocomplete_fields = self.get_autocomplete_fields(request) + if db_field.name in autocomplete_fields: + kwargs["widget"] = AutocompleteSelectMultiple( + db_field, + self.admin_site, + using=db, + ) + elif db_field.name in self.raw_id_fields: + kwargs["widget"] = widgets.ManyToManyRawIdWidget( + db_field.remote_field, + self.admin_site, + using=db, + ) + elif db_field.name in [*self.filter_vertical, *self.filter_horizontal]: + kwargs["widget"] = widgets.FilteredSelectMultiple( + db_field.verbose_name, db_field.name in self.filter_vertical + ) + if "queryset" not in kwargs: + queryset = self.get_field_queryset(db, db_field, request) + if queryset is not None: + kwargs["queryset"] = queryset + + form_field = db_field.formfield(**kwargs) + if ( + isinstance(form_field.widget, SelectMultiple) + and form_field.widget.allow_multiple_selected + and not isinstance( + form_field.widget, (CheckboxSelectMultiple, AutocompleteSelectMultiple) + ) + ): + msg = _( + "Hold down “Control”, or “Command” on a Mac, to select more than one." + ) + help_text = form_field.help_text + form_field.help_text = ( + format_lazy("{} {}", help_text, msg) if help_text else msg + ) + return form_field + + def get_autocomplete_fields(self, request): + """ + Return a list of ForeignKey and/or ManyToMany fields which should use + an autocomplete widget. + """ + return self.autocomplete_fields + + def get_view_on_site_url(self, obj=None): + if obj is None or not self.view_on_site: + return None + + if callable(self.view_on_site): + return self.view_on_site(obj) + elif hasattr(obj, "get_absolute_url"): + # use the ContentType lookup if view_on_site is True + return reverse( + "admin:view_on_site", + kwargs={ + "content_type_id": get_content_type_for_model(obj).pk, + "object_id": obj.pk, + }, + current_app=self.admin_site.name, + ) + + def get_empty_value_display(self): + """ + Return the empty_value_display set on ModelAdmin or AdminSite. + """ + try: + return mark_safe(self.empty_value_display) + except AttributeError: + return mark_safe(self.admin_site.empty_value_display) + + def get_exclude(self, request, obj=None): + """ + Hook for specifying exclude. + """ + return self.exclude + + def get_fields(self, request, obj=None): + """ + Hook for specifying fields. + """ + if self.fields: + return self.fields + # _get_form_for_get_fields() is implemented in subclasses. + form = self._get_form_for_get_fields(request, obj) + return [*form.base_fields, *self.get_readonly_fields(request, obj)] + + def get_fieldsets(self, request, obj=None): + """ + Hook for specifying fieldsets. + """ + if self.fieldsets: + return self.fieldsets + return [(None, {"fields": self.get_fields(request, obj)})] + + def get_inlines(self, request, obj): + """Hook for specifying custom inlines.""" + return self.inlines + + def get_ordering(self, request): + """ + Hook for specifying field ordering. + """ + return self.ordering or () # otherwise we might try to *None, which is bad ;) + + def get_readonly_fields(self, request, obj=None): + """ + Hook for specifying custom readonly fields. + """ + return self.readonly_fields + + def get_prepopulated_fields(self, request, obj=None): + """ + Hook for specifying custom prepopulated fields. + """ + return self.prepopulated_fields + + def get_queryset(self, request): + """ + Return a QuerySet of all model instances that can be edited by the + admin site. This is used by changelist_view. + """ + qs = self.model._default_manager.get_queryset() + # TODO: this should be handled by some parameter to the ChangeList. + ordering = self.get_ordering(request) + if ordering: + qs = qs.order_by(*ordering) + return qs + + def get_sortable_by(self, request): + """Hook for specifying which fields can be sorted in the changelist.""" + return ( + self.sortable_by + if self.sortable_by is not None + else self.get_list_display(request) + ) + + def lookup_allowed(self, lookup, value, request): + from django.contrib.admin.filters import SimpleListFilter + + model = self.model + # Check FKey lookups that are allowed, so that popups produced by + # ForeignKeyRawIdWidget, on the basis of ForeignKey.limit_choices_to, + # are allowed to work. + for fk_lookup in model._meta.related_fkey_lookups: + # As ``limit_choices_to`` can be a callable, invoke it here. + if callable(fk_lookup): + fk_lookup = fk_lookup() + if (lookup, value) in widgets.url_params_from_lookup_dict( + fk_lookup + ).items(): + return True + + relation_parts = [] + prev_field = None + parts = lookup.split(LOOKUP_SEP) + for part in parts: + try: + field = model._meta.get_field(part) + except FieldDoesNotExist: + # Lookups on nonexistent fields are ok, since they're ignored + # later. + break + if not prev_field or ( + prev_field.is_relation + and field not in model._meta.parents.values() + and field is not model._meta.auto_field + and ( + model._meta.auto_field is None + or part not in getattr(prev_field, "to_fields", []) + ) + and (field.is_relation or not field.primary_key) + ): + relation_parts.append(part) + if not getattr(field, "path_infos", None): + # This is not a relational field, so further parts + # must be transforms. + break + prev_field = field + model = field.path_infos[-1].to_opts.model + + if len(relation_parts) <= 1: + # Either a local field filter, or no fields at all. + return True + valid_lookups = {self.date_hierarchy} + for filter_item in self.get_list_filter(request): + if isinstance(filter_item, type) and issubclass( + filter_item, SimpleListFilter + ): + valid_lookups.add(filter_item.parameter_name) + elif isinstance(filter_item, (list, tuple)): + valid_lookups.add(filter_item[0]) + else: + valid_lookups.add(filter_item) + + # Is it a valid relational lookup? + return not { + LOOKUP_SEP.join(relation_parts), + LOOKUP_SEP.join([*relation_parts, part]), + }.isdisjoint(valid_lookups) + + def to_field_allowed(self, request, to_field): + """ + Return True if the model associated with this admin should be + allowed to be referenced by the specified field. + """ + try: + field = self.opts.get_field(to_field) + except FieldDoesNotExist: + return False + + # Always allow referencing the primary key since it's already possible + # to get this information from the change view URL. + if field.primary_key: + return True + + # Allow reverse relationships to models defining m2m fields if they + # target the specified field. + for many_to_many in self.opts.many_to_many: + if many_to_many.m2m_target_field_name() == to_field: + return True + + # Make sure at least one of the models registered for this site + # references this field through a FK or a M2M relationship. + registered_models = set() + for model, admin in self.admin_site._registry.items(): + registered_models.add(model) + for inline in admin.inlines: + registered_models.add(inline.model) + + related_objects = ( + f + for f in self.opts.get_fields(include_hidden=True) + if (f.auto_created and not f.concrete) + ) + for related_object in related_objects: + related_model = related_object.related_model + remote_field = related_object.field.remote_field + if ( + any(issubclass(model, related_model) for model in registered_models) + and hasattr(remote_field, "get_related_field") + and remote_field.get_related_field() == field + ): + return True + + return False + + def has_add_permission(self, request): + """ + Return True if the given request has permission to add an object. + Can be overridden by the user in subclasses. + """ + opts = self.opts + codename = get_permission_codename("add", opts) + return request.user.has_perm("%s.%s" % (opts.app_label, codename)) + + def has_change_permission(self, request, obj=None): + """ + Return True if the given request has permission to change the given + Django model instance, the default implementation doesn't examine the + `obj` parameter. + + Can be overridden by the user in subclasses. In such case it should + return True if the given request has permission to change the `obj` + model instance. If `obj` is None, this should return True if the given + request has permission to change *any* object of the given type. + """ + opts = self.opts + codename = get_permission_codename("change", opts) + return request.user.has_perm("%s.%s" % (opts.app_label, codename)) + + def has_delete_permission(self, request, obj=None): + """ + Return True if the given request has permission to delete the given + Django model instance, the default implementation doesn't examine the + `obj` parameter. + + Can be overridden by the user in subclasses. In such case it should + return True if the given request has permission to delete the `obj` + model instance. If `obj` is None, this should return True if the given + request has permission to delete *any* object of the given type. + """ + opts = self.opts + codename = get_permission_codename("delete", opts) + return request.user.has_perm("%s.%s" % (opts.app_label, codename)) + + def has_view_permission(self, request, obj=None): + """ + Return True if the given request has permission to view the given + Django model instance. The default implementation doesn't examine the + `obj` parameter. + + If overridden by the user in subclasses, it should return True if the + given request has permission to view the `obj` model instance. If `obj` + is None, it should return True if the request has permission to view + any object of the given type. + """ + opts = self.opts + codename_view = get_permission_codename("view", opts) + codename_change = get_permission_codename("change", opts) + return request.user.has_perm( + "%s.%s" % (opts.app_label, codename_view) + ) or request.user.has_perm("%s.%s" % (opts.app_label, codename_change)) + + def has_view_or_change_permission(self, request, obj=None): + return self.has_view_permission(request, obj) or self.has_change_permission( + request, obj + ) + + def has_module_permission(self, request): + """ + Return True if the given request has any permission in the given + app label. + + Can be overridden by the user in subclasses. In such case it should + return True if the given request has permission to view the module on + the admin index page and access the module's index page. Overriding it + does not restrict access to the add, change or delete views. Use + `ModelAdmin.has_(add|change|delete)_permission` for that. + """ + return request.user.has_module_perms(self.opts.app_label) + + +class ModelAdmin(BaseModelAdmin): + """Encapsulate all admin options and functionality for a given model.""" + + list_display = ("__str__",) + list_display_links = () + list_filter = () + list_select_related = False + list_per_page = 100 + list_max_show_all = 200 + list_editable = () + search_fields = () + search_help_text = None + date_hierarchy = None + save_as = False + save_as_continue = True + save_on_top = False + paginator = Paginator + preserve_filters = True + show_facets = ShowFacets.ALLOW + inlines = () + + # Custom templates (designed to be over-ridden in subclasses) + add_form_template = None + change_form_template = None + change_list_template = None + delete_confirmation_template = None + delete_selected_confirmation_template = None + object_history_template = None + popup_response_template = None + + # Actions + actions = () + action_form = helpers.ActionForm + actions_on_top = True + actions_on_bottom = False + actions_selection_counter = True + checks_class = ModelAdminChecks + + def __init_subclass__(cls, **kwargs) -> None: + super().__init_subclass__(**kwargs) + if cls.__dict__.get("list_select_related") is True: + # RemovedInDjango70Warning: when the deprecation ends, raise a + # ValueError. + warnings.warn( + "Setting ModelAdmin.list_select_related to True is deprecated. " + "Use False or a list or tuple of fields to fetch instead.", + RemovedInDjango70Warning, + skip_file_prefixes=django_file_prefixes(), + ) + + def __init__(self, model, admin_site): + self.model = model + self.opts = model._meta + self.admin_site = admin_site + super().__init__() + + def __str__(self): + return "%s.%s" % (self.opts.app_label, self.__class__.__name__) + + def __repr__(self): + return ( + f"<{self.__class__.__qualname__}: model={self.model.__qualname__} " + f"site={self.admin_site!r}>" + ) + + 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. + # RemovedInDjango70Warning: When the deprecation ends, replace with: + # if self.get_actions( + # request, action_location=ActionLocation.CHANGE_LIST + # ): + if self._get_actions_with_action_location( + request, action_location=ActionLocation.CHANGE_LIST + ): + list_display = ["action_checkbox", *list_display] + sortable_by = self.get_sortable_by(request) + ChangeList = self.get_changelist(request) + list_select_related = self.get_list_select_related(request) + if list_select_related is True: + # RemovedInDjango70Warning: when the deprecation ends, remove the + # below 'if' clause and raise a ValueError here. + if self.list_select_related is not True: + warn_about_implementation( + "Returning True from ModelAdmin.get_list_select_related() is " + "deprecated. Return False or a list or tuple of fields to " + "fetch instead.", + RemovedInDjango70Warning, + self.get_list_select_related, + ) + return ChangeList( + request, + self.model, + list_display, + list_display_links, + self.get_list_filter(request), + self.date_hierarchy, + self.get_search_fields(request), + list_select_related, + 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_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 + + 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, action_location=ActionLocation.CHANGE_LIST): + """Return the list of actions, prior to any request-based filtering.""" + actions = [] + base_actions = ( + self.get_action(action, action_location) 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 = {action.name for action 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 + locations = getattr(func, "locations", [ActionLocation.CHANGE_LIST]) + if action_location not in locations: + continue + description = self._get_action_description(func, name) + action = Action( + func=func, + name=name, + description=description, + plural_description=getattr(func, "plural_description", description), + locations=locations, + ) + actions.append(action) + # 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.func + 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 + + # RemovedInDjango70Warning: When the deprecation ends, remove. + def _get_actions_with_action_location( + self, request, action_location=ActionLocation.CHANGE_LIST + ): + if "action_location" in get_func_args(self.get_actions): + return self.get_actions(request, action_location=action_location) + else: + warn_about_implementation( + "Overriding get_actions() without the 'action_location' parameter is " + "deprecated. Update the signature to get_actions(self, request, " + "action_location=ActionLocation.CHANGE_LIST).", + RemovedInDjango70Warning, + self.get_actions, + ) + if action_location == ActionLocation.CHANGE_FORM: + # Disable adding actions on change form when get_actions is + # overridden with old signature. + return {} + return self.get_actions(request) + + def get_actions(self, request, action_location=ActionLocation.CHANGE_LIST): + """ + 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 {} + base_actions = self._get_base_actions(action_location=action_location) + actions = self._filter_actions_by_permissions(request, base_actions) + return {action.name: action for action in actions} + + # RemovedInDjango70Warning: When the deprecation ends, remove. + def _get_action_choices_with_action_location( + self, + request, + default_choices=None, + action_location=ActionLocation.CHANGE_LIST, + ): + if "action_location" in get_func_args(self.get_action_choices): + return self.get_action_choices( + request, + default_choices=default_choices, + action_location=action_location, + ) + else: + warn_about_implementation( + "Overriding get_action_choices() without the 'action_location' " + "parameter is deprecated. Update the signature to " + "get_action_choices(self, request, default_choices=None, " + "action_location=ActionLocation.CHANGE_LIST).", + RemovedInDjango70Warning, + self.get_action_choices, + ) + return self.get_action_choices(request, default_choices=default_choices) + + def _get_choice_description(self, action, action_location): + if action_location == ActionLocation.CHANGE_LIST: + return action.plural_description % model_format_dict(self.opts) + return action.description % model_format_dict(self.opts) + + def get_action_choices( + self, + request, + default_choices=None, + action_location=ActionLocation.CHANGE_LIST, + ): + """ + Return a list of choices for use in a form object. Each choice is a + tuple (name, description). + """ + if default_choices is None: + default_choices = [("", get_blank_choice_label())] + choices = [*default_choices] + # RemovedInDjango70Warning: When the deprecation ends, replace with: + # actions = self.get_actions(request, action_location=action_location) + actions = self._get_actions_with_action_location( + request, action_location=action_location + ) + for action in actions.values(): + if isinstance(action, tuple): + choice = (action[1], action[2] % model_format_dict(self.opts)) + else: + choice = ( + action.name, + self._get_choice_description(action, action_location), + ) + choices.append(choice) + return choices + + def get_action(self, action, action_location=ActionLocation.CHANGE_LIST): + """ + 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 + # Filter out actions based on the action type. + locations = getattr(func, "locations", [ActionLocation.CHANGE_LIST]) + if action_location not in locations: + return None + + description = self._get_action_description(func, action) + return Action( + func=func, + name=action, + description=description, + plural_description=getattr(func, "plural_description", description), + locations=locations, + ) + + 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): + """ + Return a tuple of (lookup, field_to_validate). + + field_to_validate is set for non-text exact lookups so that + invalid search terms can be skipped (preserving index usage). + """ + 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 path_part in 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) + ): + # Use prev_field to validate the search term. + return field_name, prev_field + 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: + orm_lookups = [] + for field in search_fields: + orm_lookups.append(construct_search(str(field))) + + term_queries = [] + for bit in smart_split(search_term): + if bit.startswith(('"', "'")) and bit[0] == bit[-1]: + bit = unescape_string_literal(bit) + # Build term lookups, skipping values that cannot be converted + # to the expected type. + bit_lookups = [] + for orm_lookup, validate_field in orm_lookups: + if validate_field is not None: + formfield = validate_field.formfield() + try: + if formfield is None: + # Fields like AutoField lack a form field. + value = validate_field.to_python(bit) + elif isinstance(formfield, forms.NullBooleanField): + # Allow explicit "None" strings. + formfield = formfields.StrictNullBooleanField() + value = formfield.to_python(bit) + elif isinstance(formfield, forms.BooleanField): + # Avoid the coercion of most strings to True. + value = formfields.StrictBooleanField().to_python(bit) + elif isinstance( + formfield, + ( + forms.TypedChoiceField, + forms.TypedMultipleChoiceField, + ), + ): + # Workaround for issue #34156. + value = formfield.clean(bit) + else: + value = formfield.to_python(bit) + except ValidationError: + # Skip this lookup for invalid types. + continue + else: + value = bit + bit_lookups.append((orm_lookup, value)) + if bit_lookups: + or_queries = models.Q.create(bit_lookups, connector=models.Q.OR) + term_queries.append(or_queries) + else: + # No valid lookups: add a filter that returns nothing. + term_queries.append(models.Q(pk__in=[])) + if term_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, + "source_model_var": SOURCE_MODEL_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. + obj_display = display_for_value(str(obj), EMPTY_VALUE_STRING) + if self.has_change_permission(request, obj): + obj_repr = format_html( + '{}', urlquote(obj_url), obj_display + ) + else: + obj_repr = obj_display + 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 = { + "value": str(value), + "obj": str(obj), + } + + # Find the optgroup for the new item, if available + source_model_name = request.POST.get(SOURCE_MODEL_VAR) + source_admin = None + if source_model_name: + app_label, model_name = source_model_name.split(".", 1) + try: + source_model = apps.get_model(app_label, model_name) + except LookupError: + msg = _('The app "%s" could not be found.') % source_model_name + self.message_user(request, msg, messages.ERROR) + else: + source_admin = self.admin_site._registry.get(source_model) + + if source_admin: + form = source_admin.get_form(request)() + if self.opts.verbose_name_plural in form.fields: + field = form.fields[self.opts.verbose_name_plural] + for option_value, option_label in field.choices: + # Check if this is an optgroup (label is a sequence + # of choices rather than a single string value). + if isinstance(option_label, (list, tuple)): + # It's an optgroup: + # (group_name, [(value, label), ...]) + optgroup_label = option_value + for choice_value, choice_display in option_label: + if choice_display == str(obj): + popup_response["optgroup"] = str(optgroup_label) + break + + popup_response_data = json.dumps(popup_response) + 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) + + obj_display = display_for_value(str(obj), EMPTY_VALUE_STRING) + msg_dict = { + "name": opts.verbose_name, + "obj": format_html( + '{}', urlquote(request.path), obj_display + ), + } + 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, action_location=ActionLocation.CHANGE_LIST + ): + """ + Handle an admin action. 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 + + prefix = ( + action_location.value + if action_location != ActionLocation.CHANGE_LIST + else "" + ) + action_form = self.action_form(data, auto_id=None, prefix=prefix) + # RemovedInDjango70Warning: When the deprecation ends, replace with: + # action_form.fields["action"].choices = self.get_action_choices( + # request, action_location=action_location + # ) + action_form.fields["action"].choices = ( + self._get_action_choices_with_action_location( + request, action_location=action_location + ) + ) + + # 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"] + if action_location == ActionLocation.CHANGE_FORM: + select_across = False + # RemovedInDjango70Warning: When the deprecation ends, replace: + # actions = self.get_actions( + # request, action_location=action_location + # ) + actions = self._get_actions_with_action_location( + request, action_location=action_location + ) + if isinstance(actions[action], tuple): + func = actions[action][0] + else: + func = actions[action].func + + # 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: + # 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": display_for_value(str(obj_display), EMPTY_VALUE_STRING), + }, + 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 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 + ) + + action_form = None + # RemovedInDjango70Warning: When the deprecation ends, replace with: + # actions = self.get_actions( + # request, action_location=ActionLocation.CHANGE_FORM + # ) + actions = self._get_actions_with_action_location( + request, action_location=ActionLocation.CHANGE_FORM + ) + if actions and not add: + action_location = ActionLocation.CHANGE_FORM + action_form = self.action_form(auto_id=None, prefix=action_location.value) + # RemovedInDjango70Warning: When the deprecation ends, replace: + # action_form.fields["action"].choices = self.get_action_choices( + # request, action_location=action_location + # ) + action_form.fields["action"].choices = ( + self._get_action_choices_with_action_location( + request, action_location=action_location + ) + ) + fieldsets = self.get_fieldsets(request, obj) + ModelForm = self.get_form( + request, obj, change=not add, fields=flatten_fieldsets(fieldsets) + ) + if request.method == "POST": + if ( + action_form + and action_form["action"].html_name in request.POST + and "_save" not in request.POST + and "_continue" not in request.POST + and "_addanother" not in request.POST + ): + selected = request.POST.getlist(helpers.ACTION_CHECKBOX_NAME) + if len(selected) != 1 or selected[0] != str(obj.pk): + raise BadRequest + queryset = self.get_queryset(request) + if response := self.response_action( + request, queryset, action_location=ActionLocation.CHANGE_FORM + ): + return response + return HttpResponseRedirect(request.get_full_path()) + + if not add and not self.has_change_permission(request, obj): + raise PermissionDenied + + 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 action_form: + media += action_form.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": ( + display_for_value(str(obj), EMPTY_VALUE_STRING) 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, + "source_model": request.GET.get(SOURCE_MODEL_VAR), + "to_field": to_field, + "media": media, + "action_form": action_form, + "action_checkbox_name": helpers.ACTION_CHECKBOX_NAME, + "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) + + def _get_formset_with_permissions(self, request, queryset, for_save=False): + """ + Construct a changelist formset, and remove list_editable fields + for objects the user cannot change. + """ + FormSet = self.get_changelist_formset(request) + if for_save: + formset = FormSet(data=request.POST, files=request.FILES, queryset=queryset) + else: + formset = FormSet(queryset=queryset) + + for form in formset.forms: + if not self.has_change_permission(request, form.instance): + for field_name in self.list_editable: + form.fields.pop(field_name, None) + + return formset + + def _save_formset(self, request, formset): + changecount = 0 + with transaction.atomic(using=router.db_for_write(self.model)): + for form in formset.forms: + if not self.has_change_permission(request, form.instance): + continue + if form.has_changed(): + obj = self.save_form(request, form, change=True) + if obj._state.adding: + raise BadRequest("list_editable does not allow adding.") + 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) + + @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) + + # RemovedInDjango70Warning: When the deprecation ends, replace with: + # actions = self.get_actions( + # request, action_location=ActionLocation.CHANGE_LIST + # ) + actions = self._get_actions_with_action_location( + request, action_location=ActionLocation.CHANGE_LIST + ) + # 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), + action_location=ActionLocation.CHANGE_LIST, + ) + 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), + action_location=ActionLocation.CHANGE_LIST, + ) + 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()) + + # 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() + ) + cl.formset = self._get_formset_with_permissions( + request, + queryset=modified_objects, + for_save=True, + ) + if cl.formset.is_valid(): + self._save_formset(request, cl.formset) + + return HttpResponseRedirect(request.get_full_path()) + + # Handle GET -- construct a formset for display. + elif cl.list_editable and self.has_change_permission(request): + cl.formset = self._get_formset_with_permissions(request, cl.result_list) + + # Build the list of media to be used by the formset. + if cl.formset: + media = self.media + cl.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) + # RemovedInDjango70Warning: When the deprecation ends, replace: + # action_form.fields["action"].choices = self.get_action_choices( + # request, action_location=ActionLocation.CHANGE_LIST + # ) + action_form.fields["action"].choices = ( + self._get_action_choices_with_action_location( + request, action_location=ActionLocation.CHANGE_LIST + ) + ) + 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, + "escaped_object": display_for_value(str(obj), EMPTY_VALUE_STRING), + "deleted_objects": deleted_objects, + "delete_confirmation_max_display": self.delete_confirmation_max_display, + "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("user", "content_type") + .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") + % display_for_value(str(obj), EMPTY_VALUE_STRING), + "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 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 + delete_confirmation_max_display = ( + self.delete_confirmation_max_display + if self.delete_confirmation_max_display + else sys.maxsize + ) + + 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 = [] + protected = itertools.islice( + collector.protected, delete_confirmation_max_display + ) + for p in 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, + } + remaining_object_count = ( + len(collector.protected) - delete_confirmation_max_display + ) + if remaining_object_count > 0: + related = ( + # Translators: This string is used as a + # separator between list elements. + _(", ").join(str(i) for i in objs) + + _(", ") + + ngettext( + "…and %(count)d more object.", + "…and %(count)d more objects.", + remaining_object_count, + ) + % {"count": remaining_object_count} + ) + else: + related = get_text_list(objs, _("and")) + params["related_objects"] = related + 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/env/lib/python3.12/site-packages/django/contrib/admin/sites.py b/env/lib/python3.12/site-packages/django/contrib/admin/sites.py new file mode 100644 index 0000000..d160ec0 --- /dev/null +++ b/env/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.options import EMPTY_VALUE_STRING +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 = EMPTY_VALUE_STRING + + login_form = None + index_template = None + app_index_template = None + login_template = None + logout_template = None + password_change_form = 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": self.password_change_form or 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. + """ + # 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 + + redirect_url = LoginView().get_redirect_url(request) or reverse( + "admin:index", current_app=self.name + ) + if request.method == "GET" and self.has_permission(request): + # Already logged-in, redirect accordingly. + return HttpResponseRedirect(redirect_url) + + context = { + **self.each_context(request), + "title": _("Log in"), + "subtitle": None, + "app_path": request.get_full_path(), + "username": request.user.get_username(), + REDIRECT_FIELD_NAME: redirect_url, + } + 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css new file mode 100644 index 0000000..8325f9a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/autocomplete.css @@ -0,0 +1,381 @@ +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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css new file mode 100644 index 0000000..8f72023 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/base.css @@ -0,0 +1,1385 @@ +/* + 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-debug-bg: #efefef; + --message-debug-icon: url(../img/icon-debug.svg); + --message-info-bg: #ccefff; + --message-info-icon: url(../img/icon-info.svg); + --message-success-bg: #dfd; + --message-success-icon: url(../img/icon-yes.svg); + --message-warning-bg: #ffc; + --message-warning-icon: url(../img/icon-alert.svg); + --message-error-bg: #ffefef; + --message-error-icon: url(../img/icon-no.svg); + + --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:not( + [role="button"], + #header a, + #nav-sidebar a, + #content-main.app-list a, + .object-tools a + ) { + 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: 0.2em 0 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 0.5em 0; +} + +h2.subhead { + font-weight: normal; + margin-top: 0; +} + +h3 { + font-size: 0.875rem; + margin: 0.8em 0 0.3em 0; + color: var(--body-medium-color); + font-weight: bold; +} + +h4 { + font-size: 0.75rem; + margin: 1em 0 0.8em 0; + padding-bottom: 3px; + color: var(--body-medium-color); +} + +h5 { + font-size: 0.625rem; + margin: 1.5em 0 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: var(--body-quiet-color); + margin-left: 2px; + padding-left: 10px; + border-left: 5px solid currentColor; +} + +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: 0.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; +} + +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: 0.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; + color: var(--body-fg); + word-break: break-word; + background-color: var(--message-info-bg); + background-image: var(--message-info-icon); + background-position: 40px 12px; + background-repeat: no-repeat; + background-size: 16px auto; +} + +ul.messagelist li.debug { + background-color: var(--message-debug-bg); + background-image: var(--message-debug-icon); +} + +ul.messagelist li.info { + background-color: var(--message-info-bg); + background-image: var(--message-info-icon); +} + +ul.messagelist li.success { + background-color: var(--message-success-bg); + background-image: var(--message-success-icon); +} + +ul.messagelist li.warning { + background-color: var(--message-warning-bg); + background-image: var(--message-warning-icon); +} + +ul.messagelist li.error { + background-color: var(--message-error-bg); + background-image: var(--message-error-icon); +} + +@media (forced-colors: active) { + ul.messagelist li { + border: 1px solid; + } +} + +.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; + padding: 0; + color: var(--error-fg); + background: var(--body-bg); +} + +ul.errorlist li { + font-size: 0.8125rem; + display: block; + 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; +} + +.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 */ + +ol.breadcrumbs { + background: var(--breadcrumbs-bg); + padding: 10px 40px; + border: none; + color: var(--breadcrumbs-fg); + margin-top: 0; + margin-bottom: 0; +} + +ol.breadcrumbs li { + display: inline-block; + font-size: 0.875rem; + padding: 0; +} + +ol.breadcrumbs li:not([aria-current="page"])::after { + content: " \203A " / ""; +} + +ol.breadcrumbs li a[aria-current="page"] { + color: var(--breadcrumbs-fg); + text-decoration: none !important; + cursor: default; +} + +ol.breadcrumbs a { + color: var(--breadcrumbs-link-fg); +} + +ol.breadcrumbs a:focus, +ol.breadcrumbs a:hover { + color: var(--breadcrumbs-fg); +} + +/* ACTION ICONS */ + +.viewlink, +.inlineviewlink { + padding-left: 16px; + background: url(../img/icon-viewlink.svg) 0 center no-repeat; +} + +.hidelink { + padding-left: 16px; + background: url(../img/icon-hidelink.svg) 0 center 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 2px 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; +} + +/* TITLES */ + +.titles-and-tools { + display: flex; +} + +.titles { + flex-grow: 1; +} + +/* OBJECT TOOLS */ + +.object-tools { + padding: 0; + margin: 0; +} + +.object-tools li { + display: inline-block; +} + +.object-tools li + li { + margin-left: 15px; +} + +.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); + box-sizing: border-box; +} + +.paginator ul { + margin: 0; + margin-right: 6px; +} + +.paginator ul li { + display: inline-block; + line-height: 22px; + padding: 0; +} + +.paginator a { + display: inline-block; + padding: 2px 6px; +} + +.paginator a:not(.showall) { + background: var(--button-bg); + text-decoration: none; + color: var(--button-fg); +} + +.paginator a[aria-current="page"] { + color: var(--body-quiet-color); + background: transparent; + font-weight: bold; + cursor: default; +} + +.paginator a:not([aria-current="page"], .showall):focus, +.paginator a:not([aria-current="page"], .showall):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); +} + +/* ACTIONS */ + +.actions { + padding: 10px; + background: var(--body-bg); + border-top: none; + border-bottom: none; + line-height: 1.5rem; + color: var(--body-quiet-color); + width: 100%; + box-sizing: border-box; +} + +.actions span.all, +.actions span.action-counter, +.actions span.clear, +.actions span.question { + font-size: 0.8125rem; + margin: 0 0.5em; +} + +.actions:last-child { + border-bottom: none; +} + +.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; +} + +.actions select:focus { + border-color: var(--body-quiet-color); +} + +.actions label { + display: inline-block; + vertical-align: middle; + font-size: 0.8125rem; +} + +.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); +} + +.actions .button:focus, +.actions .button:hover { + border-color: var(--body-quiet-color); +} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css new file mode 100644 index 0000000..d1bdb9f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/changelists.css @@ -0,0 +1,318 @@ +/* CHANGELISTS */ + +#changelist .changelist-form-container { + display: flex; + align-items: flex-start; + width: 100%; +} + +#changelist .changelist-form-container > div { + flex: 1 1 auto; +} + +#changelist .changelist-form-container:not(:has(#changelist-filter)) > div { + width: 100%; +} + +#changelist .changelist-form-container:has(#changelist-filter) > div { + min-width: 0; + max-width: calc(100% - 270px); +} + +#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, +.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 .changelist-footer { + display: flex; + align-items: center; + justify-content: space-between; + padding: 10px; + border-top: 1px solid var(--hairline-color); + border-bottom: 1px solid var(--hairline-color); +} + +#changelist .changelist-footer .paginator { + color: var(--body-quiet-color); + background: var(--body-bg); + border: none; + padding: 0; +} + +#changelist .paginator { + color: var(--body-quiet-color); + border-bottom: 1px solid var(--hairline-color); + background: var(--body-bg); +} + +#changelist .paginator ul { + padding: 0; + white-space: nowrap; +} + +/* 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); +} + +#changelist-filter summary, +#changelist-filter a { + 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, +.change-list .toplinks span { + 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; + } +} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css new file mode 100644 index 0000000..e197628 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dark_mode.css @@ -0,0 +1,145 @@ +@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-debug-bg: #4e4e4e; + --message-debug-icon: url(../img/icon-debug-dark.svg); + --message-info-bg: #265895; + --message-info-icon: url(../img/icon-info-dark.svg); + --message-success-bg: #006b1b; + --message-success-icon: url(../img/icon-yes-dark.svg); + --message-warning-bg: #583305; + --message-warning-icon: url(../img/icon-alert-dark.svg); + --message-error-bg: #570808; + --message-error-icon: url(../img/icon-no-dark.svg); + + --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-debug-bg: #4e4e4e; + --message-debug-icon: url(../img/icon-debug-dark.svg); + --message-info-bg: #265895; + --message-info-icon: url(../img/icon-info-dark.svg); + --message-success-bg: #006b1b; + --message-success-icon: url(../img/icon-yes-dark.svg); + --message-warning-bg: #583305; + --message-warning-icon: url(../img/icon-alert-dark.svg); + --message-error-bg: #570808; + --message-error-icon: url(../img/icon-no-dark.svg); + + --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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css new file mode 100644 index 0000000..d303876 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/dashboard.css @@ -0,0 +1,30 @@ +/* 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: 0.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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css new file mode 100644 index 0000000..f24feba --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/forms.css @@ -0,0 +1,482 @@ +/* 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-row select option:checked { + background-color: var(--selected-row); + color: var(--body-fg); +} + +form .form-row p { + padding-left: 0; +} + +.flex-container { + display: flex; + gap: 10px; + flex-direction: column; + align-items: flex-start; +} + +.flex-container div.checkbox { + display: flex; +} + +.form-multiline { + flex-wrap: wrap; + flex-direction: row; +} + +/* FORM LABELS */ + +legend, +label { + font-weight: normal; + color: var(--body-quiet-color); + font-size: 0.8125rem; + padding: 0; +} + +.required legend, +legend.required, +.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 { + display: inline-block; + padding: 4px 10px 0 0; +} + +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 fieldset { + border-top: none; +} + +.aligned fieldset > div { + width: 100%; +} + +.aligned legend { + float: inline-start; + padding: 0.5rem 0; +} + +.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 div.radiolist { + display: block; + margin: 0; + padding: 0; +} + +form .aligned fieldset div.help { + margin-left: 0; +} + +form .aligned p.help:last-child, +form .aligned div.help:last-child { + margin-bottom: 0; + padding-bottom: 0; +} + +form .aligned ul li { + list-style: none; +} + +form .aligned div.help ul { + padding-left: 0; + margin-left: 0; +} + +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; +} + +/* 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; +} + +.app-flatpages.model-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 div.wrapper { + overflow-x: auto; +} + +.inline-related.tabular fieldset.module table { + width: 100%; +} + +.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; +} + +.inline-group .tabular th.original { + width: 0px; + padding: 0; +} + +.inline-group .tabular td { + font-size: 1rem; +} + +.inline-group .tabular td.original p { + position: absolute; + left: 0; + height: 1.2em; + padding: 2px 9px; + overflow: hidden; + font-size: 0.875rem; + font-weight: bold; + color: var(--body-quiet-color); +} + +.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; +} + +form .related-widget-wrapper a.change-related img { + transform: scale(0.85); +} + +form .related-widget-wrapper a.view-related img { + transform: scale(0.95); +} + +.clearable-file-input input { + margin-top: 0; +} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css new file mode 100644 index 0000000..31122f9 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/login.css @@ -0,0 +1,62 @@ +/* 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css new file mode 100644 index 0000000..c83a306 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/nav_sidebar.css @@ -0,0 +1,151 @@ +.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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css new file mode 100644 index 0000000..509b4fb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive.css @@ -0,0 +1,857 @@ +/* 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; + } + + .actions { + display: flex; + flex-wrap: wrap; + padding: 15px 0; + } + + .actions label { + display: flex; + } + + .actions select { + background: var(--body-bg); + } + + .actions .button { + min-width: 48px; + margin: 0 10px; + } + + .actions span.all, + .actions span.clear, + .actions span.question, + .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 */ + + legend, + 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; + } + + 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: 0.5rem; + } + + 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: 10px 10px 10px 55px; + background-position-x: 30px; + } + + /* 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 .changelist-form-container { + flex-direction: column; + } + + #changelist .changelist-form-container:has(#changelist-filter) > div { + max-width: 100%; + width: 100%; + } + + #toolbar { + padding: 10px; + } + + #changelist-filter { + margin-left: 0; + } + + .actions label { + flex: 1 1; + } + + .actions select { + flex: 1 0; + width: 100%; + } + + .actions span { + flex: 1 0 100%; + } + + #changelist-filter { + width: 100%; + margin-top: 30px; + } + + /* Forms */ + + .titles-and-tools { + flex-direction: column; + } + + .object-tools { + margin-bottom: 10px; + } + + .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 { + align-items: stretch; + } + + textarea { + max-width: none; + } + + .vURLField { + width: auto; + } + + .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 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; + } + + 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: 10px 10px 10px 40px; + background-position-x: 15px; + } + + /* 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 > *, + .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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css new file mode 100644 index 0000000..b80e3b4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/responsive_rtl.css @@ -0,0 +1,82 @@ +/* TABLETS */ + +@media (max-width: 1024px) { + [dir="rtl"] .colMS { + margin-right: 0; + } + + [dir="rtl"] #user-tools { + text-align: right; + } + + [dir="rtl"] .actions label { + padding-left: 10px; + padding-right: 0; + } + + [dir="rtl"] .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"] .dashboard .module table td a { + padding-left: 0; + padding-right: 16px; + } + + [dir="rtl"] ul.messagelist li { + padding: 10px 55px 10px 10px; + background-position-x: calc(100% - 30px); + } +} + +/* MOBILE */ + +@media (max-width: 767px) { + [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; + } + + [dir="rtl"] ul.messagelist li { + padding: 10px 40px 10px 10px; + background-position-x: calc(100% - 15px); + } +} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css new file mode 100644 index 0000000..0a4d882 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/rtl.css @@ -0,0 +1,245 @@ +/* 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-x: 100%; +} + +.deletelink { + padding-left: 0; + padding-right: 16px; + background-position: 100% 1px; +} + +.object-tools li + li { + margin-right: 15px; + margin-left: 0; +} + +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: 0.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 ul { + margin-left: 6px; + margin-right: 0; +} + +.paginator input { + margin-left: 0; + margin-right: auto; +} + +/* FORMS */ + +form .aligned ul { + margin: 0; +} + +form ul.inline li { + float: right; + padding-right: 0; + padding-left: 7px; +} + +.submit-row { + text-align: right; +} + +/* 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; +} + +:enabled.selector-chooseall:focus, +:enabled.selector-chooseall:hover { + background-position: 100% -144px; +} + +: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; +} + +ul.messagelist li { + padding: 10px 65px 10px 10px; + background-position-x: calc(100% - 40px); +} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css new file mode 100644 index 0000000..d63be33 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/unusable_password_field.css @@ -0,0 +1,21 @@ +/* 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/LICENSE-SELECT2.md new file mode 100644 index 0000000..8cb8a2b --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.css new file mode 100644 index 0000000..750b320 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/vendor/select2/select2.min.css new file mode 100644 index 0000000..7c18ad5 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css new file mode 100644 index 0000000..55d9103 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/css/widgets.css @@ -0,0 +1,654 @@ +/* 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; + text-align: left; + padding: 4px 5px; + margin: 0 auto; + overflow: hidden; + color: var(--button-fg); + background-color: var(--button-bg); + text-decoration: none; + opacity: 0.55; + border: none; + border-radius: 4px; +} + +:enabled.selector-chooseall:focus, +:enabled.selector-clearall:focus, +:enabled.selector-chooseall:hover, +:enabled.selector-clearall:hover { + background-color: var(--button-hover-bg); +} + +:enabled.selector-chooseall, +:enabled.selector-clearall { + opacity: 1; +} + +:enabled.selector-chooseall:hover, +:enabled.selector-clearall:hover { + cursor: pointer; +} + +:enabled.selector-chooseall:focus, +:enabled.selector-chooseall:hover { + background-position: 100% -176px; +} + +: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; +} + +p.datetime label { + display: block; + padding: 0.5rem 0; +} + +.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-bottom: 4px; +} + +table p.datetime { + font-size: 0.6875rem; + margin-left: 0; + padding-left: 0; +} + +.datetimeshortcuts button { + border: none; + background: none; + padding: 0; + cursor: pointer; +} + +.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 button:focus .clock-icon, +.datetimeshortcuts button: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 button:focus .date-icon, +.datetimeshortcuts button: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: 0; + padding: 0; + 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: absolute; +} + +.calendarbox::backdrop, +.clockbox::backdrop { + background: rgba(0, 0, 0, 0.75); +} + +.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) center center no-repeat; + background-size: contain; + width: 1.5rem; + height: 1.5rem; + border: 0px none; + margin-bottom: 0.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:has(select:not([multiple])) { + align-items: center; +} + +.related-widget-wrapper-link { + opacity: 0.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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.md b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.md new file mode 100644 index 0000000..e635dc1 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/README.md @@ -0,0 +1,80 @@ +# Information about icons in this directory + +## License + +All icons in this directory are provided by +[Font Awesome Free](https://fontawesome.com), version 6.7.2. + +- The icons are licensed under the [Creative Commons Attribution 4.0 + International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) + license. +- This license allows you to use, modify, and distribute the icons, provided + proper attribution is given. + +## Usage + +- You may use, modify, and distribute the icons in this repository in + compliance with the [Creative Commons Attribution 4.0 International + (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) license. + +## Modifications + +- These icons have been resized, recolored, or otherwise modified to fit the + requirements of this project. + +- These modifications alter the appearance of the original icons but remain + covered under the terms of the + [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) license. + +## Contributing SVG Icons + +To ensure visual consistency, traceability, and proper license attribution, +follow these guidelines. This applies when adding or modifying icons. + +## ⚠️ Important: Changing Font Awesome Version + +If you update to a different Font Awesome version, you must **update all SVG +files** and **comments inside the files** to reflect the new version number and +licensing URL accordingly. For example: + +* Original: +```xml +<!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> +``` +* Updated: +```xml +<!--!Font Awesome Free X.Y.Z by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright YYYY Fonticons, Inc.--> +``` + +## Adding a new icon + +1. Use only [Font Awesome Free Icons](https://fontawesome.com/icons). +2. Save the icon as an .svg file in this directory. +3. Include the following attribution comment at the top of the file (do not + change it): +```xml +<!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> +``` +4. Right before the `<path>` element, add the following metadata comment with + the appropriate values: +```xml +<!-- + Icon Name: [icon-name] + Icon Family: [classic | sharp | brands | etc.] + Icon Style: [solid | regular | light | thin | duotone | etc.] +--> +``` + +### Example SVG Structure + +```xml +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: plus + Icon Family: classic + Icon Style: solid + --> + <path fill="#5fa225" stroke="#5fa225" stroke-width="30" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/> +</svg> +``` diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg new file mode 100644 index 0000000..7845abb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg @@ -0,0 +1,44 @@ +<svg + width="15" + height="30" + viewBox="0 0 512 1024" + version="1.1" + id="svg5" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <defs id="defs2"> + <g id="previous"> + <!-- + Icon Name: circle-chevron-left + Icon Family: classic + Icon Style: solid + --> + <path + d="M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM271 135c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L167 273c-9.4-9.4-9.4-24.6 0-33.9L271 135z" + id="path2" /> + </g> + <g id="next"> + <!-- + Icon Name: circle-chevron-right + Icon Family: classic + Icon Style: solid + --> + <path + d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM241 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L345 239c9.4 9.4 9.4 24.6 0 33.9L241 377z" + id="path1" /> + </g> + </defs> + <use + xlink:href="#next" + x="0" + y="512" + fill="#000000" + id="use5" /> + <use + xlink:href="#previous" + x="0" + y="0" + fill="#333333" + id="use2" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg new file mode 100644 index 0000000..20fb814 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: plus + Icon Family: classic + Icon Style: solid + --> + <path fill="#5fa225" stroke="#5fa225" stroke-width="30" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert-dark.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert-dark.svg new file mode 100644 index 0000000..a6365f5 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert-dark.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="14" height="14"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: triangle-exclamation + Icon Family: classic + Icon Style: solid + --> + <path fill="#efb80b" d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg new file mode 100644 index 0000000..9b4ee36 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg @@ -0,0 +1,9 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="14" height="14"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: triangle-exclamation + Icon Family: classic + Icon Style: solid + --> + <path fill="#b78b02" d="M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480L40 480c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg new file mode 100644 index 0000000..827ca5d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg @@ -0,0 +1,15 @@ +<svg width="16" height="32" viewBox="0 0 448 1024" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <defs> + <g id="icon"> + <!-- + Icon Name: calendar-days + Icon Family: classic + Icon Style: regular + --> + <path d="M152 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L64 64C28.7 64 0 92.7 0 128l0 16 0 48L0 448c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-256 0-48 0-16c0-35.3-28.7-64-64-64l-40 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40L152 64l0-40zM48 192l80 0 0 56-80 0 0-56zm0 104l80 0 0 64-80 0 0-64zm128 0l96 0 0 64-96 0 0-64zm144 0l80 0 0 64-80 0 0-64zm80-48l-80 0 0-56 80 0 0 56zm0 160l0 40c0 8.8-7.2 16-16 16l-64 0 0-56 80 0zm-128 0l0 56-96 0 0-56 96 0zm-144 0l0 56-64 0c-8.8 0-16-7.2-16-16l0-40 80 0zM272 248l-96 0 0-56 96 0 0 56z"/> + </g> + </defs> + <use xlink:href="#icon" x="0" y="0" fill="#447e9b" /> + <use xlink:href="#icon" x="0" y="512" fill="#003366" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg new file mode 100644 index 0000000..6316702 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: pencil + Icon Family: classic + Icon Style: solid + --> + <path fill="#b48c08" d="M410.3 231l11.3-11.3-33.9-33.9-62.1-62.1L291.7 89.8l-11.3 11.3-22.6 22.6L58.6 322.9c-10.4 10.4-18 23.3-22.2 37.4L1 480.7c-2.5 8.4-.2 17.5 6.1 23.7s15.3 8.5 23.7 6.1l120.3-35.4c14.1-4.2 27-11.8 37.4-22.2L387.7 253.7 410.3 231zM160 399.4l-9.1 22.7c-4 3.1-8.5 5.4-13.3 6.9L59.4 452l23-78.1c1.4-4.9 3.8-9.4 6.9-13.3l22.7-9.1 0 32c0 8.8 7.2 16 16 16l32 0zM362.7 18.7L348.3 33.2 325.7 55.8 314.3 67.1l33.9 33.9 62.1 62.1 33.9 33.9 11.3-11.3 22.6-22.6 14.5-14.5c25-25 25-65.5 0-90.5L453.3 18.7c-25-25-65.5-25-90.5 0zm-47.4 168l-144 144c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l144-144c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg new file mode 100644 index 0000000..51f4db4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg @@ -0,0 +1,15 @@ +<svg width="16" height="32" viewBox="0 0 512 1024" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <defs> + <g id="icon"> + <!-- + Icon Name: clock + Icon Family: classic + Icon Style: regular + --> + <path d="M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"/> + </g> + </defs> + <use xlink:href="#icon" x="0" y="0" fill="#447e9b"/> + <use xlink:href="#icon" x="0" y="512" fill="#003366" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug-dark.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug-dark.svg new file mode 100644 index 0000000..ad76594 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug-dark.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. --> + <!-- + Icon Name: bug + Icon Family: classic + Icon Style: solid + --> + <path fill="#bfbfbf" d="M256 0c53 0 96 43 96 96l0 3.6c0 15.7-12.7 28.4-28.4 28.4l-135.1 0c-15.7 0-28.4-12.7-28.4-28.4l0-3.6c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4l112 0c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5l64.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6L272 240c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 239.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64.3 0c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug.svg new file mode 100644 index 0000000..c57d919 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-debug.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. --> + <!-- + Icon Name: bug + Icon Family: classic + Icon Style: solid + --> + <path fill="#808080" d="M256 0c53 0 96 43 96 96l0 3.6c0 15.7-12.7 28.4-28.4 28.4l-135.1 0c-15.7 0-28.4-12.7-28.4-28.4l0-3.6c0-53 43-96 96-96zM41.4 105.4c12.5-12.5 32.8-12.5 45.3 0l64 64c.7 .7 1.3 1.4 1.9 2.1c14.2-7.3 30.4-11.4 47.5-11.4l112 0c17.1 0 33.2 4.1 47.5 11.4c.6-.7 1.2-1.4 1.9-2.1l64-64c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3l-64 64c-.7 .7-1.4 1.3-2.1 1.9c6.2 12 10.1 25.3 11.1 39.5l64.3 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-64 0c0 24.6-5.5 47.8-15.4 68.6c2.2 1.3 4.2 2.9 6 4.8l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-63.1-63.1c-24.5 21.8-55.8 36.2-90.3 39.6L272 240c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 239.2c-34.5-3.4-65.8-17.8-90.3-39.6L86.6 502.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c1.9-1.9 3.9-3.4 6-4.8C101.5 367.8 96 344.6 96 320l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64.3 0c1.1-14.1 5-27.5 11.1-39.5c-.7-.6-1.4-1.2-2.1-1.9l-64-64c-12.5-12.5-12.5-32.8 0-45.3z" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg new file mode 100644 index 0000000..9336c51 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg @@ -0,0 +1,11 @@ +<svg width="14" height="14" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <g> + <!-- + Icon Name: xmark + Icon Family: classic + Icon Style: solid + --> + <path fill="#dd4646" stroke="#dd4646" stroke-width="30" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/> + </g> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg new file mode 100644 index 0000000..9462691 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-hidelink.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: eye-slash + Icon Family: classic + Icon Style: solid + --> + <path fill="#2b70bf" d="M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144c0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3c0 10.2-2.4 19.8-6.6 28.3l-90.3-70.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1c-79.5 0-144-64.5-144-144c0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6c14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info-dark.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info-dark.svg new file mode 100644 index 0000000..76fc142 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info-dark.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. --> + <!-- + Icon Name: circle-info + Icon Family: classic + Icon Style: solid + --> + <path fill="#63b4eb" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info.svg new file mode 100644 index 0000000..0a240ea --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-info.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc. --> + <!-- + Icon Name: circle-info + Icon Family: classic + Icon Style: solid + --> + <path fill="#3f8cc1" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no-dark.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no-dark.svg new file mode 100644 index 0000000..bb55c52 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no-dark.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: circle-xmark + Icon Family: classic + Icon Style: solid + --> + <path fill="#f15f5f" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg new file mode 100644 index 0000000..6c5b15d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-no.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: circle-xmark + Icon Family: classic + Icon Style: solid + --> + <path fill="#c63d3d" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg new file mode 100644 index 0000000..a7a51e7 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: circle-question + Icon Family: classic + Icon Style: solid + --> + <path fill="#ffffff" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg new file mode 100644 index 0000000..3acf303 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: circle-question + Icon Family: classic + Icon Style: solid + --> + <path fill="#666666" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM169.8 165.3c7.9-22.3 29.1-37.3 52.8-37.3l58.3 0c34.9 0 63.1 28.3 63.1 63.1c0 22.6-12.1 43.5-31.7 54.8L280 264.4c-.2 13-10.9 23.6-24 23.6c-13.3 0-24-10.7-24-24l0-13.5c0-8.6 4.6-16.5 12.1-20.8l44.3-25.4c4.7-2.7 7.6-7.7 7.6-13.1c0-8.4-6.8-15.1-15.1-15.1l-58.3 0c-3.4 0-6.4 2.1-7.5 5.3l-.4 1.2c-4.4 12.5-18.2 19-30.6 14.6s-19-18.2-14.6-30.6l.4-1.2zM224 352a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg new file mode 100644 index 0000000..40c86be --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-viewlink.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: eye + Icon Family: classic + Icon Style: solid + --> + <path fill="#2b70bf" d="M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4C142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1c3.3-7.9 3.3-16.7 0-24.6c-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64c-7.1 0-13.9-1.2-20.3-3.3c-5.5-1.8-11.9 1.6-11.7 7.4c.3 6.9 1.3 13.8 3.2 20.7c13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-11.1-41.5-47.8-69.4-88.6-71.1c-5.8-.2-9.2 6.1-7.4 11.7c2.1 6.4 3.3 13.2 3.3 20.3z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes-dark.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes-dark.svg new file mode 100644 index 0000000..482292c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes-dark.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: circle-check + Icon Family: classic + Icon Style: solid + --> + <path fill="#73c12f" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg new file mode 100644 index 0000000..71683dc --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: circle-check + Icon Family: classic + Icon Style: solid + --> + <path fill="#649c35" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg new file mode 100644 index 0000000..93e7e9d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: circle-xmark + Icon Family: classic + Icon Style: solid + --> + <path fill="#999999" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg new file mode 100644 index 0000000..75c21a5 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/search.svg @@ -0,0 +1,9 @@ +<svg width="15" height="15" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: magnifying-glass + Icon Family: classic + Icon Style: solid + --> + <path fill="#555555" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg new file mode 100644 index 0000000..a953b29 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg @@ -0,0 +1,45 @@ +<svg width="16" height="128" viewBox="0 0 512 4096" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <defs> + <g id="up"> + <!-- + Icon Name: circle-arrow-up + Icon Family: classic + Icon Style: solid + --> + <path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM385 215c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-71-71L280 392c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-214.1-71 71c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L239 103c9.4-9.4 24.6-9.4 33.9 0L385 215z"/> + </g> + <g id="down"> + <!-- + Icon Name: circle-arrow-down + Icon Family: classic + Icon Style: solid + --> + <path d="M256 0a256 256 0 1 0 0 512A256 256 0 1 0 256 0zM127 297c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l71 71L232 120c0-13.3 10.7-24 24-24s24 10.7 24 24l0 214.1 71-71c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 409c-9.4 9.4-24.6 9.4-33.9 0L127 297z"/> + </g> + <g id="right"> + <!-- + Icon Name: circle-arrow-right + Icon Family: classic + Icon Style: solid + --> + <path d="M0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM297 385c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l71-71L120 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l214.1 0-71-71c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L409 239c9.4 9.4 9.4 24.6 0 33.9L297 385z"/> + </g> + <g id="left"> + <!-- + Icon Name: circle-arrow-left + Icon Family: classic + Icon Style: solid + --> + <path d="M512 256A256 256 0 1 0 0 256a256 256 0 1 0 512 0zM215 127c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-71 71L392 232c13.3 0 24 10.7 24 24s-10.7 24-24 24l-214.1 0 71 71c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L103 273c-9.4-9.4-9.4-24.6 0-33.9L215 127z"/> + </g> + </defs> + <use xlink:href="#up" x="0" y="0" fill="#666666" /> + <use xlink:href="#up" x="0" y="512" fill="#447e9b" /> + <use xlink:href="#down" x="0" y="1024" fill="#666666" /> + <use xlink:href="#down" x="0" y="1536" fill="#447e9b" /> + <use xlink:href="#left" x="0" y="2048" fill="#666666" /> + <use xlink:href="#left" x="0" y="2560" fill="#447e9b" /> + <use xlink:href="#right" x="0" y="3072" fill="#666666" /> + <use xlink:href="#right" x="0" y="3584" fill="#447e9b" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg new file mode 100644 index 0000000..c3baa4a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg @@ -0,0 +1,35 @@ +<svg width="14" height="84" viewBox="0 0 512 3072" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <defs> + <g id="sort"> + <!-- + Icon Name: sort + Icon Family: classic + Icon Style: solid + --> + <path d="M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"/> + </g> + <g id="ascending"> + <!-- + Icon Name: sort-up + Icon Family: classic + Icon Style: solid + --> + <path d="M182.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"/> + </g> + <g id="descending"> + <!-- + Icon Name: sort-down + Icon Family: classic + Icon Style: solid + --> + <path d="M182.6 470.6c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128z"/> + </g> + </defs> + <use xlink:href="#sort" x="0" y="0" fill="#999999" /> + <use xlink:href="#sort" x="0" y="512" fill="#447e9b" /> + <use xlink:href="#ascending" x="0" y="1024" fill="#999999" /> + <use xlink:href="#ascending" x="0" y="1536" fill="#447e9b" /> + <use xlink:href="#descending" x="0" y="2048" fill="#999999" /> + <use xlink:href="#descending" x="0" y="2560" fill="#447e9b" /> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg new file mode 100644 index 0000000..49cce19 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: plus + Icon Family: classic + Icon Style: solid + --> + <path fill="#ffffff" stroke="#ffffff" stroke-width="30" d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg new file mode 100644 index 0000000..55ed8e5 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg @@ -0,0 +1,9 @@ +<svg width="13" height="13" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"> + <!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--> + <!-- + Icon Name: chevron-right + Icon Family: classic + Icon Style: solid + --> + <path fill="#ffffff" stroke="#ffffff" stroke-width="30" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/> +</svg> diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js new file mode 100644 index 0000000..7b6a751 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectBox.js @@ -0,0 +1,177 @@ +"use strict"; +{ + const getOptionGroupName = (option) => option.parentElement.label; + 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) { + const group = getOptionGroupName(node); + cache.push({ + group, + value: node.value, + text: node.text, + displayed: 1, + }); + } + // Only sort if there are any groups (to preserve existing behavior for non-grouped selects) + if (cache.some((item) => item.group)) { + SelectBox.sort(id); + } + }, + redisplay: function (id) { + // Repopulate HTML select box from cache + const box = document.getElementById(id); + const scroll_value_from_top = box.scrollTop; + box.innerHTML = ""; + let node = box; + let currentOptgroup = null; + for (const option of SelectBox.cache[id]) { + if (option.displayed) { + // Create a new optgroup when the group changes + if (option.group && option.group !== currentOptgroup) { + currentOptgroup = option.group; + node = document.createElement("optgroup"); + node.setAttribute("label", option.group); + box.appendChild(node); + } else if (!option.group && currentOptgroup !== null) { + // Back to ungrouped options + currentOptgroup = null; + node = box; + } + const new_option = new Option( + option.text, + option.value, + false, + false, + ); + // Shows a tooltip when hovering over the option + new_option.title = option.text; + node.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({ + group: option.group, + 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) + ) { + const group = getOptionGroupName(option); + SelectBox.add_to_cache(to, { + group, + value: option_value, + text: option.text, + displayed: 1, + }); + SelectBox.delete_from_cache(from, option_value); + } + } + // Only sort if there are any groups (to preserve existing behavior for non-grouped selects) + if (SelectBox.cache[to].some((item) => item.group)) { + SelectBox.sort(to); + } + 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)) { + const group = getOptionGroupName(option); + SelectBox.add_to_cache(to, { + group, + value: option_value, + text: option.text, + displayed: 1, + }); + SelectBox.delete_from_cache(from, option_value); + } + } + // Only sort if there are any groups (to preserve existing behavior for non-grouped selects) + if (SelectBox.cache[to].some((item) => item.group)) { + SelectBox.sort(to); + } + SelectBox.redisplay(from); + SelectBox.redisplay(to); + }, + sort: function (id) { + SelectBox.cache[id].sort(function (a, b) { + a = + ((a.group && a.group.toLowerCase()) || "") + + a.text.toLowerCase(); + b = + ((b.group && b.group.toLowerCase()) || "") + + 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js new file mode 100644 index 0000000..ebaaa0c --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js @@ -0,0 +1,523 @@ +/*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_label"); + from_box.setAttribute( + "aria-describedby", + `${field_id}_helptext ${field_id}_choose_helptext`, + ); + + // <div class="selector"> or <div class="selector stacked"> + const selector_div = quickElement("div", from_box.parentNode); + // Make sure the selector div appears between the label and the add link. + from_box.parentNode.insertBefore( + selector_div, + from_box.nextSibling, + ); + 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]), + "id", + field_id + "_from_label", + "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], + ), + "id", + `${field_id}_choose_helptext`, + "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]), + "id", + field_id + "_to_label", + "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], + ), + "id", + `${field_id}_remove_helptext`, + "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_label", + "aria-describedby", + `${field_id}_helptext ${field_id}_remove_helptext`, + "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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js new file mode 100644 index 0000000..879a46d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/actions.js @@ -0,0 +1,246 @@ +/*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 Run 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js new file mode 100644 index 0000000..58a3523 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js @@ -0,0 +1,682 @@ +/*global Calendar, CalendarNamespace, 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 () { + return CalendarNamespace.serverToday(); + }, + // 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.parentNode.querySelectorAll("." + warningClass) + .length + ) { + return; + } + + const serverTimezone = + document.body.dataset.adminServerTimezone || gettext("server"); + let message; + if (timezoneOffset > 0) { + message = ngettext( + "Note: Enter times in the %(timezone)s timezone. " + + "(You are %(offset)s hour ahead.)", + "Note: Enter times in the %(timezone)s timezone. " + + "(You are %(offset)s hours ahead.)", + timezoneOffset, + ); + } else { + timezoneOffset *= -1; + message = ngettext( + "Note: Enter times in the %(timezone)s timezone. " + + "(You are %(offset)s hour behind.)", + "Note: Enter times in the %(timezone)s timezone. " + + "(You are %(offset)s hours behind.)", + timezoneOffset, + ); + } + message = interpolate( + message, + { timezone: serverTimezone, offset: timezoneOffset }, + true, + ); + + const warning = document.createElement("div"); + const id = inp.id; + const field_id = inp.closest("p.datetime") + ? id.slice(0, id.lastIndexOf("_")) + : id; + warning.classList.add("help", warningClass); + warning.id = `${field_id}_timezone_warning_helptext`; + warning.textContent = message; + const errorList = + inp.parentNode.parentNode.querySelector("ul.errorlist"); + if (errorList) { + errorList.before(warning); + } else { + inp.parentNode.before(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.role = "button"; + now_link.addEventListener("click", function (e) { + e.preventDefault(); + DateTimeShortcuts.handleClockQuicklink(num, -1); + }); + const clock_link = document.createElement("button"); + clock_link.type = "button"; + 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); + }); + + const clockIconId = DateTimeShortcuts.clockLinkName + num + "_icon"; + quickElement( + "span", + clock_link, + "", + "id", + clockIconId, + "class", + "clock-icon", + "title", + gettext("Choose a Time"), + ); + clock_link.setAttribute("aria-labelledby", clockIconId); + 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: + // <dialog id="clockbox1" class="clockbox module" role="dialog" + // aria-label="Choose a time"> + // <h2>Choose a time</h2> + // <ul class="timelist"> + // <li><a href="#" role="button">Now</a></li> + // <li><a href="#" role="button">Midnight</a></li> + // <li><a href="#" role="button">6 a.m.</a></li> + // <li><a href="#" role="button">Noon</a></li> + // <li><a href="#" role="button">6 p.m.</a></li> + // </ul> + // <p class="calendar-cancel"> + // <a href="#" role="button" aria-label="Close Clock">Cancel</a> + // </p> + // </dialog> + + const clock_box = document.createElement("dialog"); + clock_box.className = "clockbox module"; + clock_box.id = DateTimeShortcuts.clockDivName + num; + clock_box.setAttribute("role", "dialog"); + clock_box.setAttribute("aria-labelledby", clockIconId); + 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]), + "role", + "button", + "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"), + "role", + "button", + "href", + "#", + ); + cancel_link.addEventListener("click", function (e) { + e.preventDefault(); + DateTimeShortcuts.dismissClock(num); + }); + + document.addEventListener("keyup", function (event) { + if (event.key === "Escape") { + // 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.right = findPosX(clock_link) - 110 + "px"; + } + clock_box.style.top = Math.max(0, findPosY(clock_link) - 30) + "px"; + + // Show the clock box + clock_box.showModal(); + }, + dismissClock: function (num) { + document + .getElementById(DateTimeShortcuts.clockDivName + num) + .close(); + }, + 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; + }; + + function getFormattedDate(offset) { + const d = DateTimeShortcuts.now(); + d.setDate(d.getDate() + offset); + return CalendarNamespace.formatDate( + d.getDate(), + d.getMonth() + 1, + d.getFullYear(), + ); + } + // 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.role = "button"; + today_link.appendChild(document.createTextNode(gettext("Today"))); + today_link.setAttribute( + "aria-label", + interpolate( + gettext("Today (%(date)s)"), + { date: getFormattedDate(0) }, + true, + ), + ); + today_link.addEventListener("click", function (e) { + e.preventDefault(); + DateTimeShortcuts.handleCalendarQuickLink(num, 0); + }); + const cal_link = document.createElement("button"); + cal_link.type = "button"; + 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); + }); + const calIconId = + DateTimeShortcuts.calendarLinkName + num + "_icon"; + quickElement( + "span", + cal_link, + "", + "id", + calIconId, + "class", + "date-icon", + "title", + gettext("Choose a Date"), + ); + cal_link.setAttribute("aria-labelledby", calIconId); + 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: + // + // <dialog id="calendarbox3" class="calendarbox module" + // role="dialog" aria-label="Choose a Date"> + // <div> + // <a href="#" class="calendarnav-previous" + // aria-label="Previous May">‹</a> + // <a href="#" class="calendarnav-next" + // aria-label="Next July">›</a> + // </div> + // <div class="calendar" id="calendarin3"> + // <!-- (cal) --> + // </div> + // <div class="calendar-shortcuts"> + // <a href="#" role="button" + // aria-label="Yesterday (June 14, 2025)">Yesterday</a> + // | + // <a href="#" role="button" + // aria-label="Today (June 15, 2025)">Today</a> + // | + // <a href="#" role="button" + // aria-label="Tomorrow (June 16, 2025)">Tomorrow</a> + // </div> + // <p class="calendar-cancel"> + // <a href="#" role="button" aria-label="Close Calendar">Cancel</a> + // </p> + // </dialog> + const cal_box = document.createElement("dialog"); + cal_box.className = "calendarbox module"; + cal_box.id = DateTimeShortcuts.calendarDivName1 + num; + cal_box.setAttribute("role", "dialog"); + cal_box.setAttribute("aria-labelledby", calIconId); + document.body.appendChild(cal_box); + cal_box.addEventListener("click", function (e) { + e.stopPropagation(); + }); + // Handle arrow key navigation within the calendar + cal_box.addEventListener("keydown", function (event) { + const focused = cal_box.querySelector("a:focus"); + if (!focused) return; + const cells = Array.from(cal_box.querySelectorAll("td a")); + const currentIndex = cells.indexOf(focused); + if (currentIndex === -1) return; + + const ltr = + window.getComputedStyle(document.body).direction !== "rtl"; + const forward = ltr + ? event.key === "ArrowRight" + : event.key === "ArrowLeft"; + const backward = ltr + ? event.key === "ArrowLeft" + : event.key === "ArrowRight"; + let nextCell = null; + const cellsPerRow = 7; + + if (forward && currentIndex < cells.length - 1) { + nextCell = cells[currentIndex + 1]; + } else if (backward && currentIndex > 0) { + nextCell = cells[currentIndex - 1]; + } else if ( + event.key === "ArrowDown" && + currentIndex + cellsPerRow < cells.length + ) { + nextCell = cells[currentIndex + cellsPerRow]; + } else if ( + event.key === "ArrowUp" && + currentIndex - cellsPerRow >= 0 + ) { + nextCell = cells[currentIndex - cellsPerRow]; + } + + if (nextCell) { + event.preventDefault(); + nextCell.focus(); + } + }); + // 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"), + "role", + "button", + "href", + "#", + ); + day_link.setAttribute( + "aria-label", + interpolate( + gettext("Yesterday (%(date)s)"), + { date: getFormattedDate(-1) }, + true, + ), + ); + 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"), + "role", + "button", + "href", + "#", + ); + day_link.setAttribute( + "aria-label", + interpolate( + gettext("Today (%(date)s)"), + { date: getFormattedDate(0) }, + true, + ), + ); + 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"), + "role", + "button", + "href", + "#", + ); + day_link.setAttribute( + "aria-label", + interpolate( + gettext("Tomorrow (%(date)s)"), + { date: getFormattedDate(1) }, + true, + ), + ); + 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"), + "role", + "button", + "href", + "#", + ); + cancel_link.addEventListener("click", function (e) { + e.preventDefault(); + DateTimeShortcuts.dismissCalendar(num); + }); + document.addEventListener("keyup", function (event) { + if (event.key === "Escape") { + // ESC key closes popup + DateTimeShortcuts.dismissCalendar(num); + event.preventDefault(); + } + }); + }, + updateNavAriaLabels: function (num) { + const cal = DateTimeShortcuts.calendars[num]; + const cal_box = document.getElementById( + DateTimeShortcuts.calendarDivName1 + num, + ); + const prevMonth = + CalendarNamespace.monthsOfYear[(cal.currentMonth + 10) % 12]; + const prevYear = + cal.currentMonth === 1 ? cal.currentYear - 1 : cal.currentYear; + cal_box + .querySelector(".calendarnav-previous") + .setAttribute( + "aria-label", + interpolate( + gettext("Previous (%(month)s %(year)s)"), + { month: prevMonth, year: prevYear }, + true, + ), + ); + + const nextMonth = + CalendarNamespace.monthsOfYear[cal.currentMonth % 12]; + const nextYear = + cal.currentMonth === 12 ? cal.currentYear + 1 : cal.currentYear; + cal_box + .querySelector(".calendarnav-next") + .setAttribute( + "aria-label", + interpolate( + gettext("Next (%(month)s %(year)s)"), + { month: nextMonth, year: nextYear }, + true, + ), + ); + }, + 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 calendarbox 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.right = findPosX(cal_link) - 180 + "px"; + } + cal_box.style.top = Math.max(0, findPosY(cal_link) - 75) + "px"; + + cal_box.showModal(); + DateTimeShortcuts.updateNavAriaLabels(num); + const calendarDiv = cal_box.querySelector( + "#" + DateTimeShortcuts.calendarDivName2 + num, + ); + if (calendarDiv) { + // Focus on selected date, today, or first available date + const focusElement = + cal_box.querySelector("td.selected a") || + cal_box.querySelector("td.today a") || + cal_box.querySelector("td a"); + focusElement?.focus(); + } + }, + dismissCalendar: function (num) { + document + .getElementById(DateTimeShortcuts.calendarDivName1 + num) + .close(); + }, + drawPrev: function (num) { + DateTimeShortcuts.calendars[num].drawPreviousMonth(); + DateTimeShortcuts.updateNavAriaLabels(num); + }, + drawNext: function (num) { + DateTimeShortcuts.calendars[num].drawNextMonth(); + DateTimeShortcuts.updateNavAriaLabels(num); + }, + 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(); + DateTimeShortcuts.dismissCalendar(num); + }; + }, + 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js new file mode 100644 index 0000000..1032c48 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js @@ -0,0 +1,332 @@ +/*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] && + // Only if SelectBox is managing that field. + SelectBox.cache[select.id] + ) { + SelectBox.add_to_cache(select.id, option); + // Sort if there are any groups present + if (SelectBox.cache[select.id].some((item) => item.group)) { + SelectBox.sort(select.id); + } + SelectBox.redisplay(select.id); + } + return; + } + + option.textContent = newRepr; + option.value = newId; + }); + } + + function dismissAddRelatedObjectPopup(win, newId, newRepr, optgroup) { + 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 newOption = new Option(newRepr, newId); + newOption.group = optgroup; + SelectBox.add_to_cache(toId, newOption); + // Sort if there are any groups present + if (SelectBox.cache[toId].some((item) => item.group)) { + SelectBox.sort(toId); + } + 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("pagehide", 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/autocomplete.js new file mode 100644 index 0000000..30fd520 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js new file mode 100644 index 0000000..b9b45b2 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/calendar.js @@ -0,0 +1,338 @@ +/*global gettext, pgettext, get_format, interpolate, 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; + }, + formatDate: function (day, month, year) { + return interpolate( + gettext("%(month)s %(day)s, %(year)s"), + { + month: CalendarNamespace.monthsOfYear[month - 1], + day: day, + year: year, + }, + true, + ); + }, + // Return the current date adjusted for the server timezone. + serverToday: function () { + const today = new Date(); + const serverOffset = document.body.dataset.adminUtcOffset; + if (serverOffset) { + const localOffset = today.getTimezoneOffset() * -60; + today.setTime( + today.getTime() + 1000 * (serverOffset - localOffset), + ); + } + return today; + }, + draw: function (month, year, div_id, callback, selected) { + // month = 1-12, year = 1-9999 + const today = CalendarNamespace.serverToday(); + 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++) { + const dayAbbrev = + CalendarNamespace.daysOfWeekAbbrev[ + (i + CalendarNamespace.firstDayOfWeek) % 7 + ]; + const dayInitial = + CalendarNamespace.daysOfWeekInitial[ + (i + CalendarNamespace.firstDayOfWeek) % 7 + ]; + const th = quickElement("th", tableRow, dayInitial); + th.setAttribute("aria-label", dayAbbrev); + } + + 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, + "role", + "button", + "href", + "#", + ); + let ariaLabel = CalendarNamespace.formatDate( + currentDay, + month, + year, + ); + const isToday = + currentDay === todayDay && + month === todayMonth && + year === todayYear; + const isSelected = + isSelectedMonth && currentDay === selected.getUTCDate(); + if (isToday && isSelected) { + ariaLabel = interpolate( + gettext("%s (today, current selection)"), + [ariaLabel], + ); + } else if (isToday) { + ariaLabel = interpolate(gettext("%s (today)"), [ariaLabel]); + } else if (isSelected) { + ariaLabel = interpolate(gettext("%s (current selection)"), [ + ariaLabel, + ]); + } + link.setAttribute("aria-label", ariaLabel); + 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 = CalendarNamespace.serverToday(); + 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/cancel.js new file mode 100644 index 0000000..b4bc29c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js new file mode 100644 index 0000000..f692d7f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/change_form.js @@ -0,0 +1,21 @@ +"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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js new file mode 100644 index 0000000..d36dad6 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/core.js @@ -0,0 +1,194 @@ +// 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js new file mode 100644 index 0000000..c765264 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/filters.js @@ -0,0 +1,39 @@ +/** + * 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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js new file mode 100644 index 0000000..9944252 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/inlines.js @@ -0,0 +1,451 @@ +/*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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/jquery.init.js new file mode 100644 index 0000000..e9f446f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js new file mode 100644 index 0000000..777299f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/nav_sidebar.js @@ -0,0 +1,89 @@ +"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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js new file mode 100644 index 0000000..1da24f0 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/popup_response.js @@ -0,0 +1,28 @@ +"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, + initData.optgroup, + ); + break; + } +} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js new file mode 100644 index 0000000..5b1950d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate.js @@ -0,0 +1,45 @@ +/*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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js new file mode 100644 index 0000000..617065a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js @@ -0,0 +1,24 @@ +"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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js new file mode 100644 index 0000000..0f5767f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/theme.js @@ -0,0 +1,55 @@ +"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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js new file mode 100644 index 0000000..3a23ec1 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/urlify.js @@ -0,0 +1,532 @@ +/*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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE.txt new file mode 100644 index 0000000..f642c3f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js new file mode 100644 index 0000000..1a86433 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js new file mode 100644 index 0000000..7f37b5d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/LICENSE.md new file mode 100644 index 0000000..8cb8a2b --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/af.js new file mode 100644 index 0000000..32e5ac7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ar.js new file mode 100644 index 0000000..64e1caa --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/az.js new file mode 100644 index 0000000..1d52c26 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bg.js new file mode 100644 index 0000000..73b730a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bn.js new file mode 100644 index 0000000..2d17b9d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/bs.js new file mode 100644 index 0000000..46b084d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ca.js new file mode 100644 index 0000000..82dbbb7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/cs.js new file mode 100644 index 0000000..7116d6c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/da.js new file mode 100644 index 0000000..cda32c3 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/de.js new file mode 100644 index 0000000..c2e61e5 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/dsb.js new file mode 100644 index 0000000..02f283a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/el.js new file mode 100644 index 0000000..d4922a1 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/en.js new file mode 100644 index 0000000..3b19285 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/es.js new file mode 100644 index 0000000..68afd6d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/et.js new file mode 100644 index 0000000..070b61a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/eu.js new file mode 100644 index 0000000..90d5e73 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fa.js new file mode 100644 index 0000000..e1ffdbe --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fi.js new file mode 100644 index 0000000..ffed124 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/fr.js new file mode 100644 index 0000000..dd02f97 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/gl.js new file mode 100644 index 0000000..208a005 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/he.js new file mode 100644 index 0000000..25a8805 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hi.js new file mode 100644 index 0000000..f3ed798 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hr.js new file mode 100644 index 0000000..cb3268d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hsb.js new file mode 100644 index 0000000..3d5bf09 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hu.js new file mode 100644 index 0000000..4893aa2 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/hy.js new file mode 100644 index 0000000..8230007 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/id.js new file mode 100644 index 0000000..4a0b3bf --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/is.js new file mode 100644 index 0000000..cca5bbe --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/it.js new file mode 100644 index 0000000..507c7d9 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ja.js new file mode 100644 index 0000000..451025e --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ka.js new file mode 100644 index 0000000..60c593b --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/km.js new file mode 100644 index 0000000..4dca94f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ko.js new file mode 100644 index 0000000..f2880fb --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lt.js new file mode 100644 index 0000000..f6a4215 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/lv.js new file mode 100644 index 0000000..806dc5c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/mk.js new file mode 100644 index 0000000..cb7b84a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ms.js new file mode 100644 index 0000000..6bd7eaa --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nb.js new file mode 100644 index 0000000..25d89c6 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ne.js new file mode 100644 index 0000000..1c39f67 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/nl.js new file mode 100644 index 0000000..2b74058 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pl.js new file mode 100644 index 0000000..4ca5748 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ps.js new file mode 100644 index 0000000..9b008e4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt-BR.js new file mode 100644 index 0000000..c991e25 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/pt.js new file mode 100644 index 0000000..b5da1a6 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ro.js new file mode 100644 index 0000000..1ba7b40 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/ru.js new file mode 100644 index 0000000..63a7d66 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sk.js new file mode 100644 index 0000000..5049528 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sl.js new file mode 100644 index 0000000..4d0b7d3 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sq.js new file mode 100644 index 0000000..5916202 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr-Cyrl.js new file mode 100644 index 0000000..ce13ce8 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sr.js new file mode 100644 index 0000000..dd407a0 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/sv.js new file mode 100644 index 0000000..1bc8724 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/th.js new file mode 100644 index 0000000..63eab71 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tk.js new file mode 100644 index 0000000..30255ff --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/tr.js new file mode 100644 index 0000000..fc4c0bf --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/uk.js new file mode 100644 index 0000000..63697e3 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/vi.js new file mode 100644 index 0000000..24f3bc2 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-CN.js new file mode 100644 index 0000000..2c5649d --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/i18n/zh-TW.js new file mode 100644 index 0000000..570a566 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.js new file mode 100644 index 0000000..358572a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/select2/select2.full.min.js new file mode 100644 index 0000000..fa78191 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE.txt new file mode 100644 index 0000000..4d80338 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js new file mode 100644 index 0000000..215482c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js b/env/lib/python3.12/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js new file mode 100644 index 0000000..6d36ca5 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/404.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/404.html new file mode 100644 index 0000000..19f0749 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/500.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/500.html new file mode 100644 index 0000000..61e4593 --- /dev/null +++ b/env/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 %} +<ol class="breadcrumbs"> +<li><a href="{% url 'admin:index' %}">{% translate 'Home' %}</a></li> +<li aria-current="page">{% translate 'Server error' %}</li> +</ol> +{% 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/actions.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/actions.html new file mode 100644 index 0000000..ff2a5fe --- /dev/null +++ b/env/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" name="index" value="{{ action_index|default:0 }}">{% translate "Run" %}</button> + {% endblock %} + {% block actions-counter %} + {% if actions_selection_counter %} + <span class="action-counter" data-actions-icnt="{{ cl.result_list|length }}" aria-live="polite" aria-atomic="true">{{ 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="#">{% 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_index.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_index.html new file mode 100644 index 0000000..ff4188c --- /dev/null +++ b/env/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' %}"> + <ol class="breadcrumbs"> + <li><a href="{% url 'admin:index' %}">{% translate 'Home' %}</a></li> + <li aria-current="page"> + {% for app in app_list %}{{ app.name }} + {% endfor %} + </li> + </ol> + </nav> +{% endblock %} +{% endif %} + +{% block sidebar %}{% endblock %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_list.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/app_list.html new file mode 100644 index 0000000..28148c4 --- /dev/null +++ b/env/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">{{ 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html new file mode 100644 index 0000000..96eecd3 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/add_form.html @@ -0,0 +1,12 @@ +{% 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' %}" {% csp_nonce_attr %}> +{% endblock %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html new file mode 100644 index 0000000..e7f97ae --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/auth/user/change_password.html @@ -0,0 +1,89 @@ +{% extends "admin/base_site.html" %} +{% load i18n static %} +{% load admin_urls admin_filters %} + +{% block title %}{% if form.errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrastyle %} + {{ block.super }} + <link rel="stylesheet" href="{% static "admin/css/widgets.css" %}" {% csp_nonce_attr %}> + <link rel="stylesheet" href="{% static "admin/css/forms.css" %}" {% csp_nonce_attr %}> + <link rel="stylesheet" href="{% static 'admin/css/unusable_password_field.css' %}" {% csp_nonce_attr %}> +{% endblock %} +{% block bodyclass %}{{ block.super }} {{ opts.app_label }}-{{ opts.model_name }} change-form{% endblock %} +{% if not is_popup %} +{% block breadcrumbs %} +<ol class="breadcrumbs"> +<li><a href="{% url 'admin:index' %}">{% translate 'Home' %}</a></li> +<li><a href="{% url 'admin:app_list' app_label=opts.app_label %}">{{ opts.app_config.verbose_name }}</a></li> +<li><a href="{% url opts|admin_urlname:'changelist' %}">{{ opts.verbose_name_plural|capfirst }}</a></li> +<li><a href="{% url opts|admin_urlname:'change' original.pk|admin_urlquote %}">{{ original|to_object_display_value|truncatewords:"18" }}</a></li> +<li aria-current="page">{% if form.user.has_usable_password %}{% translate 'Change password' %}{% else %}{% translate 'Set password' %}{% endif %}</li> +</ol> +{% 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"> + <fieldset class="flex-container{% if form.usable_password.errors %} errors{% endif %}">{{ form.usable_password.legend_tag }} + {% 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 %} + {{ form.usable_password.errors }} + {{ form.usable_password }} + </fieldset> +</div> + +<div class="form-row field-password1"> + <div class="flex-container{% if form.password1.errors %} errors{% endif %}"> + {{ form.password1.label_tag }} + {% 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 %} + {{ form.password1.errors }} + {{ form.password1 }} + </div> +</div> + +<div class="form-row field-password2"> + <div class="flex-container{% if form.password2.errors %} errors{% endif %}"> + {{ form.password2.label_tag }} + {% 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 %} + {{ form.password2.errors }} + {{ form.password2 }} + </div> +</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> +{% endblock %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html new file mode 100644 index 0000000..b8330c0 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base.html @@ -0,0 +1,132 @@ +{% load i18n static tz %}<!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 object-tools %}{% endblock %} +
      + {% block content %} + {{ content }} + {% endblock %} + {% block sidebar %}{% endblock %} +
      +
      + +
      +
      +
      {% block footer %}{% endblock %}
      +
      + + + + + + + + + +{% block extrabody %}{% endblock extrabody %} + + diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base_site.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/base_site.html new file mode 100644 index 0000000..4405998 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html new file mode 100644 index 0000000..988e92e --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form.html @@ -0,0 +1,93 @@ +{% extends "admin/base_site.html" %} +{% load i18n l10n admin_urls static admin_modify admin_filters %} + +{% block title %}{% if errors %}{% translate "Error:" %} {% endif %}{{ block.super }}{% endblock %} +{% block extrahead %}{{ block.super }} + +{% csp_nonce_attr 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 object-tools %} +{% if change and not is_popup %} +
        + {% block object-tools-items %} + {% change_form_object_tools %} + {% endblock %} +
      +{% endif %} +{% endblock %} + +{% block content %}
      +
      {% csrf_token %}{% block form_top %}{% endblock %} +
      +{% if action_form and not is_popup %} + {% change_form_admin_actions %} + +{% endif %} +{% if is_popup %}{% endif %} +{% if to_field %}{% endif %} +{% if source_model %}{% 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_actions.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_actions.html new file mode 100644 index 0000000..208fbc7 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_actions.html @@ -0,0 +1 @@ +{% extends "admin/actions.html" %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_form_object_tools.html new file mode 100644 index 0000000..067ae83 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html new file mode 100644 index 0000000..872a962 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list.html @@ -0,0 +1,103 @@ +{% 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 %} + {% csp_nonce_attr media.css %} + {% if not actions_on_top and not actions_on_bottom %} + + {% endif %} +{% endblock %} + +{% block extrahead %} +{{ block.super }} +{% csp_nonce_attr 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 object-tools %} +
        + {% block object-tools-items %} + {% change_list_object_tools %} + {% endblock %} +
      +{% endblock %} + +{% block content %} +
      + {% 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 filters %} + {% if cl.has_filters %} + +

      {% translate 'Filter' %}

      + {% if cl.is_facets_optional or cl.has_active_filters %}
      + {% if cl.is_facets_optional %}

      + {% if cl.add_facets %}{% translate "Hide counts" %} + {% else %}{% translate "Show counts" %}{% endif %} +

      {% endif %} + {% if cl.has_active_filters %}

      + ✖ {% translate "Clear all filters" %} +

      {% endif %} +
      {% endif %} + {% for spec in cl.filter_specs %}{% admin_list_filter cl spec %}{% endfor %} +
      + {% endif %} + {% endblock %} +
      + {% 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 %} + + {% endblock %} +
      +
      +
      +
      +
      +{% endblock %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_object_tools.html new file mode 100644 index 0000000..11cc6fa --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_results.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/change_list_results.html new file mode 100644 index 0000000..bea4a5b --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html new file mode 100644 index 0000000..2caa19e --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/color_theme_toggle.html @@ -0,0 +1,15 @@ +{% load i18n %} + diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html new file mode 100644 index 0000000..2480ce7 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/date_hierarchy.html @@ -0,0 +1,16 @@ +{% load i18n %} +{% if show %} + +{% endif %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html new file mode 100644 index 0000000..7797f44 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_confirmation.html @@ -0,0 +1,52 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls static admin_filters %} + +{% block extrahead %} + {{ block.super }} + {% csp_nonce_attr 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 %}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|truncated_unordered_list:delete_confirmation_max_display }}
      + {% endblock %} +{% elif protected %} + {% block delete_protected %} +

      {% blocktranslate %}Deleting the {{ object_name }} “{{ escaped_object }}” would require deleting the following protected related objects:{% endblocktranslate %}

      +
        {{ protected|truncated_unordered_list:delete_confirmation_max_display }}
      + {% endblock %} +{% else %} + {% block delete_confirm %} +

      {% blocktranslate %}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" %} + {% if delete_confirmation_max_display is None or delete_confirmation_max_display > 0 %} +

      {% translate "Objects" %}

      +
        {{ deleted_objects|truncated_unordered_list:delete_confirmation_max_display }}
      + {% endif %} +
      {% csrf_token %} +
      + + {% if is_popup %}{% endif %} + {% if to_field %}{% endif %} + + {% translate "No, take me back" %} +
      +
      + {% endblock %} +{% endif %} +{% endblock content %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/delete_selected_confirmation.html new file mode 100644 index 0000000..cf503ec --- /dev/null +++ b/env/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 admin_filters %} + +{% block extrahead %} + {{ block.super }} + {% csp_nonce_attr 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|truncated_unordered_list:delete_confirmation_max_display }}
      +{% elif protected %} +

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

      +
        {{ protected|truncated_unordered_list:delete_confirmation_max_display }}
      +{% 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|truncated_unordered_list:delete_confirmation_max_display }}
      + {% endfor %} +
      {% csrf_token %} +
      + {% for obj in queryset %} + + {% endfor %} + + + + {% translate "No, take me back" %} +
      +
      +{% endif %} +{% endblock %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/stacked.html new file mode 100644 index 0000000..a6939f4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html new file mode 100644 index 0000000..494d467 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/edit_inline/tabular.html @@ -0,0 +1,71 @@ +{% load i18n admin_urls static admin_modify %} +
      + +
      diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/filter.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/filter.html new file mode 100644 index 0000000..a6094ec --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html new file mode 100644 index 0000000..70c6865 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/fieldset.html @@ -0,0 +1,43 @@ +
      + {% 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 %} +
      + {% for field in line %} + {% if field.is_fieldset %}{{ field.label_tag }}{% endif %} +
      + {% if field.is_checkbox %} +
      + {{ field.field }} + {% if not field.is_fieldset %}{{ field.label_tag }}{% endif %} +
      + {% else %} + {% if not field.is_fieldset %}{{ field.label_tag }}{% endif %} + {% endif %} + {% if field.field.help_text %} +
      +
      {{ field.field.help_text|safe }}
      +
      + {% endif %} + {% if line.fields|length == 1 %}{{ line.errors }}{% endif %} + {% if not line.fields|length == 1 and not field.is_readonly %}{{ field.errors }}{% endif %} + {% if not field.is_checkbox %} + {% if field.is_readonly %} +
      {{ field.contents }}
      + {% else %} + {{ field.field }} + {% endif %} + {% endif %} +
      + {% if field.is_fieldset %}
      {% endif %} + {% endfor %} + + {% endfor %} + {% if fieldset.name and fieldset.is_collapsible %}{% endif %} + diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/includes/object_delete_summary.html new file mode 100644 index 0000000..9ad97db --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html new file mode 100644 index 0000000..f728fa8 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/index.html @@ -0,0 +1,51 @@ +{% extends "admin/base_site.html" %} +{% load i18n static admin_filters %} + +{% 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/invalid_setup.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/invalid_setup.html new file mode 100644 index 0000000..ed686f7 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/login.html new file mode 100644 index 0000000..26af943 --- /dev/null +++ b/env/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 }} +{% csp_nonce_attr 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html new file mode 100644 index 0000000..a413e23 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/nav_sidebar.html @@ -0,0 +1,8 @@ +{% load i18n %} + + diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html new file mode 100644 index 0000000..108483a --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/object_history.html @@ -0,0 +1,59 @@ +{% extends "admin/base_site.html" %} +{% load i18n admin_urls admin_filters %} + +{% 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 }}
      + +{% else %} +

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

      +{% endif %} +
      +
      +{% endblock %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html new file mode 100644 index 0000000..954e710 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/pagination.html @@ -0,0 +1,14 @@ +{% load admin_list %} +{% load i18n %} + diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html new file mode 100644 index 0000000..eae9dcb --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/popup_response.html @@ -0,0 +1,11 @@ +{% load i18n static %} + + {% translate 'Popup closing…' %} + + + + diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html new file mode 100644 index 0000000..7080e23 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/prepopulated_fields_js.html @@ -0,0 +1,6 @@ +{% load static %} + diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html new file mode 100644 index 0000000..259c200 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/search_form.html @@ -0,0 +1,22 @@ +{% load i18n static %} +{% if cl.search_fields %} +
      +

      {% blocktranslate with name=cl.opts.verbose_name_plural %}Search {{ name }}{% endblocktranslate %}

      +
      +{% endif %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/submit_line.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/submit_line.html new file mode 100644 index 0000000..5390dd3 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/clearable_file_input.html new file mode 100644 index 0000000..8b42f19 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/date.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/date.html new file mode 100644 index 0000000..acd5d5f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/foreign_key_raw_id.html new file mode 100644 index 0000000..a6eba93 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/many_to_many_raw_id.html new file mode 100644 index 0000000..0dd0331 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/radio.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/radio.html new file mode 100644 index 0000000..780899a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/related_widget_wrapper.html new file mode 100644 index 0000000..9251527 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html new file mode 100644 index 0000000..ac73fa3 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/split_datetime.html @@ -0,0 +1,4 @@ +

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

      diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/time.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/time.html new file mode 100644 index 0000000..e4eaca6 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/url.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/admin/widgets/url.html new file mode 100644 index 0000000..69dc401 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html new file mode 100644 index 0000000..759ec73 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/logged_out.html @@ -0,0 +1,19 @@ +{% 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_done.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_done.html new file mode 100644 index 0000000..e8e019f --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html new file mode 100644 index 0000000..aa1a21f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_change_form.html @@ -0,0 +1,79 @@ +{% 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.label_tag }} + {{ form.old_password.errors }} + {{ form.old_password }} +
      +
      + +
      +
      + {{ form.new_password1.label_tag }} + {% if form.new_password1.help_text %} +
      {{ form.new_password1.help_text|safe }}
      + {% endif %} + {{ form.new_password1.errors }} + {{ form.new_password1 }} +
      +
      + +
      +
      + {{ form.new_password2.label_tag }} + {% if form.new_password2.help_text %} +
      {{ form.new_password2.help_text|safe }}
      + {% endif %} + {{ form.new_password2.errors }} + {{ form.new_password2 }} +
      +
      + +
      + +
      + +
      + +
      +
      + +{% endblock %} diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_complete.html new file mode 100644 index 0000000..1e30fdf --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html new file mode 100644 index 0000000..ff7fbb3 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_confirm.html @@ -0,0 +1,52 @@ +{% 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/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_done.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_done.html new file mode 100644 index 0000000..1942176 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_email.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_email.html new file mode 100644 index 0000000..2a428c4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html new file mode 100644 index 0000000..0ec1c03 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templates/registration/password_reset_form.html @@ -0,0 +1,36 @@ +{% 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/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__init__.py b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/__init__.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..773545d3ad4df5ebf14056c9e9954a8599b51150 GIT binary patch literal 227 zcmZ9GJqp4=5QVcwL4+K{!VGF9h*fIw24PKxWRv}4cN0kKC2YKaXYm-GK+>ghBii_2 z=Diudfq6vHBJkR^w`%m~*#6Z|{pK2U!IB*BftmQJADQ6-r4k6X(Iv}h%?u>iB3Bv> zoH|G7&-6`mpYpQKDl)K5fPTFG`}+779twqrT6kN|Sr1gRQWO3@N&sTFr6t+Y!L zvr9!{NI(S)h!g@eK~PA59l)o;hI%m4OA7SRLk~rJp`)Z_782^Dr`#wjKntUXz8R9D z9W?ELoPG1=&3kX>ee>=7B@|K+w6T@jODi%$|Dc0bh%EX_4Q?z;BFH)npD`td7oymc)#J#*u=sq3Ka)J+F0)>89Xl3LNMyb<$xfz&&i zwVX0xwc`aHmzbG_dDC(YLj9z(8QpZvY(}$EhLhHE)VpkJWI5$%^K>9(77W)lR^2pi zXN`D}{qR4$0NoaHkLFyeWvz&Inp(G2G1Pj`X><=y#r%Z2@%)e!p(YTGXK6chq560u zv6!`ugpB#B95#jvtDgCyQuOH3|lnT2dZXOGtAB#g{T!ZPO)xixn&oB4kH z`4-HExoKQ7*5kZ0dEd_F_+ME+sq_d%Ux~3X{b_-O>*M7HLuUjrm}NOM%qoa zwwUEf!jNYW{!TA+>*yN+1y9_bzSDCn`C06x-N1O28$W~@Gy{bYO^5BN7tR=l?xeK5 zn{8})`e@I3@D3sta=^Jr77h)%S<-xb{2 z-QSv@MnxYH+qKvfGJc)Ai8ck@w<+mLStyHTsVtZAJg@UN0Q;u|VOE ziVE$9k?cKs^+S8)^XL@SzB9ez0H~bH2iMLP@O(R0VbB_WauQotWj)BG# z8^9oi*mp&Xk6YQaW;qk_rs=b=&Y>k(N44%q`3IyE+!s!18*3*v9!z$-CbpKjM z4?BCdxeuacq1M@57WM{XcVoMQ7apOIJcBD!<;nNY)O!2N*K5Jv?cvIg%CFZ(E`B;P z^GW9?$-j=x{Auj7v6*Uc$UD~eRb=3c$jF_`cW3Uua_=XfM=p6(F;JKJXxIDVqYe~4 zSqt}Wg+2&fnvf!_)OBja45+;m9x7Dr?)lyT{b3q%zPKLW)eQ zb=qOo%AbIwzgqt_rGe9D*rvtwC+Q%br(gO1W#PmMSks%g`G1(f?h=B`<(=7hU#S=>ENq>b)p>>W*6-I9KKRz6cENMf$eo52wm< zEfCqpn-hE8$G2~Mc(oc-zZ5(7x=vNZM*^06>H_NOUVr_cTsJ>_fM|CX9Y1^b^lo&t z%JtXOkt%oM%fR5BEBED3Pma}w&)qd248K^F25YA-?gb;YaH19-t%bjLC~~2Wx`M)e z)&6+3BXJPmL!$?N@w8HvhQH}T!JcYQta|?1gPv=?W%Wd8S*r6wsV&SI6 zE*){UIKJrG7K4G;_mrOApc)r0h7_;=sacn383*ojkRXGPC%$3M5sj>Q5-}FwP{Uys z8ll-egVm1oL3p+atkRFAaXYK$En|XQg$YVvjtyPik1^gy(S7vNKDzvOG`WvP_tA6k zdl-n8FaIqNeGrK522QL?P)VP%G4zX}8V()!Fur=|N4^f)b=El;)}`kBcH};{KD3K3 RKJty@>zGTEav^iYpY;-o#> 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˂oUufiB87j3 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/admin_urls.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5a2393337e5b5a4066accafe06acabec815a7b0 GIT binary patch literal 2929 zcmZ`*O>7&-6`tiT$z3jgcUV#BH!x=lhrRZEOcaYVE=vts0J?F)|h88pQc`7O;V8}k}I zF@Az1W;Hu!6|i2ha}}(;tKT9)+>*n232xI$g|ey@d|gdZ0BGust+OzJCpZTcf!aCl zbE*#{&z@{Un1s8}eHyreQvA$zAg`Kw=_KKDDIbyYl}gUYU)Ky0GT~_>SIV0j2>kPT zqpA@;k7q4<>Bz|T-OOCs)G}7JGN%{vH*}nt(B?IxT+wjm@yDrO%l?Ku)exq(K!^%$hf|uFl$o^; zHp|HF$QGN@l3By!JPvrPg?{7{ugctFP zz<3+{8?o~@G%H6xRJ&!*6a?UVqvPalu=O$mM|Sk_AP8LVX;u@SgYb0_{^ub04kBQC zNses4_lnbbqk{|DP#jvrmORP{ssjCF59O^jQAah&3E+ey6{%l#3@6|rIphfVPmUjd zv+MnS59h5lzv{Om-gR9)i!qPaUG0QNdui?6q6Vnex53`Ekc4dNRW_WEhp5SpTvR-M zcZD3S`3gpNMcN~y9Y(j zQXH}mcwgmo$|;QudfGnJkp;aISI~ZBCq4cc!aRqrqTl}VJ#>q|ir(W=@fjkNE4D=v zP#-M~&ueP#UEQ!XY>`Np1@-tT4c^;)=79B-mZxp*B&LCYX$}%OSD1rhq#3$plReLD zyvr~>134LqadQmsG-D#HhAhKi|;@gSXOlO-Y6##CA~ z+bvCno<=07pR-_LM&|9p90T}GN)owH#aJuZj2G?NlkU4pS=8PmJ4UNQ_U2WUwz>az zBR&ZSXa%*(VD38Fkb8dj+6S*K&AakYePXR|_%r!qxiR)Lx9^pP(7UD#EMNTa;)9s0 zjMv|IlIZ3QW=-`n*Uiz|MtDN8BeFu6# zFSu3eX=&T&f9auk}kayM}Gm)(s2OK0)L*0Is!I zq(74u2~S4h={ei3u<$0qOZs)3#|uQn+AL(8hDo4R09dDIZI*;A9sX%)Irw+L!s!dd znk);uZSfTRkEt5k89WI}(3G}*1rr#6eR+em#6=_y-@yo#(cAGwasf~YkB literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/base.cpython-312.pyc b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3367a6092fbdc7bb89c4fd8750c77d1505cc7d55 GIT binary patch literal 2471 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 LiHHd%s%s" % (indent, escaper(item), sublist)) + + return "\n".join(output) + + rendered_object_list = list_formatter(value) + remaining_objects_message = "" + + if not has_unlimited_items and item_count > max_items: + remaining_object_count = item_count - max_items + remaining_objects_message = "\n\t
    7. %s
    8. " % ( + ngettext( + "…and %(count)d more object.", + "…and %(count)d more objects.", + remaining_object_count, + ) + % {"count": remaining_object_count} + ) + + return mark_safe(rendered_object_list + remaining_objects_message) diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py new file mode 100644 index 0000000..3e2b2a0 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py @@ -0,0 +1,560 @@ +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 FieldDoesNotExist, 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 SafeString, 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}), + 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( + "pagination", + 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": SafeString( + f'' + ), + "class_attrib": SafeString(' 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 + ) + # Find a terminal field from a chain of relations. + if f is None and isinstance(field_name, str) and LOOKUP_SEP in field_name: + try: + f = get_fields_from_path(cl.model, field_name)[-1] + except FieldDoesNotExist: + pass # e.g. __str__ + 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): + if value is None: + result_repr = empty_value_display + else: + result_repr = value + 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 = SafeString(' 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( + "result_list", + 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] + field_verbose_name = field.verbose_name + 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"))} + ], + "field_name": field_verbose_name, + } + 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 + ], + "field_name": field_verbose_name, + } + 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 + ], + "field_name": field_verbose_name, + } + 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 + ], + "field_name": field_verbose_name, + } + + +@register.tag(name="date_hierarchy") +def date_hierarchy_tag(parser, token): + return InclusionAdminNode( + "date_hierarchy", + 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( + "search_form", + 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( + "admin_actions", 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( + "change_list_object_tools", + parser, + token, + func=lambda context: context, + template_name="change_list_object_tools.html", + ) diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py new file mode 100644 index 0000000..8787c9e --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_modify.py @@ -0,0 +1,163 @@ +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( + "prepopulated_fields_js", + 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( + "submit_row", 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( + "change_form_object_tools", + 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 + + +@register.tag(name="change_form_admin_actions") +def admin_actions_tag(parser, token): + return InclusionAdminNode( + "change_form_admin_actions", + parser, + token, + func=lambda context: context, + template_name="change_form_actions.html", + ) diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_urls.py b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_urls.py new file mode 100644 index 0000000..176e7a4 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py new file mode 100644 index 0000000..e23e457 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py @@ -0,0 +1,53 @@ +from django.template.exceptions import TemplateSyntaxError +from django.template.library import InclusionNode, parse_bits +from django.utils.inspect import getfullargspec + + +class InclusionAdminNode(InclusionNode): + """ + Template tag that allows its template to be overridden per model, per app, + or globally. + """ + + def __init__(self, name, parser, token, func, template_name, takes_context=True): + self.template_name = template_name + params, varargs, varkw, defaults, kwonly, kwonly_defaults, _ = getfullargspec( + func + ) + if takes_context: + if params and params[0] == "context": + del params[0] + else: + function_name = func.__name__ + raise TemplateSyntaxError( + f"{name!r} sets takes_context=True so {function_name!r} " + "must have a first argument of 'context'" + ) + bits = token.split_contents() + args, kwargs = parse_bits( + parser, + bits[1:], + params, + varargs, + varkw, + defaults, + kwonly, + kwonly_defaults, + 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/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/log.py b/env/lib/python3.12/site-packages/django/contrib/admin/templatetags/log.py new file mode 100644 index 0000000..6afa67d --- /dev/null +++ b/env/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 [user_id_or_varname] %} + + 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 ``user_id_or_varname`` 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/env/lib/python3.12/site-packages/django/contrib/admin/tests.py b/env/lib/python3.12/site-packages/django/contrib/admin/tests.py new file mode 100644 index 0000000..bd9c76b --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/tests.py @@ -0,0 +1,257 @@ +from contextlib import contextmanager + +from django.contrib.staticfiles.testing import StaticLiveServerTestCase +from django.test import modify_settings, override_settings +from django.test.selenium import SeleniumTestCase +from django.utils.csp import CSP +from django.utils.translation import gettext as _ + +# Make unittest ignore frames in this module when reporting failures. +__unittest = True + + +@modify_settings( + MIDDLEWARE={"append": "django.middleware.csp.ContentSecurityPolicyMiddleware"} +) +@override_settings( + SECURE_CSP={ + "default-src": [CSP.NONE], + "connect-src": [CSP.SELF], + "img-src": [CSP.SELF], + "script-src": [CSP.SELF], + "style-src": [CSP.SELF], + }, +) +class AdminSeleniumTestCase(SeleniumTestCase, StaticLiveServerTestCase): + available_apps = [ + "django.contrib.admin", + "django.contrib.auth", + "django.contrib.contenttypes", + "django.contrib.sessions", + "django.contrib.sites", + ] + + def tearDown(self): + # Ensure that no CSP violations were logged in the browser. + self.assertEqual(self.get_browser_logs(source="security"), []) + super().tearDown() + + 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.common.exceptions import WebDriverException + 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 + try: + self.wait_until(ec.staleness_of(old_page), timeout=timeout) + except WebDriverException: + # Issue in version 113+ of Chrome driver where a WebDriverException + # error is raised rather than a StaleElementReferenceException. + # See: https://issues.chromium.org/issues/42323468 + pass + + self.wait_page_ready(timeout=timeout) + + def trigger_resize(self): + width = self.selenium.get_window_size()["width"] + height = self.selenium.get_window_size()["height"] + self.selenium.set_window_size(width + 1, height) + self.wait_page_ready() + self.selenium.set_window_size(width, height) + self.wait_page_ready() + + 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

      f+zGRaL6 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/django.po new file mode 100644 index 0000000..06e63dc --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/kn/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..0a651bc --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..30f5a04c563130326492e4108b74f763b37ddda7 GIT binary patch literal 18793 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po new file mode 100644 index 0000000..45c1812 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/django.po @@ -0,0 +1,840 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# 정훈 이, 2021 +# 박태진, 2021 +# 최소영, 2024 +# Chanhee Baek, 2026 +# Chanhee Baek, 2026 +# Jiyoon, Ha , 2016 +# Junghee Lee , 2026 +# DONGHO JEONG , 2020 +# DONGHO JEONG , 2020 +# Dummy Iam, 2021 +# 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 +# Jamie Seol, 2025 +# Jannis Leidel , 2011 +# Jay Oh , 2020 +# Le Tartuffe , 2014,2016 +# Jiyoon, Ha , 2016 +# Juyoung Lim, 2024 +# Juyoung Lim, 2024 +# Lee Dogeon , 2025 +# LEE Hwanyong , 2023 +# Le Tartuffe , 2014,2016 +# Seho Noh , 2018 +# Seacbyul Lee , 2017 +# Seho Noh , 2018 +# 최소영, 2024 +# Taesik Yoon , 2015 +# 정훈 이, 2021 +# 박태진, 2021 +# Yang Chan Woo , 2019 +# Youngkwang Yang, 2024 +# Youngkwang Yang, 2024 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Junghee Lee , 2026\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 "객체 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 "없음" + +msgid "Hold down “Control”, or “Command” on a Mac, to select more than one." +msgstr "" +"하나 이상을 선택하려면 \"Control\" 키를 누른 채로 선택해주세요. Mac의 경우에" +"는 \"Command\" 키를 눌러주세요." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "작업할 객체를 선택하세요 - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +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 보기" + +#, 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이(가) 변경되었습니다." + +msgid "Database error" +msgstr "데이터베이스 오류" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr "" + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "" + +#, 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" +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 "탐색 경로" + +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 "Save" +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 "Filter by %(field_name)s" +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 "작업" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)s 항목 페이지네이션" + +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 "" +"이 개체는 변경 기록이 없습니다. 아마도 이 관리자 사이트를 통해 추가되지 않았" +"을 것입니다. " + +#, python-format +msgid "Pagination %(name)s" +msgstr "%(name)s 페이지네이션" + +msgid "Show all" +msgstr "모두 표시" + +msgid "Popup closing…" +msgstr "팝업 닫는중..." + +#, python-format +msgid "Search %(name)s" +msgstr "%(name)s 검색" + +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 "Logout" +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 "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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..5bca5e977c795958a902d30bf2dd2b1e0039c8a1 GIT binary patch literal 5087 zcmbuBYitzP6~}MVO-bD}O-NsPH8*bE*bTdW00x$rh5)8K3>4f}QB}3GyVu?cvooui zS-@&P7_vmhrjaQ&EU>0q)y62Wg!fAkF_5D31sw>F+{8C)??WKj ztAS*f1>%n#K|%J7fwbPF(icJ6cSf~e0%^T@a6PyP#=(DrG=C)uVh@TRfm^`>_%4_Q zhnpDt4EVm{-5-Y!(S8gh{aWxra5wl_P*?54s(lWm@z=qJz&8}%1!>-$2okOHh~i3+ z*4Ykz8ccvR?+{4iPl6AFSHTCs*A@Q+()jmPdl{TY?T5inft?`j(+lc%F!pWm3uwP~ zFJn>A18Mw&pJWWCv3AAvAjN5`;!cqE{TfJq7vNgZ0I?*SQM|7B3y|{lO_1jO1%!$0 z?;yqL4s_D`%RpN19+2YkfYLvz*sS=3;tIu1kmhxRG_Oasw}Q0(F4gW=?Qel(uLk0e zokc-*y#&(ypMzx2>#F@*#kWD)=N-lOl>P>|7y5sLyTHEtgLR4^jlTengIB=y}YM^(!2 zHl@RJDDz4+Wvr@e zAKgFt)(6)mlfFxnh$4e*xMr0Jpx zg-E(0#ctbI9mlP#t6L^FEtenA9X(+P)^by~Q`g^`H1yC7v+n5{7IWF6HK+_EktMV3yZPLu7FxaNFWjUnai6LdMZVqxcEizm)Q&cgPp6a|g zn9$5M+qMq!M9y_BGZrqR@y(hms;z!KQ`2&5TZSR62(}MBrBn{~go&F)Qe+asX1yX| z=QMkW_3DO8ZCg)iLu|WdO6~TXfkw_0tWUF(X_P~(PfwZpVA^GUmPuoGS(b_7K(OF0 z>mb{mbS+wZugF0CAv_RFX!L+uMhniRTD9ler@1+sOxY*0ZeYf~oV2Y!owFV4>9>M1 zW07-Ne@+DIp{(G#i5RNnJ+_Xfcehw8JB0Ylz@7OC)1iaC~!MW93-V5 z&{H|hz!8Lza$+2-Vz@1M*0vHz&>?PE)_%&v0n3($+nY00u5nvK9+DP2Q%3G1bHY5l zt$i58>+N$eH$^(TVj(N{k*Mv%32>M(sHRH^R?5;%fHuG3dCD}q|3Cu5mzn#&g}g0fLB z->?XtvWAZEm589y&=tNL5mXww)Y}mO8+-7YMDV2Cq&5ZAjicp@6G7Q99B&Y`Lk-&S z0g9l~(50TE2-wh5c`qWUG0Q}Rg^T-G32Ut`jA^Z|8qhkeie{~@8p=9t7{*#^CR(o4h-?qLj)pK>mI+`{iQ-uk`@VLggD-OBsSwqv!_4JC^j&OUv-rpNt zTOCJx4G25B#Y|c$ylZj3Hle!}E8~2>)wIXR*_sjUwd{-&=Vn$mou1D1JgD|`tZ%}9 z67pY*rMV*ar%&KN4ZOo`j%?;j<>#lo@r%rtwen;UziG0k@Unlj;7`r-@`<89R`kXT z{_HUKCrACM28Rf^~M0)v_p0=F9mx zwzM#UUHz#=)=6D!sOY9*B^9fw@XwF?rAdaW8i^L%!8+xPav|@Zzrs2@XlTV0b?8!Y z>8Er5)1j+Jk#ksZqQIpb(ZD*a{6a}tuuj@FwWylj;rt_4 z8Uw|>3s?Nn>GJ4;H?xSClRLcG!^i=zH0@oQ=aek|^M~p9r^mT}{-{?%j0<6$0t*Aj z`csAfd%2N9XzM9TKju&VSY~V({PL+0WUM!P9O+i{uII^Q?_`mT_pT2wU3-OWQz?zw z=*!;Nh&MJJgZGC0^D~uv!=W&7>^S$wrpu>}RrJ_r?p43I=pVgEN$HOiaORQfI;?J6 zI`Pun551GqauxPOLHq~=28ZD*G9Pag9&9Y z-Ofo0*d=wqieWD<__HTqRd^W#2g%@ttA`Gn8Yb&yglo@OvoX#O?@%^SD%^U$JUx1k yT=9^LvnMJBEsW50p@hW~vB;30l#2{&vg+eea~VJI?ge)&xLh*nabG`h>Hh-Yb761* literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..2a2483f --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ko/LC_MESSAGES/djangojs.po @@ -0,0 +1,360 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# alexhojinpark, 2023 +# DaHae Sung , 2016 +# alexhojinpark, 2023 +# Hoseok Lee , 2016 +# Jaehong Kim , 2011 +# Jamie Seol, 2025 +# Jamie Seol, 2025 +# Jannis Leidel , 2011 +# Jay Oh , 2020 +# Le Tartuffe , 2014 +# Junghee Lee , 2026 +# LEE Hwanyong , 2023 +# Le Tartuffe , 2014 +# minsung kang, 2015 +# minsung kang, 2015 +# Seoeun(Sun☀️) Hong, 2023 +# Seoeun(Sun☀️) Hong, 2023 +# Yang Chan Woo , 2021 +msgid "" +msgstr "" +"Project-Id-Version: django\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Junghee Lee , 2026\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] "%(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 Run 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시" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" + +msgid "Choose a Time" +msgstr "시간 선택" + +msgid "Choose a time" +msgstr "시간 선택" + +msgid "Cancel" +msgstr "취소" + +msgid "Today" +msgstr "오늘" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "날짜 선택" + +msgid "Yesterday" +msgstr "어제" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "내일" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +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 "토" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/django.po new file mode 100644 index 0000000..683480c --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ky/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lb/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..e1c4a6a --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..193b58de62e988d30be49128e3c7ff8b4f465aa2 GIT binary patch literal 19375 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, 2011 +# Karolis Ryselis , 2025-2026 +# 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: 2026-07-22 16:14-0400\n" +"PO-Revision-Date: 2026-08-05 07:05+0000\n" +"Last-Translator: Karolis Ryselis , 2025-2026\n" +"Language-Team: Lithuanian (http://app.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 "Delete selected %(verbose_name_plural)s" +msgstr "Ištrinti pasirinktus %(verbose_name_plural)s " + +#, 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 "Delete multiple objects" +msgstr "Ištrinti kelis objektus" + +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 "Bet kokia data" + +msgid "Today" +msgstr "Šiandien" + +msgid "Past 7 days" +msgstr "Per paskutines 7 dienas" + +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ą" + +msgid "Empty" +msgstr "Tuščias" + +msgid "Not empty" +msgstr "Netuščias" + +#, 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 "Pridėtas „%(object)s“." + +#, python-format +msgid "Changed “%(object)s” — %(changes)s" +msgstr "Pakeistas „%(object)s“ — %(changes)s" + +#, python-format +msgid "Deleted “%(object)s.”" +msgstr "„%(object)s“ pašalintas." + +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 "Pakeista {fields} objektui {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 "" +"Jei norite pasirinkti daugiau nei vieną, laikykite nuspaudę „Control“ arba, " +"jei naudojate Mac, „Command“ mygtuką." + +#, python-brace-format +msgid "Select this object for an action - {}" +msgstr "Parinkti šį objektą veiksmui - {}" + +#, python-format +msgid "The app \"%s\" could not be found." +msgstr "Programėlė „%s“ nerasta." + +#, python-brace-format +msgid "The {name} “{obj}” was added successfully." +msgstr "{name} „{obj}“ 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}“ sėkmingai pridėtas. Galite pridėti dar vieną {name} žemiau." + +#, python-brace-format +msgid "" +"The {name} “{obj}” was changed successfully. You may edit it again below." +msgstr "{name} „{obj}“ sėkmingai pakeistas. Galite jį vėl redaguoti jį ž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 dar vieną {name} " +"žemiau." + +#, python-brace-format +msgid "The {name} “{obj}” was changed successfully." +msgstr "{name} „{obj}“ 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 pašalintas." + +#, python-format +msgid "%(name)s with ID “%(key)s” doesn’t exist. Perhaps it was deleted?" +msgstr "%(name)s su ID „%(key)s“ neegzistuoja. Galbūt jis buvo ištrintas?" + +#, 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" + +#, 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 " + +msgid "Database error" +msgstr "Duomenų bazės klaida" + +#, 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" + +msgid "Delete" +msgstr "Ištrinti" + +#, 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" + +#. Translators: This string is used as a +#. separator between list elements. +msgid ", " +msgstr ", " + +#, python-format +msgid "…and %(count)d more object." +msgid_plural "…and %(count)d more objects." +msgstr[0] "...ir dar %(count)d objektas." +msgstr[1] "...ir dar %(count)d objektai." +msgstr[2] "...ir dar %(count)d objekto." +msgstr[3] "...ir dar %(count)d objektų." + +#, 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, tačiau šis 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 "" +"Įvyko klaida. Apie ją pranešta administratoriams el. paštu ir ji turėtų būti " +"greitai sutvarkyta. Dėkojame už jūsų kantrybę." + +msgid "Run" +msgstr "Vykdyti" + +#, 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 "Breadcrumbs" +msgstr "Navigacija" + +msgid "Model name" +msgstr "Modelio pavadinimas" + +msgid "Add link" +msgstr "Pridėjimo nuoroda" + +msgid "Change or view list link" +msgstr "Redagavimo arba sąrašo peržiūros nuoroda" + +msgid "Add" +msgstr "Pridėti" + +msgid "View" +msgstr "Peržiūrėti" + +msgid "You don’t have permission to view or edit anything." +msgstr "Neturite teisių ką nors peržiūrėti ar keisti" + +msgid "After you’ve created a user, you’ll be able to edit more user options." +msgstr "Sukūrus naudotoją, galėsite redaguoti papildomus jo nustatymus." + +msgid "Error:" +msgstr "Klaida:" + +msgid "Change password" +msgstr "Keisti slaptažodį" + +msgid "Set password" +msgstr "Sukurti slaptažodį" + +msgid "Please correct the error below." +msgid_plural "Please correct the errors below." +msgstr[0] "Ištaisykite žemiau esančią klaidą." +msgstr[1] "Ištaisykite žemiau esančias klaidas." +msgstr[2] "Ištaisykite žemiau esančias klaidas." +msgstr[3] "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 "" +"This action will enable password-based authentication for " +"this user." +msgstr "" +"Šis veiksmas įjungs autentifikaciją slaptažodžiu šiam " +"naudotojui." + +msgid "Disable password-based authentication" +msgstr "Išjungti autentifikaciją slaptažodžiu" + +msgid "Enable password-based authentication" +msgstr "Įjungti autentifikaciją slaptažodžiu" + +msgid "Skip to main content" +msgstr "Pereiti prie pagrindinio turinio" + +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 "Hide counts" +msgstr "Slėpti kiekius" + +msgid "Show counts" +msgstr "Rodyti kiekius" + +msgid "Clear all filters" +msgstr "Išvalyti visus filtrus" + +msgid "Save" +msgstr "Išsaugoti" + +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 "Toggle theme (current theme: auto)" +msgstr "Perjungti temą (dabartinė tema: automatinė)" + +msgid "Toggle theme (current theme: light)" +msgstr "Perjungti temą (dabartinė tema: šviesi)" + +msgid "Toggle theme (current theme: dark)" +msgstr "Perjungti temą (dabartinė tema: tamsi)" + +#, python-format +msgid "Filter by %(field_name)s" +msgstr "Filtruoti pagal lauką %(field_name)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 "" +"Šalinant %(object_name)s „%(escaped_object)s“ kartu būtų šalinami ir susiję " +"įrašai, bet jūsų paskyra neturi teisių šalinti šių tipų objektų:" + +#, python-format +msgid "" +"Deleting the %(object_name)s “%(escaped_object)s” would require deleting the " +"following protected related objects:" +msgstr "" +"Šalinant %(object_name)s „%(escaped_object)s“ būtų šalinami ir šie apsaugoti " +"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 esate įsitikinęs, kad norite pašalinti %(object_name)s " +"„%(escaped_object)s“? Visi šie susiję įrašai bus pašalinti:" + +msgid "Objects" +msgstr "Objektai" + +msgid "Yes, I’m sure" +msgstr "Taip, esu tikras" + +msgid "No, take me back" +msgstr "Ne, grįžti atgal" + +#, 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 "Delete?" +msgstr "Ištrinti?" + +#, python-format +msgid " By %(filter_title)s " +msgstr " Pagal %(filter_title)s " + +msgid "Summary" +msgstr "Santrauka" + +msgid "Recent actions" +msgstr "Paskutiniai veiksmai" + +msgid "My actions" +msgstr "Mano veiksmai" + +msgid "None available" +msgstr "Nėra prieinamų" + +msgid "Added:" +msgstr "Pridėta:" + +msgid "Changed:" +msgstr "Pakeista:" + +msgid "Deleted:" +msgstr "Pašalinta:" + +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 negerai su jūsų duomenų bazės įdiegimu. Įsitikinkite, kad reikiamos " +"duomenų bazės lentelės yra sukurtos ir kad duomenų bazė yra gali būti " +"skaitoma atitinkamo naudotojo." + +#, 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 login credentials?" +msgstr "Pamiršote savo prisijungimo duomenis?" + +msgid "Toggle navigation" +msgstr "Perjungti navigaciją" + +msgid "Sidebar" +msgstr "Šoninė juosta" + +msgid "Start typing to filter…" +msgstr "Pradėkite rašyti, jei norite filtruoti..." + +msgid "Filter navigation items" +msgstr "Filtruoti navigacijos įrašus" + +msgid "Date/time" +msgstr "Data/laikas" + +msgid "User" +msgstr "Naudotojas" + +msgid "Action" +msgstr "Veiksmas" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "%(name)s puslapiavimo įrašai" + +msgid "entry" +msgid_plural "entries" +msgstr[0] "įrašas" +msgstr[1] "įrašai" +msgstr[2] "įrašų" +msgstr[3] "įrašų" + +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į." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Puslapiavimas %(name)s" + +msgid "Show all" +msgstr "Rodyti visus" + +msgid "Popup closing…" +msgstr "Iškylantysis langas užsidaro..." + +#, python-format +msgid "Search %(name)s" +msgstr "Ieškoti %(name)s" + +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" + +#, python-format +msgid "View selected %(model)s" +msgstr "Peržiūrėti pasirinktus %(model)s" + +msgid "Logout" +msgstr "Atsijungti" + +msgid "Thanks for spending some quality time with the web site today." +msgstr "Ačiū, kad šiandien skyrėte laiko apsilankyti mūsų svetainėje." + +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 " +"įsitikintume, jog jis įvestas teisingai" + +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šsiuntėme jums slaptažodžio atstatymo instrukcijas. Jas 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 "In case you’ve forgotten, you are:" +msgstr "Jeigu pamiršote, jūs esate:" + +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 susikurti naują slaptažodį." + +msgid "Email address:" +msgstr "El. pašto adresas:" + +msgid "Reset my password" +msgstr "Atstatyti slaptažodį" + +msgid "Select all objects on this page for an action" +msgstr "Pasirinkti visus objektus šiame puslapyje veiksmui atlikti" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..58320c7cf2e9de4a5551b40b6337ed02f2d8aba3 GIT binary patch literal 6668 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..4d065d4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lt/LC_MESSAGES/djangojs.po @@ -0,0 +1,383 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Jannis Leidel , 2011 +# Karolis Ryselis , 2026 +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Karolis Ryselis , 2026\n" +"Language-Team: Lithuanian (http://app.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 "" +"Choose %s by selecting them and then select the \"Choose\" arrow button." +msgstr "" +"Norėdami pasirinkti %s, pažymėkite juos, ir tada paspauskite „Pasirinkti“ " +"rodyklės mygtuką." + +#, 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" + +#, javascript-format +msgid "Choose all %s" +msgstr "Pasirinkti visus %s" + +#, javascript-format +msgid "Choose selected %s" +msgstr "Pasirinkti pažymėtus %s" + +#, javascript-format +msgid "Remove selected %s" +msgstr "Pašalinti pažymėtus %s" + +#, javascript-format +msgid "Chosen %s" +msgstr "Pasirinktas %s" + +#, javascript-format +msgid "" +"Remove %s by selecting them and then select the \"Remove\" arrow button." +msgstr "" +"Norėdami pašalinti %s, pažymėkite juos ir pasirinkite „Pašalinti“ rodyklės " +"mygtuką." + +#, javascript-format +msgid "Type into this box to filter down the list of selected %s." +msgstr "Norėdami filtruoti pasirinktų %s sąrašą, rašykite šiame laukelyje." + +msgid "(click to clear)" +msgstr "(paspauskite norėdami išvalyti)" + +#, javascript-format +msgid "Remove all %s" +msgstr "Pašalinti visus %s" + +#, javascript-format +msgid "%s selected option not visible" +msgid_plural "%s selected options not visible" +msgstr[0] "%s pažymėtas pasirinkimas nematomas" +msgstr[1] "%s pažymėti pasirinkimai nematomi" +msgstr[2] "%s pažymėtų pasirinkimų nematomi" +msgstr[3] "%s pažymėtų pasirinkimų nematomi" + +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 neišsaugojote pakeitimų atskiriems laukams. " +"Paspauskite „Gerai“, kad išsaugotumėte. Jums reikės įvykdyti veiksmą iš " +"naujo." + +msgid "" +"You have selected an action, and you haven’t made any changes on individual " +"fields. You’re probably looking for the Run button rather than the Save " +"button." +msgstr "" +"Pasirinkote veiksmą, bet nesate 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" + +msgid "server" +msgstr "serverio" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus esate %(offset)s " +"valanda priekyje.)" +msgstr[1] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus esate %(offset)s " +"valandas priekyje.)" +msgstr[2] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus esate %(offset)s " +"valandos priekyje.)" +msgstr[3] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus esate %(offset)s " +"valandų priekyje.)" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus atsiliekate %" +"(offset)s valanda.)" +msgstr[1] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus atsiliekate %" +"(offset)s valandomis.)" +msgstr[2] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus atsiliekate %" +"(offset)s valandos.)" +msgstr[3] "" +"Pastaba: įveskite laikus %(timezone)s laiko juosta. (Jus atsiliekate %" +"(offset)s valandų.)" + +msgid "Choose a Time" +msgstr "Pasirinkite laiką" + +msgid "Choose a time" +msgstr "Pasirinkite laiką" + +msgid "Cancel" +msgstr "Atšaukti" + +msgid "Today" +msgstr "Šiandien" + +msgid "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Pasirinkite datą" + +msgid "Yesterday" +msgstr "Vakar" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Rytoj" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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 "abbrev. month January" +msgid "Jan" +msgstr "Sau" + +msgctxt "abbrev. month February" +msgid "Feb" +msgstr "Vas" + +msgctxt "abbrev. month March" +msgid "Mar" +msgstr "Kov" + +msgctxt "abbrev. month April" +msgid "Apr" +msgstr "Bal" + +msgctxt "abbrev. month May" +msgid "May" +msgstr "Geg" + +msgctxt "abbrev. month June" +msgid "Jun" +msgstr "Bir" + +msgctxt "abbrev. month July" +msgid "Jul" +msgstr "Lie" + +msgctxt "abbrev. month August" +msgid "Aug" +msgstr "Rugp" + +msgctxt "abbrev. month September" +msgid "Sep" +msgstr "Rugs" + +msgctxt "abbrev. month October" +msgid "Oct" +msgstr "Spa" + +msgctxt "abbrev. month November" +msgid "Nov" +msgstr "Lap" + +msgctxt "abbrev. month December" +msgid "Dec" +msgstr "Gru" + +msgid "Sunday" +msgstr "Sekmadienis" + +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" + +msgctxt "abbrev. day Sunday" +msgid "Sun" +msgstr "Sek" + +msgctxt "abbrev. day Monday" +msgid "Mon" +msgstr "Pir" + +msgctxt "abbrev. day Tuesday" +msgid "Tue" +msgstr "Ant" + +msgctxt "abbrev. day Wednesday" +msgid "Wed" +msgstr "Tre" + +msgctxt "abbrev. day Thursday" +msgid "Thur" +msgstr "Ket" + +msgctxt "abbrev. day Friday" +msgid "Fri" +msgstr "Pen" + +msgctxt "abbrev. day Saturday" +msgid "Sat" +msgstr "Šeš" + +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 "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.mo new file mode 100644 index 0000000000000000000000000000000000000000..fe5f2e7e97cb8c506e3c443637b47ebc39be8821 GIT binary patch literal 18704 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po new file mode 100644 index 0000000..cc2975d --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/django.po @@ -0,0 +1,804 @@ +# 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 , 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-09-17 18:23-0300\n" +"PO-Revision-Date: 2025-12-03 07:05+0000\n" +"Last-Translator: Edgars Voroboks , 2023-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" +msgstr "Izpildīt" + +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 "Save" +msgstr "Saglabāt" + +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 "" +"Dzēšot %(object_name)s “%(escaped_object)s”, tiktu dzēsti arī saistītie " +"objekti, taču jūsu kontam nav atļaujas dzēst šāda veida objektus:" + +#, 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 vēlaties dzē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" + +#, python-format +msgid "Pagination %(name)s entries" +msgstr "Lappušu numerācijas %(name)s ieraksti" + +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ē." + +#, python-format +msgid "Pagination %(name)s" +msgstr "Lappušu numerācija %(name)s" + +msgid "Show all" +msgstr "Rādīt visu" + +msgid "Popup closing…" +msgstr "Logs aizveras..." + +#, python-format +msgid "Search %(name)s" +msgstr "Meklēt %(name)s" + +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/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.mo new file mode 100644 index 0000000000000000000000000000000000000000..355b5310e62a11edef10664315e5ab1c42a79d86 GIT binary patch literal 5311 zcmb7{Uu+yl9ml8PLRwP-4K07#Kqm$VoBGb@xJlDX-PCpBVkeF*`v}TI1#`FK^Z0gW zPP?<0ocllwQc=_g9@44=Qb8p0P^?Ob77&8Iosp1|H-wP*BQ;W~kcyOwhlU3vzQ5hs z^WCLN)z!^>W`6T$fAjnOW_Io$dvY%^JSUL$BH0~`N$^?@8J=%{oUzA10X_*{0zVD@ z1;mg2%kd_-6ZQ99{eR%SsONU2{q6&2Q2#vmN$^{af#Y+I7r;Gee;K?7{5g0x_=e+~ zAf{%2aJ&xU$Nq$jRQ{XeTOjH4Pw->lyCBVT6QuF~1(PL0Nb;S?sNZf7O>7TH`aTGf zz5*n@42U25E;7>Z1(4=@$;mH+^xmtkz6sKNZ-7U@--9La7D(eKkP#=5{RDgl{2}-b z*Z|KDF!ovSJ;%F00UM(JFi7&l;1|FJ@N=MY^$l15F-ZMi2Ok8lIlcqZxE*j3&9m2W z0;GB7zz4tzNaN0d)c+#*5cnGS8Ssyee+Q}md#=69^N$5G4JEL7H#e)sMLP zF_8M7a`H0x4C>ET6yGCGM!HbEWDmtWJzqp3JA4)C7}6{f#o?n!lSsRfpc0!y z8bl)Bk)P=dAipELlJk*+$B`)Zi%9#B==nMlT$cEf_8mQ6LpqE^@$eMV3=%yQPeVwL zP~{E}o!@yR+6NRXPa_Q@QJm02`-Gmykq~By|3*oG=U|E?r}N<}NMlG8vriyV4AN6T zno3G88yb$JKN4}X!iR>d+M)=7tXk=@JGO22`ci}=><|})pa3)oQ;kshY$~qBk!4d&p?rZ^`B22Bg|14UO|Kdgk$_iPPGO~M z+^))i3++)sJ2{p4U^-xsi!d~2c_p^i=t4G);KziO+qJR^x@xw&=KF~j>FYB~IZ=dn zLd9dUDuap)*^I1&u?SmiM){WNq4GqF%?X`I=VBj~SW7l9!s;sW7MoX|R<%{j=8dMl zr;O3an(2h6%vrWjwT32Nk^#gY!2;=kehav1M7l0l>t5HguyIJLEX#&X)mV-b-O8(R z7*R{vqCnru0d0%&&L6Elkq}c(K zL!qz99Y;B^ucdQd$#3`LZeTfyIUVlB92((Ruo0l=y+- z_(Z<=X#T)KUVN-{@bO2Acm__2$mYwT(2*~!2}}IAR}*2xPaB*RrXKMpWFjauo#3fj zfR9|EYJw+6G3SAaQDg`6$PQsLU5iCc=F3t9C4N%aroyHgUbVJS8XFUhM#0jn)QUVu zGmNEc$l$x-V}5gNWMF=F{`mH4#|y=QX~eJ8P!~sTiCcNjjx~It^btB+!bsZ5Zx)X>oE`4~-Wm zC&&5z{hW%$eUszk{3tJSbm#jfQ8>!SQ8_SjWT0~s(WY}tQR~h2MZbN~Mt5vgAJ!Ui zVSN#`H|YeGQKNlvE#_J@aTm$1R^md6leQ@XLo@lu4tNPZJ_HUGK zZ`e@|E7PT@y&2-|@dzs(Din+CPzjl6K!#5v6Uq4zu|*~2ng}AgU`$zDfh?PAZ=^;L zB*o1pTglcH+%PzuGl z#6V39L1VLEO})FZ1n{0pz*gIQ~Dq){Ynq#&{}KJ6iOiYXi#Y0QW< zgmv3LdjfH>sPHYs1s~DKrX}JH?xz1> p^bd^w&d@&@`rAVG^eNNymjy}De-pM)xAgCTE!MlHVGFFx{tsbat$+Xk literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..d6538f4 --- /dev/null +++ b/env/lib/python3.12/site-packages/django/contrib/admin/locale/lv/LC_MESSAGES/djangojs.po @@ -0,0 +1,360 @@ +# This file is distributed under the same license as the Django package. +# +# Translators: +# Edgars Andersons, 2025 +# Edgars Voroboks , 2023,2025-2026 +# 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: 2026-05-20 15:53-0400\n" +"PO-Revision-Date: 2026-08-05 07:59+0000\n" +"Last-Translator: Edgars Voroboks , " +"2023,2025-2026\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 "" +"Jūs esat atlasījis darbību, bet vēl neesat saglabājis izmaiņas atsevišķos " +"laukos. Lūdzu, noklikšķiniet uz Labi, lai saglabātu. Darbība būs jāatkārto." + +msgid "" +"You have selected an action, and you haven’t made any changes on individual " +"fields. You’re probably looking for the Run button rather than the Save " +"button." +msgstr "" +"Jūs esat atlasījis darbību un neesat veicis nekādas izmaiņas atsevišķos " +"laukos. Jūs, iespējams, meklējat pogu “Izpildīt”, nevis pogu “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" + +msgid "server" +msgstr "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"ahead.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"ahead.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hour " +"behind.)" +msgid_plural "" +"Note: Enter times in the %(timezone)s timezone. (You are %(offset)s hours " +"behind.)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +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 "Today (%(date)s)" +msgstr "" + +msgid "Choose a Date" +msgstr "Izvēlies datumu" + +msgid "Yesterday" +msgstr "Vakar" + +msgid "Yesterday (%(date)s)" +msgstr "" + +msgid "Tomorrow" +msgstr "Rīt" + +msgid "Tomorrow (%(date)s)" +msgstr "" + +msgid "Previous (%(month)s %(year)s)" +msgstr "" + +msgid "Next (%(month)s %(year)s)" +msgstr "" + +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" + +msgid "%(month)s %(day)s, %(year)s" +msgstr "" + +#, javascript-format +msgid "%s (today, current selection)" +msgstr "" + +#, javascript-format +msgid "%s (today)" +msgstr "" + +#, javascript-format +msgid "%s (current selection)" +msgstr "" diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/django.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.mo b/env/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 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 literal 0 HcmV?d00001 diff --git a/env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po b/env/lib/python3.12/site-packages/django/contrib/admin/locale/mk/LC_MESSAGES/djangojs.po new file mode 100644 index 0000000..bd72010 --- /dev/null +++ b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/django.mo b/env/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 zcmd^_dz4*OeaAP74Mr z;A_DP!FPfq;2XdvL;sJ!Gr4y!^Yh*ezL48X!54ws!RLe5fJcKn!}B7j^=shq;GLoW zVerM=KML~azRs8C|0yUIzYFU555OD2XTT4E?|Qj&u;Ts!6yN^_ijNl_1LCUIuFY z<3P#xTJS{h3~(j51=P9?@Otn@@H+5k;3MD!%#MM_ztXt}!S{ob`;_Cnp5F*E)SVAX z?(LxX$bnja65Igp244q$4HQ3r16~FG9e65uCdPgq_)bvt-wledF%Z{qWl-a5pyq!U zlpVhhYTVz0(&Imc=l=zs!u>Bm>E~pOA^ui_T4xwU6t@o4{I`R$%hez%bVX3>-Uv#b z8BlutD5&wD3jGg)TK8bM|07U-`j_BKz<&XM8~iz#fG1*vIyek&1s?^6L3e^*_Z(2` zT?$IhYe4Zi0!q)jL8iFo2)z&`K`;41LXLFwb?;CbK?uW^n)w}CH2cGrLnunNi! zKLN$Ze}M9j{|Wef7MI*dfueT;D7_}2%E}p z+z-xxkAY``XAty?`vPCrg8RUA;J<^gH5T{vQF~eS~vQfU@5!aEjI7DiD_3mEf&l6_j3o0rKbi6Lb$=1YQmP0Mz)QlYRWX z4OCp^z?I-0kU#e@U)#X%g#MEV2Fbe_#Pn_iJQchl+}{trk^66eZvuY|zU2sX@p|W; z26r%6c0cY7#0oeJ5?byyQ1m_nN}g|m7lA(kWrx#YN`A8oycqldxE=g9cnNq?KXbqd zP;#A$@EgGmpyquLv3m-zofP=56c$Q1V+I0n8BCw>Qb6R7)VK-qaSLT!Zq8^B5M zDVY2^I5g<(@slCv9_RkT)4iYk_gXLii_dWG9OkbB-waNJh~ypvj|P7T?gD=VO8;9? zn&PDbo(8=cu)zISU_$-JLj;lCX`uAB4OIUG_*3u(P=1=81utL&ls>-&UJU*e)c7;b zc5VQ?5JUu52VucI2pV7DPVRpM%3c>>1VnV#g0jm!p!oeqQ1*V_u(#hJDE+?`TnCPV z(%%E1^3)H(2H1~MwEm~TcYxmmC&9jRo%;*q{sedoI8HM7HvQMH_kOT(gL8=B-Umv~ zS#SjW6Y!nj%JcpG42bKwAA?tbFUA>!?*T6bXF*82BQ|+D8$e9$wt{+o1E}YJ23`xk z=mO7w6@;YwWALru3pRWI*#e5M-Cz!U1iS`31|ysR7Qx%Vo4`DHERzXgHwErKf_w;S zzc?Bry&60TRQ`PvC^6`+-9X{Rx{x1DrL!ye*8O|8Y?L-?_}W68N6Wz1-ge6;IEB@~dMp zvizYh;M)V<2r3VK0mP-?n;_I;#Hsbcre?BOM@H2&Gvxe;X^d} z*6+|xrpewZ4HKFzc7x-zPtxM29xm2^(u+QXu;pgu1${7??Fo~1hfYDvYoCwveRa5= z0db4$Luj}=X{XR+vz4?D(@vwsEYgqzji0ot|Uenr4nfMc}tX(xt0+29_UbX}o+ zl%~)1v{AeAUxb^*S09Lr*yj$uUqd709AC0(lnrwax4fEOu^P6AFX3wYX zqY2K-1?V9_;&ezUALTwD;5AK-)!I zMcYQ3qUnR%SRVY8-L<}M4VSMCcnm22#I4;lO*w3U_CeYUX!@K%yNj043N(G5N4vzX z{MS*yS{mudKJVgtgmxp15VjmQ2)>dge~+IU7cZi{Idr@mJd(DN_G;SQv<Z%j<@Z^2k}Vb-Lm6Hhm=+?u)oMG-xsrzU^%u&udagXmjhujbc3#XzLOOqQ29Q*crL0SL(SU&kVEP zT3Sp;>uKJdUo0jIK3tPj#&|kvVzs7>nljEe7Y#a6YJfkTp7(r@iWV8 zGG}xilD=BJn!v>?)#>53uF`ZeiK|als`)so>wY-&&o?7>{WyYp*RK&9n~G_!n&i-% z5470hwW7${R4k0{N^lj7RY`omSs_!zXth#9AJCZ0jbr>xMcm14s+7kH)l$YQOf{<2 zv|KMv54#I;_1s9VmL_SnTB+(b9jX^fsa^5doFhO|BCHCN#WV>k#{M?Tl`8lX;`oVy zOZ=kKyLV0&8`WHE+5j*cL1!M9{?*4my5$#QE4qHlv|R=s0$LVPDUDaMLCW%YRN6hSJGN}Wj&e5 z?M{=)v|1|EYB*C@;J4zqK0TS%6y8y3o$R(*It+-p;xKJgq)2)#>DN+f=!)>}pK9ElON9MVHb^+zt|I9MZ10-WNp3e@BDHf{Pf~Ld z&uYzWC9NmgwZ^EU^4$8}CkWoU$HCHi*KIQD_W>^pQ|rlD@HY)rwjOqX(F(i5C^Z4{ z+irkO*xd&gd|vAs;GIj;BdKozMvRQ>ia&B5Wum8+7YgU~* z#1(|?nJ+rpZxS2iwog>1RLHpPSu$-MF}8cvC6m=crCO+~ChL#aJIjsIh)RC9z3ns+ z3sDC8nqLKpm8z@AVcQ#}Qm#7fc2N55s+nunCew0WRY8q3m0Z`z66{~43uWm9Q{rSNp2`;P(DJ8zUb`@Jed=_e?@^XE`Uryr* zZU>?byB(5*@9}Z6e)P~Q%Dc*ysj>^GJVL&&yDQj@+?DbxeaVFkNzfA1-`LevX>k-a zu69?Y>?>>`P_9n=Kg}XIO|TPg#zrw?sGSu1;%etCNeNK=5#gaaVJi$w4jG zfCzq1mWBkHY0o--6%7+X4aH^N%Q&2z8i|b=&k9Qsqn*$;&s=$$mCEA?1AQem>&BY4KOw9oTOO{2TQYH4 z*ex$I_EIYyq6dh%ni$wp8!zMsHa5m<13N0i z$%?I)4{S?!7c_K0hn?YM?V7b~2G*Q4aQd5)wQGmZIQxxj_^h~;{c&JNHCL{2uB}vu z6T2>qrPn7Lainw4V?=qpfd~UT2<72qORkukrj?TZiF$oe|79KjVxjb4?@)}Og9x2o_Mu(G9am7|Ucnwgtm1@ID*`LE|>(-u=_{(+u<>cgb z$?2=kS>fir^O>97H`jcUe*flYZuY?3>{D~IkIgl2pPPMjZua51*{A24->R z_P!1|ntLTj$3$`5yroT4ua6)A3RoUZ|7NPC*EL8ly)D5|7{D+@#k_o@_J{47@4cwu zi*|!pO*4ASB$+w)?+Ld~MS<8qd^9O7&YnC7qWCrh$cX;!f zgFXdoEV{=$-y0g@Ph?|1Vvq5iyMtY2X@X9q+NOq(76B~db8swPdc7B9D*Ui&l+381 zQ&xJ^R>E<~2>3KTnI9?6KRh=}czbX9qQ(4!bIn`V&&}Rstio7_=YKg)|9sR4!r@I% z823s@Xoxj3f)IxT$b?lHhxWd1lh70oGM=HtOr;>NORtk91#2TNmc;`i+&=8=4*m9w z{cP39sn#Yfu=afk?&_5u--5#Rl6>?~@LuNiR&cVOM~h^F#n_96k;j;o<*j_{`u5DV!*(sYKmjoCRr-8aV(X?bdC~+nu_d|1 zeN2o9{;_Bak^@pj_qTBno4U!8li9@ zwp6wGRF~~Vy7en+PUND;t`()j5M(*}AbkOo66R_KF z?VXJMAhR3??kbV8Uuh6ZMeZQqd~z>WlT=RLKIP|XxXfz1N+D3l0+B1?bQ|YnBA&@m+-trcw!G}8nKx{ z)*zdEzxf*3mV2M}y6cHJNJAOa3Kvg-tuP#V{X^U{Y~u^n-$CwWDo#2fH+3k0nD<@e zeq~cuZe_|}V@>{>kel2upNFzUwEPo~dE5WjJij{eA(RE73XS&t%$$B!$6k7g`UAFA zebq-8U4A0pclqO}Rc;h`S^Yw~IjDGG;uBWWK~XOwC^ZQy-i+KuGJ?D(yy$Db`ICt6 z{aqCRJn1-LMVawoNsa}n(|BK~9k-2Zm?3*GF59%kUX~k~MpXOP33hriKWK*PL&TtJ zHKk`?#jRWPw{#>WZzzkgB5Nsk_#$8#g)K_;`#<^?pG*EQZ&o86wgf~XGO#~6AQ9Qi zYeWf*;?rJYnVGN*+T|@0>@vfomnK+uCOD0WFZJHWpQUw_h4O8PP2@BbS%p5OC671_ zc&gY)s#wjF&a~fzaOPK16*u+@P17NwnybrQ+I9?twGm#lSRKY4K>`{PR`>fz(|W{- z@!>o5X2sb_44?742pYif?X1adIcs1z3Vt?J&oc~u&?qq!9#EOaafPGBRm6kegf(+L zD@EOy1t4Wz<{HKriw93JZpEHy(!cQ3i4hY+gI?`^%!WKV^9K8b@4}3p#n$^$I79dM z*>L6}3Uu(|b}=z(SdY=D0M+x?svcMt$}Bto&9h&Q(K^d(zn_1;K@-}nyQ~%MX(vzC z>@pindWXcBOc9=KT_4o>fGEKpq$GUdo7`jLJ((1yL9H1_HE$oVIG1&NLA1cR)Q2o~ z^qST;WDpMpMp0#20<)dEMaLc9`u2jyb1kDW9hJnxxAf@gM7M3qz~1r<_b2v_x7c29 zaDvalh}Q~&!9}RnAQ0BJOsNEq9B2xH=!IB}(#REp>o7g|n+^Aw&ZK1u4xv14qA1rY zy_0r*YC6bGCWd#kTRI(Is%OcCd?w=tBQIdyEEJHUEi&4iAc2ckI_q*SL_j_|&DS%h zL98HxQc|Wfyh1w5jKHM$f=)8PqAYG2}Ic zdDePBO!O*ln@_O-=0%o!Aqd}4$g&0OX4-`;=H@$d83m8cUfkNy?9!+AnI&iW=wVUM z_~&eOpK+r4OhEi%fY(f9-k)VZBe zNJ3`tAsX^Lz24EYaQ3d^U#H3aI`f)&l3bS+F$*gO`xv3PR$QcY8tb)4TY`o&Rw|{|_a-4)vJDWySU1}df>jSynLdJ1>B2RX z#j3Vic%r!RuA^_%h4*&f-`7%x%~V>kSJkS7h%an|b`CPx&t&c9T$3t7x{j`ZI+f=b z+i`aDT4n~m4>cZ}GjvRq2l!&j`(1SA7;tQoKGQahk!U#Ml_fJ%lYl~Y4H*HBVHB%m zCQuDRFLI!ER$F*~vF&*gT?g4AM)-M_dA%t0MK2)R%#ybQhh%?v|{p8rvD5ranknBlubMmTteOx&037tZAo zv!PKmJfQhaor%3rOGhzU@CUQ@f3q+b>-zT`_Qj6>cV!K7o@})oHcdmORJ=Kh7UIoz zDLW)*VFo=NQ?p#)_Zos}ru*M&51Sy;W9P$S$^QedWrBaK9aY zNNw`@Y@pO)erQ=rry=wc|F0|t_TrhY(}|*KeK zHjDu!nh+-t-xHZ*gye3|G8i-dn-D(WV>(8H1@wLTc9ZEWXkw#f8By&QPccI zBu~d8C-XZ>`~OAD&0E?1S9p5y8Kt#XWL1z-9bEbP(N|!y2VHvqWA8w{7oyIf-te|W z#$#9;!_Av@JY~n1mAUen#H&={OBZ>_-}9}_b78F+1w5$Z&|?IU1w-;3ey5QSgrp5c zcJIJhr%Z7pV2H0t*sQ$gv6-O-f6e!dEH5|oNm;K^LkFuWDDCZnc0jtVZZSVo{R7EN zI-L|f&G|7Zr-T@*+Mc0^(cUVz(++E~WHv#_j4$O(u?F{9Ezj^^6ds_<>?mPF~_Chc_+@GpJd3lX4*uw#Pz?rSV@3BTjLw2aI;6a~`z&hu5BxPv, 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/env/lib/python3.12/site-packages/django/contrib/admin/locale/ml/LC_MESSAGES/djangojs.mo b/env/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/env/lib/python3.12/site-packages/django/contrib/admin/locale/mn/LC_MESSAGES/django.mo b/env/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 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