~ubuntu-branches/debian/sid/python-django/sid

« back to all changes in this revision

Viewing changes to django/contrib/humanize/locale/ko/LC_MESSAGES/django.po

  • Committer: Package Import Robot
  • Author(s): Luke Faraone
  • Date: 2013-11-07 15:33:49 UTC
  • mfrom: (1.3.12)
  • Revision ID: package-import@ubuntu.com-20131107153349-e31sc149l2szs3jb
Tags: 1.6-1
* New upstream version. Closes: #557474, #724637.
* python-django now also suggests the installation of ipython,
  bpython, python-django-doc, and libgdal1.
  Closes: #636511, #686333, #704203
* Set package maintainer to Debian Python Modules Team.
* Bump standards version to 3.9.5, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# This file is distributed under the same license as the Django package.
2
2
#
3
3
# Translators:
4
 
# Jannis Leidel <jannis@leidel.info>, 2011.
 
4
# Jannis Leidel <jannis@leidel.info>, 2011
5
5
msgid ""
6
6
msgstr ""
7
 
"Project-Id-Version: Django\n"
 
7
"Project-Id-Version: django-core\n"
8
8
"Report-Msgid-Bugs-To: \n"
9
 
"POT-Creation-Date: 2012-10-15 10:57+0200\n"
10
 
"PO-Revision-Date: 2012-02-14 13:08+0000\n"
11
 
"Last-Translator: Jannis Leidel <jannis@leidel.info>\n"
 
9
"POT-Creation-Date: 2013-05-18 23:10+0200\n"
 
10
"PO-Revision-Date: 2013-05-19 08:23+0000\n"
 
11
"Last-Translator: claudep <claude@2xlibre.net>\n"
12
12
"Language-Team: Korean (http://www.transifex.com/projects/p/django/language/"
13
13
"ko/)\n"
14
14
"MIME-Version: 1.0\n"
17
17
"Language: ko\n"
18
18
"Plural-Forms: nplurals=1; plural=0;\n"
19
19
 
20
 
#: tests.py:125 templatetags/humanize.py:167
 
20
#: tests.py:135 templatetags/humanize.py:168
21
21
msgid "today"
22
22
msgstr "오늘"
23
23
 
24
 
#: tests.py:125 templatetags/humanize.py:171
 
24
#: tests.py:135 templatetags/humanize.py:172
25
25
msgid "yesterday"
26
26
msgstr "어제"
27
27
 
28
 
#: tests.py:125 templatetags/humanize.py:169
 
28
#: tests.py:135 templatetags/humanize.py:170
29
29
msgid "tomorrow"
30
30
msgstr "내일"
31
31
 
32
 
#: templatetags/humanize.py:25
 
32
#: templatetags/humanize.py:26
33
33
msgid "th"
34
34
msgstr "번째"
35
35
 
36
 
#: templatetags/humanize.py:25
 
36
#: templatetags/humanize.py:26
37
37
msgid "st"
38
38
msgstr "번째"
39
39
 
40
 
#: templatetags/humanize.py:25
 
40
#: templatetags/humanize.py:26
41
41
msgid "nd"
42
42
msgstr "번째"
43
43
 
44
 
#: templatetags/humanize.py:25
 
44
#: templatetags/humanize.py:26
45
45
msgid "rd"
46
46
msgstr "번째"
47
47
 
48
 
#: templatetags/humanize.py:54
 
48
#: templatetags/humanize.py:55
49
49
#, python-format
50
50
msgid "%(value).1f million"
51
51
msgid_plural "%(value).1f million"
52
52
msgstr[0] "%(value).1f백만"
53
53
 
54
 
#: templatetags/humanize.py:55
 
54
#: templatetags/humanize.py:56
55
55
#, python-format
56
56
msgid "%(value)s million"
57
57
msgid_plural "%(value)s million"
58
58
msgstr[0] ""
59
59
 
60
 
#: templatetags/humanize.py:58
 
60
#: templatetags/humanize.py:59
61
61
#, python-format
62
62
msgid "%(value).1f billion"
63
63
msgid_plural "%(value).1f billion"
64
64
msgstr[0] "%(value).1f십억"
65
65
 
66
 
#: templatetags/humanize.py:59
 
66
#: templatetags/humanize.py:60
67
67
#, python-format
68
68
msgid "%(value)s billion"
69
69
msgid_plural "%(value)s billion"
70
70
msgstr[0] ""
71
71
 
72
 
#: templatetags/humanize.py:62
 
72
#: templatetags/humanize.py:63
73
73
#, python-format
74
74
msgid "%(value).1f trillion"
75
75
msgid_plural "%(value).1f trillion"
76
76
msgstr[0] "%(value).1f조"
77
77
 
