File: django.po

package info (click to toggle)
python-django 3%3A3.2.19-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 55,932 kB
  • sloc: python: 264,258; javascript: 18,362; xml: 193; makefile: 178; sh: 43
file content (127 lines) | stat: -rw-r--r-- 4,150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# This file is distributed under the same license as the Django package.
#
# Translators:
# Dariusz Paluch <taxido0@gmail.com>, 2015
# Janusz Harkot <jh@trilab.pl>, 2015
# Piotr Jakimiak <legolass71@gmail.com>, 2015
# lobsterick <lobsterick@gmail.com>, 2019
# m_aciek <maciej.olko@gmail.com>, 2016-2019
# m_aciek <maciej.olko@gmail.com>, 2015
# Tomasz Kajtoch <tomekkaj@tomekkaj.pl>, 2016
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-12 20:01+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Polish (http://www.transifex.com/django/django/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"

msgid "PostgreSQL extensions"
msgstr "Rozszerzenia PostgreSQL"

#, python-format
msgid "Item %(nth)s in the array did not validate:"
msgstr "Element %(nth)s w tablicy nie przeszedł walidacji:"

msgid "Nested arrays must have the same length."
msgstr "Zagnieżdżone tablice muszą mieć tę samą długość."

msgid "Map of strings to strings/nulls"
msgstr "Mapowanie ciągów znaków na ciągi znaków/nulle"

#, python-format
msgid "The value of “%(key)s” is not a string or null."
msgstr "Wartość „%(key)s” nie jest ciągiem znaków ani nullem."

msgid "Could not load JSON data."
msgstr "Nie można załadować danych JSON."

msgid "Input must be a JSON dictionary."
msgstr "Wejście musi być słownikiem JSON."

msgid "Enter two valid values."
msgstr "Podaj dwie poprawne wartości."

msgid "The start of the range must not exceed the end of the range."
msgstr "Początek zakresu nie może przekroczyć jego końca."

msgid "Enter two whole numbers."
msgstr "Podaj dwie liczby całkowite."

msgid "Enter two numbers."
msgstr "Podaj dwie liczby."

msgid "Enter two valid date/times."
msgstr "Podaj dwie poprawne daty/godziny."

msgid "Enter two valid dates."
msgstr "Podaj dwie poprawne daty."

#, 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] ""
"Lista zawiera %(show_value)d element, a nie powinna zawierać więcej niż "
"%(limit_value)d."
msgstr[1] ""
"Lista zawiera %(show_value)d elementów, a nie powinna zawierać więcej niż "
"%(limit_value)d."
msgstr[2] ""
"Lista zawiera %(show_value)d elementów, a nie powinna zawierać więcej niż "
"%(limit_value)d."
msgstr[3] ""
"Lista zawiera %(show_value)d elementów, a nie powinna zawierać więcej niż "
"%(limit_value)d."

#, 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] ""
"Lista zawiera %(show_value)d element, a powinna zawierać nie mniej niż "
"%(limit_value)d."
msgstr[1] ""
"Lista zawiera %(show_value)d elementów, a powinna zawierać nie mniej niż "
"%(limit_value)d."
msgstr[2] ""
"Lista zawiera %(show_value)d elementów, a powinna zawierać nie mniej niż "
"%(limit_value)d."
msgstr[3] ""
"Lista zawiera %(show_value)d elementów, a powinna zawierać nie mniej niż "
"%(limit_value)d."

#, python-format
msgid "Some keys were missing: %(keys)s"
msgstr "Brak części kluczy: %(keys)s"

#, python-format
msgid "Some unknown keys were provided: %(keys)s"
msgstr "Podano nieznane klucze: %(keys)s"

#, python-format
msgid ""
"Ensure that this range is completely less than or equal to %(limit_value)s."
msgstr ""
"Upewnij się, że ten zakres jest w całości mniejszy lub równy %(limit_value)s."

#, python-format
msgid ""
"Ensure that this range is completely greater than or equal to "
"%(limit_value)s."
msgstr ""
"Upewnij się, że ten zakres jest w całości większy lub równy %(limit_value)s."