geopic-tag-reader 1.2.0__py3-none-any.whl → 1.3.1__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.
Files changed (23) hide show
  1. geopic_tag_reader/__init__.py +1 -1
  2. geopic_tag_reader/main.py +4 -1
  3. geopic_tag_reader/reader.py +77 -32
  4. geopic_tag_reader/sequence.py +45 -4
  5. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  6. geopic_tag_reader/translations/de/LC_MESSAGES/geopic_tag_reader.po +5 -1
  7. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  8. geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +39 -27
  9. geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  10. geopic_tag_reader/translations/es/LC_MESSAGES/geopic_tag_reader.po +58 -22
  11. geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  12. geopic_tag_reader/translations/fi/LC_MESSAGES/geopic_tag_reader.po +146 -0
  13. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  14. geopic_tag_reader/translations/fr/LC_MESSAGES/geopic_tag_reader.po +14 -2
  15. geopic_tag_reader/translations/geopic_tag_reader.pot +38 -26
  16. geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.mo +0 -0
  17. geopic_tag_reader/translations/ko/LC_MESSAGES/geopic_tag_reader.po +158 -0
  18. {geopic_tag_reader-1.2.0.dist-info → geopic_tag_reader-1.3.1.dist-info}/LICENSE +1 -1
  19. {geopic_tag_reader-1.2.0.dist-info → geopic_tag_reader-1.3.1.dist-info}/METADATA +9 -8
  20. geopic_tag_reader-1.3.1.dist-info/RECORD +27 -0
  21. geopic_tag_reader-1.2.0.dist-info/RECORD +0 -23
  22. {geopic_tag_reader-1.2.0.dist-info → geopic_tag_reader-1.3.1.dist-info}/WHEEL +0 -0
  23. {geopic_tag_reader-1.2.0.dist-info → geopic_tag_reader-1.3.1.dist-info}/entry_points.txt +0 -0
@@ -8,74 +8,82 @@ msgstr ""
8
8
  "Project-Id-Version: PACKAGE VERSION\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
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"
11
+ "PO-Revision-Date: 2024-10-02 08:07+0000\n"
12
+ "Last-Translator: DaniCS <daniel.callejas.sevilla@gmail.com>\n"
13
+ "Language-Team: Spanish <http://weblate.panoramax.xyz/projects/panoramax/"
14
+ "tag-reader/es/>\n"
14
15
  "Language: es\n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
19
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
20
+ "X-Generator: Weblate 5.4.3\n"
18
21
 
19
22
  #: geopic_tag_reader/main.py:26
20
23
  msgid "Latitude:"
21
- msgstr ""
24
+ msgstr "Latitud:"
22
25
 
23
26
  #: geopic_tag_reader/main.py:27
24
27
  msgid "Longitude:"
25
- msgstr ""
28
+ msgstr "Longitud:"
26
29
 
27
30
  #: geopic_tag_reader/main.py:28
28
31
  msgid "Timestamp:"
29
- msgstr ""
32
+ msgstr "Fecha y hora:"
30
33
 
31
34
  #: geopic_tag_reader/main.py:29
32
35
  msgid "Heading:"
33
- msgstr ""
36
+ msgstr "Orientación:"
34
37
 
35
38
  #: geopic_tag_reader/main.py:30
36
39
  msgid "Type:"
37
- msgstr ""
40
+ msgstr "Tipo:"
38
41
 
39
42
  #: geopic_tag_reader/main.py:31
40
43
  msgid "Make:"
41
- msgstr ""
44
+ msgstr "Marca:"
42
45
 
43
46
  #: geopic_tag_reader/main.py:32
44
47
  msgid "Model:"
45
- msgstr ""
48
+ msgstr "Modelo:"
46
49
 
47
50
  #: geopic_tag_reader/main.py:33
48
51
  msgid "Focal length:"
49
- msgstr ""
52
+ msgstr "Distancia focal:"
50
53
 
51
54
  #: geopic_tag_reader/main.py:34
52
55
  msgid "Crop parameters:"
53
- msgstr ""
56
+ msgstr "Parámetros de recorte:"
54
57
 
55
58
  #: geopic_tag_reader/main.py:35
56
59
  msgid "Pitch:"
57
- msgstr ""
60
+ msgstr "Ángulo de cabeceo:"
58
61
 
