Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
add translation for ‘chapter.index.ayatNotFound’
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamhadi committed Mar 26, 2017
1 parent f039028 commit daba152
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/containers/Surah/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class Surah extends Component {
const { isLoading } = this.props;

const noAyah = (<div className="text-center">
<h2><LocaleFormattedMessage id="chapter.index.ayatNotFound" defaultMessage="Ayat not found." /></h2>
<h2><LocaleFormattedMessage id="chapter.index.ayatNotFound" defaultMessage="Ayah not found." /></h2>
</div>
);

Expand Down
4 changes: 3 additions & 1 deletion src/locale/ar.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export default {
'nav.navigate': 'انتقل',
'nav.legacySite': 'الموقع القديم',

'login.message': 'تسجيل الدخول إلى Quran.com لتخزين كل ما تبذلونه من العناوين والملاحظات والأنشطة.'
'login.message': 'تسجيل الدخول إلى Quran.com لتخزين كل ما تبذلونه من العناوين والملاحظات والأنشطة.',

'chapter.index.ayatNotFound': 'لم يتم العثور على الآية'
}
};
4 changes: 3 additions & 1 deletion src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export default {
'nav.navigate': 'Navigate',
'nav.legacySite': 'Legacy Quran.com',

'login.message': 'Sign in to Quran.com to store all your bookmarks, notes, and activities.'
'login.message': 'Sign in to Quran.com to store all your bookmarks, notes, and activities.',

'chapter.index.ayatNotFound': 'Ayah not found'
}
};
4 changes: 3 additions & 1 deletion src/locale/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ export default {
'nav.navigate': 'Naviguer',
'nav.legacySite': 'Version précédente de Quran.com',

'login.message': 'Identifiez-vous sur Quran.com pour enregistrer tous vos favoris, notes et activités. '
'login.message': 'Identifiez-vous sur Quran.com pour enregistrer tous vos favoris, notes et activités. ',

'chapter.index.ayatNotFound': 'Verset introuvable'
}
};

4 changes: 3 additions & 1 deletion src/locale/id.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export default {
'nav.navigate': 'Telusuri',
'nav.legacySite': 'Quran.com versi lama',

'login.message': 'Masuk ke Quran.com untuk menyimpan semua penanda, catatan, dan aktivitas Anda.'
'login.message': 'Masuk ke Quran.com untuk menyimpan semua penanda, catatan, dan aktivitas Anda.',

'chapter.index.ayatNotFound': 'Ayat tidak ditemukan'
}
};
4 changes: 3 additions & 1 deletion src/locale/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export default {
'nav.navigate': 'Bağlantılar', // there is no exact translation for Navigate in Turkish
'nav.legacySite': 'Eski Siteye Git Quran.com',

'login.message': 'Tüm yer işaretlerinizi, notlarınızı ve etkinliklerinizi saklamak için Quran.com\'a giriş yapın.'
'login.message': 'Tüm yer işaretlerinizi, notlarınızı ve etkinliklerinizi saklamak için Quran.com\'a giriş yapın.',

'chapter.index.ayatNotFound': 'Ayet bulunamadı'
}
};
4 changes: 3 additions & 1 deletion src/locale/ur.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export default {
'nav.navigate': 'تشریف لے جائیں',
'nav.legacySite': 'پرانی سائٹ',

'login.message': 'Quran.com کرنے کیلئے سائن ان سب کو اپنے بک مارکس، نوٹوں اور سرگرمیوں کو ذخیرہ کرنے.'
'login.message': 'Quran.com کرنے کیلئے سائن ان سب کو اپنے بک مارکس، نوٹوں اور سرگرمیوں کو ذخیرہ کرنے.',

'chapter.index.ayatNotFound': 'آیت نہیں ملا'
}
};

0 comments on commit daba152

Please sign in to comment.