Skip to content

Commit 3dd9593

Browse files
committed
Add Catalan translation
1 parent 77d083f commit 3dd9593

2 files changed

Lines changed: 286 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ a number into a fuzzy human readable duration ("3 minutes ago") or into a human
1414
readable size or throughput. It is localized to:
1515

1616
* Brazilian Portuguese
17+
* Catalan
1718
* Dutch
1819
* European Portuguese
1920
* Finnish
Lines changed: 285 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,285 @@
1+
# Catalan translations for PACKAGE package
2+
# This file is distributed under the same license as the PACKAGE package.
3+
# Jordi Mas i Hernàndez <jmas@softcatala.org>, 2021
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: humanize\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2021-04-09 19:34+0200\n"
10+
"PO-Revision-Date: 2021-04-09 19:57+0200\n"
11+
"Last-Translator: Jordi Mas i Hernàndez <jmas@softcatala.org>\n"
12+
"Language-Team: Catalan\n"
13+
"Language: ca\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=n!=1;\n"
18+
"X-Generator: Poedit 2.4.1\n"
19+
20+
#: src/humanize/number.py:54
21+
msgctxt "0"
22+
msgid "th"
23+
msgstr "º"
24+
25+
#: src/humanize/number.py:55
26+
msgctxt "1"
27+
msgid "st"
28+
msgstr "º"
29+
30+
#: src/humanize/number.py:56
31+
msgctxt "2"
32+
msgid "nd"
33+
msgstr "º"
34+
35+
#: src/humanize/number.py:57
36+
msgctxt "3"
37+
msgid "rd"
38+
msgstr "º"
39+
40+
#: src/humanize/number.py:58
41+
msgctxt "4"
42+
msgid "th"
43+
msgstr "º"
44+
45+
#: src/humanize/number.py:59
46+
msgctxt "5"
47+
msgid "th"
48+
msgstr "º"
49+
50+
#: src/humanize/number.py:60
51+
msgctxt "6"
52+
msgid "th"
53+
msgstr "º"
54+
55+
#: src/humanize/number.py:61
56+
msgctxt "7"
57+
msgid "th"
58+
msgstr "º"
59+
60+
#: src/humanize/number.py:62
61+
msgctxt "8"
62+
msgid "th"
63+
msgstr "º"
64+
65+
#: src/humanize/number.py:63
66+
msgctxt "9"
67+
msgid "th"
68+
msgstr "º"
69+
70+
#: src/humanize/number.py:124
71+
msgid "million"
72+
msgstr "milió"
73+
74+
#: src/humanize/number.py:125
75+
msgid "billion"
76+
msgstr "mil milions"
77+
78+
#: src/humanize/number.py:126
79+
msgid "trillion"
80+
msgstr "bilions"
81+
82+
#: src/humanize/number.py:127
83+
msgid "quadrillion"
84+
msgstr "quadrilió"
85+
86+
#: src/humanize/number.py:128
87+
msgid "quintillion"
88+
msgstr "quintillió"
89+
90+
#: src/humanize/number.py:129
91+
msgid "sextillion"
92+
msgstr "sextilió"
93+
94+
#: src/humanize/number.py:130
95+
msgid "septillion"
96+
msgstr "septilió"
97+
98+
#: src/humanize/number.py:131
99+
msgid "octillion"
100+
msgstr "octilió"
101+
102+
#: src/humanize/number.py:132
103+
msgid "nonillion"
104+
msgstr "nonilió"
105+
106+
#: src/humanize/number.py:133
107+
msgid "decillion"
108+
msgstr "decilió"
109+
110+
#: src/humanize/number.py:134
111+
msgid "googol"
112+
msgstr "googol"
113+
114+
#: src/humanize/number.py:221
115+
msgid "zero"
116+
msgstr "zero"
117+
118+
#: src/humanize/number.py:222
119+
msgid "one"
120+
msgstr "un"
121+
122+
#: src/humanize/number.py:223
123+
msgid "two"
124+
msgstr "dos"
125+
126+
#: src/humanize/number.py:224
127+
msgid "three"
128+
msgstr "tres"
129+
130+
#: src/humanize/number.py:225
131+
msgid "four"
132+
msgstr "quatre"
133+
134+
#: src/humanize/number.py:226
135+
msgid "five"
136+
msgstr "cinc"
137+
138+
#: src/humanize/number.py:227
139+
msgid "six"
140+
msgstr "sis"
141+
142+
#: src/humanize/number.py:228
143+
msgid "seven"
144+
msgstr "set"
145+
146+
#: src/humanize/number.py:229
147+
msgid "eight"
148+
msgstr "vuit"
149+
150+
#: src/humanize/number.py:230
151+
msgid "nine"
152+
msgstr "nou"
153+
154+
#: src/humanize/time.py:133
155+
#, python-format
156+
msgid "%d microsecond"
157+
msgid_plural "%d microseconds"
158+
msgstr[0] "%d microsegon"
159+
msgstr[1] "%d microsegons"
160+
161+
#: src/humanize/time.py:142
162+
#, python-format
163+
msgid "%d millisecond"
164+
msgid_plural "%d milliseconds"
165+
msgstr[0] "%d mil·lisegons"
166+
msgstr[1] "%d mil·lisegons"
167+
168+
#: src/humanize/time.py:145 src/humanize/time.py:220
169+
msgid "a moment"
170+
msgstr "un moment"
171+
172+
#: src/humanize/time.py:147
173+
msgid "a second"
174+
msgstr "un segon"
175+
176+
#: src/humanize/time.py:149
177+
#, python-format
178+
msgid "%d second"
179+
msgid_plural "%d seconds"
180+
msgstr[0] "%d segon"
181+
msgstr[1] "%d segons"
182+
183+
#: src/humanize/time.py:151
184+
msgid "a minute"
185+
msgstr "un minut"
186+
187+
#: src/humanize/time.py:154
188+
#, python-format
189+
msgid "%d minute"
190+
msgid_plural "%d minutes"
191+
msgstr[0] "%d minut"
192+
msgstr[1] "%d minuts"
193+
194+
#: src/humanize/time.py:156
195+
msgid "an hour"
196+
msgstr "una hora"
197+
198+
#: src/humanize/time.py:159
199+
#, python-format
200+
msgid "%d hour"
201+
msgid_plural "%d hours"
202+
msgstr[0] "%d hora"
203+
msgstr[1] "%d hores"
204+
205+
#: src/humanize/time.py:162
206+
msgid "a day"
207+
msgstr "un dia"
208+
209+
#: src/humanize/time.py:164 src/humanize/time.py:167
210+
#, python-format
211+
msgid "%d day"
212+
msgid_plural "%d days"
213+
msgstr[0] "%d dia"
214+
msgstr[1] "%d dies"
215+
216+
#: src/humanize/time.py:169
217+
msgid "a month"
218+
msgstr "un mes"
219+
220+
#: src/humanize/time.py:171
221+
#, python-format
222+
msgid "%d month"
223+
msgid_plural "%d months"
224+
msgstr[0] "%d mes"
225+
msgstr[1] "%d mesos"
226+
227+
#: src/humanize/time.py:174
228+
msgid "a year"
229+
msgstr "un any"
230+
231+
#: src/humanize/time.py:176 src/humanize/time.py:185
232+
#, python-format
233+
msgid "1 year, %d day"
234+
msgid_plural "1 year, %d days"
235+
msgstr[0] "1 any, %d dia"
236+
msgstr[1] "1 any, %d dies"
237+
238+
#: src/humanize/time.py:179
239+
msgid "1 year, 1 month"
240+
msgstr "1 any, 1 mes"
241+
242+
#: src/humanize/time.py:182
243+
#, python-format
244+
msgid "1 year, %d month"
245+
msgid_plural "1 year, %d months"
246+
msgstr[0] "1 any, %d mes"
247+
msgstr[1] "1 any, %d mesos"
248+
249+
#: src/humanize/time.py:187
250+
#, python-format
251+
msgid "%d year"
252+
msgid_plural "%d years"
253+
msgstr[0] "%d any"
254+
msgstr[1] "%d anys"
255+
256+
#: src/humanize/time.py:217
257+
#, python-format
258+
msgid "%s from now"
259+
msgstr "en %s"
260+
261+
#: src/humanize/time.py:217
262+
#, python-format
263+
msgid "%s ago"
264+
msgstr "fa %s"
265+
266+
#: src/humanize/time.py:221
267+
msgid "now"
268+
msgstr "ara"
269+
270+
#: src/humanize/time.py:244
271+
msgid "today"
272+
msgstr "avui"
273+
274+
#: src/humanize/time.py:246
275+
msgid "tomorrow"
276+
msgstr "demà"
277+
278+
#: src/humanize/time.py:248
279+
msgid "yesterday"
280+
msgstr "ahir"
281+
282+
#: src/humanize/time.py:534
283+
#, python-format
284+
msgid "%s and %s"
285+
msgstr "%s i %s"

0 commit comments

Comments
 (0)