Add i18n translation

This commit is contained in:
yangdx
2025-04-08 13:14:17 +08:00
parent 11392fc20f
commit b645eaad9f
5 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -8,7 +8,7 @@
<link rel="icon" type="image/svg+xml" href="logo.png" /> <link rel="icon" type="image/svg+xml" href="logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lightrag</title> <title>Lightrag</title>
<script type="module" crossorigin src="/webui/assets/index-BaqyLpkv.js"></script> <script type="module" crossorigin src="/webui/assets/index-D7BCg22Y.js"></script>
<link rel="stylesheet" crossorigin href="/webui/assets/index-CTB4Vp_z.css"> <link rel="stylesheet" crossorigin href="/webui/assets/index-CTB4Vp_z.css">
</head> </head>
<body> <body>

View File

@@ -155,6 +155,7 @@
"weapon": "سلاح", "weapon": "سلاح",
"animal": "حيوان", "animal": "حيوان",
"unknown": "غير معروف", "unknown": "غير معروف",
"object": "مادة",
"technology": "العلوم" "technology": "العلوم"
}, },
"sideBar": { "sideBar": {

View File

@@ -155,6 +155,7 @@
"weapon": "Arme", "weapon": "Arme",
"animal": "Animal", "animal": "Animal",
"unknown": "Inconnu", "unknown": "Inconnu",
"object": "Objet",
"technology": "Technologie" "technology": "Technologie"
}, },
"sideBar": { "sideBar": {

View File

@@ -155,6 +155,7 @@
"weapon": "武器", "weapon": "武器",
"animal": "动物", "animal": "动物",
"unknown": "未知", "unknown": "未知",
"object": "物品",
"technology": "技术" "technology": "技术"
}, },
"sideBar": { "sideBar": {