Qt: Add Turkey translation

Thanks to Serkan ÖNDER
This commit is contained in:
Alexis La Goutte 2021-07-27 21:04:18 +02:00 committed by Wireshark GitLab Utility
parent 8e2cd4f652
commit 2ee06d3fef
6 changed files with 17623 additions and 0 deletions

View File

@ -13,6 +13,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.tr_TR = ui/qt/wireshark_tr_TR.ts
trans.uk = ui/qt/wireshark_uk.ts
trans.zh_CN = ui/qt/wireshark_zh_CN.ts
type = QT

View File

@ -86,9 +86,13 @@ The following features are new (or have been significantly updated) since versio
* tshark can now export TLS session keys with the --export-tls-session-keys option.
<<<<<<< HEAD
* Wireshark participated in the Google Season of Docs 2020 and the Users Guide has been extensively updated.
* Format of export to CSV in RTP Stream Analysis dialog was slightly changed. First line of export contains names of columns as in other CSV exports.
=======
* Wireshark now supports the Turkish language.
>>>>>>> Qt: Add Turkey translation
// === Removed Features and Support

View File

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

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="800">
<rect width="1200" height="800" fill="#E30A17"/>
<circle cx="425" cy="400" r="200" style="fill:#ffffff"/>
<circle cx="475" cy="400" r="160" style="fill:#E30A17"/>
<polygon style="fill:#ffffff"
points="583.334,400 764.235,458.779 652.431,304.894 652.431,495.106 764.235,341.221"/>
</svg>

After

Width:  |  Height:  |  Size: 396 B

View File

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

17608
ui/qt/wireshark_tr_TR.ts Normal file

File diff suppressed because it is too large Load Diff