forked from quran/quran.com-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d4056c
commit ef3acc2
Showing
13 changed files
with
200 additions
and
33 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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
// jscs:disable disallowQuotedKeysInObjects | ||
export default { | ||
messages: { | ||
"local": 'en', | ||
"setting.title": "Options", | ||
"setting.surahs": "Surahs", | ||
"setting.verses": "Go to verse", | ||
"setting.reciters": "Reciters", | ||
"setting.translations.title": "Translations", | ||
"setting.translations.removeAll": "Remove all", | ||
"setting.translations.english": "English", | ||
"setting.translations.other": "Other Languages", | ||
"setting.fontSize": "Font size", | ||
"setting.reading": "Reading", | ||
"setting.tooltip.title": "TOOLTIP DISPLAY", | ||
"setting.tooltip.translation": "Translation", | ||
"setting.tooltip.transliteration": "Transliteration", | ||
|
||
"search.placeholder": "Search", | ||
"search.resultHeading": "{from}-{to} OF <span class='colored'> {total} SEARCH RESULTS FOR: <span class='colored'>{query}</span>", | ||
"search.noResult": "Search", | ||
|
||
"surah.next": "NEXT SURAH", | ||
"surah.previous": "PREVIOUS SURAH", | ||
"surah.info": "Surah Info", | ||
"surah.index.heading": "SURAHS (CHAPTERS)", | ||
"surah.index.quickLinks": "Quick links", | ||
|
||
"player.currentAyah": "Ayah", | ||
"player.nextAyah": "Next Ayah", | ||
"player.previousAyah": "Previous Ayah", | ||
"player.repeat.title": "TOGGLE REPEAT", | ||
"player.repeat.single": "Single", | ||
"player.repeat.range": "Range", | ||
"player.repeat.rangeStart": "From", | ||
"player.repeat.rangeEnd": "To", | ||
"player.repeat.times": "Times", | ||
"player.repeat.loop": "loop", | ||
"player.scrollButtonTip": "Automatically scrolls to the currently playing ayah on transitions...", | ||
|
||
"app.loading": "Loading ...", | ||
"actions.copy": "Copy", | ||
"actions.copied": "Copied!", | ||
"actions.play": "Play", | ||
"actions.pause": "Pause" | ||
} | ||
}; |
Oops, something went wrong.