mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
perf: add Indonesian (#361)
This commit is contained in:
parent
abb4c5ba69
commit
908af5b3fa
1 changed files with 84 additions and 0 deletions
84
src/lang/id.js
Normal file
84
src/lang/id.js
Normal file
|
@ -0,0 +1,84 @@
|
|||
const locale = {
|
||||
/** General */
|
||||
category: 'kategori',
|
||||
settings: 'pengaturan',
|
||||
pause: 'jeda',
|
||||
delete: 'hapus',
|
||||
save: 'simpan',
|
||||
cancel: 'batalkan',
|
||||
confirm: 'konfirmasi',
|
||||
|
||||
/** Torrent */
|
||||
torrent: {
|
||||
title: 'judul',
|
||||
added: 'ditambahkan pada',
|
||||
availability: 'ketersediaan',
|
||||
size: 'ukuran',
|
||||
progress: 'progres',
|
||||
directory: 'direktori',
|
||||
downloaded: 'didownload',
|
||||
uploaded: 'diupload',
|
||||
created: 'dibuat oleh',
|
||||
comments: 'komentar'
|
||||
},
|
||||
/** Navbar */
|
||||
navbar: {
|
||||
currentSpeed: 'kecepatan sekarang',
|
||||
freeSpace: 'ruang bebas',
|
||||
topActions: {
|
||||
addTorrent: 'tambah torrent',
|
||||
resumeSelected: 'lanjutkan torrent yang dipilih',
|
||||
pauseSelected: 'jeda torrent yang dipilih',
|
||||
removeSelected: 'hapus torrent yang dipilih',
|
||||
openSettings: 'buka pengaturan',
|
||||
searchNew: 'cari torrent baru'
|
||||
},
|
||||
sessionStats: {
|
||||
tooltip: 'Sejak terakhir kali qBittorrent dijalankan ulang.'
|
||||
}
|
||||
},
|
||||
|
||||
/** Modals */
|
||||
modals: {
|
||||
add: {
|
||||
title: 'Tambahkan Torrent baru',
|
||||
selectFiles: 'Pilih berkas anda'
|
||||
},
|
||||
delete: {
|
||||
check: 'Dan hapus berkas dari penyimpanan'
|
||||
}
|
||||
},
|
||||
|
||||
/** Toast */
|
||||
toast: {
|
||||
loginSuccess: 'Berhasil masuk! 🎉',
|
||||
loginFailed: 'Gagal masuk 😕',
|
||||
settingsSaved: 'Pengaturan sukses disimpan!',
|
||||
categorySaved: 'Kategori sukses diubah!'
|
||||
},
|
||||
|
||||
/** RightClick **/
|
||||
rightClick: {
|
||||
resume: 'lanjutkan',
|
||||
forceResume: 'paksa lanjutkan',
|
||||
advanced: {
|
||||
advanced: 'lebih lanjut',
|
||||
changeLocation: 'ubah lokasi',
|
||||
rename: 'ubah nama'
|
||||
},
|
||||
prio: {
|
||||
prio: 'tetapkan prioritas',
|
||||
top: 'atas',
|
||||
bottom: 'bawah',
|
||||
increase: 'tingkatkan',
|
||||
decrease: 'turunkan'
|
||||
},
|
||||
category: 'tetapkan kategori',
|
||||
limit: 'tetapkan limit',
|
||||
copy: 'salin',
|
||||
info: 'tampilkan info'
|
||||
}
|
||||
}
|
||||
|
||||
export default locale
|
||||
|
Loading…
Add table
Reference in a new issue