Skip to content

Commit 4bbb709

Browse files
committed
🌐 i18n(locale): add entity labels
- add localized labels for【table】,【drawing】, and【equation】 - keep entity category translations consistent across supported languages
1 parent ce4cc7c commit 4bbb709

11 files changed

Lines changed: 33 additions & 0 deletions

File tree

lightrag_webui/src/locales/ar.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "مرض",
234234
"drug": "دواء",
235235
"food": "طعام",
236+
"table": "جدول",
237+
"drawing": "رسم",
238+
"equation": "معادلة",
236239
"other": "أخرى"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/de.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "Krankheit",
234234
"drug": "Medikament",
235235
"food": "Lebensmittel",
236+
"table": "Tabelle",
237+
"drawing": "Zeichnung",
238+
"equation": "Gleichung",
236239
"other": "Sonstiges"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/en.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "Disease",
234234
"drug": "Drug",
235235
"food": "Food",
236+
"table": "Table",
237+
"drawing": "Drawing",
238+
"equation": "Equation",
236239
"other": "Other"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/fr.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "Maladie",
234234
"drug": "Médicament",
235235
"food": "Nourriture",
236+
"table": "Tableau",
237+
"drawing": "Dessin",
238+
"equation": "Équation",
236239
"other": "Autre"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/ja.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "病気",
234234
"drug": "",
235235
"food": "食品",
236+
"table": "",
237+
"drawing": "",
238+
"equation": "数式",
236239
"other": "その他"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/ko.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "질병",
234234
"drug": "의약품",
235235
"food": "식품",
236+
"table": "",
237+
"drawing": "그림",
238+
"equation": "수식",
236239
"other": "기타"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/ru.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "Болезнь",
234234
"drug": "Лекарство",
235235
"food": "Еда",
236+
"table": "Таблица",
237+
"drawing": "Рисунок",
238+
"equation": "Уравнение",
236239
"other": "Другое"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/uk.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "Хвороба",
234234
"drug": "Ліки",
235235
"food": "Їжа",
236+
"table": "Таблиця",
237+
"drawing": "Малюнок",
238+
"equation": "Рівняння",
236239
"other": "Інше"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/vi.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "Bệnh",
234234
"drug": "Thuốc",
235235
"food": "Thực Phẩm",
236+
"table": "Bảng",
237+
"drawing": "Hình Vẽ",
238+
"equation": "Phương Trình",
236239
"other": "Khác"
237240
},
238241
"sideBar": {

lightrag_webui/src/locales/zh.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
"disease": "疾病",
234234
"drug": "药物",
235235
"food": "食物",
236+
"table": "表格",
237+
"drawing": "图片",
238+
"equation": "公式",
236239
"other": "其他"
237240
},
238241
"sideBar": {

0 commit comments

Comments
 (0)