Skip to content

Commit

Permalink
add support for caption
Browse files Browse the repository at this point in the history
  • Loading branch information
zizdlp committed Oct 20, 2024
1 parent 62f5be5 commit ca01999
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions zbook_frontend/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,6 @@
"SelfHost": "Selbst-Hosting",
"ZBookSupports": "ZBook unterstützt mehrere Benutzer, Teamzusammenarbeit, Zugriffskontrolle, Kommentare und Benachrichtigungen.",
"ZBookIsOpenSource": "ZBook ist vollständig Open-Source und kann mit Containern bereitgestellt werden. Mit nur wenigen Befehlen können Sie es einfach einrichten.",
"LinChatWeb": "LinChat Offizielle Webseite",
"LinChatApp": "LinChat im AppStore",
"SourceCode": "Quellcode",
"Login": "Anmelden",
"Register": "Registrieren",
Expand Down
2 changes: 0 additions & 2 deletions zbook_frontend/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,6 @@
"SelfHost": "Self-Host",
"ZBookSupports": "ZBook supports multiple users, team collaboration, access control, comments, and notifications.",
"ZBookIsOpenSource": "ZBook is fully open-source and can be deployed using containers. With just a few commands, you can easily set it up.",
"LinChatWeb": "LinChat Official WebSite",
"LinChatApp": "LinChat On AppStore",
"SourceCode": "Source Code",
"Login": "Login",
"Register": "Register",
Expand Down
2 changes: 0 additions & 2 deletions zbook_frontend/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,6 @@
"SelfHost": "自托管",
"ZBookSupports": "ZBook 支持多用户、团队协同、权限管理、评论、通知等",
"ZBookIsOpenSource": "ZBook完全开源,容器化部署,仅需几行指令,便可以轻松搭建起来",
"LinChatApp": "邻信应用",
"LinChatWeb": "邻信官网",
"SourceCode": "开源代码",
"Login": "登录",
"Register": "注册",
Expand Down
5 changes: 0 additions & 5 deletions zbook_frontend/src/components/home/FooterForHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ export default async function FooterForHome() {
links: [
{ url: "/terms", label: t("Terms") },
{ url: "/privacy", label: t("Privacy") },
{ url: "https://linchat.zizdlp.com", label: t("LinChatWeb") },
{
url: "https://apps.apple.com/cn/app/%E9%82%BB%E4%BF%A1-%E8%93%9D%E7%89%99%E7%95%85%E8%81%8A/id6472197439",
label: t("LinChatApp"),
},
],
},
];
Expand Down

0 comments on commit ca01999

Please sign in to comment.