This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Indonesian Translation * Edit config.js
- Loading branch information
Showing
2 changed files
with
81 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
// jscs:disable disallowQuotedKeysInObjects | ||
export default { | ||
messages: { | ||
local: 'indonesia', | ||
'local.siteLocale': 'Bahasa situs', | ||
'local.changeLocal': 'Pilih bahasa yang diinginkan untuk tampilan situs', | ||
'local.navtiveName': 'Bahasa Indonesia', | ||
'local.selectLabel': 'Bahasa', | ||
'setting.title': 'Pengaturan', | ||
'setting.surahs': 'Surat', | ||
'setting.verses': 'Pergi ke ayat', | ||
'setting.reciters.title': 'Qari\'', | ||
'setting.translations.title': 'Terjemahan', | ||
'setting.translations.removeAll': 'Hapus semua', | ||
'setting.translations.english': 'Bahasa Inggris', | ||
'setting.translations.other': 'Bahasa Lainnya', | ||
'setting.fontSize': 'Ukuran font', | ||
'setting.fontSize.arabic': 'Tulisan Arab', | ||
'setting.reading': 'Membaca', | ||
'setting.tooltip': 'Konten tooltip', | ||
'setting.tooltip.title': 'TAMPILAN TOOLTIP', | ||
'setting.tooltip.translation': 'Terjemahan', | ||
'setting.tooltip.transliteration': 'Transliterasi', | ||
'setting.nightMode': 'Mode Malam', | ||
'setting.nightMode.dayTip': 'Ganti ke mode terang', | ||
'setting.nightMode.nightTip': 'Ganti ke mode malam', | ||
|
||
'ayah.media.lectureFrom': 'Lihat kuliah dari {from}', | ||
'ayah.bookmarked': 'Ditandai', | ||
'ayah.bookmark': 'Tandai', | ||
|
||
'search.placeholder': 'Cari "Nuh"', | ||
'search.resultHeading': '{from}-{to} DARI <span> {total} </span> HASIL PENCARIAN DARI: <span>{query}</span>', // eslint-disable-line max-len | ||
'search.error': 'Maaf, terdapat kesalahan dalam pencarian Anda.', | ||
'search.noResult': 'Tidak ada hasil yang ditemukan', | ||
|
||
'surah.next': 'BERIKUTNYA', | ||
'surah.previous': 'SEBELUMNYA', | ||
'surah.info': 'Info Surat', | ||
'surah.index.heading': 'SURAT (JUZ)', | ||
'surah.index.continue': 'Lanjutkan', | ||
'surah.index.quickLinks': 'Tautan cepat', | ||
'surah.goToBeginning': 'Awal Surat', | ||
|
||
'player.currentAyah': 'Ayat', | ||
'player.nextAyah': 'Ayat Berikutnya', | ||
'player.previousAyah': 'Ayat Sebelumnya', | ||
'player.repeat.title': 'NYALAKAN/MATIKAN PENGULANGAN', | ||
'player.repeat.single': 'Satu ayat', | ||
'player.repeat.range': 'Rentang', | ||
'player.repeat.rangeStart': 'Dari', | ||
'player.repeat.rangeEnd': 'Hingga', | ||
'player.repeat.times': 'Kali', | ||
'player.repeat.loop': 'loop', | ||
'player.scrollButtonTip': 'Gulirkan secara otomatis ke ayat yang sedang diputar pada saat transisi...', // eslint-disable-line max-len | ||
|
||
'app.loading': 'Memuat ...', | ||
'actions.copy': 'Salin', | ||
'actions.copied': 'Tersalin!', | ||
'actions.play': 'Putar', | ||
'actions.pause': 'Pause', | ||
|
||
'nav.title': 'Quran', | ||
'nav.settings': 'Pengaturan', | ||
'nav.contribute': 'Berkontribusi', | ||
'nav.aboutUs': 'Tentang kami', | ||
'nav.developers': 'Pengembang', | ||
'nav.usefulSites': 'Situs-situs yang berguna', | ||
'nav.otherLinks': 'Tautan lainnya', | ||
'nav.contactUs': 'Hubungi kami', | ||
'nav.help': 'Bantuan & umpan balik', | ||
'nav.aboutQuranProject': 'Quran.com (juga dikenal sebagai The Noble Quran, Al Quran, Holy Quran, Koran) adalah sebuah proyek pro bono.', // eslint-disable-line max-len | ||
'nav.rightsReserved': 'All Rights Reserved', | ||
'nav.mobile': 'Mobile Apps', | ||
'nav.navigate': 'Navigasi', | ||
'nav.legacySite': 'Legacy Quran.com', | ||
|
||
'login.message': 'Log masuk ke Quran.com untuk menyimpan semua penanda, catatan, dan aktivitas Anda.' | ||
} | ||
}; |