trypost/lang/tr/sidebar.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

61 lines
1.6 KiB
PHP
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.

<?php
declare(strict_types=1);
return [
'workspaces' => 'Çalışma Alanları',
'select_workspace' => 'Çalışma alanı seç',
'create_workspace' => 'Çalışma alanı oluştur',
'create_post' => 'Gönderi oluştur',
'profile' => 'Profil',
'log_out' => ıkış yap',
'workspace' => 'Çalışma alanı: :name',
'workspace_select' => 'Çalışma alanı: Seç',
'theme' => 'Tema: :name',
'theme_light' => 'Açık',
'theme_dark' => 'Koyu',
'theme_system' => 'Sistem',
'language' => 'Dil: :name',
'language_select' => 'Dil: Seç',
'groups' => [
'posts' => 'Gönderiler',
'workspace' => 'Çalışma Alanı',
'others' => 'Diğerleri',
],
'analytics' => 'Analitik',
'automations' => 'Otomasyonlar',
'settings' => 'Ayarlar',
'posts' => [
'calendar' => 'Takvim',
'all' => 'Tümü',
'scheduled' => 'Zamanlanan',
'posted' => 'Paylaşılan',
'drafts' => 'Taslaklar',
],
'workspace' => [
'connections' => 'Bağlantılar',
'signatures' => 'İmzalar',
'labels' => 'Etiketler',
'assets' => 'Varlıklar',
'api_keys' => 'API Anahtarları',
],
'notifications' => 'Bildirimler',
'mark_all_read' => 'Tümünü okundu olarak işaretle',
'mark_as_read' => 'Okundu olarak işaretle',
'archive_all' => 'Tümünü arşivle',
'no_notifications' => 'Bildirim yok',
'support' => [
'docs' => 'Dokümantasyon',
'referral' => '%30 referans kazanın',
'stay_updated' => 'Güncel kalın',
],
];