complet story 6.9 with qa tests
This commit is contained in:
@@ -39,4 +39,5 @@ return [
|
||||
'export_timelines' => 'Export Timelines',
|
||||
'working_hours' => 'Working Hours',
|
||||
'blocked_times' => 'Blocked Times',
|
||||
'legal_pages' => 'Legal Pages',
|
||||
];
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'legal_pages' => 'Legal Pages',
|
||||
'legal_pages_description' => 'Manage your Terms of Service and Privacy Policy pages.',
|
||||
'edit_page' => 'Edit Page',
|
||||
'back_to_pages' => 'Back to Legal Pages',
|
||||
'last_updated' => 'Last updated',
|
||||
'has_content' => 'Has Content',
|
||||
'no_content' => 'No Content',
|
||||
'no_pages' => 'No pages found.',
|
||||
'arabic' => 'Arabic',
|
||||
'english' => 'English',
|
||||
'content' => 'Content',
|
||||
'preview' => 'Preview',
|
||||
'save_publish' => 'Save & Publish',
|
||||
'page_saved' => 'Page saved successfully.',
|
||||
'enter_content_ar' => 'Enter Arabic content...',
|
||||
'enter_content_en' => 'Enter English content...',
|
||||
'content_coming_soon' => 'Content coming soon.',
|
||||
];
|
||||
Reference in New Issue
Block a user