Skip to content
Open
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
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>."
}