Skip to content

Commit 0dd3aec

Browse files
committed
Add localized README files
Rename the original README to README.en.md and add Korean, Japanese, and Simplified Chinese versions. Each localized README links to the matching language section of the documentation and to the other README translations. Assisted-by: Codex:gpt-5.5
1 parent b715ecf commit 0dd3aec

4 files changed

Lines changed: 167 additions & 8 deletions

File tree

README.md renamed to README.en.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,29 @@ Hollo
1010
[![Matrix][Matrix badge]][Matrix]
1111
[![Official Hollo][Official Hollo badge]][Official Hollo]
1212

13-
Hollo is a federated single-user microblogging software powered by [Fedify].
14-
Although it is for single-user, it is designed to be federated through
15-
[ActivityPub], which means that you can follow and be followed by other users
16-
from other instances, even from other software that supports ActivityPub like
17-
Mastodon, Misskey, and so on.
13+
_Other languages are available: [日本語](./README.ja.md) (Japanese),
14+
[한국어](./README.ko.md) (Korean),
15+
[简体中文](./README.zh-CN.md) (Chinese)._
1816

19-
Hollo does not have its own web interface. Instead, it implements
20-
Mastodon-compatible APIs so that you can integrate it with the most of
21-
the [existing Mastodon clients](https://docs.hollo.social/clients/).
17+
Hollo is a simple, single-user microblogging tool powered by [Fedify].
18+
It lets you run your own little corner of the internet: think of it as
19+
your personal Mastodon instance, but stripped down to the essentials.
20+
21+
Hollo is part of the [fediverse], a network of interconnected servers running
22+
on open protocols, primarily [ActivityPub]. This means you can connect and
23+
interact with folks on other platforms like Mastodon, Misskey, and other
24+
fediverse servers.
25+
26+
Hollo is "headless," which means it does not have its own web interface.
27+
Instead, it implements Mastodon-compatible APIs so that you can use it with
28+
most [existing Mastodon clients](https://docs.hollo.social/clients/).
2229

2330
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
2431
[Matrix]: https://matrix.to/#/%23hollo-users:matrix.org
2532
[Official Hollo]: https://hollo.social/@hollo
2633
[Official Hollo badge]: https://fedi-badge.deno.dev/@hollo@hollo.social/followers.svg
2734
[Fedify]: https://fedify.dev/
35+
[fediverse]: https://www.theverge.com/24063290/fediverse-explained-activitypub-social-media-open-protocol
2836
[ActivityPub]: https://www.w3.org/TR/activitypub/
2937

3038

README.ja.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<picture>
2+
<source srcset="logo-white.svg" media="(prefers-color-scheme: dark)">
3+
<img src="logo-black.svg" width="50" height="50">
4+
</picture>
5+
6+
7+
Hollo
8+
=====
9+
10+
[![Matrix][Matrix badge]][Matrix]
11+
[![公式Hollo][Official Hollo badge]][Official Hollo]
12+
13+
_他の言語でも読めます: [English](./README.en.md)(英語)、
14+
[한국어](./README.ko.md)(韓国語)、
15+
[简体中文](./README.zh-CN.md)(簡体字中国語)。_
16+
17+
Holloは[Fedify]を利用した、簡単な1人用マイクロブログです。
18+
個人用Mastodonのインスタンスと考えてもいいですが、本当に必要な機能だけで
19+
構成されています。
20+
21+
Holloの特徴は、[フェディバース]の一部であることです。 フェディバースとは、
22+
[ActivityPub]プロトコルを介して相互に接続されたサーバーのネットワークを
23+
意味します。 つまり、Holloを使用すると、MastodonやMisskeyなど他の
24+
フェディバースのプラットフォームのユーザーと接続することができます。
25+
26+
Holloは、独自のウェブインタフェースを持たない「ヘッドレス」(headless)
27+
ソフトウェアです。 代わりにMastodon互換APIを実装しているため、ほとんどの
28+
[既存のMastodon互換クライアントアプリ](https://docs.hollo.social/ja/clients/)
29+
でHolloを使用することができます。
30+
31+
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
32+
[Matrix]: https://matrix.to/#/%23hollo-users:matrix.org
33+
[Official Hollo]: https://hollo.social/@hollo
34+
[Official Hollo badge]: https://fedi-badge.deno.dev/@hollo@hollo.social/followers.svg
35+
[Fedify]: https://fedify.dev/
36+
[フェディバース]: https://ja.wikipedia.org/wiki/Fediverse
37+
[ActivityPub]: https://www.w3.org/TR/activitypub/
38+
39+
40+
ドキュメント
41+
------------
42+
43+
- [Holloとは?](https://docs.hollo.social/ja/intro/)
44+
- インストール
45+
- [Railwayにデプロイ](https://docs.hollo.social/ja/install/railway/)
46+
- [Dockerを使ってデプロイ](https://docs.hollo.social/ja/install/docker/)
47+
- [手動インストール](https://docs.hollo.social/ja/install/manual/)
48+
- [環境変数](https://docs.hollo.social/ja/install/env/)
49+
- [初期設定](https://docs.hollo.social/ja/install/setup/)
50+
- [テスト済みクライアント](https://docs.hollo.social/ja/clients/)
51+
- [検索](https://docs.hollo.social/ja/search/)

README.ko.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<picture>
2+
<source srcset="logo-white.svg" media="(prefers-color-scheme: dark)">
3+
<img src="logo-black.svg" width="50" height="50">
4+
</picture>
5+
6+
7+
Hollo
8+
=====
9+
10+
[![Matrix][Matrix badge]][Matrix]
11+
[![공식 Hollo][Official Hollo badge]][Official Hollo]
12+
13+
_다른 언어로도 볼 수 있습니다: [English](./README.en.md) (영어),
14+
[日本語](./README.ja.md) (일본어),
15+
[简体中文](./README.zh-CN.md) (중국어 간체)._
16+
17+
Hollo는 [Fedify] 기반의 간편한 1인 사용자용 마이크로블로그입니다.
18+
개인용 Mastodon 인스턴스라고 생각해도 되지만, 정말 필요한 기능들로만 구성되어
19+
있습니다.
20+
21+
Hollo의 특징은 [연합우주]의 일부라는 것입니다. 연합우주란 [ActivityPub]
22+
프로토콜을 통해 서로 연결된 서버들의 네트워크를 뜻합니다. 따라서 Hollo를
23+
사용하면 Mastodon, Misskey 같은 다른 연합우주 플랫폼의 사용자들과 연결될 수
24+
있습니다.
25+
26+
Hollo는 자체적인 웹 인터페이스가 없는 「헤들리스」 소프트웨어입니다. 대신
27+
Mastodon 호환 API를 구현하므로 대부분의
28+
[기존 Mastodon 클라이언트 앱](https://docs.hollo.social/ko/clients/)으로
29+
Hollo를 사용할 수 있습니다.
30+
31+
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
32+
[Matrix]: https://matrix.to/#/%23hollo-users:matrix.org
33+
[Official Hollo]: https://hollo.social/@hollo
34+
[Official Hollo badge]: https://fedi-badge.deno.dev/@hollo@hollo.social/followers.svg
35+
[Fedify]: https://fedify.dev/
36+
[연합우주]: https://ko.wikipedia.org/wiki/%EC%97%B0%ED%95%A9_%EC%9A%B0%EC%A3%BC
37+
[ActivityPub]: https://www.w3.org/TR/activitypub/
38+
39+
40+
문서
41+
----
42+
43+
- [Hollo란?](https://docs.hollo.social/ko/intro/)
44+
- 설치
45+
- [Railway로 배포하기](https://docs.hollo.social/ko/install/railway/)
46+
- [Docker로 배포하기](https://docs.hollo.social/ko/install/docker/)
47+
- [수동 설치](https://docs.hollo.social/ko/install/manual/)
48+
- [환경 변수](https://docs.hollo.social/ko/install/env/)
49+
- [설정하기](https://docs.hollo.social/ko/install/setup/)
50+
- [테스트된 클라이언트](https://docs.hollo.social/ko/clients/)
51+
- [검색](https://docs.hollo.social/ko/search/)

README.zh-CN.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<picture>
2+
<source srcset="logo-white.svg" media="(prefers-color-scheme: dark)">
3+
<img src="logo-black.svg" width="50" height="50">
4+
</picture>
5+
6+
7+
Hollo
8+
=====
9+
10+
[![Matrix][Matrix badge]][Matrix]
11+
[![Hollo 官方账号][Official Hollo badge]][Official Hollo]
12+
13+
_也可阅读其他语言版本:[English](./README.en.md)(英语)、
14+
[日本語](./README.ja.md)(日语)、
15+
[한국어](./README.ko.md)(韩语)。_
16+
17+
Hollo 是由 [Fedify] 驱动的简单单用户微博工具,让你可以在网络上拥有自己的
18+
小天地。 你可以将它视为你的个人 Mastodon 实例,但仅保留了核心功能。
19+
20+
Hollo 的独特之处在于它是 [联邦宇宙] 的一部分。 联邦宇宙是一个运行在开放
21+
协议上的互联服务器网络,主要使用 [ActivityPub]。 这意味着你可以与
22+
Mastodon、Misskey 等其他平台上的用户连接和互动。
23+
24+
Hollo 是所谓的“无头”软件,意思是它没有自己的网页界面。 相反,它实现了
25+
Mastodon 兼容 API,因此你可以使用大多数
26+
[Mastodon 兼容应用程序](https://docs.hollo.social/zh-cn/clients/)
27+
Hollo 互动。
28+
29+
[Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org?logo=matrix
30+
[Matrix]: https://matrix.to/#/%23hollo-users:matrix.org
31+
[Official Hollo]: https://hollo.social/@hollo
32+
[Official Hollo badge]: https://fedi-badge.deno.dev/@hollo@hollo.social/followers.svg
33+
[Fedify]: https://fedify.dev/
34+
[联邦宇宙]: https://www.theverge.com/24063290/fediverse-explained-activitypub-social-media-open-protocol
35+
[ActivityPub]: https://www.w3.org/TR/activitypub/
36+
37+
38+
文档
39+
----
40+
41+
- [什么是 Hollo?](https://docs.hollo.social/zh-cn/intro/)
42+
- 安装
43+
- [部署到 Railway](https://docs.hollo.social/zh-cn/install/railway/)
44+
- [使用 Docker 部署](https://docs.hollo.social/zh-cn/install/docker/)
45+
- [手动安装](https://docs.hollo.social/zh-cn/install/manual/)
46+
- [环境变量](https://docs.hollo.social/zh-cn/install/env/)
47+
- [配置指南](https://docs.hollo.social/zh-cn/install/setup/)
48+
- [测试过的客户端](https://docs.hollo.social/zh-cn/clients/)
49+
- [搜索](https://docs.hollo.social/zh-cn/search/)

0 commit comments

Comments
 (0)