mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
Integrate Basque translation
This commit is contained in:
parent
5cf7e47ffa
commit
ce6f942ed3
1
AUTHORS
1
AUTHORS
@ -74,6 +74,7 @@ Translations authors:
|
|||||||
copyright:
|
copyright:
|
||||||
- Arabic: SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)
|
- Arabic: SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)
|
||||||
- Armenian: Hrant Ohanyan (hrantohanyan@mail.am)
|
- Armenian: Hrant Ohanyan (hrantohanyan@mail.am)
|
||||||
|
- Basque: Xabier Aramendi (azpidatziak@gmail.com)
|
||||||
- Belarusian: Mihas Varantsou (meequz@gmail.com)
|
- Belarusian: Mihas Varantsou (meequz@gmail.com)
|
||||||
- Brazilian: Nick Marinho (nickmarinho@gmail.com)
|
- Brazilian: Nick Marinho (nickmarinho@gmail.com)
|
||||||
- Bulgarian: Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)
|
- Bulgarian: Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)
|
||||||
|
@ -64,6 +64,7 @@ class about : public QDialog, private Ui::AboutDlg{
|
|||||||
QString trans_txt = "<p>"+tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"</p>";
|
QString trans_txt = "<p>"+tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"</p>";
|
||||||
trans_txt += QString::fromUtf8("<ul><li><u>Arabic:</u> SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)</li>\
|
trans_txt += QString::fromUtf8("<ul><li><u>Arabic:</u> SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)</li>\
|
||||||
<li><u>Armenian:</u> Hrant Ohanyan (hrantohanyan@mail.am)</li>\
|
<li><u>Armenian:</u> Hrant Ohanyan (hrantohanyan@mail.am)</li>\
|
||||||
|
<li><u>Basque:</u> Xabier Aramendi (azpidatziak@gmail.com)</li>\
|
||||||
<li><u>Belarusian:</u> Mihas Varantsou (meequz@gmail.com)</li>\
|
<li><u>Belarusian:</u> Mihas Varantsou (meequz@gmail.com)</li>\
|
||||||
<li><u>Brazilian:</u> Nick Marinho (nickmarinho@gmail.com)</li>\
|
<li><u>Brazilian:</u> Nick Marinho (nickmarinho@gmail.com)</li>\
|
||||||
<li><u>Bulgarian:</u> Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)</li>\
|
<li><u>Bulgarian:</u> Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)</li>\
|
||||||
|
@ -35,5 +35,6 @@
|
|||||||
<file>lang/qbittorrent_ro.qm</file>
|
<file>lang/qbittorrent_ro.qm</file>
|
||||||
<file>lang/qbittorrent_ka.qm</file>
|
<file>lang/qbittorrent_ka.qm</file>
|
||||||
<file>lang/qbittorrent_be.qm</file>
|
<file>lang/qbittorrent_be.qm</file>
|
||||||
|
<file>lang/qbittorrent_eu.qm</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
BIN
src/lang/qbittorrent_eu.qm
Normal file
BIN
src/lang/qbittorrent_eu.qm
Normal file
Binary file not shown.
5291
src/lang/qbittorrent_eu.ts
Normal file
5291
src/lang/qbittorrent_eu.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -1265,6 +1265,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const
|
|||||||
case QLocale::Arabic: return QString::fromUtf8("عربي");
|
case QLocale::Arabic: return QString::fromUtf8("عربي");
|
||||||
case QLocale::Georgian: return QString::fromUtf8("ქართული");
|
case QLocale::Georgian: return QString::fromUtf8("ქართული");
|
||||||
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
|
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
|
||||||
|
case QLocale::Basque: return QString::fromUtf8("Euskara");
|
||||||
case QLocale::Chinese: {
|
case QLocale::Chinese: {
|
||||||
if (country == "cn")
|
if (country == "cn")
|
||||||
return QString::fromUtf8("中文 (简体)");
|
return QString::fromUtf8("中文 (简体)");
|
||||||
|
@ -226,4 +226,5 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
|
|||||||
$$LANG_PATH/qbittorrent_hy.ts \
|
$$LANG_PATH/qbittorrent_hy.ts \
|
||||||
$$LANG_PATH/qbittorrent_lt.ts \
|
$$LANG_PATH/qbittorrent_lt.ts \
|
||||||
$$LANG_PATH/qbittorrent_ka.ts \
|
$$LANG_PATH/qbittorrent_ka.ts \
|
||||||
$$LANG_PATH/qbittorrent_be.ts
|
$$LANG_PATH/qbittorrent_be.ts \
|
||||||
|
$$LANG_PATH/qbittorrent_eu.ts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user