Sun Position: remove show_daylight_savings preference
[blender-addons.git] / sun_position / translations.py
blobfc89c58d54fdc65cc663ecb27c592e77ebf11dd4
1 # SPDX-License-Identifier: GPL-2.0-or-later
3 # ##### BEGIN AUTOGENERATED I18N SECTION #####
4 # NOTE: You can safely move around this auto-generated block (with the begin/end markers!),
5 # and edit the translations by hand.
6 # Just carefully respect the format of the tuple!
8 # Tuple of tuples:
9 # ((msgctxt, msgid), (sources, gen_comments), (lang, translation, (is_fuzzy, comments)), ...)
10 translations_tuple = (
11 (("*", ""),
12 ((), ()),
13 ("fr_FR", "Project-Id-Version: Sun Position 3.3.3 (0)\n",
14 (False,
15 ("Blender's translation file (po format).",
16 "Copyright (C) 2022 The Blender Foundation.",
17 "This file is distributed under the same license as the Blender package.",
18 "Damien Picard <dam.pic@free.fr>, 2022."))),
20 (("*", "Azimuth and Elevation Info"),
21 (("bpy.types.SunPosAddonPreferences.show_az_el",),
22 ()),
23 ("fr_FR", "Infos d’azimut et de hauteur",
24 (False, ())),
26 (("*", "Show azimuth and solar elevation info"),
27 (("bpy.types.SunPosAddonPreferences.show_az_el",),
28 ()),
29 ("fr_FR", "Afficher les infos d’azimut et de hauteur du Soleil",
30 (False, ())),
32 (("*", "Daylight Savings"),
33 (("bpy.types.SunPosProperties.use_daylight_savings"),
34 ()),
35 ("fr_FR", "Heure d’été",
36 (False, ())),
38 (("*", "Display overlays in the viewport: the direction of the north, analemmas and the Sun surface"),
39 (("bpy.types.SunPosAddonPreferences.show_overlays",),
40 ()),
41 ("fr_FR", "Afficher des surimpressions dans la vue 3D : la direction du nord, les analemmes et la surface du Soleil",
42 (False, ())),
44 (("*", "Refraction"),
45 (("bpy.types.SunPosAddonPreferences.show_refraction",
46 "scripts/addons/sun_position/ui_sun.py:151"),
47 ()),
48 ("fr_FR", "Réfraction",
49 (False, ())),
51 (("*", "Show Sun Refraction choice"),
52 (("bpy.types.SunPosAddonPreferences.show_refraction",),
53 ()),
54 ("fr_FR", "Afficher l’option de réfraction du Soleil",
55 (False, ())),
57 (("*", "Sunrise and Sunset Info"),
58 (("bpy.types.SunPosAddonPreferences.show_rise_set",),
59 ()),
60 ("fr_FR", "Infos de lever et coucher",
61 (False, ())),
63 (("*", "Show sunrise and sunset labels"),
64 (("bpy.types.SunPosAddonPreferences.show_rise_set",),
65 ()),
66 ("fr_FR", "Afficher les informations de lever et coucher du Soleil",
67 (False, ())),
69 (("*", "Sun Position"),
70 (("bpy.types.Scene.sun_pos_properties",
71 "bpy.types.SUNPOS_PT_Panel",
72 "Add-on Sun Position info: name"),
73 ()),
74 ("fr_FR", "Position du Soleil",
75 (False, ())),
77 (("*", "Sun Position Settings"),
78 (("bpy.types.Scene.sun_pos_properties",),
79 ()),
80 ("fr_FR", "Options de position du Soleil",
81 (False, ())),
83 (("*", "Sun Position Presets"),
84 (("bpy.types.SUNPOS_MT_Presets",),
85 ()),
86 ("fr_FR", "Préréglages de position du Soleil",
87 (False, ())),
89 (("Operator", "Pick Sun in Viewport"),
90 (("bpy.types.WORLD_OT_sunpos_show_hdr",),
91 ()),
92 ("fr_FR", "Pointer le Soleil dans la vue",
93 (False, ())),
95 (("*", "Select the location of the Sun in any 3D viewport and keep it in sync with the environment"),
96 (("bpy.types.WORLD_OT_sunpos_show_hdr",),
97 ()),
98 ("fr_FR", "Sélectionner la position du Soleil dans n’importe quelle vue 3D, puis la synchroniser avec l’environnement",
99 (False, ())),
101 (("*", "UTC Zone"),
102 (("bpy.types.SunPosProperties.UTC_zone",),
103 ()),
104 ("fr_FR", "Fuseau horaire",
105 (False, ())),
107 (("*", "Difference from Greenwich, England, in hours"),
108 (("bpy.types.SunPosProperties.UTC_zone",),
109 ()),
110 ("fr_FR", "Différence avec Greenwich, Angleterre, en heures",
111 (False, ())),
113 (("*", "Bind Texture to Sun"),
114 (("bpy.types.SunPosProperties.bind_to_sun",
115 "scripts/addons/sun_position/ui_sun.py:103"),
116 ()),
117 ("fr_FR", "Lier la texture au Soleil",
118 (False, ())),
120 (("*", "If enabled, the environment texture moves with the Sun"),
121 (("bpy.types.SunPosProperties.bind_to_sun",),
122 ()),
123 ("fr_FR", "Si actif, la texture d’environnement tourne avec le Soleil",
124 (False, ())),
126 (("*", "Enter coordinates from an online map"),
127 (("bpy.types.SunPosProperties.coordinates",),
128 ()),
129 ("fr_FR", "Saisir des coordonnées depuis une carte en ligne",
130 (False, ())),
132 (("*", "Day"),
133 (("bpy.types.SunPosProperties.day",),
134 ()),
135 ("fr_FR", "Jour",
136 (False, ())),
138 (("*", "Day of Year"),
139 (("bpy.types.SunPosProperties.day_of_year",),
140 ()),
141 ("fr_FR", "Jour de l’année",
142 (False, ())),
144 (("*", "Rotation angle of the Sun and environment texture"),
145 (("bpy.types.SunPosProperties.hdr_azimuth",),
146 ()),
147 ("fr_FR", "Angle de rotation du Soleil et de la texture d’environnement",
148 (False, ())),
150 (("*", "Elevation"),
151 (("bpy.types.SunPosProperties.hdr_elevation",
152 "scripts/addons/sun_position/ui_sun.py:185"),
153 ()),
154 ("fr_FR", "Hauteur",
155 (False, ())),
157 (("*", "Elevation angle of the Sun"),
158 (("bpy.types.SunPosProperties.hdr_elevation",
159 "bpy.types.SunPosProperties.sun_elevation"),
160 ()),
161 ("fr_FR", "Angle de hauteur du Soleil",
162 (False, ())),
164 (("*", "Name of the environment texture to use. World nodes must be enabled and the color set to an environment Texture"),
165 (("bpy.types.SunPosProperties.hdr_texture",),
166 ()),
167 ("fr_FR", "Nom de la texture d’environnement à utiliser. Les nœuds de shader du monde doivent être activés, et la couleur utiliser une texture d’environnement",
168 (False, ())),
170 (("*", "Latitude"),
171 (("bpy.types.SunPosProperties.latitude",),
172 ()),
173 ("fr_FR", "Latitude",
174 (False, ())),
176 (("*", "Latitude: (+) Northern (-) Southern"),
177 (("bpy.types.SunPosProperties.latitude",),
178 ()),
179 ("fr_FR", "Latitude : (+) nord (-) sud",
180 (False, ())),
182 (("*", "Longitude"),
183 (("bpy.types.SunPosProperties.longitude",),
184 ()),
185 ("fr_FR", "Longitude",
186 (False, ())),
188 (("*", "Longitude: (-) West of Greenwich (+) East of Greenwich"),
189 (("bpy.types.SunPosProperties.longitude",),
190 ()),
191 ("fr_FR", "Longitude : (-) ouest depuis Greenwich (+) est depuis Greenwich",
192 (False, ())),
194 (("*", "Month"),
195 (("bpy.types.SunPosProperties.month",),
196 ()),
197 ("fr_FR", "Mois",
198 (False, ())),
200 (("*", "North Offset"),
201 (("bpy.types.SunPosProperties.north_offset",
202 "scripts/addons/sun_position/ui_sun.py:181"),
203 ()),
204 ("fr_FR", "Décalage du nord",
205 (False, ())),
207 (("*", "Rotate the scene to choose the North direction"),
208 (("bpy.types.SunPosProperties.north_offset",),
209 ()),
210 ("fr_FR", "Tourner la scène pour choisir la direction du nord",
211 (False, ())),
213 (("*", "Collection of objects used to visualize the motion of the Sun"),
214 (("bpy.types.SunPosProperties.object_collection",),
215 ()),
216 ("fr_FR", "Collection d’objets utilisée pour visualiser la trajectoire du Soleil",
217 (False, ())),
219 (("*", "Type of Sun motion to visualize."),
220 (("bpy.types.SunPosProperties.object_collection_type",),
221 ()),
222 ("fr_FR", "Type de trajectoire du Soleil à visualiser",
223 (False, ())),
225 (("*", "Analemma"),
226 (("bpy.types.SunPosProperties.object_collection_type:'ANALEMMA'",),
227 ()),
228 ("fr_FR", "Analemme",
229 (False, ())),
231 (("*", "Trajectory of the Sun in the sky during the year, for a given time of the day"),
232 (("bpy.types.SunPosProperties.object_collection_type:'ANALEMMA'",),
233 ()),
234 ("fr_FR", "Trajectoire du Soleil pendant l’année, pour une heure donnée du jour",
235 (False, ())),
237 (("*", "Diurnal"),
238 (("bpy.types.SunPosProperties.object_collection_type:'DIURNAL'",),
239 ()),
240 ("fr_FR", "Diurne",
241 (False, ())),
243 (("*", "Trajectory of the Sun in the sky during a single day"),
244 (("bpy.types.SunPosProperties.object_collection_type:'DIURNAL'",),
245 ()),
246 ("fr_FR", "Trajectoire du Soleil pendant un seul jour",
247 (False, ())),
249 (("*", "Show Analemmas"),
250 (("bpy.types.SunPosProperties.show_analemmas",),
251 ()),
252 ("fr_FR", "Afficher les analemmes",
253 (False, ())),
255 (("*", "Draw Sun analemmas. These help visualize the motion of the Sun in the sky during the year, for each hour of the day"),
256 (("bpy.types.SunPosProperties.show_analemmas",),
257 ()),
258 ("fr_FR", "Afficher les analemmes du soleil. Ils aident à visualiser la trajectoire du Soleil dans le ciel pendant l’année, pour chaque heure du jour",
259 (False, ())),
261 (("*", "Show North"),
262 (("bpy.types.SunPosProperties.show_north",),
263 ()),
264 ("fr_FR", "Afficher le nord",
265 (False, ())),
267 (("*", "Draw a line pointing to the north"),
268 (("bpy.types.SunPosProperties.show_north",),
269 ()),
270 ("fr_FR", "Afficher une ligne pointant le nord",
271 (False, ())),
273 (("*", "Show Surface"),
274 (("bpy.types.SunPosProperties.show_surface",),
275 ()),
276 ("fr_FR", "Afficher la surface",
277 (False, ())),
279 (("*", "Draw the surface that the Sun occupies in the sky"),
280 (("bpy.types.SunPosProperties.show_surface",),
281 ()),
282 ("fr_FR", "Afficher la surface que le Soleil occupe dans le ciel",
283 (False, ())),
285 (("*", "Name of the sky texture to use"),
286 (("bpy.types.SunPosProperties.sky_texture",),
287 ()),
288 ("fr_FR", "Nom de la texture de ciel à utiliser",
289 (False, ())),
291 (("*", "Sun Azimuth"),
292 (("bpy.types.SunPosProperties.sun_azimuth",),
293 ()),
294 ("fr_FR", "Azimut du Soleil",
295 (False, ())),
297 (("*", "Rotation angle of the Sun from the direction of the north"),
298 (("bpy.types.SunPosProperties.sun_azimuth",),
299 ()),
300 ("fr_FR", "Angle de rotation du Soleil depuis la direction du nord",
301 (False, ())),
303 (("*", "Distance to the Sun from the origin"),
304 (("bpy.types.SunPosProperties.sun_distance",),
305 ()),
306 ("fr_FR", "Distance entre l’origine et le Soleil",
307 (False, ())),
309 (("*", "Sun Object"),
310 (("bpy.types.SunPosProperties.sun_object",),
311 ()),
312 ("fr_FR", "Objet Soleil",
313 (False, ())),
315 (("*", "Sun object to use in the scene"),
316 (("bpy.types.SunPosProperties.sun_object",),
317 ()),
318 ("fr_FR", "Objet Soleil à utiliser dans la scène",
319 (False, ())),
321 (("*", "Sunrise Time"),
322 (("bpy.types.SunPosProperties.sunrise_time",),
323 ()),
324 ("fr_FR", "Heure de lever",
325 (False, ())),
327 (("*", "Time at which the Sun rises"),
328 (("bpy.types.SunPosProperties.sunrise_time",),
329 ()),
330 ("fr_FR", "Heure à laquelle le Soleil se lève",
331 (False, ())),
333 (("*", "Sunset Time"),
334 (("bpy.types.SunPosProperties.sunset_time",),
335 ()),
336 ("fr_FR", "Heure de coucher",
337 (False, ())),
339 (("*", "Time at which the Sun sets"),
340 (("bpy.types.SunPosProperties.sunset_time",),
341 ()),
342 ("fr_FR", "Heure à laquelle le Soleil se couche",
343 (False, ())),
345 (("*", "Time of the day"),
346 (("bpy.types.SunPosProperties.time",),
347 ()),
348 ("fr_FR", "Heure du jour",
349 (False, ())),
351 (("*", "Time Spread"),
352 (("bpy.types.SunPosProperties.time_spread",),
353 ()),
354 ("fr_FR", "Plage horaire",
355 (False, ())),
357 (("*", "Time period around which to spread object collection"),
358 (("bpy.types.SunPosProperties.time_spread",),
359 ()),
360 ("fr_FR", "Plage horaire à visualiser par les objets de la collection",
361 (False, ())),
363 (("*", "Usage Mode"),
364 (("bpy.types.SunPosProperties.usage_mode",),
365 ()),
366 ("fr_FR", "Mode d’utilisation",
367 (False, ())),
369 (("*", "Operate in normal mode or environment texture mode"),
370 (("bpy.types.SunPosProperties.usage_mode",),
371 ()),
372 ("fr_FR", "Passer en mode normal ou texture d’environnement",
373 (False, ())),
375 (("*", "Sun + HDR texture"),
376 (("bpy.types.SunPosProperties.usage_mode:'HDR'",),
377 ()),
378 ("fr_FR", "Soleil et texture HDRI",
379 (False, ())),
381 (("*", "Use day of year"),
382 (("bpy.types.SunPosProperties.use_day_of_year",),
383 ()),
384 ("fr_FR", "Utiliser le jour de l’année",
385 (False, ())),
387 (("*", "Use a single value for the day of year"),
388 (("bpy.types.SunPosProperties.use_day_of_year",),
389 ()),
390 ("fr_FR", "Utiliser une seule valeur pour le jour de l’année",
391 (False, ())),
393 (("*", "Daylight savings time adds 1 hour to standard time"),
394 (("bpy.types.SunPosProperties.use_daylight_savings",),
395 ()),
396 ("fr_FR", "L’heure d’été ajoute une heure à l’heure standard",
397 (False, ())),
399 (("*", "Use Refraction"),
400 (("bpy.types.SunPosProperties.use_refraction",),
401 ()),
402 ("fr_FR", "Utiliser la réfraction",
403 (False, ())),
405 (("*", "Show the apparent Sun position due to atmospheric refraction"),
406 (("bpy.types.SunPosProperties.use_refraction",),
407 ()),
408 ("fr_FR", "Afficher la position apparente du Soleil due à la réfraction atmosphérique",
409 (False, ())),
411 (("*", "Year"),
412 (("bpy.types.SunPosProperties.year",),
413 ()),
414 ("fr_FR", "Année",
415 (False, ())),
417 (("*", "Could not find 3D View"),
418 (("scripts/addons/sun_position/hdr.py:263",),
419 ()),
420 ("fr_FR", "Impossible de trouver la vue 3D",
421 (False, ())),
423 (("*", "Please select an Environment Texture node"),
424 (("scripts/addons/sun_position/hdr.py:269",),
425 ()),
426 ("fr_FR", "Veuillez utiliser un nœud de texture d’environnement",
427 (False, ())),
429 (("*", "Unknown projection"),
430 (("scripts/addons/sun_position/hdr.py:181",),
431 ()),
432 ("fr_FR", "Projection inconnue",
433 (False, ())),
435 (("*", "Show options or labels:"),
436 (("scripts/addons/sun_position/properties.py:297",),
437 ()),
438 ("fr_FR", "Afficher les options et étiquettes :",
439 (False, ())),
441 (("*", "ERROR: Could not parse coordinates"),
442 (("scripts/addons/sun_position/sun_calc.py:54",),
443 ()),
444 ("fr_FR", "ERREUR : Impossible d’analyser les coordonnées",
445 (False, ())),
447 (("Hour", "Time"),
448 (("scripts/addons/sun_position/ui_sun.py:224",),
449 ()),
450 ("fr_FR", "Heure",
451 (False, ())),
453 (("*", "Time Local:"),
454 (("scripts/addons/sun_position/ui_sun.py:242",),
455 ()),
456 ("fr_FR", "Heure locale :",
457 (False, ())),
459 (("*", "UTC:"),
460 (("scripts/addons/sun_position/ui_sun.py:243",),
461 ()),
462 ("fr_FR", "UTC :",
463 (False, ())),
465 (("*", "Please select World in the World panel."),
466 (("scripts/addons/sun_position/ui_sun.py:97",
467 "scripts/addons/sun_position/ui_sun.py:140"),
468 ()),
469 ("fr_FR", "Veuillez sélectionner le monde dans le panneau Monde",
470 (False, ())),
472 (("*", "Show"),
473 (("scripts/addons/sun_position/ui_sun.py:144",),
474 ()),
475 ("fr_FR", "Afficher",
476 (False, ())),
478 (("*", "North"),
479 (("scripts/addons/sun_position/ui_sun.py:145",),
480 ()),
481 ("fr_FR", "Nord",
482 (False, ())),
484 (("*", "Analemmas"),
485 (("scripts/addons/sun_position/ui_sun.py:146",),
486 ()),
487 ("fr_FR", "Analemmes",
488 (False, ())),
490 (("*", "Surface"),
491 (("scripts/addons/sun_position/ui_sun.py:147",),
492 ()),
493 ("fr_FR", "Surface",
494 (False, ())),
496 (("*", "Use"),
497 (("scripts/addons/sun_position/ui_sun.py:150",),
498 ()),
499 ("fr_FR", "Utiliser",
500 (False, ())),
502 (("*", "Azimuth"),
503 (("scripts/addons/sun_position/ui_sun.py:186",),
504 ()),
505 ("fr_FR", "Azimut",
506 (False, ())),
508 (("*", "Sunrise:"),
509 (("scripts/addons/sun_position/ui_sun.py:259",),
510 ()),
511 ("fr_FR", "Lever :",
512 (False, ())),
514 (("*", "Sunset:"),
515 (("scripts/addons/sun_position/ui_sun.py:260",),
516 ()),
517 ("fr_FR", "Coucher :",
518 (False, ())),
520 (("*", "Please activate Use Nodes in the World panel."),
521 (("scripts/addons/sun_position/ui_sun.py:94",
522 "scripts/addons/sun_position/ui_sun.py:137"),
523 ()),
524 ("fr_FR", "Veuillez activer Utiliser nœuds dans le panneau Monde",
525 (False, ())),
527 (("*", "World > Sun Position"),
528 (("Add-on Sun Position info: location",),
529 ()),
530 ("fr_FR", "Monde > Position du Soleil",
531 (False, ())),
533 (("*", "Show sun position with objects and/or sky texture"),
534 (("Add-on Sun Position info: description",),
535 ()),
536 ("fr_FR", "Afficher la position du Soleil avec des objets ou une texture de ciel",
537 (False, ())),
541 translations_dict = {}
542 for msg in translations_tuple:
543 key = msg[0]
544 for lang, trans, (is_fuzzy, comments) in msg[2:]:
545 if trans and not is_fuzzy:
546 translations_dict.setdefault(lang, {})[key] = trans
548 # ##### END AUTOGENERATED I18N SECTION #####