geopic-tag-reader 1.1.5__py3-none-any.whl → 1.3.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- geopic_tag_reader/__init__.py +1 -1
- geopic_tag_reader/main.py +5 -1
- geopic_tag_reader/reader.py +100 -70
- geopic_tag_reader/sequence.py +342 -0
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po +169 -0
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +42 -30
- geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po +146 -0
- geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po +146 -0
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po +5 -1
- geopic_tag_reader/translations/geopic_tag_reader.pot +41 -29
- {geopic_tag_reader-1.1.5.dist-info → geopic_tag_reader-1.3.0.dist-info}/METADATA +6 -6
- geopic_tag_reader-1.3.0.dist-info/RECORD +25 -0
- geopic_tag_reader-1.1.5.dist-info/RECORD +0 -18
- {geopic_tag_reader-1.1.5.dist-info → geopic_tag_reader-1.3.0.dist-info}/LICENSE +0 -0
- {geopic_tag_reader-1.1.5.dist-info → geopic_tag_reader-1.3.0.dist-info}/WHEEL +0 -0
- {geopic_tag_reader-1.1.5.dist-info → geopic_tag_reader-1.3.0.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
msgid ""
|
|
7
|
+
msgstr ""
|
|
8
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
|
10
|
+
"POT-Creation-Date: 2024-07-10 13:05+0200\n"
|
|
11
|
+
"PO-Revision-Date: 2024-08-07 13:42+0000\n"
|
|
12
|
+
"Last-Translator: Bastian Greshake Tzovaras <bastian@gedankenstuecke.de>\n"
|
|
13
|
+
"Language-Team: German <http://weblate.panoramax.xyz/projects/panoramax/"
|
|
14
|
+
"tag-reader/de/>\n"
|
|
15
|
+
"Language: de\n"
|
|
16
|
+
"MIME-Version: 1.0\n"
|
|
17
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
19
|
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
20
|
+
"X-Generator: Weblate 5.4.3\n"
|
|
21
|
+
|
|
22
|
+
#: geopic_tag_reader/main.py:26
|
|
23
|
+
msgid "Latitude:"
|
|
24
|
+
msgstr "Breitengrad:"
|
|
25
|
+
|
|
26
|
+
#: geopic_tag_reader/main.py:27
|
|
27
|
+
msgid "Longitude:"
|
|
28
|
+
msgstr "Längengrad:"
|
|
29
|
+
|
|
30
|
+
#: geopic_tag_reader/main.py:28
|
|
31
|
+
msgid "Timestamp:"
|
|
32
|
+
msgstr "Zeitpunkt:"
|
|
33
|
+
|
|
34
|
+
#: geopic_tag_reader/main.py:29
|
|
35
|
+
msgid "Heading:"
|
|
36
|
+
msgstr "Richtung:"
|
|
37
|
+
|
|
38
|
+
#: geopic_tag_reader/main.py:30
|
|
39
|
+
msgid "Type:"
|
|
40
|
+
msgstr "Typ:"
|
|
41
|
+
|
|
42
|
+
#: geopic_tag_reader/main.py:31
|
|
43
|
+
msgid "Make:"
|
|
44
|
+
msgstr "Hersteller:"
|
|
45
|
+
|
|
46
|
+
#: geopic_tag_reader/main.py:32
|
|
47
|
+
msgid "Model:"
|
|
48
|
+
msgstr "Modell:"
|
|
49
|
+
|
|
50
|
+
#: geopic_tag_reader/main.py:33
|
|
51
|
+
msgid "Focal length:"
|
|
52
|
+
msgstr "Brennweite:"
|
|
53
|
+
|
|
54
|
+
#: geopic_tag_reader/main.py:34
|
|
55
|
+
msgid "Crop parameters:"
|
|
56
|
+
msgstr "Zuschnittseinstellungen:"
|
|
57
|
+
|
|
58
|
+
#: geopic_tag_reader/main.py:35
|
|
59
|
+
msgid "Pitch:"
|
|
60
|
+
msgstr "Neigung:"
|
|
61
|
+
|
|
62
|
+
#: geopic_tag_reader/main.py:36
|
|
63
|
+
msgid "Roll:"
|
|
64
|
+
msgstr "Rollwinkel:"
|
|
65
|
+
|
|
66
|
+
#: geopic_tag_reader/main.py:39
|
|
67
|
+
msgid "Warnings raised by reader:"
|
|
68
|
+
msgstr "Warnungen vom Leser erhoben:"
|
|
69
|
+
|
|
70
|
+
#: geopic_tag_reader/reader.py:183
|
|
71
|
+
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
72
|
+
msgstr ""
|
|
73
|
+
"Ausgelesener Breitengrad liegt außerhalb der WGS84-Grenzen (sollte in "
|
|
74
|
+
"[-90,90] liegen)"
|
|
75
|
+
|
|
76
|
+
#: geopic_tag_reader/reader.py:185
|
|
77
|
+
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
78
|
+
msgstr ""
|
|
79
|
+
"Ausgelesener Längengrad liegt außerhalb der WGS84-Grenzen (sollte in "
|
|
80
|
+
"[-180,180] liegen)"
|
|
81
|
+
|
|
82
|
+
#: geopic_tag_reader/reader.py:227
|
|
83
|
+
#, python-brace-format
|
|
84
|
+
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
85
|
+
msgstr ""
|
|
86
|
+
"Mapillary Datum/Uhrzeit wurde übersprungen weil sie nicht erkannt wurden: {v}"
|
|
87
|
+
|
|
88
|
+
#: geopic_tag_reader/reader.py:240
|
|
89
|
+
msgid "Contradicting heading values found, GPSImgDirection value is used"
|
|
90
|
+
msgstr ""
|
|
91
|
+
"Widersprüchliche Richtungswerte gefunden, GPSImgDirection-Wert wird verwendet"
|
|
92
|
+
|
|
93
|
+
#: geopic_tag_reader/reader.py:351
|
|
94
|
+
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
95
|
+
msgstr "Keine oder invalide GPS-Koordinaten in den EXIF-Daten des Fotos"
|
|
96
|
+
|
|
97
|
+
#: geopic_tag_reader/reader.py:357
|
|
98
|
+
msgid "No valid date in picture EXIF tags"
|
|
99
|
+
msgstr "Kein valides Datum in den EXIF-Daten des Fotos"
|
|
100
|
+
|
|
101
|
+
#: geopic_tag_reader/reader.py:362
|
|
102
|
+
msgid "The picture is missing mandatory metadata:"
|
|
103
|
+
msgstr "Dem Foto fehlen obligatorische Metadaten:"
|
|
104
|
+
|
|
105
|
+
#: geopic_tag_reader/reader.py:449 geopic_tag_reader/reader.py:478
|
|
106
|
+
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
107
|
+
msgstr "GPSLatitudeRef nicht gefunden, nutze Norden als GPSLatitudeRef"
|
|
108
|
+
|
|
109
|
+
#: geopic_tag_reader/reader.py:457
|
|
110
|
+
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
111
|
+
msgstr "Invalide GPS-Koordinaten in den EXIF-Daten des Fotos"
|
|
112
|
+
|
|
113
|
+
#: geopic_tag_reader/reader.py:460 geopic_tag_reader/reader.py:484
|
|
114
|
+
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
115
|
+
msgstr "GPSLongitudeRef nicht gefunden, nutze Osten als GPSLongitudeRef"
|
|
116
|
+
|
|
117
|
+
#: geopic_tag_reader/reader.py:537
|
|
118
|
+
msgid "Precise timezone information not found, fallback to UTC"
|
|
119
|
+
msgstr "Genaue Zeitzonen-Information nicht gefunden, falle auf UTC zurück"
|
|
120
|
+
|
|
121
|
+
#: geopic_tag_reader/reader.py:542
|
|
122
|
+
msgid ""
|
|
123
|
+
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
124
|
+
"fallback to UTC"
|
|
125
|
+
msgstr ""
|
|
126
|
+
"Genaue Zeitzonen-Information nicht gefunden (und keine GPS-Koordinaten um zu "
|
|
127
|
+
"helfen), falle auf UTC zurück"
|
|
128
|
+
|
|
129
|
+
#: geopic_tag_reader/reader.py:546
|
|
130
|
+
#, python-brace-format
|
|
131
|
+
msgid ""
|
|
132
|
+
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
133
|
+
msgstr ""
|
|
134
|
+
"Überspringe originales Datum/Zeit (aus {datefield}) weil es nicht erkannt "
|
|
135
|
+
"wurde: {v}"
|
|
136
|
+
|
|
137
|
+
#: geopic_tag_reader/reader.py:580
|
|
138
|
+
#, python-brace-format
|
|
139
|
+
msgid ""
|
|
140
|
+
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
141
|
+
"group)"
|
|
142
|
+
msgstr ""
|
|
143
|
+
"GPSTimeStamp und GPSDateTime enthalten kein unterstütztes Zeitformat (in "
|
|
144
|
+
"{group} Gruppe)"
|
|
145
|
+
|
|
146
|
+
#: geopic_tag_reader/reader.py:611
|
|
147
|
+
#, python-brace-format
|
|
148
|
+
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
149
|
+
msgstr ""
|
|
150
|
+
"Überspringe GPS Datum/Zeit ({group} Gruppe) da es nicht erkannt wurde: {v}"
|
|
151
|
+
|
|
152
|
+
#: geopic_tag_reader/reader.py:637
|
|
153
|
+
#, python-brace-format
|
|
154
|
+
msgid ""
|
|
155
|
+
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
156
|
+
"not matching value from EXIF field ({microseconds}). Max value will be kept."
|
|
157
|
+
msgstr ""
|
|
158
|
+
"Die Mikrosekunden die aus den Dezimalwerten der Sekunden gelesen wurden "
|
|
159
|
+
"({microsecondsFromSeconds}) stimmen nicht mit den Werten aus den EXIF-Daten "
|
|
160
|
+
"({microseconds}) überein. Maximaler Wert wird beibehalten."
|
|
161
|
+
|
|
162
|
+
#: geopic_tag_reader/writer.py:132
|
|
163
|
+
#, python-brace-format
|
|
164
|
+
msgid "Unsupported key in additional tags ({k})"
|
|
165
|
+
msgstr "Nicht unterstützter Schlüssel in den zusätzlichen Attributen ({k})"
|
|
166
|
+
|
|
167
|
+
#: geopic_tag_reader/main.py:37
|
|
168
|
+
msgid "Yaw:"
|
|
169
|
+
msgstr "Gierwinkel:"
|
|
Binary file
|
|
@@ -7,8 +7,8 @@ msgid ""
|
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date: 2024-
|
|
11
|
-
"PO-Revision-Date: 2024-
|
|
10
|
+
"POT-Creation-Date: 2024-09-30 11:02+0200\n"
|
|
11
|
+
"PO-Revision-Date: 2024-09-30 11:02+0200\n"
|
|
12
12
|
"Last-Translator: Automatically generated\n"
|
|
13
13
|
"Language-Team: none\n"
|
|
14
14
|
"Language: en\n"
|
|
@@ -29,88 +29,100 @@ msgstr "Longitude:"
|
|
|
29
29
|
msgid "Timestamp:"
|
|
30
30
|
msgstr "Timestamp:"
|
|
31
31
|
|
|
32
|
-
#: geopic_tag_reader/main.py:
|
|
32
|
+
#: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
|
|
33
|
+
msgid "not set"
|
|
34
|
+
msgstr "not set"
|
|
35
|
+
|
|
36
|
+
#: geopic_tag_reader/main.py:30
|
|
37
|
+
msgid "(GPS)"
|
|
38
|
+
msgstr "(GPS)"
|
|
39
|
+
|
|
40
|
+
#: geopic_tag_reader/main.py:31
|
|
41
|
+
msgid "(Camera)"
|
|
42
|
+
msgstr "(Camera)"
|
|
43
|
+
|
|
44
|
+
#: geopic_tag_reader/main.py:32
|
|
33
45
|
msgid "Heading:"
|
|
34
46
|
msgstr "Heading:"
|
|
35
47
|
|
|
36
|
-
#: geopic_tag_reader/main.py:
|
|
48
|
+
#: geopic_tag_reader/main.py:33
|
|
37
49
|
msgid "Type:"
|
|
38
50
|
msgstr "Type:"
|
|
39
51
|
|
|
40
|
-
#: geopic_tag_reader/main.py:
|
|
52
|
+
#: geopic_tag_reader/main.py:34
|
|
41
53
|
msgid "Make:"
|
|
42
54
|
msgstr "Make:"
|
|
43
55
|
|
|
44
|
-
#: geopic_tag_reader/main.py:
|
|
56
|
+
#: geopic_tag_reader/main.py:35
|
|
45
57
|
msgid "Model:"
|
|
46
58
|
msgstr "Model:"
|
|
47
59
|
|
|
48
|
-
#: geopic_tag_reader/main.py:
|
|
60
|
+
#: geopic_tag_reader/main.py:36
|
|
49
61
|
msgid "Focal length:"
|
|
50
62
|
msgstr "Focal length:"
|
|
51
63
|
|
|
52
|
-
#: geopic_tag_reader/main.py:
|
|
64
|
+
#: geopic_tag_reader/main.py:37
|
|
53
65
|
msgid "Crop parameters:"
|
|
54
66
|
msgstr "Crop parameters:"
|
|
55
67
|
|
|
56
|
-
#: geopic_tag_reader/main.py:
|
|
68
|
+
#: geopic_tag_reader/main.py:38
|
|
57
69
|
msgid "Pitch:"
|
|
58
70
|
msgstr "Pitch:"
|
|
59
71
|
|
|
60
|
-
#: geopic_tag_reader/main.py:
|
|
72
|
+
#: geopic_tag_reader/main.py:39
|
|
61
73
|
msgid "Roll:"
|
|
62
74
|
msgstr "Roll:"
|
|
63
75
|
|
|
64
|
-
#: geopic_tag_reader/main.py:
|
|
76
|
+
#: geopic_tag_reader/main.py:40
|
|
77
|
+
msgid "Yaw:"
|
|
78
|
+
msgstr "Yaw:"
|
|
79
|
+
|
|
80
|
+
#: geopic_tag_reader/main.py:43
|
|
65
81
|
msgid "Warnings raised by reader:"
|
|
66
82
|
msgstr "Warnings raised by reader:"
|
|
67
83
|
|
|
68
|
-
#: geopic_tag_reader/reader.py:
|
|
84
|
+
#: geopic_tag_reader/reader.py:215
|
|
69
85
|
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
70
86
|
msgstr "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
71
87
|
|
|
72
|
-
#: geopic_tag_reader/reader.py:
|
|
88
|
+
#: geopic_tag_reader/reader.py:217
|
|
73
89
|
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
74
90
|
msgstr "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
75
91
|
|
|
76
|
-
#: geopic_tag_reader/reader.py:
|
|
92
|
+
#: geopic_tag_reader/reader.py:245
|
|
77
93
|
#, python-brace-format
|
|
78
94
|
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
79
95
|
msgstr "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
80
96
|
|
|
81
|
-
#: geopic_tag_reader/reader.py:
|
|
82
|
-
msgid "Contradicting heading values found, GPSImgDirection value is used"
|
|
83
|
-
msgstr "Contradicting heading values found, GPSImgDirection value is used"
|
|
84
|
-
|
|
85
|
-
#: geopic_tag_reader/reader.py:351
|
|
97
|
+
#: geopic_tag_reader/reader.py:371
|
|
86
98
|
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
87
99
|
msgstr "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
88
100
|
|
|
89
|
-
#: geopic_tag_reader/reader.py:
|
|
101
|
+
#: geopic_tag_reader/reader.py:377
|
|
90
102
|
msgid "No valid date in picture EXIF tags"
|
|
91
103
|
msgstr "No valid date in picture EXIF tags"
|
|
92
104
|
|
|
93
|
-
#: geopic_tag_reader/reader.py:
|
|
105
|
+
#: geopic_tag_reader/reader.py:382
|
|
94
106
|
msgid "The picture is missing mandatory metadata:"
|
|
95
107
|
msgstr "The picture is missing mandatory metadata:"
|
|
96
108
|
|
|
97
|
-
#: geopic_tag_reader/reader.py:
|
|
109
|
+
#: geopic_tag_reader/reader.py:473 geopic_tag_reader/reader.py:502
|
|
98
110
|
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
99
111
|
msgstr "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
100
112
|
|
|
101
|
-
#: geopic_tag_reader/reader.py:
|
|
113
|
+
#: geopic_tag_reader/reader.py:481
|
|
102
114
|
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
103
115
|
msgstr "Broken GPS coordinates in picture EXIF tags"
|
|
104
116
|
|
|
105
|
-
#: geopic_tag_reader/reader.py:
|
|
117
|
+
#: geopic_tag_reader/reader.py:484 geopic_tag_reader/reader.py:508
|
|
106
118
|
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
107
119
|
msgstr "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
108
120
|
|
|
109
|
-
#: geopic_tag_reader/reader.py:
|
|
121
|
+
#: geopic_tag_reader/reader.py:569
|
|
110
122
|
msgid "Precise timezone information not found, fallback to UTC"
|
|
111
123
|
msgstr "Precise timezone information not found, fallback to UTC"
|
|
112
124
|
|
|
113
|
-
#: geopic_tag_reader/reader.py:
|
|
125
|
+
#: geopic_tag_reader/reader.py:574
|
|
114
126
|
msgid ""
|
|
115
127
|
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
116
128
|
"fallback to UTC"
|
|
@@ -118,14 +130,14 @@ msgstr ""
|
|
|
118
130
|
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
119
131
|
"fallback to UTC"
|
|
120
132
|
|
|
121
|
-
#: geopic_tag_reader/reader.py:
|
|
133
|
+
#: geopic_tag_reader/reader.py:578
|
|
122
134
|
#, python-brace-format
|
|
123
135
|
msgid ""
|
|
124
136
|
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
125
137
|
msgstr ""
|
|
126
138
|
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
127
139
|
|
|
128
|
-
#: geopic_tag_reader/reader.py:
|
|
140
|
+
#: geopic_tag_reader/reader.py:610
|
|
129
141
|
#, python-brace-format
|
|
130
142
|
msgid ""
|
|
131
143
|
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
@@ -134,12 +146,12 @@ msgstr ""
|
|
|
134
146
|
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
135
147
|
"group)"
|
|
136
148
|
|
|
137
|
-
#: geopic_tag_reader/reader.py:
|
|
149
|
+
#: geopic_tag_reader/reader.py:641
|
|
138
150
|
#, python-brace-format
|
|
139
151
|
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
140
152
|
msgstr "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
141
153
|
|
|
142
|
-
#: geopic_tag_reader/reader.py:
|
|
154
|
+
#: geopic_tag_reader/reader.py:667
|
|
143
155
|
#, python-brace-format
|
|
144
156
|
msgid ""
|
|
145
157
|
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
Binary file
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
msgid ""
|
|
7
|
+
msgstr ""
|
|
8
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
|
10
|
+
"POT-Creation-Date: 2024-07-10 13:05+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: es\n"
|
|
15
|
+
"MIME-Version: 1.0\n"
|
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
18
|
+
|
|
19
|
+
#: geopic_tag_reader/main.py:26
|
|
20
|
+
msgid "Latitude:"
|
|
21
|
+
msgstr ""
|
|
22
|
+
|
|
23
|
+
#: geopic_tag_reader/main.py:27
|
|
24
|
+
msgid "Longitude:"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
#: geopic_tag_reader/main.py:28
|
|
28
|
+
msgid "Timestamp:"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
#: geopic_tag_reader/main.py:29
|
|
32
|
+
msgid "Heading:"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#: geopic_tag_reader/main.py:30
|
|
36
|
+
msgid "Type:"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#: geopic_tag_reader/main.py:31
|
|
40
|
+
msgid "Make:"
|
|
41
|
+
msgstr ""
|
|
42
|
+
|
|
43
|
+
#: geopic_tag_reader/main.py:32
|
|
44
|
+
msgid "Model:"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
#: geopic_tag_reader/main.py:33
|
|
48
|
+
msgid "Focal length:"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
51
|
+
#: geopic_tag_reader/main.py:34
|
|
52
|
+
msgid "Crop parameters:"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
#: geopic_tag_reader/main.py:35
|
|
56
|
+
msgid "Pitch:"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
#: geopic_tag_reader/main.py:36
|
|
60
|
+
msgid "Roll:"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
|
+
#: geopic_tag_reader/main.py:39
|
|
64
|
+
msgid "Warnings raised by reader:"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: geopic_tag_reader/reader.py:183
|
|
68
|
+
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: geopic_tag_reader/reader.py:185
|
|
72
|
+
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
#: geopic_tag_reader/reader.py:227
|
|
76
|
+
#, python-brace-format
|
|
77
|
+
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
78
|
+
msgstr ""
|
|
79
|
+
|
|
80
|
+
#: geopic_tag_reader/reader.py:240
|
|
81
|
+
msgid "Contradicting heading values found, GPSImgDirection value is used"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#: geopic_tag_reader/reader.py:351
|
|
85
|
+
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
#: geopic_tag_reader/reader.py:357
|
|
89
|
+
msgid "No valid date in picture EXIF tags"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
#: geopic_tag_reader/reader.py:362
|
|
93
|
+
msgid "The picture is missing mandatory metadata:"
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
#: geopic_tag_reader/reader.py:449 geopic_tag_reader/reader.py:478
|
|
97
|
+
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
#: geopic_tag_reader/reader.py:457
|
|
101
|
+
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
#: geopic_tag_reader/reader.py:460 geopic_tag_reader/reader.py:484
|
|
105
|
+
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
#: geopic_tag_reader/reader.py:537
|
|
109
|
+
msgid "Precise timezone information not found, fallback to UTC"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
#: geopic_tag_reader/reader.py:542
|
|
113
|
+
msgid ""
|
|
114
|
+
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
115
|
+
"fallback to UTC"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
#: geopic_tag_reader/reader.py:546
|
|
119
|
+
#, python-brace-format
|
|
120
|
+
msgid ""
|
|
121
|
+
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
#: geopic_tag_reader/reader.py:580
|
|
125
|
+
#, python-brace-format
|
|
126
|
+
msgid ""
|
|
127
|
+
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
128
|
+
"group)"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
131
|
+
#: geopic_tag_reader/reader.py:611
|
|
132
|
+
#, python-brace-format
|
|
133
|
+
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
#: geopic_tag_reader/reader.py:637
|
|
137
|
+
#, python-brace-format
|
|
138
|
+
msgid ""
|
|
139
|
+
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
140
|
+
"not matching value from EXIF field ({microseconds}). Max value will be kept."
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
143
|
+
#: geopic_tag_reader/writer.py:132
|
|
144
|
+
#, python-brace-format
|
|
145
|
+
msgid "Unsupported key in additional tags ({k})"
|
|
146
|
+
msgstr ""
|
|
Binary file
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
|
+
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
5
|
+
#
|
|
6
|
+
msgid ""
|
|
7
|
+
msgstr ""
|
|
8
|
+
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
|
+
"Report-Msgid-Bugs-To: \n"
|
|
10
|
+
"POT-Creation-Date: 2024-07-30 16:49+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: fi\n"
|
|
15
|
+
"MIME-Version: 1.0\n"
|
|
16
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
|
17
|
+
"Content-Transfer-Encoding: 8bit\n"
|
|
18
|
+
|
|
19
|
+
#: geopic_tag_reader/main.py:26
|
|
20
|
+
msgid "Latitude:"
|
|
21
|
+
msgstr ""
|
|
22
|
+
|
|
23
|
+
#: geopic_tag_reader/main.py:27
|
|
24
|
+
msgid "Longitude:"
|
|
25
|
+
msgstr ""
|
|
26
|
+
|
|
27
|
+
#: geopic_tag_reader/main.py:28
|
|
28
|
+
msgid "Timestamp:"
|
|
29
|
+
msgstr ""
|
|
30
|
+
|
|
31
|
+
#: geopic_tag_reader/main.py:29
|
|
32
|
+
msgid "Heading:"
|
|
33
|
+
msgstr ""
|
|
34
|
+
|
|
35
|
+
#: geopic_tag_reader/main.py:30
|
|
36
|
+
msgid "Type:"
|
|
37
|
+
msgstr ""
|
|
38
|
+
|
|
39
|
+
#: geopic_tag_reader/main.py:31
|
|
40
|
+
msgid "Make:"
|
|
41
|
+
msgstr ""
|
|
42
|
+
|
|
43
|
+
#: geopic_tag_reader/main.py:32
|
|
44
|
+
msgid "Model:"
|
|
45
|
+
msgstr ""
|
|
46
|
+
|
|
47
|
+
#: geopic_tag_reader/main.py:33
|
|
48
|
+
msgid "Focal length:"
|
|
49
|
+
msgstr ""
|
|
50
|
+
|
|
51
|
+
#: geopic_tag_reader/main.py:34
|
|
52
|
+
msgid "Crop parameters:"
|
|
53
|
+
msgstr ""
|
|
54
|
+
|
|
55
|
+
#: geopic_tag_reader/main.py:35
|
|
56
|
+
msgid "Pitch:"
|
|
57
|
+
msgstr ""
|
|
58
|
+
|
|
59
|
+
#: geopic_tag_reader/main.py:36
|
|
60
|
+
msgid "Roll:"
|
|
61
|
+
msgstr ""
|
|
62
|
+
|
|
63
|
+
#: geopic_tag_reader/main.py:37
|
|
64
|
+
msgid "Yaw:"
|
|
65
|
+
msgstr ""
|
|
66
|
+
|
|
67
|
+
#: geopic_tag_reader/main.py:40
|
|
68
|
+
msgid "Warnings raised by reader:"
|
|
69
|
+
msgstr ""
|
|
70
|
+
|
|
71
|
+
#: geopic_tag_reader/reader.py:186
|
|
72
|
+
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
73
|
+
msgstr ""
|
|
74
|
+
|
|
75
|
+
#: geopic_tag_reader/reader.py:188
|
|
76
|
+
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
77
|
+
msgstr ""
|
|
78
|
+
|
|
79
|
+
#: geopic_tag_reader/reader.py:230
|
|
80
|
+
#, python-brace-format
|
|
81
|
+
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
82
|
+
msgstr ""
|
|
83
|
+
|
|
84
|
+
#: geopic_tag_reader/reader.py:337
|
|
85
|
+
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
86
|
+
msgstr ""
|
|
87
|
+
|
|
88
|
+
#: geopic_tag_reader/reader.py:343
|
|
89
|
+
msgid "No valid date in picture EXIF tags"
|
|
90
|
+
msgstr ""
|
|
91
|
+
|
|
92
|
+
#: geopic_tag_reader/reader.py:348
|
|
93
|
+
msgid "The picture is missing mandatory metadata:"
|
|
94
|
+
msgstr ""
|
|
95
|
+
|
|
96
|
+
#: geopic_tag_reader/reader.py:437 geopic_tag_reader/reader.py:466
|
|
97
|
+
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
100
|
+
#: geopic_tag_reader/reader.py:445
|
|
101
|
+
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
102
|
+
msgstr ""
|
|
103
|
+
|
|
104
|
+
#: geopic_tag_reader/reader.py:448 geopic_tag_reader/reader.py:472
|
|
105
|
+
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
106
|
+
msgstr ""
|
|
107
|
+
|
|
108
|
+
#: geopic_tag_reader/reader.py:525
|
|
109
|
+
msgid "Precise timezone information not found, fallback to UTC"
|
|
110
|
+
msgstr ""
|
|
111
|
+
|
|
112
|
+
#: geopic_tag_reader/reader.py:530
|
|
113
|
+
msgid ""
|
|
114
|
+
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
115
|
+
"fallback to UTC"
|
|
116
|
+
msgstr ""
|
|
117
|
+
|
|
118
|
+
#: geopic_tag_reader/reader.py:534
|
|
119
|
+
#, python-brace-format
|
|
120
|
+
msgid ""
|
|
121
|
+
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
122
|
+
msgstr ""
|
|
123
|
+
|
|
124
|
+
#: geopic_tag_reader/reader.py:568
|
|
125
|
+
#, python-brace-format
|
|
126
|
+
msgid ""
|
|
127
|
+
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
128
|
+
"group)"
|
|
129
|
+
msgstr ""
|
|
130
|
+
|
|
131
|
+
#: geopic_tag_reader/reader.py:599
|
|
132
|
+
#, python-brace-format
|
|
133
|
+
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
134
|
+
msgstr ""
|
|
135
|
+
|
|
136
|
+
#: geopic_tag_reader/reader.py:625
|
|
137
|
+
#, python-brace-format
|
|
138
|
+
msgid ""
|
|
139
|
+
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
140
|
+
"not matching value from EXIF field ({microseconds}). Max value will be kept."
|
|
141
|
+
msgstr ""
|
|
142
|
+
|
|
143
|
+
#: geopic_tag_reader/writer.py:132
|
|
144
|
+
#, python-brace-format
|
|
145
|
+
msgid "Unsupported key in additional tags ({k})"
|
|
146
|
+
msgstr ""
|
|
Binary file
|
|
@@ -8,7 +8,7 @@ msgstr ""
|
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"POT-Creation-Date: 2024-06-18 09:12+0200\n"
|
|
11
|
-
"PO-Revision-Date: 2024-
|
|
11
|
+
"PO-Revision-Date: 2024-08-29 10:07+0000\n"
|
|
12
12
|
"Last-Translator: PanierAvide <adrien@pavie.info>\n"
|
|
13
13
|
"Language-Team: French <http://weblate.panoramax.xyz/projects/panoramax/"
|
|
14
14
|
"tag-reader/fr/>\n"
|
|
@@ -188,3 +188,7 @@ msgid ""
|
|
|
188
188
|
msgstr ""
|
|
189
189
|
"Date/heure originales (venant de {datefield}) ignorées car non-reconnues : "
|
|
190
190
|
"{v}"
|
|
191
|
+
|
|
192
|
+
#: geopic_tag_reader/main.py:37
|
|
193
|
+
msgid "Yaw:"
|
|
194
|
+
msgstr "Lacet :"
|