Qt: Add Swedish (sv) translation

No yet available at 100% (57,05%) but work in progress...

Change-Id: I3fa95c49003aa6fd5183d24fe76b721520a44ba0
Reviewed-on: https://code.wireshark.org/review/31157
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2018-12-21 07:50:09 +01:00 committed by Anders Broman
parent ee7e414ac5
commit 8eb3ef85fe
6 changed files with 16029 additions and 1 deletions

View File

@ -11,6 +11,7 @@ trans.it = ui/qt/wireshark_it.ts
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.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:
* Nothing yet.
* Wireshark now supports the Swedish language.
The following features are new (or have been significantly updated)
since version 2.6.0:

View File

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

5
image/languages/sv.svg Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" width="1600" height="1000" viewBox="0 0 16 10">
<rect width="16" height="10" fill="#006aa7"/>
<rect width="2" height="10" x="5" fill="#fecc00"/>
<rect width="16" height="2" y="4" fill="#fecc00"/>
</svg>

After

Width:  |  Height:  |  Size: 281 B

View File

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

16020
ui/qt/wireshark_sv.ts Normal file

File diff suppressed because it is too large Load Diff