Chatwoot/app/javascript/dashboard/i18n/locale/tr/generalSettings.json
Sojan Jose bf7915c8a3
chore: Update translations, Add Norwegian(no) (#1675)
Co-authored-by: magnus - Norwegian
Co-authored-by: Sina Nouri (sina.nouri) - Persian
Co-authored-by: Arnaud Dupont (dupont.arnaud.58) - French
Co-authored-by: Ilya Konovalenko (ilyakonovalenko) - Russian
Co-authored-by: lybtt - Chinese Simplified
Co-authored-by: arturczyzewski - Polish
Co-authored-by: vfasoulas - Greek
Co-authored-by: Thiago Costa Cavalcante (thiagolinocc) - Portuguese, Brazilian
Co-authored-by: Yovan Lutfi Arya (Regerta) - Indonesian
Co-authored-by: chinyaev - Russian
Co-authored-by: this-gavagai - Nepali
Co-authored-by: petrs - Czech
Co-authored-by: Sin V (jiiniasu) - Swedish
Co-authored-by: Ambler (ambler) - Korean
Co-authored-by: Nestor Davalos (nestordavalos) - Spanish
Co-authored-by: Goudarz Jafari (Goudarz) - Persian
Co-authored-by: Pranav <pranav@chatwoot.com>
2021-01-28 14:03:52 +05:30

75 lines
2.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"GENERAL_SETTINGS": {
"TITLE": "Hesap ayarları",
"SUBMIT": "Ayarları güncelle",
"BACK": "Geri",
"UPDATE": {
"ERROR": "Ayarlar güncellenemedi, tekrar deneyin!",
"SUCCESS": "Hesap ayarları başarıyla güncellendi"
},
"FORM": {
"ERROR": "Lütfen form hatalarını düzeltin",
"GENERAL_SECTION": {
"TITLE": "Genel Ayarlar",
"NOTE": ""
},
"NAME": {
"LABEL": "Hesap adı",
"PLACEHOLDER": "Hesap adınız",
"ERROR": "Lütfen geçerli bir hesap adı girin"
},
"LANGUAGE": {
"LABEL": "Site dili (Beta)",
"PLACEHOLDER": "Hesap adınız",
"ERROR": ""
},
"DOMAIN": {
"LABEL": "Gelen E-posta Alanı",
"PLACEHOLDER": "E-postaları alacağınız alan",
"ERROR": ""
},
"SUPPORT_EMAIL": {
"LABEL": "Destek E-postası",
"PLACEHOLDER": "Şirketinizin destek e-postası",
"ERROR": ""
},
"AUTO_RESOLVE_DURATION": {
"LABEL": "Etkinlik yoksa, bir biletin otomatik olarak çözülmesi gereken gün sayısı",
"PLACEHOLDER": "30",
"ERROR": "Lütfen geçerli bir otomatik çözüm süresi girin (minimum 1 gün)"
},
"FEATURES": {
"INBOUND_EMAIL_ENABLED": "Hesabınız için e-postalarla görüşme sürekliliği etkinleştirildi.",
"CUSTOM_EMAIL_DOMAIN_ENABLED": "Artık özel alan adınızda e-postalar alabilirsiniz."
}
},
"UPDATE_CHATWOOT": "An update %{latestChatwootVersion} for Chatwoot is available. Please update your instance."
},
"FORMS": {
"MULTISELECT": {
"ENTER_TO_SELECT": "Seçmek için enter tuşuna basın",
"ENTER_TO_REMOVE": "Kaldırmak için enter tuşuna basın",
"SELECT_ONE": "Birini seç"
}
},
"NOTIFICATIONS_PAGE": {
"HEADER": "Bildirimler",
"MARK_ALL_DONE": "Mark All Done",
"LIST": {
"LOADING_MESSAGE": "Loading notifications...",
"404": "No Notifications",
"TABLE_HEADER": [
"İsim",
"Telefon numarası",
"Konuşmalar",
"Son Görüşülen"
]
},
"TYPE_LABEL": {
"conversation_creation": "New conversation",
"conversation_assignment": "Conversation Assigned",
"assigned_conversation_new_message": "New Message",
"conversation_mention": "Mention"
}
}
}