59
62
  #: geopic_tag_reader/main.py:36
60
63
  msgid "Roll:"
61
- msgstr ""
64
+ msgstr "Ángulo de alabeo:"
62
65
 
63
66
  #: geopic_tag_reader/main.py:39
64
67
  msgid "Warnings raised by reader:"
65
- msgstr ""
68
+ msgstr "Avisos del lector:"
66
69
 
67
70
  #: geopic_tag_reader/reader.py:183
68
71
  msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
69
72
  msgstr ""
73
+ "La latitud está fuera del rango WGS84 (debería estar comprendida en [-90, "
74
+ "90])"
70
75
 
71
76
  #: geopic_tag_reader/reader.py:185
72
77
  msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
73
78
  msgstr ""
79
+ "La longitud está fuera del rango WGS84 (debería estar comprendida en [-180, "
80
+ "180])"
74
81
 
75
82
  #: geopic_tag_reader/reader.py:227
76
83
  #, python-brace-format
77
84
  msgid "Skipping Mapillary date/time as it was not recognized: {v}"
78
85
  msgstr ""
86
+ "No se tiene en cuenta la fecha/hora Mapillary porque no se reconoce: {v}"
79
87
 
80
88
  #: geopic_tag_reader/reader.py:240
81
89
  msgid "Contradicting heading values found, GPSImgDirection value is used"
@@ -83,43 +91,48 @@ msgstr ""
83
91
 
84
92
  #: geopic_tag_reader/reader.py:351
85
93
  msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
86
- msgstr ""
94
+ msgstr "Las etiquetas EXIF no incluyen coordenadas GPS, o no son utilizables"
87
95
 
88
96
  #: geopic_tag_reader/reader.py:357
89
97
  msgid "No valid date in picture EXIF tags"
90
- msgstr ""
98
+ msgstr "Las etiquetas EXIF de la imagen no proporcionan una fecha válida"
91
99
 
92
100
  #: geopic_tag_reader/reader.py:362
93
101
  msgid "The picture is missing mandatory metadata:"
94
- msgstr ""
102
+ msgstr "Faltan metadatos obligatorios en la imagen:"
95
103
 
96
104
  #: geopic_tag_reader/reader.py:449 geopic_tag_reader/reader.py:478
97
105
  msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
98
- msgstr ""
106
+ msgstr "No se encuentra GPSLatitudeRef, se asume que es Norte"
99
107
 
100
108
  #: geopic_tag_reader/reader.py:457
101
109
  msgid "Broken GPS coordinates in picture EXIF tags"
102
- msgstr ""
110
+ msgstr "Las coordenadas GPS en la etiqueta EXIF no son válidas"
103
111
 
104
112
  #: geopic_tag_reader/reader.py:460 geopic_tag_reader/reader.py:484
105
113
  msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
106
- msgstr ""
114
+ msgstr "No se encuentra GPSLongitudeRef, se asume que GPSLongitudeRef es este"
107
115
 
108
116
  #: geopic_tag_reader/reader.py:537
109
117
  msgid "Precise timezone information not found, fallback to UTC"
110
118
  msgstr ""
119
+ "No se encuentra información de huso horario, se utiliza hora UTC en su lugar"
111
120
 
112
121
  #: geopic_tag_reader/reader.py:542
113
122
  msgid ""
114
123
  "Precise timezone information not found (and no GPS coordinates to help), "
115
124
  "fallback to UTC"
116
125
  msgstr ""
126
+ "No se encuentra información de huso horario (y no hay coordenadas GPS para "
127
+ "deducirla), se utiliza hora UTC en su lugar"
117
128
 
118
129
  #: geopic_tag_reader/reader.py:546
119
130
  #, python-brace-format
120
131
  msgid ""
121
132
  "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
122
133
  msgstr ""
134
+ "Se deja sin procesar la fecha/hora original (de {datefield}) porque no se "
135
+ "puede leer: {v}"
123
136
 
124
137
  #: geopic_tag_reader/reader.py:580
125
138
  #, python-brace-format
@@ -127,11 +140,15 @@ msgid ""
127
140
  "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
128
141
  "group)"
129
142
  msgstr ""
143
+ "GPSTimeStamp y GPSDateTime no contienen un formato de hora admitido (en el "
144
+ "grup {group})"
130
145
 