78
 
#: templatetags/humanize.py:63
 
78
#: templatetags/humanize.py:64
79
79
#, python-format
80
80
msgid "%(value)s trillion"
81
81
msgid_plural "%(value)s trillion"
82
82
msgstr[0] ""
83
83
 
84
 
#: templatetags/humanize.py:66
 
84
#: templatetags/humanize.py:67
85
85
#, python-format
86
86
msgid "%(value).1f quadrillion"
87
87
msgid_plural "%(value).1f quadrillion"
88
88
msgstr[0] ""
89
89
 
90
 
#: templatetags/humanize.py:67
 
90
#: templatetags/humanize.py:68
91
91
#, python-format
92
92
msgid "%(value)s quadrillion"
93
93
msgid_plural "%(value)s quadrillion"
94
94
msgstr[0] ""
95
95
 
96
 
#: templatetags/humanize.py:70
 
96
#: templatetags/humanize.py:71
97
97
#, python-format
98
98
msgid "%(value).1f quintillion"
99
99
msgid_plural "%(value).1f quintillion"
100
100
msgstr[0] ""
101
101
 
102
 
#: templatetags/humanize.py:71
 
102
#: templatetags/humanize.py:72
103
103
#, python-format
104
104
msgid "%(value)s quintillion"
105
105
msgid_plural "%(value)s quintillion"
106
106
msgstr[0] ""
107
107
 
108
 
#: templatetags/humanize.py:74
 
108
#: templatetags/humanize.py:75
109
109
#, python-format
110
110
msgid "%(value).1f sextillion"
111
111
msgid_plural "%(value).1f sextillion"
112
112
msgstr[0] ""
113
113
 
114
 
#: templatetags/humanize.py:75
 
114
#: templatetags/humanize.py:76
115
115
#, python-format
116
116
msgid "%(value)s sextillion"
117
117
msgid_plural "%(value)s sextillion"
118
118
msgstr[0] ""
119
119
 
120
 
#: templatetags/humanize.py:78
 
120
#: templatetags/humanize.py:79
121
121
#, python-format
122
122
msgid "%(value).1f septillion"
123
123
msgid_plural "%(value).1f septillion"
124
124
msgstr[0] ""
125
125
 
126
 
#: templatetags/humanize.py:79
 
126
#: templatetags/humanize.py:80
127
127
#, python-format
128
128
msgid "%(value)s septillion"
129
129
msgid_plural "%(value)s septillion"
130
130
msgstr[0] ""
131
131
 
132
 
#: templatetags/humanize.py:82
 
132
#: templatetags/humanize.py:83
133
133
#, python-format
134
134
msgid "%(value).1f octillion"
135
135
msgid_plural "%(value).1f octillion"
136
136
msgstr[0] ""
137
137
 
138
 
#: templatetags/humanize.py:83
 
138
#: templatetags/humanize.py:84
139
139
#, python-format
140
140
msgid "%(value)s octillion"
141
141
msgid_plural "%(value)s octillion"
142
142
msgstr[0] ""
143
143
 
144
 
#: templatetags/humanize.py:86
 
144
#: templatetags/humanize.py:87
145
145
#, python-format
146
146
msgid "%(value).1f nonillion"
147
147
msgid_plural "%(value).1f nonillion"
148
148
msgstr[0] ""
149
149
 
150
 
#: templatetags/humanize.py:87
 
150
#: templatetags/humanize.py:88
151
151
#, python-format
152
152
msgid "%(value)s nonillion"
153
153
msgid_plural "%(value)s nonillion"
154
154
msgstr[0] ""
155
155
 
156
 
#: templatetags/humanize.py:90
 
156
#: templatetags/humanize.py:91
157
157
#, python-format
158
158
msgid "%(value).1f decillion"
159
159
msgid_plural "%(value).1f decillion"
160
160
msgstr[0] ""
161
161
 
162
 
#: templatetags/humanize.py:91
 
162
#: templatetags/humanize.py:92
163
163
#, python-format
164
164
msgid "%(value)s decillion"
165
165
msgid_plural "%(value)s decillion"
166
166
msgstr[0] ""
167
167
 
168
 
#: templatetags/humanize.py:94
 
168
#: templatetags/humanize.py:95
169
169
#, python-format
170
170
msgid "%(value).1f googol"
171
171
msgid_plural "%(value).1f googol"
172
172
msgstr[0] ""
173
173
 
174
 
#: templatetags/humanize.py:95
 
174
#: templatetags/humanize.py:96
175
175
#, python-format
176
176
msgid "%(value)s googol"
177
177
msgid_plural "%(value)s googol"
178
178
msgstr[0] ""
179
179
 
