code
stringlengths
0
21.5M
repo_name
stringlengths
4
92
path
stringlengths
1
189
language
stringlengths
0
26
license
stringclasses
11 values
size
int64
0
21.5M
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_fi...
castiel248/Convert
Lib/site-packages/django/contrib/admin/apps.py
Python
mit
840
import collections from itertools import chain from django.apps import apps from django.conf import settings 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 djang...
castiel248/Convert
Lib/site-packages/django/contrib/admin/checks.py
Python
mit
49,782
def action(function=None, *, permissions=None, description=None): """ Conveniently add attributes to an action function:: @admin.action( permissions=['publish'], description='Mark selected stories as published', ) def make_published(self, request, queryset): ...
castiel248/Convert
Lib/site-packages/django/contrib/admin/decorators.py
Python
mit
3,481
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"...
castiel248/Convert
Lib/site-packages/django/contrib/admin/exceptions.py
Python
mit
333
""" 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.op...
castiel248/Convert
Lib/site-packages/django/contrib/admin/filters.py
Python
mit
20,891
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_m...
castiel248/Convert
Lib/site-packages/django/contrib/admin/forms.py
Python
mit
1,023
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 ( ForeignObjectR...
castiel248/Convert
Lib/site-packages/django/contrib/admin/helpers.py
Python
mit
18,190
# This file is distributed under the same license as the Django package. # # Translators: # Christopher Penkin, 2012 # Christopher Penkin, 2012 # F Wolff <friedel@translate.org.za>, 2019-2020 # Pi Delport <pjdelport@gmail.com>, 2012 # Pi Delport <pjdelport@gmail.com>, 2012 msgid "" msgstr "" "Project-Id-Version: django...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/django.po
po
mit
17,667
# This file is distributed under the same license as the Django package. # # Translators: # F Wolff <friedel@translate.org.za>, 2019 # Pi Delport <pjdelport@gmail.com>, 2013 # Pi Delport <pjdelport@gmail.com>, 2013 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-05-...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/af/LC_MESSAGES/djangojs.po
po
mit
4,955
# This file is distributed under the same license as the Django package. # # Translators: msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-19 16:49+0100\n" "PO-Revision-Date: 2017-09-19 17:44+0000\n" "Last-Translator: Jannis Leidel <jannis@leidel.info>\n" "Languag...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/am/LC_MESSAGES/django.po
po
mit
14,651
# 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 <d.eyad.t@gmail.com>, 2013 # Jannis Leidel <jannis@leidel.info>, 2011 # Muaaz Alsaied, 2020 # Tony xD <tony23dz@gmail.com>, 2020 # صفا الفليج ...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/django.po
po
mit
21,339
# This file is distributed under the same license as the Django package. # # Translators: # Bashar Al-Abdulhadi, 2015,2020-2021 # Bashar Al-Abdulhadi, 2014 # Jannis Leidel <jannis@leidel.info>, 2011 # Omar Lajam, 2020 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ar/LC_MESSAGES/djangojs.po
po
mit
7,281
# This file is distributed under the same license as the Django package. # # Translators: # Jihad Bahmaid Al-Halki, 2022 # Riterix <infosrabah@gmail.com>, 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:...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/django.po
po
mit
21,378
# This file is distributed under the same license as the Django package. # # Translators: # Jihad Bahmaid Al-Halki, 2022 # Riterix <infosrabah@gmail.com>, 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:...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ar_DZ/LC_MESSAGES/djangojs.po
po
mit
7,206
# This file is distributed under the same license as the Django package. # # Translators: # Ḷḷumex03 <tornes@opmbx.org>, 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 Lei...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/django.po
po
mit
11,676
# This file is distributed under the same license as the Django package. # # Translators: # Ḷḷumex03 <tornes@opmbx.org>, 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 Lei...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ast/LC_MESSAGES/djangojs.po
po
mit
4,085
# This file is distributed under the same license as the Django package. # # Translators: # Emin Mastizada <emin@linux.com>, 2018,2020 # Emin Mastizada <emin@linux.com>, 2016 # Konul Allahverdiyeva <english.koni@gmail.com>, 2016 # Nicat Məmmədov <n1c4t97@gmail.com>, 2022 # Zulfugar Ismayilzadeh <zulfuqar.ismayilzada@gm...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/django.po
po
mit
18,246
# This file is distributed under the same license as the Django package. # # Translators: # Ali Ismayilov <ali@ismailov.info>, 2011-2012 # Emin Mastizada <emin@linux.com>, 2016,2020 # Emin Mastizada <emin@linux.com>, 2016 # Nicat Məmmədov <n1c4t97@gmail.com>, 2022 msgid "" msgstr "" "Project-Id-Version: django\n" "Repo...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/az/LC_MESSAGES/djangojs.po
po
mit
5,968
# This file is distributed under the same license as the Django package. # # Translators: # Viktar Palstsiuk <vipals@gmail.com>, 2015 # znotdead <zhirafchik@gmail.com>, 2016-2017,2019-2021,2023 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-17 02:13-0600\n" "PO-...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/django.po
po
mit
23,672
# This file is distributed under the same license as the Django package. # # Translators: # Viktar Palstsiuk <vipals@gmail.com>, 2015 # znotdead <zhirafchik@gmail.com>, 2016,2020-2021,2023 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-17 03:19-0500\n" "PO-Revis...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/be/LC_MESSAGES/djangojs.po
po
mit
7,773
# This file is distributed under the same license as the Django package. # # Translators: # arneatec <arneatec@gmail.com>, 2022 # Boris Chervenkov <office@sentido.bg>, 2012 # Claude Paroz <claude@2xlibre.net>, 2014 # Jannis Leidel <jannis@leidel.info>, 2011 # Lyuboslav Petrov <petrov.lyuboslav@gmail.com>, 2014 # Todor...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/django.po
po
mit
23,007
# This file is distributed under the same license as the Django package. # # Translators: # arneatec <arneatec@gmail.com>, 2022 # Jannis Leidel <jannis@leidel.info>, 2011 # Venelin Stoykov <vkstoykov@gmail.com>, 2015-2016 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/bg/LC_MESSAGES/djangojs.po
po
mit
7,093
# This file is distributed under the same license as the Django package. # # Translators: # Anubhab Baksi, 2013 # Jannis Leidel <jannis@leidel.info>, 2011 # Md Arshad Hussain, 2022 # Tahmid Rafi <rafi.tahmid@gmail.com>, 2012-2013 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/django.po
po
mit
22,889
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # Tahmid Rafi <rafi.tahmid@gmail.com>, 2013 # Tahmid Rafi <rafi.tahmid@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 20...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/bn/LC_MESSAGES/djangojs.po
po
mit
4,576
# This file is distributed under the same license as the Django package. # # Translators: # Fulup <fulup.jakez@gmail.com>, 2012 # Irriep Nala Novram <allannkorh@yahoo.fr>, 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: 20...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/django.po
po
mit
13,717
# This file is distributed under the same license as the Django package. # # Translators: # Fulup <fulup.jakez@gmail.com>, 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 L...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/br/LC_MESSAGES/djangojs.po
po
mit
4,108
# This file is distributed under the same license as the Django package. # # Translators: # Filip Dupanović <filip.dupanovic@gmail.com>, 2011 # Jannis Leidel <jannis@leidel.info>, 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-...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/django.po
po
mit
14,317
# This file is distributed under the same license as the Django package. # # Translators: # Filip Dupanović <filip.dupanovic@gmail.com>, 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-Transl...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/bs/LC_MESSAGES/djangojs.po
po
mit
3,831
# This file is distributed under the same license as the Django package. # # Translators: # Antoni Aloy <aaloy@apsl.net>, 2014-2015,2017,2021 # Carles Barrobés <carles@barrobes.com>, 2011-2012,2014 # duub qnnp, 2015 # Emilio Carrion, 2022 # GerardoGa <ggarciamaristany@gmail.com>, 2018 # Gil Obradors Via <gil.obradors@g...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/django.po
po
mit
19,130
# This file is distributed under the same license as the Django package. # # Translators: # Antoni Aloy <aaloy@apsl.net>, 2017,2021 # Carles Barrobés <carles@barrobes.com>, 2011-2012,2014 # Emilio Carrion, 2022 # Jannis Leidel <jannis@leidel.info>, 2011 # Roger Pons <rogerpons@gmail.com>, 2015 msgid "" msgstr "" "Proje...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ca/LC_MESSAGES/djangojs.po
po
mit
5,990
# This file is distributed under the same license as the Django package. # # Translators: # Bakhtawar Barzan, 2021 # kosar tofiq <kosar.belana@gmail.com>, 2020 # pejar hewrami <gumle@protonmail.com>, 2020 # Swara <swara09@gmail.com>, 2022 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/django.po
po
mit
23,208
# This file is distributed under the same license as the Django package. # # Translators: # Bakhtawar Barzan, 2021 # Bakhtawar Barzan, 2021 # Mariusz Felisiak <felisiak.mariusz@gmail.com>, 2023 # Swara <swara09@gmail.com>, 2022-2023 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creat...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ckb/LC_MESSAGES/djangojs.po
po
mit
7,456
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # trendspotter <jirka.p@volny.cz>, 2022 # Jirka Vejrazka <Jirka.Vejrazka@gmail.com>, 2011 # Tomáš Ehrlich <tomas.ehrlich@gmail.com>, 2015 # Vláďa Macek <macek@sandbox.cz>, 2013-2014 # Vlá...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/django.po
po
mit
19,306
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # trendspotter <jirka.p@volny.cz>, 2022 # Jirka Vejrazka <Jirka.Vejrazka@gmail.com>, 2011 # Vláďa Macek <macek@sandbox.cz>, 2012,2014 # Vláďa Macek <macek@sandbox.cz>, 2015-2016,2020-2021...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/cs/LC_MESSAGES/djangojs.po
po
mit
6,629
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # Maredudd ap Gwyndaf <maredudd@maredudd.com>, 2014 # pjrobertson, 2014 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2017-01-19 16:49+0...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/django.po
po
mit
15,918
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # Maredudd ap Gwyndaf <maredudd@maredudd.com>, 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-...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/cy/LC_MESSAGES/djangojs.po
po
mit
5,082
# This file is distributed under the same license as the Django package. # # Translators: # Christian Joergensen <christian@gmta.info>, 2012 # Dimitris Glezos <glezos@transifex.com>, 2012 # Erik Ramsgaard Wognsen <r4mses@gmail.com>, 2020-2023 # Erik Ramsgaard Wognsen <r4mses@gmail.com>, 2013,2015-2020 # Finn Gruwier La...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/django.po
po
mit
18,813
# This file is distributed under the same license as the Django package. # # Translators: # Christian Joergensen <christian@gmta.info>, 2012 # Erik Ramsgaard Wognsen <r4mses@gmail.com>, 2021-2023 # Erik Ramsgaard Wognsen <r4mses@gmail.com>, 2012,2015-2016,2020 # Finn Gruwier Larsen, 2011 # Jannis Leidel <jannis@leidel....
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/da/LC_MESSAGES/djangojs.po
po
mit
6,234
# This file is distributed under the same license as the Django package. # # Translators: # André Hagenbruch, 2012 # Florian Apolloner <florian@apolloner.eu>, 2011 # Dimitris Glezos <glezos@transifex.com>, 2012 # Florian Apolloner <florian@apolloner.eu>, 2020-2023 # jnns, 2013 # Jannis Leidel <jannis@leidel.info>, 2013...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/django.po
po
mit
19,816
# This file is distributed under the same license as the Django package. # # Translators: # André Hagenbruch, 2011-2012 # Florian Apolloner <florian@apolloner.eu>, 2020-2023 # Jannis Leidel <jannis@leidel.info>, 2011,2013-2016,2023 # jnns, 2016 # Markus Holtermann <info@markusholtermann.eu>, 2020 msgid "" msgstr "" "Pr...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/de/LC_MESSAGES/djangojs.po
po
mit
6,286
# This file is distributed under the same license as the Django package. # # Translators: # Michael Wolf <milupo@sorbzilla.de>, 2016-2023 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...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/django.po
po
mit
19,681
# This file is distributed under the same license as the Django package. # # Translators: # Michael Wolf <milupo@sorbzilla.de>, 2016,2020-2023 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-17 03:19-0500\n" "PO-Revision-Date: 2023-04-25 07:59+0000\n" "Last-Trans...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/dsb/LC_MESSAGES/djangojs.po
po
mit
6,696
# This file is distributed under the same license as the Django package. # # Translators: # Antonis Christofides <antonis@antonischristofides.com>, 2021 # Dimitris Glezos <glezos@transifex.com>, 2011 # Giannis Meletakis <meletakis@gmail.com>, 2015 # Jannis Leidel <jannis@leidel.info>, 2011 # Nick Mavrakis <mavrakis.n@g...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/django.po
po
mit
24,555
# This file is distributed under the same license as the Django package. # # Translators: # Dimitris Glezos <glezos@transifex.com>, 2011 # Fotis Athineos <fotis@transifex.com>, 2021 # glogiotatidis <seadog@sealabs.net>, 2011 # Jannis Leidel <jannis@leidel.info>, 2011 # Nikolas Demiridis <nikolas@demiridis.gr>, 2014 # N...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/el/LC_MESSAGES/djangojs.po
po
mit
7,339
# 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: 2023-01-17 02:13-0600\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n" "Last-Translator: Django team\n" "Language-Team: English <en@li.org>\n" "Langua...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/django.po
po
mit
24,373
# 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: 2023-03-17 03:19-0500\n" "PO-Revision-Date: 2010-05-13 15:35+0200\n" "Last-Translator: Django team\n" "Language-Team: English <en@li.org>\n" "Langua...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po
po
mit
7,877
# This file is distributed under the same license as the Django package. # # Translators: # Tom Fifield <tom@tomfifield.net>, 2014 # Tom Fifield <tom@tomfifield.net>, 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...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/django.po
po
mit
17,548
# This file is distributed under the same license as the Django package. # # Translators: # Tom Fifield <tom@tomfifield.net>, 2014 # Tom Fifield <tom@tomfifield.net>, 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...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/en_AU/LC_MESSAGES/djangojs.po
po
mit
5,553
# This file is distributed under the same license as the Django package. # # Translators: # Adam Forster <adam@adamforster.org>, 2019 # jon_atkinson <jon@jonatkinson.co.uk>, 2011-2012 # Ross Poulton <ross@rossp.org>, 2011-2012 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Da...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/django.po
po
mit
15,313
# This file is distributed under the same license as the Django package. # # Translators: # jon_atkinson <jon@jonatkinson.co.uk>, 2012 # Ross Poulton <ross@rossp.org>, 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: 2...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/en_GB/LC_MESSAGES/djangojs.po
po
mit
4,581
# This file is distributed under the same license as the Django package. # # Translators: # Batist D 🐍 <baptiste+transifex@darthenay.fr>, 2012-2013 # Batist D 🐍 <baptiste+transifex@darthenay.fr>, 2013-2019 # Claude Paroz <claude@2xlibre.net>, 2016 # Dinu Gherman <gherman@darwin.in-berlin.de>, 2011 # kristjan <kristja...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/django.po
po
mit
17,258
# This file is distributed under the same license as the Django package. # # Translators: # Batist D 🐍 <baptiste+transifex@darthenay.fr>, 2012 # Batist D 🐍 <baptiste+transifex@darthenay.fr>, 2014-2016 # 977db45bb2d7151f88325d4fbeca189e_848074d <3d1ba07956d05291bf7c987ecea0a7ef_13052>, 2011 # Meiyer <interdist+transla...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/eo/LC_MESSAGES/djangojs.po
po
mit
5,698
# This file is distributed under the same license as the Django package. # # Translators: # abraham.martin <abraham.martin@gmail.com>, 2014 # Antoni Aloy <aaloy@apsl.net>, 2011-2014 # Claude Paroz <claude@2xlibre.net>, 2014 # e4db27214f7e7544f2022c647b585925_bb0e321, 2015-2016 # 8cb2d5a716c3c9a99b6d20472609a4d5_6d03802...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/django.po
po
mit
20,523
# This file is distributed under the same license as the Django package. # # Translators: # Antoni Aloy <aaloy@apsl.net>, 2011-2012 # e4db27214f7e7544f2022c647b585925_bb0e321, 2015-2016 # Jannis Leidel <jannis@leidel.info>, 2011 # Josue Naaman Nistal Guerra <josuenistal@hotmail.com>, 2014 # Leonardo J. Caballero G. <le...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es/LC_MESSAGES/djangojs.po
po
mit
6,549
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # Leonardo José Guzmán <ljguzman@gmail.com>, 2013 # Ramiro Morales, 2013-2022 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-05-17 0...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/django.po
po
mit
19,240
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # Ramiro Morales, 2014-2016,2020-2022 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-...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_AR/LC_MESSAGES/djangojs.po
po
mit
6,177
# This file is distributed under the same license as the Django package. # # Translators: # abraham.martin <abraham.martin@gmail.com>, 2014 # Axel Díaz <diaz.axelio@gmail.com>, 2015 # Claude Paroz <claude@2xlibre.net>, 2014 # Ernesto Avilés Vázquez <whippiii@gmail.com>, 2015 # franchukelly <inactive+franchukelly@transi...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/django.po
po
mit
17,782
# This file is distributed under the same license as the Django package. # # Translators: # Ernesto Avilés Vázquez <whippiii@gmail.com>, 2015 # Jannis Leidel <jannis@leidel.info>, 2011 # Josue Naaman Nistal Guerra <josuenistal@hotmail.com>, 2014 # Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2011 # Veronicab...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_CO/LC_MESSAGES/djangojs.po
po
mit
5,176
# This file is distributed under the same license as the Django package. # # Translators: # Abe Estrada, 2011-2013 # Alex Dzul <alexexc2@gmail.com>, 2015 # Gustavo Jimenez <tavo_x99@hotmail.com>, 2020 # Jesús Bautista <jesbam98@gmail.com>, 2020 # José Rosso, 2022 msgid "" msgstr "" "Project-Id-Version: django\n" "Repor...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/django.po
po
mit
16,307
# 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 <ja...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_MX/LC_MESSAGES/djangojs.po
po
mit
4,761
# This file is distributed under the same license as the Django package. # # Translators: # Eduardo <edos21@gmail.com>, 2017 # Hotellook, 2014 # Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2016 # Yoel Acevedo, 2017 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Da...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/django.po
po
mit
18,144
# This file is distributed under the same license as the Django package. # # Translators: # Eduardo <edos21@gmail.com>, 2017 # FIRST AUTHOR <EMAIL@ADDRESS>, 2012 # Hotellook, 2014 # Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2016 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" ...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/es_VE/LC_MESSAGES/djangojs.po
po
mit
5,151
# This file is distributed under the same license as the Django package. # # Translators: # eallik <eallik@gmail.com>, 2011 # Erlend <debcf78e@opayq.com>, 2020 # Jannis Leidel <jannis@leidel.info>, 2011 # Janno Liivak <jannolii@gmail.com>, 2013-2015 # Martin <martinpajuste@gmail.com>, 2015,2022-2023 # Martin <martinpaj...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/django.po
po
mit
18,532
# This file is distributed under the same license as the Django package. # # Translators: # eallik <eallik@gmail.com>, 2011 # Jannis Leidel <jannis@leidel.info>, 2011 # Janno Liivak <jannolii@gmail.com>, 2013-2015 # Martin <martinpajuste@gmail.com>, 2021 # Martin <martinpajuste@gmail.com>, 2016,2020 # Ragnar Rebase <rr...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/et/LC_MESSAGES/djangojs.po
po
mit
5,694
# This file is distributed under the same license as the Django package. # # Translators: # Aitzol Naberan <anaberan@codesyntax.com>, 2013,2016 # Eneko Illarramendi <eneko@illarra.com>, 2017-2019,2022 # Jannis Leidel <jannis@leidel.info>, 2011 # julen, 2012-2013 # julen, 2013 # Urtzi Odriozola <urtzi.odriozola@gmail.co...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/django.po
po
mit
17,489
# This file is distributed under the same license as the Django package. # # Translators: # Aitzol Naberan <anaberan@codesyntax.com>, 2011 # Eneko Illarramendi <eneko@illarra.com>, 2017,2022 # Jannis Leidel <jannis@leidel.info>, 2011 # julen, 2012-2013 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bug...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/eu/LC_MESSAGES/djangojs.po
po
mit
5,560
# This file is distributed under the same license as the Django package. # # Translators: # Ahmad Hosseini <ahmadly.com@gmail.com>, 2020 # Ali Nikneshan <ali@nikneshan.com>, 2015,2020 # Ali Vakilzade <ali.vakilzade@gmail.com>, 2015 # Aly Ahmady <better.aly.ahmady@gmail.com>, 2022 # Amir Ajorloo <amirajorloo@gmail.com>,...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/django.po
po
mit
22,283
# This file is distributed under the same license as the Django package. # # Translators: # Ali Nikneshan <ali@nikneshan.com>, 2011-2012 # Alireza Savand <alireza.savand@gmail.com>, 2012 # Ali Vakilzade <ali.vakilzade@gmail.com>, 2015 # Jannis Leidel <jannis@leidel.info>, 2011 # Pouya Abbassi, 2016 # rahim agh <rahim.a...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fa/LC_MESSAGES/djangojs.po
po
mit
6,859
# This file is distributed under the same license as the Django package. # # Translators: # Aarni Koskela, 2015,2017,2020-2022 # Antti Kaihola <antti.15+transifex@kaihola.fi>, 2011 # Jannis Leidel <jannis@leidel.info>, 2011 # Jiri Grönroos <jiri.gronroos@iki.fi>, 2021 # Klaus Dahlén, 2012 # Nikolay Korotkiy <sikmir@dis...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/django.po
po
mit
18,282
# This file is distributed under the same license as the Django package. # # Translators: # Aarni Koskela, 2015,2017,2020-2022 # Antti Kaihola <antti.15+transifex@kaihola.fi>, 2011 # Jannis Leidel <jannis@leidel.info>, 2011 # Jiri Grönroos <jiri.gronroos@iki.fi>, 2021 msgid "" msgstr "" "Project-Id-Version: django\n" "...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fi/LC_MESSAGES/djangojs.po
po
mit
6,024
# This file is distributed under the same license as the Django package. # # Translators: # Bruno Brouard <annoa.b@gmail.com>, 2021 # Claude Paroz <claude@2xlibre.net>, 2013-2023 # Claude Paroz <claude@2xlibre.net>, 2011,2013 # Jannis Leidel <jannis@leidel.info>, 2011 msgid "" msgstr "" "Project-Id-Version: django\n" "...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/django.po
po
mit
20,663
# This file is distributed under the same license as the Django package. # # Translators: # Claude Paroz <claude@2xlibre.net>, 2014-2017,2020-2023 # Claude Paroz <claude@2xlibre.net>, 2011-2012 # Jannis Leidel <jannis@leidel.info>, 2011 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-C...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fr/LC_MESSAGES/djangojs.po
po
mit
6,597
# 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 <jannis@leidel.info>\n" "Languag...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/django.po
po
mit
10,499
# 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 <jannis@leidel.info>\n" "Languag...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/fy/LC_MESSAGES/djangojs.po
po
mit
2,864
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # Luke Blaney <transifex@lukeblaney.co.uk>, 2019 # Michael Thornhill <michael@maithu.com>, 2011-2012,2015 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/django.po
po
mit
17,687
# This file is distributed under the same license as the Django package. # # Translators: # Jannis Leidel <jannis@leidel.info>, 2011 # Luke Blaney <transifex@lukeblaney.co.uk>, 2019 # Michael Thornhill <michael@maithu.com>, 2011-2012,2015 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ga/LC_MESSAGES/djangojs.po
po
mit
5,920
# This file is distributed under the same license as the Django package. # # Translators: # GunChleoc, 2015-2017,2021 # GunChleoc, 2015 # GunChleoc, 2015 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-09-21 10:22+0200\n" "PO-Revision-Date: 2021-10-27 12:57+0000\n" ...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/django.po
po
mit
20,139
# This file is distributed under the same license as the Django package. # # Translators: # GunChleoc, 2015-2016 # GunChleoc, 2015 # GunChleoc, 2015 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-01-15 09:00+0100\n" "PO-Revision-Date: 2021-07-15 10:43+0000\n" "Last...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/gd/LC_MESSAGES/djangojs.po
po
mit
6,540
# This file is distributed under the same license as the Django package. # # Translators: # Denís Bermúdez Delgado <denisgaliza@gmail.com>, 2021 # fasouto <fsoutomoure@gmail.com>, 2011-2012 # fonso <fonzzo@gmail.com>, 2011,2013 # fasouto <fsoutomoure@gmail.com>, 2017 # Jannis Leidel <jannis@leidel.info>, 2011 # Leandro...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/django.po
po
mit
19,337
# This file is distributed under the same license as the Django package. # # Translators: # fasouto <fsoutomoure@gmail.com>, 2011 # fonso <fonzzo@gmail.com>, 2011,2013 # Jannis Leidel <jannis@leidel.info>, 2011 # Leandro Regueiro <leandro.regueiro@gmail.com>, 2013 # X Bello <xbello@gmail.com>, 2023 msgid "" msgstr "" "...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/gl/LC_MESSAGES/djangojs.po
po
mit
6,234
# This file is distributed under the same license as the Django package. # # Translators: # 534b44a19bf18d20b71ecc4eb77c572f_db336e9 <f8268c65f822ec11a3a2e5d482cd7ead_175>, 2011 # Jannis Leidel <jannis@leidel.info>, 2011 # Meir Kriheli <mkriheli@gmail.com>, 2011-2015,2017,2019-2020 # Menachem G., 2021 # Yaron Shahraban...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/django.po
po
mit
18,924
# This file is distributed under the same license as the Django package. # # Translators: # 534b44a19bf18d20b71ecc4eb77c572f_db336e9 <f8268c65f822ec11a3a2e5d482cd7ead_175>, 2012 # Jannis Leidel <jannis@leidel.info>, 2011 # Meir Kriheli <mkriheli@gmail.com>, 2011-2012,2014-2015,2017,2020 # Yaron Shahrabani <sh.yaron@gma...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/he/LC_MESSAGES/djangojs.po
po
mit
6,573
# This file is distributed under the same license as the Django package. # # Translators: # alkuma <alok.kumar@gmail.com>, 2013 # Chandan kumar <chandankumar.093047@gmail.com>, 2012 # Jannis Leidel <jannis@leidel.info>, 2011 # Pratik <kpratik217@gmail.com>, 2013 # Sandeep Satavlekar <sandysat@gmail.com>, 2011 # Vaarun ...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/django.po
po
mit
19,426
# This file is distributed under the same license as the Django package. # # Translators: # Chandan kumar <chandankumar.093047@gmail.com>, 2012 # Jannis Leidel <jannis@leidel.info>, 2011 # Sandeep Satavlekar <sandysat@gmail.com>, 2011 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Cre...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hi/LC_MESSAGES/djangojs.po
po
mit
6,378
# This file is distributed under the same license as the Django package. # # Translators: # aljosa <aljosa.mohorovic@gmail.com>, 2011,2013 # Bojan Mihelač <bmihelac@mihelac.org>, 2012 # Filip Cuk <filipcuk2@gmail.com>, 2016 # Goran Zugelj <generalzugs@gmail.com>, 2018 # Jannis Leidel <jannis@leidel.info>, 2011 # Mislav...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/django.po
po
mit
17,378
# This file is distributed under the same license as the Django package. # # Translators: # aljosa <aljosa.mohorovic@gmail.com>, 2011 # Bojan Mihelač <bmihelac@mihelac.org>, 2012 # Davor Lučić <r.dav.lc@gmail.com>, 2011 # Jannis Leidel <jannis@leidel.info>, 2011 # Mislav Cimperšak <mislav.cimpersak@gmail.com>, 2015 msg...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hr/LC_MESSAGES/djangojs.po
po
mit
4,870
# This file is distributed under the same license as the Django package. # # Translators: # Michael Wolf <milupo@sorbzilla.de>, 2016-2023 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...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/django.po
po
mit
19,469
# This file is distributed under the same license as the Django package. # # Translators: # Michael Wolf <milupo@sorbzilla.de>, 2016,2020-2023 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-17 03:19-0500\n" "PO-Revision-Date: 2023-04-25 07:59+0000\n" "Last-Trans...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hsb/LC_MESSAGES/djangojs.po
po
mit
6,788
# This file is distributed under the same license as the Django package. # # Translators: # Ádám Krizsány <krizsany1302@gmail.com>, 2015 # Akos Zsolt Hochrein <hoch.akos@gmail.com>, 2018 # András Veres-Szentkirályi, 2016,2018-2020 # Istvan Farkas <istvan.farkas@gmail.com>, 2019 # Jannis Leidel <jannis@leidel.info>, 201...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/django.po
po
mit
18,962
# This file is distributed under the same license as the Django package. # # Translators: # András Veres-Szentkirályi, 2016,2020-2021 # Attila Nagy <>, 2012 # Jannis Leidel <jannis@leidel.info>, 2011 # János R, 2011 # Máté Őry <orymate@iit.bme.hu>, 2012 # Szilveszter Farkas <szilveszter.farkas@gmail.com>, 2011 msgid ""...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hu/LC_MESSAGES/djangojs.po
po
mit
5,816
# This file is distributed under the same license as the Django package. # # Translators: # Սմբատ Պետրոսյան <smbatpetrosyan@gmail.com>, 2014 msgid "" msgstr "" "Project-Id-Version: django\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-05-21 14:16-0300\n" "PO-Revision-Date: 2018-11-01 20:23+0000\n" "Last-Transla...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/django.po
po
mit
20,771
# This file is distributed under the same license as the Django package. # # Translators: # Ruben Harutyunov <rharutyunov@mail.ru>, 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:...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/hy/LC_MESSAGES/djangojs.po
po
mit
6,046
# This file is distributed under the same license as the Django package. # # Translators: # Martijn Dekker <mcdutchie@hotmail.com>, 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:...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/django.po
po
mit
15,337
# This file is distributed under the same license as the Django package. # # Translators: # Martijn Dekker <mcdutchie@hotmail.com>, 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:...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/ia/LC_MESSAGES/djangojs.po
po
mit
4,567
# This file is distributed under the same license as the Django package. # # Translators: # Claude Paroz <claude@2xlibre.net>, 2014 # Fery Setiawan <gembelweb@gmail.com>, 2015-2019,2021-2022 # Jannis Leidel <jannis@leidel.info>, 2011 # M Asep Indrayana <me@drayanaindra.com>, 2015 # oon arfiandwi <oon.arfiandwi@gmail.co...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/django.po
po
mit
18,295
# This file is distributed under the same license as the Django package. # # Translators: # Fery Setiawan <gembelweb@gmail.com>, 2015-2016,2021-2022 # Jannis Leidel <jannis@leidel.info>, 2011 # oon arfiandwi <oon.arfiandwi@gmail.com>, 2020 # rodin <romihardiyanto@gmail.com>, 2011-2012 # rodin <romihardiyanto@gmail.com>...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/id/LC_MESSAGES/djangojs.po
po
mit
5,878
# This file is distributed under the same license as the Django package. # # Translators: # Viko Bartero <inactive+tergrundo@transifex.com>, 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-Tr...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/django.po
po
mit
15,562
# 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 <jannis@leidel.info>\n" "Languag...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/io/LC_MESSAGES/djangojs.po
po
mit
2,852
# This file is distributed under the same license as the Django package. # # Translators: # Dagur Ammendrup <dagurp@gmail.com>, 2019 # Hafsteinn Einarsson <haffi67@gmail.com>, 2011-2012 # Jannis Leidel <jannis@leidel.info>, 2011 # 479d446b5da12875beba10cac54e9faf_a7ca1e7 <fdc140c3760f65c48c895bd61a47665c_99067>, 2013 #...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/django.po
po
mit
18,222
# This file is distributed under the same license as the Django package. # # Translators: # gudbergur <gudbergur@gmail.com>, 2012 # Hafsteinn Einarsson <haffi67@gmail.com>, 2011-2012 # Jannis Leidel <jannis@leidel.info>, 2011 # Matt R, 2018 # Thordur Sigurdsson <thordur@ja.is>, 2016-2017,2020-2021 msgid "" msgstr "" "P...
castiel248/Convert
Lib/site-packages/django/contrib/admin/locale/is/LC_MESSAGES/djangojs.po
po
mit
5,847