Files
2026-07-01 16:44:17 +03:00

20 lines
688 B
PHP
Raw Permalink 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
return
[
'add_content' => 'Add Content',
'category' => 'Category',
'select_article_category' => 'Select Article Category',
'title' => 'Title',
'title_placeholder' => 'Write The Title Of The Article',
'content' => 'Content',
'labels' => 'Labels',
'label_placeholder' => 'Put Commas Between Words',
'description' => 'Description',
'description_placeholder' => 'Write a Description About The Article',
'save' => 'Save',
'Fields_marked_with_*_cannot_be_empty' => '* ile işaretli alanlar boş geçilemez..',
'note' => 'Yazılarınız ekibimizce kontrol edildikten sonra yayına alınacaktır, yazınızda düzenlemeler yada gerekli değişiklikler yapılabilir..'
];