Qt: Add Ukrainian (uk) translation

No yet available at 100% (35,8%) but work in progress...

Change-Id: I3d0d861037abe5e5f2611f95ac27ad42c8d20c47
Reviewed-on: https://code.wireshark.org/review/31158
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-12-21 08:01:14 +01:00 committed by Anders Broman
parent 8eb3ef85fe
commit 79c4f0ffbb
6 changed files with 15980 additions and 1 deletions

View File

@ -12,6 +12,7 @@ trans.ja_JP = ui/qt/wireshark_ja_JP.ts
trans.pl = ui/qt/wireshark_pl.ts
trans.ru = ui/qt/wireshark_ru.ts
trans.sv = ui/qt/wireshark_sv.ts
trans.uk = ui/qt/wireshark_uk.ts
trans.zh_CN = ui/qt/wireshark_zh_CN.ts
type = QT

View File

@ -39,7 +39,7 @@ Dumpcap might not quit if Wireshark or TShark crashes.
The following features are new (or have been significantly updated)
since version 2.9.0:
* Wireshark now supports the Swedish language.
* Wireshark now supports the Swedish and Ukrainian language.
The following features are new (or have been significantly updated)
since version 2.6.0:

View File

@ -8,6 +8,7 @@
<file>pl.svg</file>
<file>ru.svg</file>
<file>sv.svg</file>
<file>uk.svg</file>
<file>zh_CN.svg</file>
</qresource>
</RCC>

4
image/languages/uk.svg Normal file
View File

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800">
<rect width="1200" height="800" fill="#005BBB"/>
<rect width="1200" height="400" y="400" fill="#FFD500"/>
</svg>

After

Width:  |  Height:  |  Size: 179 B

View File

@ -565,6 +565,7 @@ set(WIRESHARK_QT_TS
wireshark_pl.ts
wireshark_ru.ts
wireshark_sv.ts
wireshark_uk.ts
wireshark_zh_CN.ts
)

15972
ui/qt/wireshark_uk.ts Normal file

File diff suppressed because it is too large Load Diff