From 110c8b2e338d1991ee80f6bdaa221380abc9495f Mon Sep 17 00:00:00 2001 From: Edi Kurniawan Date: Tue, 30 Apr 2024 08:58:51 +0700 Subject: [PATCH] locale: add missing indonesian translation (#48703) --- .../locale/__tests__/__snapshots__/index.test.tsx.snap | 4 ++-- components/locale/id_ID.ts | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/components/locale/__tests__/__snapshots__/index.test.tsx.snap b/components/locale/__tests__/__snapshots__/index.test.tsx.snap index 79c0bdef4b..4c62227f14 100644 --- a/components/locale/__tests__/__snapshots__/index.test.tsx.snap +++ b/components/locale/__tests__/__snapshots__/index.test.tsx.snap @@ -148032,7 +148032,7 @@ exports[`Locale Provider should display the text as id 1`] = ` type="button" > - Oke + OK @@ -149622,7 +149622,7 @@ exports[`Locale Provider should display the text as id 1`] = ` type="button" > - Oke + OK diff --git a/components/locale/id_ID.ts b/components/locale/id_ID.ts index 18bd5c26c2..39e028ec3c 100644 --- a/components/locale/id_ID.ts +++ b/components/locale/id_ID.ts @@ -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', },