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.
61 lines
1.6 KiB
PHP
61 lines
1.6 KiB
PHP
<?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',
|
||
],
|
||
];
|