new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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' => 'Fields marked with * cannot be empty.',
|
||||
'note' => 'After your articles are checked by our team, they will be published, edits or necessary changes can be made in your article.'
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user