180
 
#: templatetags/humanize.py:144
 
180
#: templatetags/humanize.py:145
181
181
msgid "one"
182
182
msgstr "1"
183
183
 
184
 
#: templatetags/humanize.py:144
 
184
#: templatetags/humanize.py:145
185
185
msgid "two"
186
186
msgstr "2"
187
187
 
188
 
#: templatetags/humanize.py:144
 
188
#: templatetags/humanize.py:145
189
189
msgid "three"
190
190
msgstr "3"
191
191
 
192
 
#: templatetags/humanize.py:144
 
192
#: templatetags/humanize.py:145
193
193
msgid "four"
194
194
msgstr "4"
195
195
 
196
 
#: templatetags/humanize.py:144
 
196
#: templatetags/humanize.py:145
197
197
msgid "five"
198
198
msgstr "5"
199
199
 
200
 
#: templatetags/humanize.py:144
 
200
#: templatetags/humanize.py:145
201
201
msgid "six"
202
202
msgstr "6"
203
203
 
204
 
#: templatetags/humanize.py:144
 
204
#: templatetags/humanize.py:145
205
205
msgid "seven"
206
206
msgstr "7"
207
207
 
208
 
#: templatetags/humanize.py:144
 
208
#: templatetags/humanize.py:145
209
209
msgid "eight"
210
210
msgstr "8"
211
211
 
212
 
#: templatetags/humanize.py:144
 
212
#: templatetags/humanize.py:145
213
213
msgid "nine"
214
214
msgstr "9"
215
215
 
216
 
#: templatetags/humanize.py:190
 
216
#: templatetags/humanize.py:191
217
217
#, python-format
218
218
msgctxt "naturaltime"
219
219
msgid "%(delta)s ago"
220
220
msgstr ""
221
221
 
222
 
#: templatetags/humanize.py:193 templatetags/humanize.py:215
 
222
#: templatetags/humanize.py:194 templatetags/humanize.py:219
223
223
msgid "now"
224
224
msgstr ""
225
225
 
226
 
#: templatetags/humanize.py:196
 
226
#. Translators: \\u00a0 is non-breaking space
 
227
#: templatetags/humanize.py:198
227
228
#, python-format
228
229
msgid "a second ago"
229
 
msgid_plural "%(count)s seconds ago"
 
230
msgid_plural "%(count)s\\u00a0seconds ago"
230
231
msgstr[0] ""
231
232
 
232
 
#: templatetags/humanize.py:201
 
233
#. Translators: \\u00a0 is non-breaking space
 
234
#: templatetags/humanize.py:204
233
235
#, python-format
234
236
msgid "a minute ago"
235
 
msgid_plural "%(count)s minutes ago"
 
237
msgid_plural "%(count)s\\u00a0minutes ago"
236
238
msgstr[0] ""
237
239
 
238
 
#: templatetags/humanize.py:206
 
240
#. Translators: \\u00a0 is non-breaking space
 
241
#: templatetags/humanize.py:210
239
242
#, python-format
240
243
msgid "an hour ago"
241
 
msgid_plural "%(count)s hours ago"
 
244
msgid_plural "%(count)s\\u00a0hours ago"
242
245
msgstr[0] ""
243
246
 
244
 
#: templatetags/humanize.py:212
 
247
#: templatetags/humanize.py:216
245
248
#, python-format
246
249
msgctxt "naturaltime"
247
250
msgid "%(delta)s from now"
248
251
msgstr ""
249
252
 
250
 
#: templatetags/humanize.py:218
 
253
#. Translators: \\u00a0 is non-breaking space
 
254
#: templatetags/humanize.py:223
251
255
#, python-format
252
256
msgid "a second from now"
253
 
msgid_plural "%(count)s seconds from now"
 
257
msgid_plural "%(count)s\\u00a0seconds from now"
254
258
msgstr[0] ""
255
259
 
256
 
#: templatetags/humanize.py:223
 
260
#. Translators: \\u00a0 is non-breaking space
 
261
#: templatetags/humanize.py:229
257
262
#, python-format
258
263
msgid "a minute from now"
259
 
msgid_plural "%(count)s minutes from now"
 
264
msgid_plural "%(count)s\\u00a0minutes from now"
260
265
msgstr[0] ""
261
266
 
262
 
#: templatetags/humanize.py:228
 
267
#. Translators: \\u00a0 is non-breaking space
 
268
#: templatetags/humanize.py:235
263
269
#, python-format
264
270
msgid "an hour from now"
265
 
msgid_plural "%(count)s hours from now"
 
271
msgid_plural "%(count)s\\u00a0hours from now"
266
272
msgstr[0] ""