diff --git a/src/config/locales/tr-TR.json b/src/config/locales/tr-TR.json index 7d4b7cd08..a08ab6b00 100644 --- a/src/config/locales/tr-TR.json +++ b/src/config/locales/tr-TR.json @@ -181,7 +181,8 @@ "cancel": "Vazgeç", "delete": "Temizle", "copied": "Kopyalandı", - "no_internet": "Bağlantı yok." + "no_internet": "Bağlantı yok.", + "confirm": "Confirm" }, "post": { "reblog_alert": "Reblog yapma istediginize emin misiniz?" @@ -248,5 +249,21 @@ "reputation": "itibar", "votes": "oylar", "age": "yaş" + }, + "transfer": { + "title": "Transfer To Account", + "from": "From", + "to": "To", + "amount": "Amount", + "memo": "Memo", + "information": "Are you sure to transfer to funds?", + "amount_desc": "Balance", + "memo_desc": "This memo is public", + "to_placeholder": "Username", + "memo_placeholder": "Enter your notes here", + "transferToken": "Transfer", + "transferToSaving": "Transfer To Saving", + "powerUp": "Power Up", + "steemconnect_title": "Steemconnect Transfer" } }