mirror of
https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
synced 2025-01-08 11:57:51 +08:00
Added Armenian translation
This commit is contained in:
parent
ecffc5e550
commit
847a6c75d7
1
AUTHORS
1
AUTHORS
@ -68,6 +68,7 @@ Translations authors:
|
||||
* files: src/lang/*.ts
|
||||
copyright:
|
||||
- Arabic: SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)
|
||||
- Armenian: Hrant Ohanyan (hrantohanyan@mail.am)
|
||||
- Brazilian: Nick Marinho (nickmarinho@gmail.com)
|
||||
- Bulgarian: Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)
|
||||
- Catalan: Francisco Luque Contreras (frannoe@ya.com)
|
||||
|
@ -60,6 +60,7 @@ class about : public QDialog, private Ui::AboutDlg{
|
||||
// Translation
|
||||
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>\
|
||||
<li><u>Armenian:</u> Hrant Ohanyan (hrantohanyan@mail.am)</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>Catalan:</u> Francisco Luque Contreras (frannoe@ya.com)</li>\
|
||||
|
@ -31,5 +31,6 @@
|
||||
<file>lang/qbittorrent_en.qm</file>
|
||||
<file>lang/qbittorrent_hr.qm</file>
|
||||
<file>lang/qbittorrent_ro.qm</file>
|
||||
<file>lang/qbittorrent_hy.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
</RCC>
|
||||
|
BIN
src/lang/qbittorrent_hy.qm
Normal file
BIN
src/lang/qbittorrent_hy.qm
Normal file
Binary file not shown.
5086
src/lang/qbittorrent_hy.ts
Normal file
5086
src/lang/qbittorrent_hy.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -200,4 +200,5 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
|
||||
$$LANG_PATH/qbittorrent_sr.ts \
|
||||
$$LANG_PATH/qbittorrent_ar.ts \
|
||||
$$LANG_PATH/qbittorrent_hr.ts \
|
||||
$$LANG_PATH/qbittorrent_gl.ts
|
||||
$$LANG_PATH/qbittorrent_gl.ts \
|
||||
$$LANG_PATH/qbittorrent_hy.ts
|
||||
|
@ -212,6 +212,7 @@
|
||||
<option value="cs_CZ" title="Icons/flags/cz.png">Čeština</option>
|
||||
<option value="sk_SK" title="Icons/flags/sk.png">Slovenčina</option>
|
||||
<option value="sr_CS" title="Icons/flags/cs.png">Српски</option>
|
||||
<option value="hy_AM" title="Icons/flags/am.png">Armenian</option>
|
||||
<option value="ro_RO" title="Icons/flags/ro.png">Română</option>
|
||||
<option value="tr_TR" title="Icons/flags/tr.png">Türkçe</option>
|
||||
<option value="el_GR" title="Icons/flags/gr.png">Ελληνικά</option>
|
||||
|
Loading…
Reference in New Issue
Block a user