1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-23 19:25:54 +01:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Hosted Weblate
e2b6dcf8d3
Merge branch 'origin/master' into Weblate. 2024-10-20 19:22:29 +02:00
776104a9fa Add missing English localization to the NSIS installer
Add missing English localization to the NSIS installer and rename the "zh"
translation file to "zh_CN" due to Taiwan having it's own language variant
(available as QT core translation).

The existence (copy during install) of the "en" translation file should
hopefully fix #569.
2024-10-20 19:15:01 +02:00
Babos Gábor
941aa6d83b
Translated using Weblate (Hungarian)
Currently translated at 100.0% (488 of 488 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/hu/
2024-10-20 18:22:11 +02:00
4 changed files with 10 additions and 9 deletions

View File

@ -494,7 +494,7 @@ TRANSLATIONS = lang/gpxsee_en.ts \
lang/gpxsee_hu.ts \
lang/gpxsee_it.ts \
lang/gpxsee_eo.ts \
lang/gpxsee_zh.ts \
lang/gpxsee_zh_CN.ts \
lang/gpxsee_ca.ts \
lang/gpxsee_ko.ts

View File

@ -117,7 +117,7 @@
<message>
<location filename="../src/data/data.cpp" line="169"/>
<source>JPEG images</source>
<translation>JPEG fájlok</translation>
<translation>JPEG képek</translation>
</message>
<message>
<location filename="../src/data/data.cpp" line="170"/>
@ -295,7 +295,7 @@
<location filename="../src/GUI/fileselectwidget.cpp" line="46"/>
<location filename="../src/GUI/fileselectwidget.cpp" line="51"/>
<source>Select file</source>
<translation>Fájl választása</translation>
<translation>Fájl kiválasztása</translation>
</message>
<message>
<location filename="../src/GUI/fileselectwidget.cpp" line="61"/>
@ -305,12 +305,12 @@
<message>
<location filename="../src/GUI/fileselectwidget.cpp" line="71"/>
<source>%1 is a directory.</source>
<translation>A(z) %1 egy mappa.</translation>
<translation>%1 egy mappa.</translation>
</message>
<message>
<location filename="../src/GUI/fileselectwidget.cpp" line="75"/>
<source>%1 is not writable.</source>
<translation>A(z) %1 írásvédett.</translation>
<translation>%1 írásvédett.</translation>
</message>
</context>
<context>
@ -356,7 +356,7 @@
<location filename="../src/GUI/gui.cpp" line="974"/>
<location filename="../src/GUI/gui.cpp" line="992"/>
<source>Paths</source>
<translation>Adatmappák</translation>
<translation>Elérési útvonalak</translation>
</message>
<message>
<location filename="../src/GUI/gui.cpp" line="211"/>
@ -369,7 +369,7 @@
<location filename="../src/GUI/gui.cpp" line="215"/>
<location filename="../src/GUI/gui.cpp" line="901"/>
<source>About GPXSee</source>
<translation>GPXSee névjegye</translation>
<translation>A GPXSee névjegye</translation>
</message>
<message>
<location filename="../src/GUI/gui.cpp" line="221"/>
@ -429,7 +429,7 @@
<message>
<location filename="../src/GUI/gui.cpp" line="297"/>
<source>Unselect all files</source>
<translation>Összes kijelölés megszüntetése</translation>
<translation>Összes kijelölésének visszavonása</translation>
</message>
<message>
<location filename="../src/GUI/gui.cpp" line="302"/>

View File

@ -342,9 +342,10 @@ SectionEnd
SectionGroup "Localization" SEC_LOCALIZATION
!insertmacro LOCALIZATION "Catalan" "ca"
!insertmacro LOCALIZATION "Chinese (Simplified)" "zh"
!insertmacro LOCALIZATION "Chinese (Simplified)" "zh_CN"
!insertmacro LOCALIZATION "Czech" "cs"
!insertmacro LOCALIZATION "Danish" "da"
!insertmacro LOCALIZATION "English" "en"
!insertmacro LOCALIZATION "Esperanto" "eo"
!insertmacro LOCALIZATION "Finnish" "fi"
!insertmacro LOCALIZATION "French" "fr"