Vulture/VApp/node_modules/vuetify/lib/locale/id.mjs

101 lines
2.3 KiB
JavaScript
Raw Permalink Normal View History

export default {
badge: 'Lencana',
open: 'Open',
close: 'Tutup',
confirmEdit: {
ok: 'OK',
cancel: 'Cancel'
},
dataIterator: {
noResultsText: 'Tidak ditemukan catatan yang cocok',
loadingText: 'Memuat data...'
},
dataTable: {
itemsPerPageText: 'Baris per halaman:',
ariaLabel: {
sortDescending: 'Diurutkan kebawah.',
sortAscending: 'Diurutkan keatas.',
sortNone: 'Tidak diurutkan.',
activateNone: 'Aktifkan untuk menghapus penyortiran.',
activateDescending: 'Aktifkan untuk mengurutkan kebawah.',
activateAscending: 'Aktifkan untuk mengurutkan keatas.'
},
sortBy: 'Urutkan berdasar'
},
dataFooter: {
itemsPerPageText: 'Item per halaman:',
itemsPerPageAll: 'Semua',
nextPage: 'Halaman selanjutnya',
prevPage: 'Halaman sebelumnya',
firstPage: 'Halaman pertama',
lastPage: 'Halaman terakhir',
pageText: '{0}-{1} dari {2}'
},
dateRangeInput: {
divider: 'to'
},
datePicker: {
itemsSelected: '{0} selected',
range: {
title: 'Select dates',
header: 'Enter dates'
},
title: 'Select date',
header: 'Enter date',
input: {
placeholder: 'Enter date'
}
},
noDataText: 'Tidak ada data tersedia',
carousel: {
prev: 'Visual sebelumnya',
next: 'Visual selanjutnya',
ariaLabel: {
delimiter: 'Carousel slide {0} of {1}'
}
},
calendar: {
moreEvents: '{0} lagi',
today: 'Today'
},
input: {
clear: 'Clear {0}',
prependAction: '{0} prepended action',
appendAction: '{0} appended action',
otp: 'Please enter OTP character {0}'
},
fileInput: {
counter: '{0} berkas',
counterSize: '{0} berkas (dari total {1})'
},
timePicker: {
am: 'AM',
pm: 'PM'
},
pagination: {
ariaLabel: {
root: 'Navigasi Pagination',
next: 'Halaman selanjutnya',
previous: 'Halaman sebelumnya',
page: 'Buka halaman {0}',
currentPage: 'Halaman Saat Ini, Halaman {0}',
first: 'First page',
last: 'Last page'
}
},
stepper: {
next: 'Next',
prev: 'Previous'
},
rating: {
ariaLabel: {
item: 'Rating {0} of {1}'
}
},
loading: 'Loading...',
infiniteScroll: {
loadMore: 'Load more',
empty: 'No more'
}
};
//# sourceMappingURL=id.mjs.map