Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing translations #446

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading