-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Aug 28, 2024
1 parent
850deaf
commit f0b4296
Showing
1 changed file
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
'Active' => 'نشط', | ||
'Groups whose members will see this breaking news' => 'المجموعات التي سيرى أعضاؤها هذه الأخبار العاجلة', | ||
'If no group is ticked, everyone will see this breaking news.' => 'إذا لم يتم تحديد أي مجموعة، سيرى الجميع هذه الأخبار العاجلة.', | ||
'Mark as unseen for all users' => 'جعل الخبر جديد على كل الأعضاء', | ||
'Message' => 'النص', | ||
'Title' => 'العنوان', | ||
'Expired at' => '', | ||
]; | ||
return array ( | ||
'Active' => 'نشط', | ||
'Expired at' => 'ينتهي عند', | ||
'Groups whose members will see this breaking news' => 'المجموعات التي سيرى أعضاؤها هذه الأخبار العاجلة', | ||
'If no group is ticked, everyone will see this breaking news.' => 'إذا لم يتم تحديد أي مجموعة، سيرى الجميع هذه الأخبار. العاجلة.', | ||
'Mark as unseen for all users' => 'تحديد الخبر كغير مقروء لجميع الأعضاء', | ||
'Message' => 'النص', | ||
'Title' => 'العنوان', | ||
); |