diff --git a/public/language/fr/admin/settings/advanced.json b/public/language/fr/admin/settings/advanced.json
index ae03748b0c..b2dd82e5b3 100644
--- a/public/language/fr/admin/settings/advanced.json
+++ b/public/language/fr/admin/settings/advanced.json
@@ -5,8 +5,8 @@
"maintenance-mode.message": "Message de maintenance",
"headers": "En-têtes",
"headers.allow-from": "Définissez ALLOW-FROM pour afficher NodeBB dans un iFrame",
- "headers.csp-frame-ancestors": "Set Content-Security-Policy frame-ancestors header to Place NodeBB in an iFrame",
- "headers.csp-frame-ancestors-help": "'none', 'self'(default) or list of URIs to allow.",
+ "headers.csp-frame-ancestors": "Définir la politique de sécurité pour pouvoir intégrer des iframes",
+ "headers.csp-frame-ancestors-help": "'none', 'self' (par défaut) ou liste d'UrIs à autoriser.",
"headers.powered-by": "Personnaliser l'en-tête \"Propulsé par\" envoyé par NodeBB",
"headers.acao": "Access-Control-Allow-Origin",
"headers.acao-regex": "Access-Control-Allow-Origin Expression régulière",
diff --git a/public/language/fr/topic.json b/public/language/fr/topic.json
index 693a4fdab3..af72fbeebc 100644
--- a/public/language/fr/topic.json
+++ b/public/language/fr/topic.json
@@ -79,10 +79,10 @@
"thread_tools.purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?",
"thread_tools.merge_topics": "Fusionner les Sujets",
"thread_tools.merge": "Fusionner",
- "topic_move_success": "This topic will be moved shortly. Click here to undo.",
+ "topic_move_success": "Ce sujet va être déplacé. Cliquez ici pour annuler.",
"topic_move_undone": "Déplacement de sujet annulé",
- "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.",
- "topic_move_posts_undone": "Post move undone",
+ "topic_move_posts_success": "Les messages vont être déplacés. Cliquez ici pour annuler.",
+ "topic_move_posts_undone": "Déplacement annulé",
"post_delete_confirm": "Êtes-vous sûr de bien vouloir supprimer ce message ?",
"post_restore_confirm": "Êtes-vous sûr de bien vouloir restaurer ce message ?",
"post_purge_confirm": "Êtes-vous sûr de bien vouloir supprimer définitivement ce sujet ?",
@@ -100,9 +100,9 @@
"fork_topic": "Scinder le sujet",
"fork_topic_instruction": "Cliquez sur les postes à scinder",
"fork_no_pids": "Aucun post sélectionné !",
- "no-posts-selected": "No posts selected!",
- "x-posts-selected": "%1 post(s) selected",
- "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"",
+ "no-posts-selected": "Aucun(s) message(s) sélectionné(s) !",
+ "x-posts-selected": "%1 message(s) sélectionné(s)",
+ "x-posts-will-be-moved-to-y": "%1 message(s) seront déplacés vers \"%2\"",
"fork_pid_count": "%1 message(s) sélectionné(s)",
"fork_success": "Sujet copié avec succès ! Cliquez ici pour aller au sujet copié.",
"delete_posts_instruction": "Sélectionnez les messages que vous souhaitez supprimer/vider",
@@ -111,7 +111,7 @@
"merge-options": "Options de fusion",
"merge-select-main-topic": "Sélectionnez le sujet principal",
"merge-new-title-for-topic": "Nouveau titre pour le sujet",
- "move_posts_instruction": "Click the posts you want to move then go to target topic and click move.",
+ "move_posts_instruction": "Cliquez sur les messages que vous souhaitez déplacer, puis accédez au sujet cible et cliquez sur déplacer.",
"change_owner_instruction": "Cliquez sur les messages que vous souhaitez attribuer à un autre utilisateur.",
"composer.title_placeholder": "Entrer le titre du sujet ici…",
"composer.handle_placeholder": "Entrez votre nom/identifiant ici",
diff --git a/public/language/tr/admin/extend/widgets.json b/public/language/tr/admin/extend/widgets.json
index b1434c8fdb..2609575438 100644
--- a/public/language/tr/admin/extend/widgets.json
+++ b/public/language/tr/admin/extend/widgets.json
@@ -1,7 +1,7 @@
{
"available": "Kullanılabilir Bileşenler",
"explanation": "Açılır menüden bir bileşen seçin ve sol taraftaki bir şablonun bileşen alanına sürükleyip bırakın.",
- "none-installed": "No widgets found! Activate the widget essentials plugin in the plugins control panel.",
+ "none-installed": "Bileşen bulunamadı! Eklentiler kontrol panelinden bileşen eklentisini aktifleştirmelisiniz!",
"clone-from": "Bileşenleri klonla",
"containers.available": "Kullanılabilir Kutucuklar",
"containers.explanation": "Aktif olan herhangi bir bileşenin üzerine sürükleyin ve bırakın",
diff --git a/public/language/tr/admin/settings/advanced.json b/public/language/tr/admin/settings/advanced.json
index 251a0c3cdd..db82e42b4f 100644
--- a/public/language/tr/admin/settings/advanced.json
+++ b/public/language/tr/admin/settings/advanced.json
@@ -5,7 +5,7 @@
"maintenance-mode.message": "Bakım Mesajı",
"headers": "Başlıklar",
"headers.allow-from": "NodeBB'yi bir iFrame'e yerleştirmek için ALLOW-FROM'u ayarla",
- "headers.csp-frame-ancestors": "Set Content-Security-Policy frame-ancestors header to Place NodeBB in an iFrame",
+ "headers.csp-frame-ancestors": "NodeBB'yi bir iFrame'e yerleştirmek için Content-Security-Policy frame-ancestors başlığını ayarla",
"headers.csp-frame-ancestors-help": "'none', 'self'(default) or list of URIs to allow.",
"headers.powered-by": "NodeBB tarafından gönderilen \"Powered By\" başlığını özelleştirin",
"headers.acao": "Erişim-Kontrolü-Kaynak-İzni",
diff --git a/public/language/tr/admin/settings/email.json b/public/language/tr/admin/settings/email.json
index 1a1cc70f08..6dc0d4a7b6 100644
--- a/public/language/tr/admin/settings/email.json
+++ b/public/language/tr/admin/settings/email.json
@@ -22,8 +22,8 @@
"smtp-transport.username": "Kullanıcı Adı",
"smtp-transport.username-help": "For the Gmail service, enter the full email address here, especially if you are using a Google Apps managed domain.",
"smtp-transport.password": "Password",
- "smtp-transport.pool": "Enable pooled connections",
- "smtp-transport.pool-help": "Pooling connections prevents NodeBB from creating a new connection for every email. This option only applies if SMTP Transport is enabled.",
+ "smtp-transport.pool": "Toplu bağlantıları aktifleştir",
+ "smtp-transport.pool-help": "Toplu bağlantılar NodeBB'nin her e-posta için yeni bir bağlantı oluşturmasını engeller. Bu seçenek sadece SMTP Transport aktif ise geçerlidir.",
"template": "E-posta Kalıbını Düzenle",
"template.select": "E-posta Kalıbını Seç",
diff --git a/public/language/tr/error.json b/public/language/tr/error.json
index d05caeefa1..18c792d11a 100644
--- a/public/language/tr/error.json
+++ b/public/language/tr/error.json
@@ -162,7 +162,7 @@
"invalid-session-text": "Senin giriş oturumun pek aktif gözükmüyor, ya da sunucu ile eşleşmiyor. Lütfen sayfayı yenileyiniz.",
"no-topics-selected": "Hiçbir başlık seçilmedi!",
"cant-move-to-same-topic": "İletiyi aynı başlığa taşıyamazsın!",
- "cant-move-topic-to-same-category": "Can't move topic to the same category!",
+ "cant-move-topic-to-same-category": "Başlığı bulunduğu kategoriye taşıyamazsınız!",
"cannot-block-self": "Kendi kendinizi engelleyemezsiniz!",
"cannot-block-privileged": "Yöneticileri veya genel moderatörleri engelleyemezsiniz",
"cannot-block-guest": "Misafir diğer kullanıcıları engelleyemez",
diff --git a/public/language/tr/flags.json b/public/language/tr/flags.json
index 4abee0ea0c..cbf39d5d52 100644
--- a/public/language/tr/flags.json
+++ b/public/language/tr/flags.json
@@ -57,15 +57,15 @@
"state-rejected": "Reddedildi",
"no-assignee": "Atanmadı",
- "sort": "Sort by",
- "sort-newest": "Newest first",
- "sort-oldest": "Oldest first",
- "sort-reports": "Most reports",
- "sort-all": "All flag types...",
- "sort-posts-only": "Posts only...",
- "sort-downvotes": "Most downvotes",
- "sort-upvotes": "Most upvotes",
- "sort-replies": "Most replies",
+ "sort": "Sırala",
+ "sort-newest": "En yenisi önce",
+ "sort-oldest": "En eskisi önce",
+ "sort-reports": "En çok raporlanan",
+ "sort-all": "Tüm şikayet türleri...",
+ "sort-posts-only": "Sadece iletiler...",
+ "sort-downvotes": "En çok eksilenen",
+ "sort-upvotes": "En çok artılanan",
+ "sort-replies": "En çok cevap verilen",
"modal-title": "Uygunsuz İçeriği Rapor Et",
"modal-body": "%1 %2 için şikayet nedenini belirtiniz. Alternatif olarak hızlı rapor butonlarından birini kullanabilirsiniz.",
@@ -79,7 +79,7 @@
"modal-submit-confirm-text": "Zaten belirtilen özel bir sebebin var. Hızlı raporla göndermek istediğinizden emin misin?",
"modal-submit-confirm-text-help": "Hızlı bir rapor göndermek tanımlanan özel nedenlerin üzerine yazacaktır.",
- "bulk-actions": "Bulk Actions",
- "bulk-resolve": "Resolve Flag(s)",
- "bulk-success": "%1 flags updated"
+ "bulk-actions": "Toplu Aksiyonlar",
+ "bulk-resolve": "Şikayetleri Çözümle",
+ "bulk-success": "%1 şikayet güncellendi"
}
\ No newline at end of file
diff --git a/public/language/tr/topic.json b/public/language/tr/topic.json
index b6887c0423..319f099704 100644
--- a/public/language/tr/topic.json
+++ b/public/language/tr/topic.json
@@ -79,10 +79,10 @@
"thread_tools.purge_confirm": "Bu konuyu temizlemek istediğinize emin misiniz?",
"thread_tools.merge_topics": "Başlıkları Birleştir",
"thread_tools.merge": "Birleştir",
- "topic_move_success": "This topic will be moved shortly. Click here to undo.",
- "topic_move_undone": "Topic move undone",
- "topic_move_posts_success": "Posts will be moved shortly. Click here to undo.",
- "topic_move_posts_undone": "Post move undone",
+ "topic_move_success": "Bu başlık taşınmak üzere. Taşınma işlemini geri almak için tıklayınız! ",
+ "topic_move_undone": "Başlık taşıma iptal edildi",
+ "topic_move_posts_success": "Bu ileti taşınmak üzere. Taşınma işlemini geri almak için tıklayınız! ",
+ "topic_move_posts_undone": "İleti taşıma iptal edildi",
"post_delete_confirm": "Bu iletiyi gerçekten silmek istediğinize emin misiniz?",
"post_restore_confirm": "Bu iletiyi gerçekten geri getirmek istiyor musunuz?",
"post_purge_confirm": "Bu iletiyi temizlemek istediğinize emin misiniz?",
@@ -100,9 +100,9 @@
"fork_topic": "Başlığı Ayır",
"fork_topic_instruction": "Ayırmak istediğiniz iletileri seçiniz!",
"fork_no_pids": "Hiçbir ileti seçilmedi!",
- "no-posts-selected": "No posts selected!",
- "x-posts-selected": "%1 post(s) selected",
- "x-posts-will-be-moved-to-y": "%1 post(s) will be moved to \"%2\"",
+ "no-posts-selected": "Hiçbir ileti seçili değil!",
+ "x-posts-selected": "%1 ileti seçildi",
+ "x-posts-will-be-moved-to-y": "%1 ileti şuraya taşınacak: \"%2\"",
"fork_pid_count": "%1 ileti(ler) seçildi",
"fork_success": "Başlık başarıyla ayrıldı! Yeni başlığı görüntülemek için tıklayınız!",
"delete_posts_instruction": "Silmek/temizlemek istediğiniz iletileri seçiniz!",
@@ -111,7 +111,7 @@
"merge-options": "Birleştirme Seçenekleri",
"merge-select-main-topic": "Ana başlığı seçiniz",
"merge-new-title-for-topic": "Konu için yeni başlık",
- "move_posts_instruction": "Click the posts you want to move then go to target topic and click move.",
+ "move_posts_instruction": "Taşımak istediğiniz iletileri seçin ve hedef başlığa gidip taşıma tuşuna basın.",
"change_owner_instruction": "Başka kullanıcıya aktarmak istediğiniz iletileri seçiniz!",
"composer.title_placeholder": "Başlık ismini buraya giriniz...",
"composer.handle_placeholder": "Kullanıcı adınızı buraya girin",
diff --git a/public/language/tr/user.json b/public/language/tr/user.json
index 9242d47476..12de222a48 100644
--- a/public/language/tr/user.json
+++ b/public/language/tr/user.json
@@ -111,7 +111,7 @@
"posts_per_page": "Sayfa başına ileti sayısı",
"max_items_per_page": "Maksimum %1",
"acp_language": "Yönetici Sayfası Dili",
- "notifications": "Notifications",
+ "notifications": "Bildirimler",
"upvote-notif-freq": "Artı oy bildiri sıklığı",
"upvote-notif-freq.all": "Bütün artı oylar",
"upvote-notif-freq.first": "Her ileti için ilk oy",