131
146
  #: geopic_tag_reader/reader.py:611
132
147
  #, python-brace-format
133
148
  msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
134
149
  msgstr ""
150
+ "Se deja sin procesar la fecha/hora GPS (grupo {group}) porque no se puede "
151
+ "leer: {v}"
135
152
 
136
153
  #: geopic_tag_reader/reader.py:637
137
154
  #, python-brace-format
@@ -139,8 +156,27 @@ msgid ""
139
156
  "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
140
157
  "not matching value from EXIF field ({microseconds}). Max value will be kept."
141
158
  msgstr ""
159
+ "Los microsegundos en el valor de segundos decimales "
160
+ "({microsecondsFromSeconds}) no concuerdan con el valor del campo EXIF "
161
+ "({microseconds}). Se toma el valor más grande."
142
162
 
143
163
  #: geopic_tag_reader/writer.py:132
144
164
  #, python-brace-format
145
165
  msgid "Unsupported key in additional tags ({k})"
146
- msgstr ""
166
+ msgstr "La clave {k} en las etiquetas adicionales no está admitida"
167
+
168
+ #: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
169
+ msgid "not set"
170
+ msgstr "no definido"
171
+
172
+ #: geopic_tag_reader/main.py:30
173
+ msgid "(GPS)"
174
+ msgstr "(GPS)"
175
+
176
+ #: geopic_tag_reader/main.py:31
177
+ msgid "(Camera)"
178
+ msgstr "(Cámara)"
179
+
180
+ #: geopic_tag_reader/main.py:40
181
+ msgid "Yaw:"
182
+ msgstr "Ángulo de deriva:"
@@ -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 ""
@@ -8,8 +8,8 @@ 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-07-10 08:29+0000\n"
12
- "Last-Translator: PanierAvide <adrien@pavie.info>\n"
11
+ "PO-Revision-Date: 2024-10-03 14:07+0000\n"
12
+ "Last-Translator: operon <operon@sfr.fr>\n"
13
13
  "Language-Team: French <http://weblate.panoramax.xyz/projects/panoramax/"
14
14
  "tag-reader/fr/>\n"
15
15
  "Language: fr\n"
@@ -188,3 +188,15 @@ 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 :"
195
+
196
+ #: geopic_tag_reader/main.py:31
197
+ msgid "(Camera)"
198
+ msgstr "(Caméra)"
199
+
200
+ #: geopic_tag_reader/main.py:30
201
+ msgid "(GPS)"
202
+ msgstr "(GPS)"
@@ -8,7 +8,7 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: PACKAGE VERSION\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2024-07-30 16:49+0200\n"
11
+ "POT-Creation-Date: 2024-10-09 10:49+0200\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -29,112 +29,124 @@ msgstr ""
29
29
  msgid "Timestamp:"
30
30
  msgstr ""
31
31
 
32
- #: geopic_tag_reader/main.py:29
33
- msgid "Heading:"
32
+ #: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
33
+ msgid "not set"
34
34
  msgstr ""
35
35
 
36
36
  #: geopic_tag_reader/main.py:30
37
- msgid "Type:"
37
+ msgid "(GPS)"
38
38
  msgstr ""
39
39
 
40
40
  #: geopic_tag_reader/main.py:31
41
- msgid "Make:"
41
+ msgid "(Camera)"
42
42
  msgstr ""
43
43
 
44
44
  #: geopic_tag_reader/main.py:32
45
- msgid "Model:"
45
+ msgid "Heading:"
46
46
  msgstr ""
47
47
 
48
48
  #: geopic_tag_reader/main.py:33
49
- msgid "Focal length:"
49
+ msgid "Type:"
50
50
  msgstr ""
51
51
 
52
52
  #: geopic_tag_reader/main.py:34
53
- msgid "Crop parameters:"
53
+ msgid "Make:"
54
54
  msgstr ""
55
55
 
56
56
  #: geopic_tag_reader/main.py:35
57
- msgid "Pitch:"
57
+ msgid "Model:"
58
58
  msgstr ""
59
59
 
60
60
  #: geopic_tag_reader/main.py:36
61
- msgid "Roll:"
61
+ msgid "Focal length:"
62
62
  msgstr ""
63
63
 
64
64
  #: geopic_tag_reader/main.py:37
