-
-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into production
- Loading branch information
Showing
76 changed files
with
1,299 additions
and
962 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,33 @@ | ||
### Summary | ||
# Summary | ||
|
||
Fixes #JIRA-TICKET | ||
|
||
### Test Plan | ||
A brief description for the PR. | ||
|
||
## Type of change | ||
|
||
### Screenshots | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## Test plan | ||
|
||
This should state how this PR have been tested. | ||
|
||
## Checklist | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my code | ||
- [ ] My changes generate no new warnings | ||
- [ ] Any dependent changes have been merged and published in downstream modules | ||
- [ ] I have commented on my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] I have added tests that prove my fix is effective or that my feature works | ||
- [ ] New and existing unit tests pass locally with my changes | ||
|
||
## Screenshots or videos | ||
|
||
| Before | After | | ||
| ------ | ------ | | ||
| [image here] | [image here] | | ||
| IMAGE HERE | IMAGE HERE | |
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,24 +1,23 @@ | ||
{ | ||
"all-saved-verses": "جميع الآيات المحفوظة", | ||
"alphabetical": "AZ", | ||
"back-to-collection-list": "العودة إلى قائمة المجموعة", | ||
"collapse-all": "إخفاء كل الآيات", | ||
"collection-list-empty": "قائمة المجموعة فارغة. لم تقم بإنشاء أي مجموعة حتى الآن", | ||
"collections": "المجموعات", | ||
"delete": "حذف", | ||
"delete-bookmark": { | ||
"subtitle": "هل تريد بالتأكيد حذف {{bookmarkName}} من {{collectionName}} ؟", | ||
"title": "حذف الإشارة المرجعية" | ||
}, | ||
"delete-collection": { | ||
"subtitle": "هل تريد بالتأكيد حذف {{collectionName}} ؟", | ||
"title": "حذف المجموعة" | ||
}, | ||
"empty": "المجموعة فارغة", | ||
"expand-all": "عرض كل الآيات", | ||
"go-to-ayah": "اذهب إلى الآية", | ||
"load-more": "تحميل المزيد", | ||
"recently-added": "أضيف مؤخرا", | ||
"recently-updated": "تم تحديثه مؤخرا", | ||
"verse-key": "الفصل ورقم الآية" | ||
} | ||
"all-saved-verses": "جميع الآيات المحفوظة", | ||
"alphabetical": "AZ", | ||
"back-to-collection-list": "العودة إلى قائمة المجموعة", | ||
"collapse-all": "إخفاء كل الآيات", | ||
"collection-list-empty": "قائمة المجموعة فارغة. لم تقم بإنشاء أي مجموعة حتى الآن", | ||
"collections": "المجموعات", | ||
"delete-bookmark": { | ||
"subtitle": "هل تريد بالتأكيد حذف {{bookmarkName}} من {{collectionName}} ؟", | ||
"title": "حذف الإشارة المرجعية" | ||
}, | ||
"delete-collection": { | ||
"subtitle": "هل تريد بالتأكيد حذف {{collectionName}} ؟", | ||
"title": "حذف المجموعة" | ||
}, | ||
"empty": "المجموعة فارغة", | ||
"expand-all": "عرض كل الآيات", | ||
"go-to-ayah": "اذهب إلى الآية", | ||
"load-more": "تحميل المزيد", | ||
"recently-added": "أضيف مؤخرا", | ||
"recently-updated": "تم تحديثه مؤخرا", | ||
"verse-key": "الفصل ورقم الآية" | ||
} |
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
Oops, something went wrong.