geopic-tag-reader 1.3.3__py3-none-any.whl → 1.4.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.
- geopic_tag_reader/__init__.py +1 -1
- geopic_tag_reader/camera.py +118 -30
- geopic_tag_reader/cameras.csv +3777 -0
- geopic_tag_reader/main.py +3 -0
- geopic_tag_reader/reader.py +119 -21
- geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/da/LC_MESSAGES/geopic_tag_reader.po +221 -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 +14 -2
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/en/LC_MESSAGES/geopic_tag_reader.po +52 -39
- geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/eo/LC_MESSAGES/geopic_tag_reader.po +219 -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 +17 -5
- geopic_tag_reader/translations/geopic_tag_reader.pot +48 -35
- geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/it/LC_MESSAGES/geopic_tag_reader.po +68 -27
- geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/ja/LC_MESSAGES/geopic_tag_reader.po +196 -0
- geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.mo +0 -0
- geopic_tag_reader/translations/zh_Hant/LC_MESSAGES/geopic_tag_reader.po +196 -0
- {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/METADATA +1 -1
- {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/RECORD +27 -18
- {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/LICENSE +0 -0
- {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/WHEEL +0 -0
- {geopic_tag_reader-1.3.3.dist-info → geopic_tag_reader-1.4.1.dist-info}/entry_points.txt +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# English translations for PACKAGE package.
|
|
2
|
-
# Copyright (C)
|
|
2
|
+
# Copyright (C) 2025 THE PACKAGE'S COPYRIGHT HOLDER
|
|
3
3
|
# This file is distributed under the same license as the PACKAGE package.
|
|
4
|
-
# Automatically generated,
|
|
4
|
+
# Automatically generated, 2025.
|
|
5
5
|
#
|
|
6
6
|
msgid ""
|
|
7
7
|
msgstr ""
|
|
8
8
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
|
-
"POT-Creation-Date:
|
|
11
|
-
"PO-Revision-Date:
|
|
10
|
+
"POT-Creation-Date: 2025-02-03 14:04+0100\n"
|
|
11
|
+
"PO-Revision-Date: 2025-02-03 14:04+0100\n"
|
|
12
12
|
"Last-Translator: Automatically generated\n"
|
|
13
13
|
"Language-Team: none\n"
|
|
14
14
|
"Language: en\n"
|
|
@@ -26,79 +26,92 @@ msgid "Longitude:"
|
|
|
26
26
|
msgstr "Longitude:"
|
|
27
27
|
|
|
28
28
|
#: geopic_tag_reader/main.py:28
|
|
29
|
-
msgid "
|
|
30
|
-
msgstr "
|
|
29
|
+
msgid "GPS accuracy:"
|
|
30
|
+
msgstr "GPS accuracy:"
|
|
31
31
|
|
|
32
|
-
#: geopic_tag_reader/main.py:
|
|
32
|
+
#: geopic_tag_reader/main.py:28 geopic_tag_reader/main.py:31
|
|
33
|
+
#: geopic_tag_reader/main.py:32
|
|
33
34
|
msgid "not set"
|
|
34
35
|
msgstr "not set"
|
|
35
36
|
|
|
36
|
-
#: geopic_tag_reader/main.py:
|
|
37
|
+
#: geopic_tag_reader/main.py:29
|
|
38
|
+
msgid "Timestamp:"
|
|
39
|
+
msgstr "Timestamp:"
|
|
40
|
+
|
|
41
|
+
#: geopic_tag_reader/main.py:31
|
|
37
42
|
msgid "(GPS)"
|
|
38
43
|
msgstr "(GPS)"
|
|
39
44
|
|
|
40
|
-
#: geopic_tag_reader/main.py:
|
|
45
|
+
#: geopic_tag_reader/main.py:32
|
|
41
46
|
msgid "(Camera)"
|
|
42
47
|
msgstr "(Camera)"
|
|
43
48
|
|
|
44
|
-
#: geopic_tag_reader/main.py:
|
|
49
|
+
#: geopic_tag_reader/main.py:33
|
|
45
50
|
msgid "Heading:"
|
|
46
51
|
msgstr "Heading:"
|
|
47
52
|
|
|
48
|
-
#: geopic_tag_reader/main.py:
|
|
53
|
+
#: geopic_tag_reader/main.py:34
|
|
49
54
|
msgid "Type:"
|
|
50
55
|
msgstr "Type:"
|
|
51
56
|
|
|
52
|
-
#: geopic_tag_reader/main.py:
|
|
57
|
+
#: geopic_tag_reader/main.py:35
|
|
53
58
|
msgid "Make:"
|
|
54
59
|
msgstr "Make:"
|
|
55
60
|
|
|
56
|
-
#: geopic_tag_reader/main.py:
|
|
61
|
+
#: geopic_tag_reader/main.py:36
|
|
57
62
|
msgid "Model:"
|
|
58
63
|
msgstr "Model:"
|
|
59
64
|
|
|
60
|
-
#: geopic_tag_reader/main.py:
|
|
65
|
+
#: geopic_tag_reader/main.py:37
|
|
61
66
|
msgid "Focal length:"
|
|
62
67
|
msgstr "Focal length:"
|
|
63
68
|
|
|
64
|
-
#: geopic_tag_reader/main.py:
|
|
69
|
+
#: geopic_tag_reader/main.py:38
|
|
70
|
+
msgid "Field of view:"
|
|
71
|
+
msgstr "Field of view:"
|
|
72
|
+
|
|
73
|
+
#: geopic_tag_reader/main.py:39
|
|
74
|
+
msgid "Sensor width:"
|
|
75
|
+
msgstr "Sensor width:"
|
|
76
|
+
|
|
77
|
+
#: geopic_tag_reader/main.py:40
|
|
65
78
|
msgid "Crop parameters:"
|
|
66
79
|
msgstr "Crop parameters:"
|
|
67
80
|
|
|
68
|
-
#: geopic_tag_reader/main.py:
|
|
81
|
+
#: geopic_tag_reader/main.py:41
|
|
69
82
|
msgid "Pitch:"
|
|
70
83
|
msgstr "Pitch:"
|
|
71
84
|
|
|
72
|
-
#: geopic_tag_reader/main.py:
|
|
85
|
+
#: geopic_tag_reader/main.py:42
|
|
73
86
|
msgid "Roll:"
|
|
74
87
|
msgstr "Roll:"
|
|
75
88
|
|
|
76
|
-
#: geopic_tag_reader/main.py:
|
|
89
|
+
#: geopic_tag_reader/main.py:43
|
|
77
90
|
msgid "Yaw:"
|
|
78
91
|
msgstr "Yaw:"
|
|
79
92
|
|
|
80
|
-
#: geopic_tag_reader/main.py:
|
|
93
|
+
#: geopic_tag_reader/main.py:46
|
|
81
94
|
msgid "Warnings raised by reader:"
|
|
82
95
|
msgstr "Warnings raised by reader:"
|
|
83
96
|
|
|
84
|
-
#: geopic_tag_reader/reader.py:
|
|
97
|
+
#: geopic_tag_reader/reader.py:228
|
|
85
98
|
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
86
99
|
msgstr "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
87
100
|
|
|
88
|
-
#: geopic_tag_reader/reader.py:
|
|
101
|
+
#: geopic_tag_reader/reader.py:230
|
|
89
102
|
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
90
103
|
msgstr "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
91
104
|
|
|
92
|
-
#: geopic_tag_reader/reader.py:
|
|
105
|
+
#: geopic_tag_reader/reader.py:258
|
|
93
106
|
#, python-brace-format
|
|
94
107
|
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
95
108
|
msgstr "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
96
109
|
|
|
97
|
-
#: geopic_tag_reader/reader.py:
|
|
110
|
+
#: geopic_tag_reader/reader.py:288
|
|
98
111
|
msgid "No heading value was found, this reduces usability of picture"
|
|
99
112
|
msgstr "No heading value was found, this reduces usability of picture"
|
|
100
113
|
|
|
101
|
-
#: geopic_tag_reader/reader.py:
|
|
114
|
+
#: geopic_tag_reader/reader.py:331
|
|
102
115
|
msgid ""
|
|
103
116
|
"No make and model value found, no assumption on focal length or GPS "
|
|
104
117
|
"precision can be made"
|
|
@@ -106,17 +119,17 @@ msgstr ""
|
|
|
106
119
|
"No make and model value found, no assumption on focal length or GPS "
|
|
107
120
|
"precision can be made"
|
|
108
121
|
|
|
109
|
-
#: geopic_tag_reader/reader.py:
|
|
122
|
+
#: geopic_tag_reader/reader.py:381
|
|
110
123
|
msgid ""
|
|
111
124
|
"No focal length value was found, this prevents calculating field of view"
|
|
112
125
|
msgstr ""
|
|
113
126
|
"No focal length value was found, this prevents calculating field of view"
|
|
114
127
|
|
|
115
|
-
#: geopic_tag_reader/reader.py:
|
|
128
|
+
#: geopic_tag_reader/reader.py:433
|
|
116
129
|
msgid "No GPS accuracy value found, this prevents computing a quality score"
|
|
117
130
|
msgstr "No GPS accuracy value found, this prevents computing a quality score"
|
|
118
131
|
|
|
119
|
-
#: geopic_tag_reader/reader.py:
|
|
132
|
+
#: geopic_tag_reader/reader.py:435
|
|
120
133
|
msgid ""
|
|
121
134
|
"No GPS horizontal positioning error value found, GPS accuracy can only be "
|
|
122
135
|
"estimated"
|
|
@@ -124,35 +137,35 @@ msgstr ""
|
|
|
124
137
|
"No GPS horizontal positioning error value found, GPS accuracy can only be "
|
|
125
138
|
"estimated"
|
|
126
139
|
|
|
127
|
-
#: geopic_tag_reader/reader.py:
|
|
140
|
+
#: geopic_tag_reader/reader.py:442
|
|
128
141
|
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
129
142
|
msgstr "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
130
143
|
|
|
131
|
-
#: geopic_tag_reader/reader.py:
|
|
144
|
+
#: geopic_tag_reader/reader.py:448
|
|
132
145
|
msgid "No valid date in picture EXIF tags"
|
|
133
146
|
msgstr "No valid date in picture EXIF tags"
|
|
134
147
|
|
|
135
|
-
#: geopic_tag_reader/reader.py:
|
|
148
|
+
#: geopic_tag_reader/reader.py:453
|
|
136
149
|
msgid "The picture is missing mandatory metadata:"
|
|
137
150
|
msgstr "The picture is missing mandatory metadata:"
|
|
138
151
|
|
|
139
|
-
#: geopic_tag_reader/reader.py:
|
|
152
|
+
#: geopic_tag_reader/reader.py:567 geopic_tag_reader/reader.py:596
|
|
140
153
|
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
141
154
|
msgstr "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
142
155
|
|
|
143
|
-
#: geopic_tag_reader/reader.py:
|
|
156
|
+
#: geopic_tag_reader/reader.py:575
|
|
144
157
|
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
145
158
|
msgstr "Broken GPS coordinates in picture EXIF tags"
|
|
146
159
|
|
|
147
|
-
#: geopic_tag_reader/reader.py:
|
|
160
|
+
#: geopic_tag_reader/reader.py:578 geopic_tag_reader/reader.py:602
|
|
148
161
|
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
149
162
|
msgstr "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
150
163
|
|
|
151
|
-
#: geopic_tag_reader/reader.py:
|
|
164
|
+
#: geopic_tag_reader/reader.py:663
|
|
152
165
|
msgid "Precise timezone information not found, fallback to UTC"
|
|
153
166
|
msgstr "Precise timezone information not found, fallback to UTC"
|
|
154
167
|
|
|
155
|
-
#: geopic_tag_reader/reader.py:
|
|
168
|
+
#: geopic_tag_reader/reader.py:668
|
|
156
169
|
msgid ""
|
|
157
170
|
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
158
171
|
"fallback to UTC"
|
|
@@ -160,14 +173,14 @@ msgstr ""
|
|
|
160
173
|
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
161
174
|
"fallback to UTC"
|
|
162
175
|
|
|
163
|
-
#: geopic_tag_reader/reader.py:
|
|
176
|
+
#: geopic_tag_reader/reader.py:672
|
|
164
177
|
#, python-brace-format
|
|
165
178
|
msgid ""
|
|
166
179
|
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
167
180
|
msgstr ""
|
|
168
181
|
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
169
182
|
|
|
170
|
-
#: geopic_tag_reader/reader.py:
|
|
183
|
+
#: geopic_tag_reader/reader.py:704
|
|
171
184
|
#, python-brace-format
|
|
172
185
|
msgid ""
|
|
173
186
|
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
@@ -176,12 +189,12 @@ msgstr ""
|
|
|
176
189
|
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
177
190
|
"group)"
|
|
178
191
|
|
|
179
|
-
#: geopic_tag_reader/reader.py:
|
|
192
|
+
#: geopic_tag_reader/reader.py:735
|
|
180
193
|
#, python-brace-format
|
|
181
194
|
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
182
195
|
msgstr "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
183
196
|
|
|
184
|
-
#: geopic_tag_reader/reader.py:
|
|
197
|
+
#: geopic_tag_reader/reader.py:761
|
|
185
198
|
#, python-brace-format
|
|
186
199
|
msgid ""
|
|
187
200
|
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
Binary file
|
|
@@ -0,0 +1,219 @@
|
|
|
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-11-24 15:36+0100\n"
|
|
11
|
+
"PO-Revision-Date: 2025-01-17 15:11+0000\n"
|
|
12
|
+
"Last-Translator: Rémi Simonnin <remisimonnin@orange.fr>\n"
|
|
13
|
+
"Language-Team: Esperanto <http://weblate.panoramax.xyz/projects/panoramax/"
|
|
14
|
+
"tag-reader/eo/>\n"
|
|
15
|
+
"Language: eo\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 "Latitudo:"
|
|
25
|
+
|
|
26
|
+
#: geopic_tag_reader/main.py:27
|
|
27
|
+
msgid "Longitude:"
|
|
28
|
+
msgstr "Longitudo:"
|
|
29
|
+
|
|
30
|
+
#: geopic_tag_reader/main.py:28
|
|
31
|
+
msgid "Timestamp:"
|
|
32
|
+
msgstr "Dato kaj horo:"
|
|
33
|
+
|
|
34
|
+
#: geopic_tag_reader/main.py:30 geopic_tag_reader/main.py:31
|
|
35
|
+
msgid "not set"
|
|
36
|
+
msgstr "ne agordita"
|
|
37
|
+
|
|
38
|
+
#: geopic_tag_reader/main.py:30
|
|
39
|
+
msgid "(GPS)"
|
|
40
|
+
msgstr "(GPS)"
|
|
41
|
+
|
|
42
|
+
#: geopic_tag_reader/main.py:31
|
|
43
|
+
msgid "(Camera)"
|
|
44
|
+
msgstr "(Fotilo)"
|
|
45
|
+
|
|
46
|
+
#: geopic_tag_reader/main.py:32
|
|
47
|
+
msgid "Heading:"
|
|
48
|
+
msgstr "Direkto:"
|
|
49
|
+
|
|
50
|
+
#: geopic_tag_reader/main.py:33
|
|
51
|
+
msgid "Type:"
|
|
52
|
+
msgstr "Tipo:"
|
|
53
|
+
|
|
54
|
+
#: geopic_tag_reader/main.py:34
|
|
55
|
+
msgid "Make:"
|
|
56
|
+
msgstr "Fabrikanto :"
|
|
57
|
+
|
|
58
|
+
#: geopic_tag_reader/main.py:35
|
|
59
|
+
msgid "Model:"
|
|
60
|
+
msgstr "Ŝablono :"
|
|
61
|
+
|
|
62
|
+
#: geopic_tag_reader/main.py:36
|
|
63
|
+
msgid "Focal length:"
|
|
64
|
+
msgstr "Fokuslongo:"
|
|
65
|
+
|
|
66
|
+
#: geopic_tag_reader/main.py:37
|
|
67
|
+
msgid "Crop parameters:"
|
|
68
|
+
msgstr "Kropparametroj:"
|
|
69
|
+
|
|
70
|
+
#: geopic_tag_reader/main.py:38
|
|
71
|
+
msgid "Pitch:"
|
|
72
|
+
msgstr "Tango:"
|
|
73
|
+
|
|
74
|
+
#: geopic_tag_reader/main.py:39
|
|
75
|
+
msgid "Roll:"
|
|
76
|
+
msgstr "Angulo de ruliĝo:"
|
|
77
|
+
|
|
78
|
+
#: geopic_tag_reader/main.py:40
|
|
79
|
+
msgid "Yaw:"
|
|
80
|
+
msgstr "Angulo de laciĝo:"
|
|
81
|
+
|
|
82
|
+
#: geopic_tag_reader/main.py:43
|
|
83
|
+
msgid "Warnings raised by reader:"
|
|
84
|
+
msgstr "Avertoj levitaj de la legilo:"
|
|
85
|
+
|
|
86
|
+
#: geopic_tag_reader/reader.py:218
|
|
87
|
+
msgid "Read latitude is out of WGS84 bounds (should be in [-90, 90])"
|
|
88
|
+
msgstr ""
|
|
89
|
+
"Legita latitudo estas ekster la limoj de WGS84 (devas esti en [-90, 90])"
|
|
90
|
+
|
|
91
|
+
#: geopic_tag_reader/reader.py:220
|
|
92
|
+
msgid "Read longitude is out of WGS84 bounds (should be in [-180, 180])"
|
|
93
|
+
msgstr ""
|
|
94
|
+
"Legita longitudo estas ekster la limoj de WGS84 (devas esti en [-180, 180])"
|
|
95
|
+
|
|
96
|
+
#: geopic_tag_reader/reader.py:248
|
|
97
|
+
#, python-brace-format
|
|
98
|
+
msgid "Skipping Mapillary date/time as it was not recognized: {v}"
|
|
99
|
+
msgstr "Preterlasante Mapillary-daton/horon ĉar ĝi ne estis rekonita: {v}"
|
|
100
|
+
|
|
101
|
+
#: geopic_tag_reader/reader.py:278
|
|
102
|
+
msgid "No heading value was found, this reduces usability of picture"
|
|
103
|
+
msgstr ""
|
|
104
|
+
"Neniu direkto-valoro estis trovita, tio malpliigas la uzeblecon de la bildo"
|
|
105
|
+
|
|
106
|
+
#: geopic_tag_reader/reader.py:321
|
|
107
|
+
msgid ""
|
|
108
|
+
"No make and model value found, no assumption on focal length or GPS "
|
|
109
|
+
"precision can be made"
|
|
110
|
+
msgstr ""
|
|
111
|
+
"Neniu marko kaj modelo estis trovita, neniu supozo pri fokusdisto aŭ GPS-"
|
|
112
|
+
"precizeco povas esti farita"
|
|
113
|
+
|
|
114
|
+
#: geopic_tag_reader/reader.py:330
|
|
115
|
+
msgid ""
|
|
116
|
+
"No focal length value was found, this prevents calculating field of view"
|
|
117
|
+
msgstr "Neniu fokuslongo estis trovita, tio malebligas kalkuli vidkampon"
|
|
118
|
+
|
|
119
|
+
#: geopic_tag_reader/reader.py:388
|
|
120
|
+
msgid "No GPS accuracy value found, this prevents computing a quality score"
|
|
121
|
+
msgstr ""
|
|
122
|
+
"Neniu GPS-precizec-valoro estis trovita, tio malebligas kalkuli "
|
|
123
|
+
"kvalitpoentaron"
|
|
124
|
+
|
|
125
|
+
#: geopic_tag_reader/reader.py:390
|
|
126
|
+
msgid ""
|
|
127
|
+
"No GPS horizontal positioning error value found, GPS accuracy can only be "
|
|
128
|
+
"estimated"
|
|
129
|
+
msgstr ""
|
|
130
|
+
"Neniu GPS-horizontala pozici-eraro estis trovita, GPS-precizeco povas esti "
|
|
131
|
+
"nur taksita"
|
|
132
|
+
|
|
133
|
+
#: geopic_tag_reader/reader.py:396
|
|
134
|
+
msgid "No GPS coordinates or broken coordinates in picture EXIF tags"
|
|
135
|
+
msgstr ""
|
|
136
|
+
"Neniuj GPS-koordinatoj aŭ rompitaj koordinatoj en la EXIF-etikedoj de la "
|
|
137
|
+
"bildo"
|
|
138
|
+
|
|
139
|
+
#: geopic_tag_reader/reader.py:402
|
|
140
|
+
msgid "No valid date in picture EXIF tags"
|
|
141
|
+
msgstr "Neniu valida dato en la EXIF-etikedoj de la bildo"
|
|
142
|
+
|
|
143
|
+
#: geopic_tag_reader/reader.py:407
|
|
144
|
+
msgid "The picture is missing mandatory metadata:"
|
|
145
|
+
msgstr "La bildo mankas la devigajn metadatenojn:"
|
|
146
|
+
|
|
147
|
+
#: geopic_tag_reader/reader.py:498 geopic_tag_reader/reader.py:527
|
|
148
|
+
msgid "GPSLatitudeRef not found, assuming GPSLatitudeRef is North"
|
|
149
|
+
msgstr "GPSLatitudeRef ne trovita, supozante ke GPSLatitudeRef estas Nordo"
|
|
150
|
+
|
|
151
|
+
#: geopic_tag_reader/reader.py:506
|
|
152
|
+
msgid "Broken GPS coordinates in picture EXIF tags"
|
|
153
|
+
msgstr "Rompitaj GPS-koordinatoj en la EXIF-etikedoj de la bildo"
|
|
154
|
+
|
|
155
|
+
#: geopic_tag_reader/reader.py:509 geopic_tag_reader/reader.py:533
|
|
156
|
+
msgid "GPSLongitudeRef not found, assuming GPSLongitudeRef is East"
|
|
157
|
+
msgstr "GPSLongitudeRef ne trovita, supozante ke GPSLongitudeRef estas Oriento"
|
|
158
|
+
|
|
159
|
+
#: geopic_tag_reader/reader.py:594
|
|
160
|
+
msgid "Precise timezone information not found, fallback to UTC"
|
|
161
|
+
msgstr "Precizaj tempzonalaj informoj ne trovita, defaŭlte al UTC"
|
|
162
|
+
|
|
163
|
+
#: geopic_tag_reader/reader.py:599
|
|
164
|
+
msgid ""
|
|
165
|
+
"Precise timezone information not found (and no GPS coordinates to help), "
|
|
166
|
+
"fallback to UTC"
|
|
167
|
+
msgstr ""
|
|
168
|
+
"Precizaj tempzonalaj informoj ne trovita (kaj neniuj GPS-koordinatoj por "
|
|
169
|
+
"helpi), defaŭlte al UTC"
|
|
170
|
+
|
|
171
|
+
#: geopic_tag_reader/reader.py:603
|
|
172
|
+
#, python-brace-format
|
|
173
|
+
msgid ""
|
|
174
|
+
"Skipping original date/time (from {datefield}) as it was not recognized: {v}"
|
|
175
|
+
msgstr ""
|
|
176
|
+
"Preterlasante la originan daton/horon (el {datefield}) ĉar ĝi ne estis "
|
|
177
|
+
"rekonita: {v}"
|
|
178
|
+
|
|
179
|
+
#: geopic_tag_reader/reader.py:635
|
|
180
|
+
#, python-brace-format
|
|
181
|
+
msgid ""
|
|
182
|
+
"GPSTimeStamp and GPSDateTime don't contain supported time format (in {group} "
|
|
183
|
+
"group)"
|
|
184
|
+
msgstr ""
|
|
185
|
+
"GPSTimeStamp kaj GPSDateTime ne enhavas subtenatan tempan formaton (en la "
|
|
186
|
+
"{group} grupo)"
|
|
187
|
+
|
|
188
|
+
#: geopic_tag_reader/reader.py:666
|
|
189
|
+
#, python-brace-format
|
|
190
|
+
msgid "Skipping GPS date/time ({group} group) as it was not recognized: {v}"
|
|
191
|
+
msgstr ""
|
|
192
|
+
"Preterlasante GPS-daton/horon ({group} grupo) ĉar ĝi ne estis rekonita: {v}"
|
|
193
|
+
|
|
194
|
+
#: geopic_tag_reader/reader.py:692
|
|
195
|
+
#, python-brace-format
|
|
196
|
+
msgid ""
|
|
197
|
+
"Microseconds read from decimal seconds value ({microsecondsFromSeconds}) is "
|
|
198
|
+
"not matching value from EXIF field ({microseconds}). Max value will be kept."
|
|
199
|
+
msgstr ""
|
|
200
|
+
"Mikrosekundoj legitaj el la decimal-sekunda valoro "
|
|
201
|
+
"({microsecondsFromSeconds}) ne kongruas kun la valoro en la EXIF-kampo "
|
|
202
|
+
"({microseconds}). Maksimuma valoro estos konservita."
|
|
203
|
+
|
|
204
|
+
#: geopic_tag_reader/writer.py:132
|
|
205
|
+
#, python-brace-format
|
|
206
|
+
msgid "Unsupported key in additional tags ({k})"
|
|
207
|
+
msgstr "Nesubtenata ŝlosilo en aldonaj etikedoj ({k})"
|
|
208
|
+
|
|
209
|
+
#: geopic_tag_reader/main.py:28
|
|
210
|
+
msgid "GPS accuracy:"
|
|
211
|
+
msgstr "GPS-precizeco:"
|
|
212
|
+
|
|
213
|
+
#: geopic_tag_reader/main.py:38
|
|
214
|
+
msgid "Field of view:"
|
|
215
|
+
msgstr "Vida kampo:"
|
|
216
|
+
|
|
217
|
+
#: geopic_tag_reader/main.py:39
|
|
218
|
+
msgid "Sensor width:"
|
|
219
|
+
msgstr "Larĝeco de la sensilo:"
|
|
Binary file
|
|
@@ -8,16 +8,16 @@ msgstr ""
|
|
|
8
8
|
"Project-Id-Version: \n"
|
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
|
10
10
|
"POT-Creation-Date: 2024-10-28 11:05+0100\n"
|
|
11
|
-
"PO-Revision-Date:
|
|
12
|
-
"Last-Translator:
|
|
13
|
-
"Language-Team: French <http://weblate.panoramax.xyz/projects/panoramax/
|
|
14
|
-
"reader/fr/>\n"
|
|
11
|
+
"PO-Revision-Date: 2025-01-10 14:14+0000\n"
|
|
12
|
+
"Last-Translator: PanierAvide <adrien@pavie.info>\n"
|
|
13
|
+
"Language-Team: French <http://weblate.panoramax.xyz/projects/panoramax/"
|
|
14
|
+
"tag-reader/fr/>\n"
|
|
15
15
|
"Language: fr\n"
|
|
16
16
|
"MIME-Version: 1.0\n"
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
|
20
|
-
"X-Generator:
|
|
20
|
+
"X-Generator: Weblate 5.4.3\n"
|
|
21
21
|
|
|
22
22
|
#: geopic_tag_reader/main.py:26
|
|
23
23
|
msgid "Latitude:"
|
|
@@ -233,3 +233,15 @@ msgstr "Clé non-supportée dans les attributs additionnels ({k})"
|
|
|
233
233
|
#~ msgid "Skipping GPS date/time ({group} group) as it was not recognized:"
|
|
234
234
|
#~ msgstr ""
|
|
235
235
|
#~ "Date/heure du GPS (groupe {group}) ignorée car elle n'a pas été reconnue :"
|
|
236
|
+
|
|
237
|
+
#: geopic_tag_reader/main.py:28
|
|
238
|
+
msgid "GPS accuracy:"
|
|
239
|
+
msgstr "Précision GPS :"
|
|
240
|
+
|
|
241
|
+
#: geopic_tag_reader/main.py:38
|
|
242
|
+
msgid "Field of view:"
|
|
243
|
+
msgstr "Angle de vue :"
|
|
244
|
+
|
|
245
|
+
#: geopic_tag_reader/main.py:39
|
|
246
|
+
msgid "Sensor width:"
|
|
247
|
+
msgstr "Longueur du capteur :"
|