complete story 1.3 with qa test (please not that the previous commit msg was wrong the previous commit was story 1.2

This commit is contained in:
Naser Mansour
2025-12-26 14:23:09 +02:00
parent ebb6841ed0
commit ce5eaeffd9
19 changed files with 925 additions and 54 deletions
+21
View File
@@ -0,0 +1,21 @@
<?php
return [
'dashboard' => 'Dashboard',
'platform' => 'Platform',
'settings' => 'Settings',
'profile' => 'Profile',
'password' => 'Password',
'appearance' => 'Appearance',
'two_factor' => 'Two-Factor Authentication',
'logout' => 'Log Out',
'repository' => 'Repository',
'documentation' => 'Documentation',
'home' => 'Home',
'back' => 'Back',
'next' => 'Next',
'previous' => 'Previous',
'language' => 'Language',
'arabic' => 'العربية',
'english' => 'English',
];