Файл: src/resources/lang/tr/products.php
Строк: 57
<?php
return [
"label_title" => "Ürün Adı",
"label_description" => "Açıklaması",
'create_product' => 'Ürün Ekle',
'update_product' => 'Ürün Düzenle',
'product_list_text' => "Example of a basic table. For basic styling (light padding and only horizontal dividers) add the base class .table to any It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.",
'product_edit_text' => "Example of a basic table. For basic styling (light padding and only horizontal dividers) add the base class .table to any It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.",
'product_add_text' => "Example of a basic table. For basic styling (light padding and only horizontal dividers) add the base class .table to any It may seem super redundant, but given the widespread use of tables for other plugins like calendars and date pickers, we've opted to isolate our custom table styles.",
'list_panel_title' => 'Ürün <strong>Listesi</strong>',
'edit_panel_title' => 'Ürün <strong>Düzenle</strong>',
'add_panel_title' => 'Yeni <strong>Ürün</strong>'
];
?>