65
- msgid "Yaw:"
65
+ msgid "Crop parameters:"
66
+ msgstr ""
67
+
68
+ #: geopic_tag_reader/main.py:38
69
+ msgid "Pitch:"
70
+ msgstr ""
71
+
72
+ #: geopic_tag_reader/main.py:39
73
+ msgid "Roll:"
66
74
  msgstr ""
67
75
 
68
76
  #: geopic_tag_reader/main.py:40
77
+ msgid "Yaw:"
78
+ msgstr ""
79
+
80
+ #: geopic_tag_reader/main.py:43
69
81
  msgid "Warnings raised by reader:"
70
82
  msgstr ""
71
83
 
72
- #: geopic_tag_reader/reader.py:186
84
+ #: geopic_tag_reader/reader.py:218
73
85
  msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
74
86
  msgstr ""
75
87
 
76
- #: geopic_tag_reader/reader.py:188
88
+ #: geopic_tag_reader/reader.py:220
77
89
  msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
78
90
  msgstr ""
79
91
 
80
- #: geopic_tag_reader/reader.py:230
92
+ #: geopic_tag_reader/reader.py:248
81
93
  #, python-brace-format
82
94
  msgid "Skipping Mapillary date/time as it was not recognized: {v}"
83
95
  msgstr ""
84
96
 
85
- #: geopic_tag_reader/reader.py:337
97
+ #: geopic_tag_reader/reader.py:374
86
98
  msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
87
99
  msgstr ""
88
100
 
89
- #: geopic_tag_reader/reader.py:343
101
+ #: geopic_tag_reader/reader.py:380
90
102
  msgid "No valid date in picture EXIF tags"
91
103
  msgstr ""
92
104
 
93
- #: geopic_tag_reader/reader.py:348
105
+ #: geopic_tag_reader/reader.py:385
94
106
  msgid "The picture is missing mandatory metadata:"
95
107
  msgstr ""
96
108
 
97
- #: geopic_tag_reader/reader.py:437 geopic_tag_reader/reader.py:466
109
+ #: geopic_tag_reader/reader.py:476 geopic_tag_reader/reader.py:505
98
110
  msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
99
111
  msgstr ""
100
112
 
101
- #: geopic_tag_reader/reader.py:445
113
+ #: geopic_tag_reader/reader.py:484
102
114
  msgid "Broken GPS coordinates in picture EXIF tags"
103
115
  msgstr ""
104
116
 
105
- #: geopic_tag_reader/reader.py:448 geopic_tag_reader/reader.py:472
117
+ #: geopic_tag_reader/reader.py:487 geopic_tag_reader/reader.py:511
106
118
  msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
107
119
  msgstr ""
108
120
 
109
- #: geopic_tag_reader/reader.py:525
121
+ #: geopic_tag_reader/reader.py:572
110
122
  msgid "Precise timezone information not found, fallback to UTC"
111
123
  msgstr ""
112
124
 
113
- #: geopic_tag_reader/reader.py:530
125
+ #: geopic_tag_reader/reader.py:577
114
126
  msgid ""
115
127
  "Precise timezone information not found (and no GPS coordinates to help), "
116
128
  "fallback to UTC"
117
129
  msgstr ""
118
130
 
119
- #: geopic_tag_reader/reader.py:534
131
+ #: geopic_tag_reader/reader.py:581
120
132
  #, python-brace-format
121
133
  msgid ""
122
134
  "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
123
135
  msgstr ""
124
136
 
125
- #: geopic_tag_reader/reader.py:568
137
+ #: geopic_tag_reader/reader.py:613
126
138
  #, python-brace-format
127
139
  msgid ""
128
140
  "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
129
141
  "group)"
130
142
  msgstr ""
131
143
 
132
- #: geopic_tag_reader/reader.py:599
144
+ #: geopic_tag_reader/reader.py:644
133
145
  #, python-brace-format
134
146
  msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
135
147
  msgstr ""
136
148
 
137
- #: geopic_tag_reader/reader.py:625
149
+ #: geopic_tag_reader/reader.py:670
138
150
  #, python-brace-format
139
151
  msgid ""
140
152
  "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
