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

Turkish translation added #42

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions lib/translations/lib/tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"templates.email.greeting": "Merhaba, {userName},",
"templates.email.signature": "DemocracyOS grubu.",

"templates.welcome-email.subject": "DemocracyOS'a hoşgeldiniz!",
"templates.welcome-email.body": "Hesabınızı aktive etmek için lütfen <a href=\"{validateUrl}\">buraya tıklayınız</a>.",
"templates.welcome-email.ps": "Not: Eğer bu siteye kayıt olmadıysanız lütfen bu mesajı görmezden gelin.",

"templates.forgot-password.subject": "Şifre resetleme talebinde bulunuldu",
"templates.forgot-password.body": "Şifrenizi resetlemek için lütfen <a href=\"{resetPasswordUrl}\">buraya tıklayınız</a>",
"templates.forgot-password.ps": "Not: Eğer bu işlem size ait değilse lütfen bu maili görmezden gelin.",

"templates.comment-reply.subject": "Savınıza yanıt verildi",
"templates.new-comment.subject": "Şuraya yanıt verildi: \"{topicTitle}\"",

"templates.topic-published.subject": "Yeni konu yayınlandı",
"templates.topic-published.body": "Yeni bir konu yayınlandı:",
"templates.topic-published.body2": "Görmek için lütfen <a href=\"{url}\">buraya tıklayınız</a>."
}