File tree Expand file tree Collapse file tree 9 files changed +577
-0
lines changed
priv/translations/ca/LC_MESSAGES Expand file tree Collapse file tree 9 files changed +577
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111- Fixed compilation warning from gettext
1212- Added ` cycled ` option for ` Timex.between?/4 ` to support time-range checks that pass through midnight
1313- Add Croatian translation
14+ - Add Catalan translation
1415
1516### Fixed
1617
Original file line number Diff line number Diff line change 1+ # # This file is a PO Template file.
2+ # #
3+ # # `msgid`s here are often extracted from source code.
4+ # # Add new translations manually only if they're dynamic
5+ # # translations that can't be statically extracted.
6+ # #
7+ # # Run `mix gettext.extract` to bring this file up to
8+ # # date. Leave `msgstr`s empty as changing them here as no
9+ # # effect: edit them in PO (`.po`) files instead.
10+ msgid ""
11+ msgstr ""
12+ "Language : ca\n "
13+
14+ #: lib/l10n/translator.ex:266
15+ msgid "AM"
16+ msgstr "AM"
17+
18+ #: lib/l10n/translator.ex:268
19+ msgid "PM"
20+ msgstr "PM"
21+
22+ #: lib/l10n/translator.ex:267
23+ msgid "am"
24+ msgstr "am"
25+
26+ #: lib/l10n/translator.ex:269
27+ msgid "pm"
28+ msgstr "pm"
Original file line number Diff line number Diff line change 1+ # # This file is a PO Template file.
2+ # #
3+ # # `msgid`s here are often extracted from source code.
4+ # # Add new translations manually only if they're dynamic
5+ # # translations that can't be statically extracted.
6+ # #
7+ # # Run `mix gettext.extract` to bring this file up to
8+ # # date. Leave `msgstr`s empty as changing them here as no
9+ # # effect: edit them in PO (`.po`) files instead.
10+ msgid ""
11+ msgstr ""
12+ "Language : ca\n "
13+
14+ #: lib/l10n/translator.ex:303
15+ msgid "April"
16+ msgstr "Abril"
17+
18+ #: lib/l10n/translator.ex:307
19+ msgid "August"
20+ msgstr "Agost"
21+
22+ #: lib/l10n/translator.ex:311
23+ msgid "December"
24+ msgstr "Desembre"
25+
26+ #: lib/l10n/translator.ex:301
27+ msgid "February"
28+ msgstr "Febrer"
29+
30+ #: lib/l10n/translator.ex:300
31+ msgid "January"
32+ msgstr "Gener"
33+
34+ #: lib/l10n/translator.ex:306
35+ msgid "July"
36+ msgstr "Juliol"
37+
38+ #: lib/l10n/translator.ex:305
39+ msgid "June"
40+ msgstr "Juny"
41+
42+ #: lib/l10n/translator.ex:302
43+ msgid "March"
44+ msgstr "Març"
45+
46+ #: lib/l10n/translator.ex:304
47+ msgid "May"
48+ msgstr "Maig"
49+
50+ #: lib/l10n/translator.ex:310
51+ msgid "November"
52+ msgstr "Novembre"
53+
54+ #: lib/l10n/translator.ex:309
55+ msgid "October"
56+ msgstr "Octubre"
57+
58+ #: lib/l10n/translator.ex:308
59+ msgid "September"
60+ msgstr "Setembre"
Original file line number Diff line number Diff line change 1+ # # This file is a PO Template file.
2+ # #
3+ # # `msgid`s here are often extracted from source code.
4+ # # Add new translations manually only if they're dynamic
5+ # # translations that can't be statically extracted.
6+ # #
7+ # # Run `mix gettext.extract` to bring this file up to
8+ # # date. Leave `msgstr`s empty as changing them here as no
9+ # # effect: edit them in PO (`.po`) files instead.
10+ msgid ""
11+ msgstr ""
12+ "Language : ca\n "
13+
14+ #: lib/l10n/translator.ex:290
15+ msgid "Apr"
16+ msgstr "Abr"
17+
18+ #: lib/l10n/translator.ex:294
19+ msgid "Aug"
20+ msgstr "Ag"
21+
22+ #: lib/l10n/translator.ex:298
23+ msgid "Dec"
24+ msgstr "Des"
25+
26+ #: lib/l10n/translator.ex:288
27+ msgid "Feb"
28+ msgstr "Febr"
29+
30+ #: lib/l10n/translator.ex:287
31+ msgid "Jan"
32+ msgstr "Gen"
33+
34+ #: lib/l10n/translator.ex:293
35+ msgid "Jul"
36+ msgstr "Jul"
37+
38+ #: lib/l10n/translator.ex:292
39+ msgid "Jun"
40+ msgstr "Juny"
41+
42+ #: lib/l10n/translator.ex:289
43+ msgid "Mar"
44+ msgstr "Març"
45+
46+ #: lib/l10n/translator.ex:291
47+ msgid "May"
48+ msgstr "Maig"
49+
50+ #: lib/l10n/translator.ex:297
51+ msgid "Nov"
52+ msgstr "Nov"
53+
54+ #: lib/l10n/translator.ex:296
55+ msgid "Oct"
56+ msgstr "Oct"
57+
58+ #: lib/l10n/translator.ex:295
59+ msgid "Sep"
60+ msgstr "Set"
Original file line number Diff line number Diff line change 1+ # # This file is a PO Template file.
2+ # #
3+ # # `msgid`s here are often extracted from source code.
4+ # # Add new translations manually only if they're dynamic
5+ # # translations that can't be statically extracted.
6+ # #
7+ # # Run `mix gettext.extract` to bring this file up to
8+ # # date. Leave `msgstr`s empty as changing them here as no
9+ # # effect: edit them in PO (`.po`) files instead.
10+ msgid ""
11+ msgstr ""
12+ "Language : ca\n "
13+
14+ #: lib/l10n/translator.ex:389
15+ msgid "#,##0.###"
16+ msgstr "#.##0,###"
You can’t perform that action at this time.
0 commit comments