Merge pull request #436 from rafeyu/fix-translate-id
Fix translations.en_US to id_ID
This commit is contained in:
commit
3a608488a2
|
@ -2,7 +2,7 @@ if(typeof translations == 'undefined'){
|
||||||
translations = {};
|
translations = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT.
|
translations.id_ID = { // replace en_US to ll_CC, examples: zh_CN, de_AT.
|
||||||
// header
|
// header
|
||||||
'Search': 'Telusuri',
|
'Search': 'Telusuri',
|
||||||
// Nav menu
|
// Nav menu
|
||||||
|
@ -11,8 +11,8 @@ translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT.
|
||||||
'By Torrents': 'Dari Torrent',
|
'By Torrents': 'Dari Torrent',
|
||||||
'By Metalinks': 'Dari Metalink',
|
'By Metalinks': 'Dari Metalink',
|
||||||
'Manage': 'Kelola',
|
'Manage': 'Kelola',
|
||||||
'Pause All': 'Tunda Semua',
|
'Pause All': 'Jeda Semua',
|
||||||
'Resume Paused': 'Lanjut yang Ditunda',
|
'Resume Paused': 'Lanjut yang Dijeda',
|
||||||
'Purge Completed': 'Hapus yang Terunduh',
|
'Purge Completed': 'Hapus yang Terunduh',
|
||||||
'Shutdown Server': 'Matikan Peladen',
|
'Shutdown Server': 'Matikan Peladen',
|
||||||
'Settings': 'Pengaturan',
|
'Settings': 'Pengaturan',
|
||||||
|
@ -37,7 +37,7 @@ translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT.
|
||||||
'Waiting': 'Menunggu',
|
'Waiting': 'Menunggu',
|
||||||
'Complete': 'Selesai',
|
'Complete': 'Selesai',
|
||||||
'Error': 'Galat',
|
'Error': 'Galat',
|
||||||
'Paused': 'Ditunda',
|
'Paused': 'Dijeda',
|
||||||
'Removed': 'Dihapus',
|
'Removed': 'Dihapus',
|
||||||
'Hide linked meta-data': 'Sembunyikan tautan meta-data',
|
'Hide linked meta-data': 'Sembunyikan tautan meta-data',
|
||||||
'Toggle': 'Tombol alihan',
|
'Toggle': 'Tombol alihan',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user