Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
40f122c8
Kaydet (Commit)
40f122c8
authored
Ock 18, 2015
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added contrib.postgres translation catalog
Forward port of
8c8a1a08
from stable/1.8.x.
üst
0f169098
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
104 additions
and
81 deletions
+104
-81
config
.tx/config
+5
-0
django.po
django/conf/locale/en/LC_MESSAGES/django.po
+1
-81
django.mo
django/contrib/postgres/locale/en/LC_MESSAGES/django.mo
+0
-0
django.po
django/contrib/postgres/locale/en/LC_MESSAGES/django.po
+98
-0
No files found.
.tx/config
Dosyayı görüntüle @
40f122c8
...
...
@@ -52,6 +52,11 @@ file_filter = django/contrib/messages/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/messages/locale/en/LC_MESSAGES/django.po
source_lang = en
[django.contrib-postgres]
file_filter = django/contrib/postgres/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/postgres/locale/en/LC_MESSAGES/django.po
source_lang = en
[django.contrib-redirects]
file_filter = django/contrib/redirects/locale/<lang>/LC_MESSAGES/django.po
source_file = django/contrib/redirects/locale/en/LC_MESSAGES/django.po
...
...
django/conf/locale/en/LC_MESSAGES/django.po
Dosyayı görüntüle @
40f122c8
...
...
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-1
7 11:07
+0100\n"
"POT-Creation-Date: 2015-01-1
8 20:56
+0100\n"
"PO-Revision-Date: 2010-05-13 15:35+0200\n"
"Last-Translator: Django team\n"
"Language-Team: English <en@li.org>\n"
...
...
@@ -349,86 +349,6 @@ msgstr ""
msgid "Traditional Chinese"
msgstr ""
#: contrib/postgres/apps.py:12
msgid "PostgreSQL extensions"
msgstr ""
#: contrib/postgres/fields/array.py:23 contrib/postgres/forms/array.py:13
#: contrib/postgres/forms/array.py:143
#, python-format
msgid "Item %(nth)s in the array did not validate: "
msgstr ""
#: contrib/postgres/fields/array.py:24
msgid "Nested arrays must have the same length."
msgstr ""
#: contrib/postgres/fields/hstore.py:16
msgid "Map of strings to strings"
msgstr ""
#: contrib/postgres/fields/hstore.py:18
#, python-format
msgid "The value of \"%(key)s\" is not a string."
msgstr ""
#: contrib/postgres/forms/hstore.py:16
msgid "Could not load JSON data."
msgstr ""
#: contrib/postgres/forms/ranges.py:13
msgid "Enter two valid values."
msgstr ""
#: contrib/postgres/forms/ranges.py:14
msgid "The start of the range must not exceed the end of the range."
msgstr ""
#: contrib/postgres/validators.py:14
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no more than "
"%(limit_value)d."
msgid_plural ""
"List contains %(show_value)d items, it should contain no more than "
"%(limit_value)d."
msgstr[0] ""
msgstr[1] ""
#: contrib/postgres/validators.py:21
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no fewer than "
"%(limit_value)d."
msgid_plural ""
"List contains %(show_value)d items, it should contain no fewer than "
"%(limit_value)d."
msgstr[0] ""
msgstr[1] ""
#: contrib/postgres/validators.py:31
#, python-format
msgid "Some keys were missing: %(keys)s"
msgstr ""
#: contrib/postgres/validators.py:32
#, python-format
msgid "Some unknown keys were provided: %(keys)s"
msgstr ""
#: contrib/postgres/validators.py:73
#, python-format
msgid ""
"Ensure that this range is completely less than or equal to %(limit_value)s."
msgstr ""
#: contrib/postgres/validators.py:78
#, python-format
msgid ""
"Ensure that this range is completely greater than or equal to "
"%(limit_value)s."
msgstr ""
#: contrib/sitemaps/apps.py:8
msgid "Site Maps"
msgstr ""
...
...
django/contrib/postgres/locale/en/LC_MESSAGES/django.mo
0 → 100644
Dosyayı görüntüle @
40f122c8
File added
django/contrib/postgres/locale/en/LC_MESSAGES/django.po
0 → 100644
Dosyayı görüntüle @
40f122c8
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-01-18 20:56+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: contrib/postgres/apps.py:12
msgid "PostgreSQL extensions"
msgstr ""
#: contrib/postgres/fields/array.py:23 contrib/postgres/forms/array.py:13
#: contrib/postgres/forms/array.py:143
#, python-format
msgid "Item %(nth)s in the array did not validate: "
msgstr ""
#: contrib/postgres/fields/array.py:24
msgid "Nested arrays must have the same length."
msgstr ""
#: contrib/postgres/fields/hstore.py:16
msgid "Map of strings to strings"
msgstr ""
#: contrib/postgres/fields/hstore.py:18
#, python-format
msgid "The value of \"%(key)s\" is not a string."
msgstr ""
#: contrib/postgres/forms/hstore.py:16
msgid "Could not load JSON data."
msgstr ""
#: contrib/postgres/forms/ranges.py:13
msgid "Enter two valid values."
msgstr ""
#: contrib/postgres/forms/ranges.py:14
msgid "The start of the range must not exceed the end of the range."
msgstr ""
#: contrib/postgres/validators.py:14
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no more than "
"%(limit_value)d."
msgid_plural ""
"List contains %(show_value)d items, it should contain no more than "
"%(limit_value)d."
msgstr[0] ""
msgstr[1] ""
#: contrib/postgres/validators.py:21
#, python-format
msgid ""
"List contains %(show_value)d item, it should contain no fewer than "
"%(limit_value)d."
msgid_plural ""
"List contains %(show_value)d items, it should contain no fewer than "
"%(limit_value)d."
msgstr[0] ""
msgstr[1] ""
#: contrib/postgres/validators.py:31
#, python-format
msgid "Some keys were missing: %(keys)s"
msgstr ""
#: contrib/postgres/validators.py:32
#, python-format
msgid "Some unknown keys were provided: %(keys)s"
msgstr ""
#: contrib/postgres/validators.py:73
#, python-format
msgid ""
"Ensure that this range is completely less than or equal to %(limit_value)s."
msgstr ""
#: contrib/postgres/validators.py:78
#, python-format
msgid ""
"Ensure that this range is completely greater than or equal to "
"%(limit_value)s."
msgstr ""
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment