trypost/lang/tr/brands.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

41 lines
1.3 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 [
'new_brand' => 'Yeni Marka',
'no_brands_yet' => 'Henüz marka yok',
'no_brands_description' => 'Sosyal hesaplarınızı müşteriye veya projeye göre düzenlemek için marka oluşturun',
'accounts_count' => ':count hesap',
'create' => [
'title' => 'Marka Oluştur',
'description' => 'Sosyal hesapları gruplamak için markanıza bir ad verin',
'name' => 'Marka Adı',
'name_placeholder' => 'örn. Acme Corp, Kişisel',
'submit' => 'Marka Oluştur',
'submitting' => 'Oluşturuluyor...',
],
'edit' => [
'title' => 'Markayı Düzenle',
'description' => 'Bu markanın adını güncelleyin',
'name' => 'Marka Adı',
'name_placeholder' => 'örn. Acme Corp, Kişisel',
'submit' => 'Değişiklikleri Kaydet',
'submitting' => 'Kaydediliyor...',
],
'delete' => [
'title' => 'Markayı Sil',
'description' => 'Bu markayı silmek istediğinizden emin misiniz? Sosyal hesapların atamaları kaldırılacak ancak silinmeyecek.',
'confirm' => 'Sil',
'cancel' => 'İptal',
],
'flash' => [
'created' => 'Marka başarıyla oluşturuldu!',
'updated' => 'Marka başarıyla güncellendi!',
'deleted' => 'Marka başarıyla silindi!',
],
];