locale: add missing indonesian translation (#48703)

This commit is contained in:
Edi Kurniawan 2024-04-30 08:58:51 +07:00 committed by GitHub
parent 72c6fefc79
commit 110c8b2e33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 6 deletions

View File

@ -148032,7 +148032,7 @@ exports[`Locale Provider should display the text as id 1`] = `
type="button"
>
<span>
Oke
OK
</span>
</button>
</div>
@ -149622,7 +149622,7 @@ exports[`Locale Provider should display the text as id 1`] = `
type="button"
>
<span>
Oke
OK
</span>
</button>
</div>

View File

@ -19,7 +19,7 @@ const localeValues: Locale = {
},
Table: {
filterTitle: 'Menu filter',
filterConfirm: 'Oke',
filterConfirm: 'OK',
filterReset: 'Reset',
filterEmptyText: 'Tidak ada filter',
filterCheckall: 'Pilih semua item',
@ -42,12 +42,12 @@ const localeValues: Locale = {
Finish: 'Selesai',
},
Modal: {
okText: 'Oke',
okText: 'OK',
cancelText: 'Batal',
justOkText: 'Oke',
justOkText: 'OK',
},
Popconfirm: {
okText: 'Oke',
okText: 'OK',
cancelText: 'Batal',
},
Transfer: {
@ -59,6 +59,7 @@ const localeValues: Locale = {
selectCurrent: 'Pilih halaman saat ini',
removeCurrent: 'Hapus halaman saat ini',
selectAll: 'Pilih semua data',
deselectAll: 'Batal pilih semua data',
removeAll: 'Hapus semua data',
selectInvert: 'Balikkan halaman saat ini',
},