Skip to content

Commit a6948a6

Browse files
authored
Create Arabic translations (#21)
1 parent 7411b4d commit a6948a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

resources/lang/ar/translations.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
return [
4+
'time' => [
5+
'created_at' => 'أضيف بتاريخ',
6+
'updated_at' => 'عدل بتاريخ',
7+
'deleted_at' => 'وقت الحذف',
8+
]
9+
];

0 commit comments

Comments
 (0)