Skip to content

Commit 13b254f

Browse files
committed
update translations
1 parent 134b2dc commit 13b254f

8 files changed

+20
-18
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ vendor/
55
data/SRTM/SRTM_SE_250m.tif
66
data/SRTM/SRTM_W_250m.tif
77
data/SRTM/SRTM_W_250m.tif.aux.xml
8+
code/install_pip_packages.bat

code/i18n/qgisfmv_ca.qm

-916 Bytes
Binary file not shown.

code/i18n/qgisfmv_ca.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE TS><TS version="2.0" language="ca" sourcelanguage="">
2+
<!DOCTYPE TS>
3+
<TS version="2.0" language="ca">
34
<context>
45
<name>ColorDialog</name>
56
<message>
@@ -132,7 +133,7 @@
132133
<message>
133134
<location filename="../player/QgsManager.py" line="49"/>
134135
<source>Remove</source>
135-
<translation type="unfinished"></translation>
136+
<translation>Esborrar</translation>
136137
</message>
137138
</context>
138139
<context>
@@ -205,7 +206,7 @@
205206
<message>
206207
<location filename="../ui/ui_FmvManager.ui" line="142"/>
207208
<source>Open MPEG2 File</source>
208-
<translation type="unfinished"></translation>
209+
<translation></translation>
209210
</message>
210211
</context>
211212
<context>
@@ -473,7 +474,7 @@
473474
<message>
474475
<location filename="../ui/ui_FmvPlayer.ui" line="813"/>
475476
<source>Draw Pinpoint</source>
476-
<translation type="unfinished"></translation>
477+
<translation></translation>
477478
</message>
478479
<message>
479480
<location filename="../ui/ui_FmvPlayer.ui" line="821"/>

code/i18n/qgisfmv_en.qm

231 Bytes
Binary file not shown.

code/i18n/qgisfmv_en.ts

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE TS><TS version="2.0" language="en" sourcelanguage="">
2+
<!DOCTYPE TS>
3+
<TS version="2.0" language="en">
34
<context>
45
<name>ColorDialog</name>
56
<message>
@@ -473,22 +474,22 @@
473474
<message>
474475
<location filename="../ui/ui_FmvPlayer.ui" line="813"/>
475476
<source>Draw Pinpoint</source>
476-
<translation type="unfinished"></translation>
477+
<translation>Draw Pinpoint</translation>
477478
</message>
478479
<message>
479480
<location filename="../ui/ui_FmvPlayer.ui" line="821"/>
480481
<source>Draw Line</source>
481-
<translation type="unfinished"></translation>
482+
<translation>Draw Line</translation>
482483
</message>
483484
<message>
484485
<location filename="../ui/ui_FmvPlayer.ui" line="829"/>
485486
<source>Draw Polygon</source>
486-
<translation type="unfinished"></translation>
487+
<translation>Draw Polygon</translation>
487488
</message>
488489
<message>
489490
<location filename="../ui/ui_FmvPlayer.ui" line="837"/>
490491
<source>Object Tracking</source>
491-
<translation type="unfinished"></translation>
492+
<translation>Object Tracking</translation>
492493
</message>
493494
</context>
494495
<context>

code/i18n/qgisfmv_es.qm

253 Bytes
Binary file not shown.

code/i18n/qgisfmv_es.ts

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!DOCTYPE TS><TS version="2.0" language="es_ES" sourcelanguage="">
2+
<!DOCTYPE TS>
3+
<TS version="2.0" language="es_ES">
34
<context>
45
<name>ColorDialog</name>
56
<message>
@@ -473,22 +474,22 @@
473474
<message>
474475
<location filename="../ui/ui_FmvPlayer.ui" line="813"/>
475476
<source>Draw Pinpoint</source>
476-
<translation type="unfinished"></translation>
477+
<translation>Dibujar punto</translation>
477478
</message>
478479
<message>
479480
<location filename="../ui/ui_FmvPlayer.ui" line="821"/>
480481
<source>Draw Line</source>
481-
<translation type="unfinished"></translation>
482+
<translation>Dibujar Línea</translation>
482483
</message>
483484
<message>
484485
<location filename="../ui/ui_FmvPlayer.ui" line="829"/>
485486
<source>Draw Polygon</source>
486-
<translation type="unfinished"></translation>
487+
<translation>Dibujar Poligono</translation>
487488
</message>
488489
<message>
489490
<location filename="../ui/ui_FmvPlayer.ui" line="837"/>
490491
<source>Object Tracking</source>
491-
<translation type="unfinished"></translation>
492+
<translation>Seguimiento de blancos</translation>
492493
</message>
493494
</context>
494495
<context>

code/install_pip_packages.bat

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ call "py3-env.bat"
66

77
cd /D %UserProfile%
88

9-
python3 -m pip install matplotlib==2.0.0
10-
python3 -m pip install opencv-python==3.4.0.12
11-
python3 -m pip install homography==0.1.5
12-
pause
9+
python3 -m pip install -r requirements.txt
10+
::pause

0 commit comments

Comments
 (0)