Skip to content

Commit

Permalink
Add missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Jan 7, 2024
1 parent 0d87697 commit 4e33e07
Show file tree
Hide file tree
Showing 7 changed files with 4,638 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/po/LINGUAS
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
en
es_ES
fr
it_IT
nl
nl_BE
pl
ru
tr
zh_CN
60 changes: 60 additions & 0 deletions data/po/tr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Alexey Rochev <[email protected]>
# This file is distributed under the same license as the tremotesf package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Mehmet BEKGÖZ, 2023
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: tremotesf\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-31 19:28+0300\n"
"PO-Revision-Date: 2018-08-31 13:48+0000\n"
"Last-Translator: Mehmet BEKGÖZ, 2023\n"
"Language-Team: Turkish (https://app.transifex.com/equeim/teams/72280/tr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: tmp.desktop.in:4 ../org.equeim.Tremotesf.appdata.xml.in:7
msgid "Tremotesf"
msgstr "Tremotesf"

#: tmp.desktop.in:5 ../org.equeim.Tremotesf.appdata.xml.in:8
msgid "Remote GUI for Transmission BitTorrent client"
msgstr "Transmission BitTorrent istemcisi için uzaktan uygulama"

#: ../org.equeim.Tremotesf.appdata.xml.in:11
msgid ""
"Tremotesf is a remote GUI for Transmission BitTorrent client. You can fully "
"control your transmission-daemon instance, manage torrents, set Transmission"
" settings, view server statistics."
msgstr ""
"Tremotesf, Transmission BitTorrent istemcisi için uzaktan bir GUI'dir. "
"Transmission-daemon örneğinizi tamamen kontrol edebilir, torrentleri "
"yönetebilir, transmission ayarlarını yapabilir, sunucu istatistiklerini "
"görüntüleyebilirsiniz."

#: ../org.equeim.Tremotesf.appdata.xml.in:14
msgid ""
"You can add several servers profiles and switch between them (only one can "
"be connected at a time). Tremotesf has support of HTTPS, including self-"
"signed certificates and client certificate authentication. You can set "
"mounted directories for servers and quickly open torrents' files and choose "
"download directory from file dialog."
msgstr ""
"Birkaç sunucu profili ekleyebilir ve bunlar arasında geçiş yapabilirsiniz "
"(aynı anda yalnızca bir tanesi bağlanabilir). Tremotesf, kendinden imzalı "
"sertifikalar ve istemci sertifikası kimlik doğrulaması dahil olmak üzere "
"HTTPS desteğine sahiptir. Sunucular için monte edilmiş dizinler "
"ayarlayabilir ve torrent dosyalarını hızlı bir şekilde açabilir ve dosya "
"iletişim kutusundan indirme dizinini seçebilirsiniz."

#: ../org.equeim.Tremotesf.appdata.xml.in:41
msgid "Alexey Rochev"
msgstr "Alexey Rochev"
6 changes: 6 additions & 0 deletions src/translators.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<li><p>French</p>
<p>Jonathan Blanc<br>Nicolas Roudninski</p>
</li>
<li><p>German</p>
<p>LaszloEr</p>
</li>
<li><p>Italian (Italy)</p>
<p>albanobattistella<br/>Ioma Taani</p>
</li>
Expand All @@ -40,4 +43,7 @@
<li><p>Spanish</p>
<p>carlosgonzz &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;</p>
</li>
<li><p>Turkish</p>
<p>Mehmet BEKGÖZ</p>
</li>
</ul>
2 changes: 2 additions & 0 deletions translations/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
find_package(Qt${TREMOTESF_QT_VERSION_MAJOR} ${TREMOTESF_MINIMUM_QT_VERSION} REQUIRED COMPONENTS LinguistTools)
# Make sure to also change translations.qrc
qt_add_translation(qm_files
de.ts
en.ts
es.ts
fr.ts
Expand All @@ -13,6 +14,7 @@ qt_add_translation(qm_files
nl.ts
pl.ts
ru.ts
tr.ts
zh_CN.ts
)
add_custom_target(translations ALL DEPENDS ${qm_files})
Expand Down
Loading

0 comments on commit 4e33e07

Please sign in to comment.