Skip to content

Commit

Permalink
feat(language): added turkish language
Browse files Browse the repository at this point in the history
  • Loading branch information
batamar committed Sep 2, 2020
1 parent 0d3000a commit 67e22cc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/modules/settings/general/constants.ts
Expand Up @@ -14,7 +14,8 @@ export const LANGUAGES = [
{ label: 'Vietnam', value: 'vi' },
{ label: 'Indonesian', value: 'yi' },
{ label: 'Republic of Serbia', value: 'en_RS' },
{ label: 'Dutch', value: 'nl' }
{ label: 'Dutch', value: 'nl' },
{ label: 'Turkish', value: 'tr_TR' },
];

export const SERVICE_TYPES = [
Expand Down
42 changes: 42 additions & 0 deletions widgets/locales/tr_TR.json
@@ -0,0 +1,42 @@
{
"Welcome!": "Hoşgeldiniz!",
"Close": "Kapat",
"Offline": "Çevrimdışı",
"Online": "İnternet üzerinden",
"Send a message": "Bir mesaj göndermek",
"Send": "Gönder",
"Support": "Destek",
"Faq": "SSS",
"Start new conversation": "Yeni görüşme başlatın",
"Write a reply": "Bir cevap yaz",
"Conversation": "Sohbet",
"with Support staff": "Destek personeli ile",
"Click to select a date": "Bir tarih seçmek için tıklayın",
"Thanks for your message. We will respond as soon as we can.": "Mesajın için teşekkürler. Elimizden geldiğince çabuk cevap vereceğiz.",
"Create new": "Yeni oluşturmak",
"Written by": "Tarafından yazılmıştır",
"Modified ": "Değiştirilmiş",
"Created ": "Oluşturuldu",
"There are ": "Var",
"articles in this category": "bu kategorideki makaleler",
"Back to categories": "Kategorilere dön",
"Back to top": "Başa dönüş",
"Back to articles": "Makalelere dön",
"Contact": "İletişim",
"Give us your contact information": "Bize iletişim bilgilerinizi verin",
"Email": "E-posta adresi",
"SMS": "SMS",
"email@domain.com": "email@domain.com",
"phone number": "telefon numarası",
"Support staff": "Destek personeli",
"Conversations": "Konuşmalar",
"Recent conversations": "Son görüşmeler",
"with Support staffs": "Destek personeli ile",
"Talk with support staff": "Destek personeli ile konuşun",
"Do you want to end this conversation ?": "Bu sohbeti bitirmek istiyor musun?",
"Welcome description": "Herhangi bir sorunuz olursa bana bildirin! Yardımcı olmaktan mutluluk duyarız",
"Failed": "Başarısız oldu",
"No articles found": "Hiçbir makale bulunamadı",
"Search": "Arama",
"End conversation": "Konuşmayı bitir"
}

0 comments on commit 67e22cc

Please sign in to comment.