Add new settings

This commit is contained in:
2024-02-03 14:05:15 +08:00
parent 08633de69c
commit 36b0bc38c9
6 changed files with 73 additions and 38 deletions

View File

@@ -139,5 +139,6 @@
"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."
"keyIsExists": "Key is exists.",
"redirectToFlutter": "Redirect to Flutter frontend when accessing the root URL."
}

View File

@@ -139,5 +139,6 @@
"meiliHosts": "特定域名的 Meilisearch 服务器主机名",
"meiliHostsHelp": "来自这些域的请求将收到相应的 Meilisearch 服务器主机名。",
"keyIsEmpty": "键不能为空。",
"keyIsExists": "键已存在。"
"keyIsExists": "键已存在。",
"redirectToFlutter": "访问根 URL 时重定向到 flutter 前端。"
}