From 8434db6e13935a63ebfd052a822db53149d06dd2 Mon Sep 17 00:00:00 2001 From: chenqi Date: Wed, 24 Jun 2026 13:53:34 +0800 Subject: [PATCH] fix(i18n): add missing deptData key to enUS/viVN locale files --- healthlink-his-ui/src/i18n/locales/enUS.json | 1 + healthlink-his-ui/src/i18n/locales/viVN.json | 1 + 2 files changed, 2 insertions(+) diff --git a/healthlink-his-ui/src/i18n/locales/enUS.json b/healthlink-his-ui/src/i18n/locales/enUS.json index 0cfdb6d14..1a9f9e7e7 100644 --- a/healthlink-his-ui/src/i18n/locales/enUS.json +++ b/healthlink-his-ui/src/i18n/locales/enUS.json @@ -227,6 +227,7 @@ "customData": "Custom Data", "deptdata": "Dept Data", "deptAndChildrenData": "Dept & Sub-dept", + "deptData": "Department Data", "selfData": "Self Only", "assignUser": "Assign Users", "assignUserBatch": "Batch Assign", diff --git a/healthlink-his-ui/src/i18n/locales/viVN.json b/healthlink-his-ui/src/i18n/locales/viVN.json index b01e4f08b..3b23de005 100644 --- a/healthlink-his-ui/src/i18n/locales/viVN.json +++ b/healthlink-his-ui/src/i18n/locales/viVN.json @@ -227,6 +227,7 @@ "customData": "Tùy Chỉnh", "deptdata": "Dữ Liệu Bộ Phận", "deptAndChildrenData": "Bộ Phận & Cấp Dưới", + "deptData": "Dữ Liệu Bộ Phận", "selfData": "Chỉ Bản Thân", "assignUser": "Phân Bổ Người Dùng", "assignUserBatch": "Phân Bổ Hàng Loạt",