Skip to content

Commit 146d6e6

Browse files
weblatetrendspotterJérôme Deuchnord
authored
Translations update from Hosted Weblate (#260)
* chore(i18n): update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translations are welcome at https://hosted.weblate.org/projects/kosmorro/cli/ * feat(i18n): add Czech translation * chore(i18n): update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translations are welcome at https://hosted.weblate.org/projects/kosmorro/cli/ * chore(i18n): update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translations are welcome at https://hosted.weblate.org/projects/kosmorro/cli/ * chore(i18n): update German translation Currently translated at 100.0% (68 of 68 strings) Translations are welcome at https://hosted.weblate.org/projects/kosmorro/cli/de/ * chore(i18n): update French translation Currently translated at 100.0% (68 of 68 strings) Translations are welcome at https://hosted.weblate.org/projects/kosmorro/cli/fr/ * chore(i18n): update German translation Currently translated at 100.0% (68 of 68 strings) Translations are welcome at https://hosted.weblate.org/projects/kosmorro/cli/de/ Co-authored-by: Jiří Podhorecký <j.podhorecky@volny.cz> Co-authored-by: Jérôme Deuchnord <jerome@deuchnord.fr>
1 parent 08da307 commit 146d6e6

7 files changed

Lines changed: 537 additions & 176 deletions

File tree

Lines changed: 333 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,333 @@
1+
# Translations template for PROJECT.
2+
# Copyright (C) 2022 ORGANIZATION
3+
# This file is distributed under the same license as the PROJECT project.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
5+
# Jiří Podhorecký <j.podhorecky@volny.cz>, 2022.
6+
msgid ""
7+
msgstr ""
8+
"Project-Id-Version: PROJECT VERSION\n"
9+
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10+
"POT-Creation-Date: 2022-07-07 13:10+0200\n"
11+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: Automatically generated\n"
13+
"Language-Team: none\n"
14+
"Language: cs\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Generated-By: Babel 2.10.1\n"
19+
20+
#: kosmorro/__main__.py:61
21+
msgid ""
22+
"Save the planet and paper!\n"
23+
"Consider printing your PDF document only if really necessary, and use the "
24+
"other side of the sheet."
25+
msgstr ""
26+
27+
#: kosmorro/__main__.py:70
28+
msgid ""
29+
"PDF output will not contain the ephemerides, because you didn't provide the "
30+
"observation coordinates."
31+
msgstr ""
32+
33+
#: kosmorro/__main__.py:115
34+
msgid "The file could not be saved in \"{path}\": {error}"
35+
msgstr ""
36+
37+
#: kosmorro/__main__.py:129
38+
msgid "Please provide a file path to export in this format (--output)."
39+
msgstr ""
40+
41+
#: kosmorro/__main__.py:162
42+
msgid "Moon phase can only be computed between {min_date} and {max_date}"
43+
msgstr ""
44+
45+
#: kosmorro/__main__.py:201
46+
msgid ""
47+
"Running on Python {python_version} with Kosmorrolib v{kosmorrolib_version}"
48+
msgstr ""
49+
50+
#: kosmorro/__main__.py:214
51+
msgid ""
52+
"Compute the ephemerides and the events for a given date and a given position "
53+
"on Earth."
54+
msgstr ""
55+
56+
#: kosmorro/__main__.py:217
57+
msgid ""
58+
"By default, only the events will be computed for today.\n"
59+
"To compute also the ephemerides, latitude and longitude arguments are needed."
60+
msgstr ""
61+
62+
#: kosmorro/__main__.py:230
63+
msgid "Show the program version"
64+
msgstr ""
65+
66+
#: kosmorro/__main__.py:238
67+
msgid "The format to output the information to"
68+
msgstr ""
69+
70+
#: kosmorro/__main__.py:245
71+
msgid ""
72+
"The observer's latitude on Earth. Can also be set in the KOSMORRO_LATITUDE "
73+
"environment variable."
74+
msgstr ""
75+
76+
#: kosmorro/__main__.py:255
77+
msgid ""
78+
"The observer's longitude on Earth. Can also be set in the KOSMORRO_LONGITUDE "
79+
"environment variable."
80+
msgstr ""
81+
82+
#: kosmorro/__main__.py:265
83+
msgid ""
84+
"The date for which the ephemerides must be calculated. Can be in the YYYY-MM-"
85+
"DD format or an interval in the \"[+-]YyMmDd\" format (with Y, M, and D "
86+
"numbers). Defaults to current date."
87+
msgstr ""
88+
89+
#: kosmorro/__main__.py:276
90+
msgid ""
91+
"The timezone to display the hours in (e.g. 2 for UTC+2 or -3 for UTC-3). Can "
92+
"also be set in the KOSMORRO_TIMEZONE environment variable."
93+
msgstr ""
94+
95+
#: kosmorro/__main__.py:285
96+
msgid "Disable the colors in the console."
97+
msgstr ""
98+
99+
#: kosmorro/__main__.py:292
100+
msgid ""
101+
"A file to export the output to. If not given, the standard output is used. "
102+
"This argument is needed for PDF format."
103+
msgstr ""
104+
105+
#: kosmorro/__main__.py:301
106+
msgid ""
107+
"Do not generate a graph to represent the rise and set times in the PDF "
108+
"format."
109+
msgstr ""
110+
111+
#: kosmorro/__main__.py:309
112+
msgid "Show debugging messages"
113+
msgstr ""
114+
115+
#: kosmorro/date.py:17
116+
msgid "The date {date} is not valid: {error}"
117+
msgstr ""
118+
119+
#: kosmorro/date.py:39
120+
msgid ""
121+
"The date {date} does not match the required YYYY-MM-DD format or the offset "
122+
"format."
123+
msgstr ""
124+
125+
#: kosmorro/dumper.py:137
126+
msgid "Expected events:"
127+
msgstr ""
128+
129+
#: kosmorro/dumper.py:144
130+
msgid "Note: All the hours are given in UTC."
131+
msgstr ""
132+
133+
#: kosmorro/dumper.py:151
134+
msgid "Note: All the hours are given in the UTC{offset} timezone."
135+
msgstr ""
136+
137+
#: kosmorro/dumper.py:205 kosmorro/dumper.py:333
138+
msgid "Object"
139+
msgstr ""
140+
141+
#: kosmorro/dumper.py:206 kosmorro/dumper.py:334
142+
msgid "Rise time"
143+
msgstr ""
144+
145+
#: kosmorro/dumper.py:207 kosmorro/dumper.py:336
146+
msgid "Culmination time"
147+
msgstr ""
148+
149+
#: kosmorro/dumper.py:208 kosmorro/dumper.py:338
150+
msgid "Set time"
151+
msgstr ""
152+
153+
#: kosmorro/dumper.py:234
154+
msgid "Moon phase is unavailable for this date."
155+
msgstr ""
156+
157+
#: kosmorro/dumper.py:238 kosmorro/dumper.py:342
158+
msgid "Moon phase:"
159+
msgstr ""
160+
161+
#: kosmorro/dumper.py:242
162+
msgid "{next_moon_phase} on {next_moon_phase_date} at {next_moon_phase_time}"
163+
msgstr ""
164+
165+
#: kosmorro/dumper.py:306
166+
msgid "Overview of your sky"
167+
msgstr ""
168+
169+
#: kosmorro/dumper.py:314
170+
msgid ""
171+
"This document summarizes the ephemerides and the events of {date}. It aims "
172+
"to help you to prepare your observation session. All the hours are given in "
173+
"{timezone}."
174+
msgstr ""
175+
176+
#: kosmorro/dumper.py:324
177+
msgid ""
178+
"Don't forget to check the weather forecast before you go out with your "
179+
"equipment."
180+
msgstr ""
181+
182+
#: kosmorro/dumper.py:331
183+
msgid "Ephemerides of the day"
184+
msgstr ""
185+
186+
#: kosmorro/dumper.py:340
187+
msgid "hours"
188+
msgstr ""
189+
190+
#: kosmorro/dumper.py:347
191+
msgid "Expected events"
192+
msgstr ""
193+
194+
#: kosmorro/dumper.py:487
195+
msgid ""
196+
"Building PDF was not possible, because some dependencies are not installed.\n"
197+
"Please look at the documentation at https://kosmorro.space/cli/generate-pdf/ "
198+
"for more information."
199+
msgstr ""
200+
201+
#: kosmorro/dumper.py:540
202+
#, python-format
203+
msgid ""
204+
"An error occurred during the compilation of the PDF.\n"
205+
"Please open an issue at https://github.com/Kosmorro/kosmorro/issues and "
206+
"share the content of the log file at /tmp/kosmorro-%s.log"
207+
msgstr ""
208+
209+
#: kosmorro/exceptions.py:35
210+
msgid "The date must be between {minimum_date} and {maximum_date}"
211+
msgstr ""
212+
213+
#: kosmorro/i18n/strings.py:11
214+
#, python-format
215+
msgid "%s is in opposition"
216+
msgstr ""
217+
218+
#: kosmorro/i18n/strings.py:12
219+
#, python-format
220+
msgid "%s and %s are in conjunction"
221+
msgstr ""
222+
223+
#: kosmorro/i18n/strings.py:13
224+
#, python-format
225+
msgid "%s occults %s"
226+
msgstr ""
227+
228+
#: kosmorro/i18n/strings.py:15
229+
#, python-format
230+
msgid "Elongation of %s is maximal"
231+
msgstr ""
232+
233+
#: kosmorro/i18n/strings.py:18
234+
#, python-format
235+
msgid "%s is at its periapsis"
236+
msgstr ""
237+
238+
#: kosmorro/i18n/strings.py:19
239+
#, python-format
240+
msgid "%s is at its apoapsis"
241+
msgstr ""
242+
243+
#: kosmorro/i18n/strings.py:35
244+
msgid "New Moon"
245+
msgstr ""
246+
247+
#: kosmorro/i18n/strings.py:36
248+
msgid "Waxing Crescent"
249+
msgstr ""
250+
251+
#: kosmorro/i18n/strings.py:37
252+
msgid "First Quarter"
253+
msgstr ""
254+
255+
#: kosmorro/i18n/strings.py:38
256+
msgid "Waxing Gibbous"
257+
msgstr ""
258+
259+
#: kosmorro/i18n/strings.py:39
260+
msgid "Full Moon"
261+
msgstr ""
262+
263+
#: kosmorro/i18n/strings.py:40
264+
msgid "Waning Gibbous"
265+
msgstr ""
266+
267+
#: kosmorro/i18n/strings.py:41
268+
msgid "Last Quarter"
269+
msgstr ""
270+
271+
#: kosmorro/i18n/strings.py:42
272+
msgid "Waning Crescent"
273+
msgstr ""
274+
275+
#: kosmorro/i18n/strings.py:53
276+
msgid "Sun"
277+
msgstr ""
278+
279+
#: kosmorro/i18n/strings.py:54
280+
msgid "Moon"
281+
msgstr ""
282+
283+
#: kosmorro/i18n/strings.py:55
284+
msgid "Mercury"
285+
msgstr ""
286+
287+
#: kosmorro/i18n/strings.py:56
288+
msgid "Venus"
289+
msgstr ""
290+
291+
#: kosmorro/i18n/strings.py:57
292+
msgid "Earth"
293+
msgstr ""
294+
295+
#: kosmorro/i18n/strings.py:58
296+
msgid "Mars"
297+
msgstr ""
298+
299+
#: kosmorro/i18n/strings.py:59
300+
msgid "Jupiter"
301+
msgstr ""
302+
303+
#: kosmorro/i18n/strings.py:60
304+
msgid "Saturn"
305+
msgstr ""
306+
307+
#: kosmorro/i18n/strings.py:61
308+
msgid "Uranus"
309+
msgstr ""
310+
311+
#: kosmorro/i18n/strings.py:62
312+
msgid "Neptune"
313+
msgstr ""
314+
315+
#: kosmorro/i18n/strings.py:63
316+
msgid "Pluto"
317+
msgstr ""
318+
319+
#: kosmorro/i18n/utils.py:27
320+
msgid "{day_of_week} {month} {day_number}, {year}"
321+
msgstr ""
322+
323+
#: kosmorro/i18n/utils.py:30
324+
msgid "{month} {day_number}, {hours}:{minutes}"
325+
msgstr ""
326+
327+
#: kosmorro/i18n/utils.py:33
328+
msgid "{month} {day_number}, {year}"
329+
msgstr ""
330+
331+
#: kosmorro/i18n/utils.py:36
332+
msgid "{hours}:{minutes}"
333+
msgstr ""

0 commit comments

Comments
 (0)