Skip to content

Commit

Permalink
Add language files
Browse files Browse the repository at this point in the history
  • Loading branch information
voltan committed Dec 16, 2024
1 parent 3ecbe37 commit 371e7e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions language/ar_AE.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

return [
'add-account' => 'إنشاء حساب جديد',
'add-account-message' => 'تم إنشاء حساب جديد بمعلوماتك على منصتنا!',
'update-account' => 'تحديث الحساب',
'update-account-message' => 'تم تحديث بيانات حسابك!',
'delete-account' => 'حذف الحساب',
'delete-accounts-message' => 'تم حذف حسابك!',
'update-password' => 'تحديث كلمة مرور الحساب',
'update-password-message' => 'تم تحديث كلمة مرور حسابك بواسطة المسؤول!',
'update-roles' => 'تحديث أدوار الحساب',
'update-roles-message' => 'تم تحديث أدوار حسابك بواسطة المسؤول!',
'update-status' => 'تحديث حالة الحساب',
'update-status-message' => 'تم تحديث حالة حسابك بواسطة المسؤول!',
];

0 comments on commit 371e7e0

Please sign in to comment.