Add new settings to server settings page

This commit is contained in:
2024-01-26 15:03:02 +08:00
parent 94bcb53603
commit 2271550869
4 changed files with 369 additions and 19 deletions

View File

@@ -135,5 +135,9 @@
"corsCredentialsHostsHelp": "Add websites to this list can lead to security risks, make sure you trust these websites.",
"galleryDetails": "Gallery Details",
"title2": "Title",
"titleJpn": "Japanese Title"
"titleJpn": "Japanese Title",
"meiliHosts": "Meilisearch server hostname for specific domains",
"meiliHostsHelp": "Requests from these domains will receive the corresponding Meilisearch server hostname.",
"keyIsEmpty": "Key is empty.",
"keyIsExists": "Key is exists."
}

View File

@@ -135,5 +135,9 @@
"corsCredentialsHostsHelp": "将网站加入这个列表会导致安全风险,请确保你信任这些网站。",
"galleryDetails": "画廊详情",
"title2": "标题",
"titleJpn": "日语标题"
"titleJpn": "日语标题",
"meiliHosts": "特定域名的 Meilisearch 服务器主机名",
"meiliHostsHelp": "来自这些域的请求将收到相应的 Meilisearch 服务器主机名。",
"keyIsEmpty": "键不能为空。",
"keyIsExists": "键已存在。"
}