@@ -0,0 +1,158 @@
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-09-30 11:02+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: ko\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:30 geopic_tag_reader/main.py:31
32
+ msgid "not set"
33
+ msgstr ""
34
+
35
+ #: geopic_tag_reader/main.py:30
36
+ msgid "(GPS)"
37
+ msgstr ""
38
+
39
+ #: geopic_tag_reader/main.py:31
40
+ msgid "(Camera)"
41
+ msgstr ""
42
+
43
+ #: geopic_tag_reader/main.py:32
44
+ msgid "Heading:"
45
+ msgstr ""
46
+
47
+ #: geopic_tag_reader/main.py:33
48
+ msgid "Type:"
49
+ msgstr ""
50
+
51
+ #: geopic_tag_reader/main.py:34
52
+ msgid "Make:"
53
+ msgstr ""
54
+
55
+ #: geopic_tag_reader/main.py:35
56
+ msgid "Model:"
57
+ msgstr ""
58
+
59
+ #: geopic_tag_reader/main.py:36
60
+ msgid "Focal length:"
61
+ msgstr ""
62
+
63
+ #: geopic_tag_reader/main.py:37
64
+ msgid "Crop parameters:"
65
+ msgstr ""
66
+
67
+ #: geopic_tag_reader/main.py:38
68
+ msgid "Pitch:"
69
+ msgstr ""
70
+
71
+ #: geopic_tag_reader/main.py:39
72
+ msgid "Roll:"
73
+ msgstr ""
74
+
75
+ #: geopic_tag_reader/main.py:40
76
+ msgid "Yaw:"
77
+ msgstr ""
78
+
79
+ #: geopic_tag_reader/main.py:43
80
+ msgid "Warnings raised by reader:"
81
+ msgstr ""
82
+
83
+ #: geopic_tag_reader/reader.py:215
84
+ msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
85
+ msgstr ""
86
+
87
+ #: geopic_tag_reader/reader.py:217
88
+ msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
89
+ msgstr ""
90
+
91
+ #: geopic_tag_reader/reader.py:245
92
+ #, python-brace-format
93
+ msgid "Skipping Mapillary date/time as it was not recognized: {v}"
94
+ msgstr ""
95
+
96
+ #: geopic_tag_reader/reader.py:371
97
+ msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
98
+ msgstr ""
99
+
100
+ #: geopic_tag_reader/reader.py:377
101
+ msgid "No valid date in picture EXIF tags"
102
+ msgstr ""
103
+
104
+ #: geopic_tag_reader/reader.py:382
105
+ msgid "The picture is missing mandatory metadata:"
106
+ msgstr ""
107
+
108
+ #: geopic_tag_reader/reader.py:473 geopic_tag_reader/reader.py:502
109
+ msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
110
+ msgstr ""
111
+
112
+ #: geopic_tag_reader/reader.py:481
113
+ msgid "Broken GPS coordinates in picture EXIF tags"
114
+ msgstr ""
115
+
116
+ #: geopic_tag_reader/reader.py:484 geopic_tag_reader/reader.py:508
117
+ msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
118
+ msgstr ""
119
+
120
+ #: geopic_tag_reader/reader.py:569
121
+ msgid "Precise timezone information not found, fallback to UTC"
122
+ msgstr ""
123
+
124
+ #: geopic_tag_reader/reader.py:574
125
+ msgid ""
126
+ "Precise timezone information not found (and no GPS coordinates to help), "
127
+ "fallback to UTC"
128
+ msgstr ""
129
+
130
+ #: geopic_tag_reader/reader.py:578
131
+ #, python-brace-format
132
+ msgid ""
133
+ "Skipping original date/time (from {datefield}) as it was not recognized: {v}"
134
+ msgstr ""
135
+
136
+ #: geopic_tag_reader/reader.py:610
137
+ #, python-brace-format
138
+ msgid ""
139
+ "GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
140
+ "group)"
141
+ msgstr ""
142
+
143
+ #: geopic_tag_reader/reader.py:641
144
+ #, python-brace-format
145
+ msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
146
+ msgstr ""
147
+
148
+ #: geopic_tag_reader/reader.py:667
149
+ #, python-brace-format
150
+ msgid ""
151
+ "Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
152
+ "not matching value from EXIF field ({microseconds}). Max value will be kept."
153
+ msgstr ""
154
+
155
+ #: geopic_tag_reader/writer.py:132
156
+ #, python-brace-format
157
+ msgid "Unsupported key in additional tags ({k})"
158
+ msgstr ""