This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
forked from yaakiyu/rt-frontend
-
Notifications
You must be signed in to change notification settings - Fork 3
/
privacy.html
53 lines (53 loc) · 3.05 KB
/
privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
^^ self.layout(
"Privacy Policy | Free Free RT Discord Bot", "他にはないような機能を提供している多機能Botのプライバシーポリシーです。",
f'''
<h1 class="title">
Privacy Policy
</h1>
<div class="content terms-html">
{_(
ja="""Free RTを経由して取得したデータの扱いについてをここに書きます。<br>
ここではFree RTを管理するグループを当グループと呼びます。""",
en="""The handling of data acquired via Free RT is described here.<br>
In this section, the group that manages Free RT is called this group."""
)}
{_(ja="収集する情報", en="What do we collect?", tag="h1")}
{_(ja="全般", en="General", tag="h2")}
{_(
ja="""Free RTは取得したデータのほとんどをログに取ります。<br>
これはFree RTに発生した不具合等の解決を容易にするためのものであり、何かの分析等のために取得したデータを保管をすることは一切ないです。<br>
そして、そのログは数時間程しか保管されません。<br>""",
en="""Free RT logs most of the data it acquires.<br>
This is to facilitate the resolution of any problems that may occur with Free RT, and the data is not stored for any kind of analysis.<br>
And mostly the logs are only kept for a few hours."""
)}
{_(ja="例", en="Example", tag="strong")}
<ul>
{_(ja="メッセージ内容", en="Message content", tag="li")}
{_(ja="作成したチャンネル等の内容", en="Content of the created channel, etc.", tag="li")}
</ul>
{_(ja="その他", en="Other", tag="h2")}
<ul>
{_(
ja="<strong>クッキー:</strong>ウェブサイトでのログイン状態の記録に使います。",
en="<strong>Cookies:</strong>Used to record the login status on a website.",
tag="li"
)}
{_(
ja="<strong>GBAN,SBANのための証拠:</strong>Free RTにあるGBAN,SBANの機能での危険人物の証拠画像等のメディアを保管することがあります。",
en="<strong>Evidence for GBAN,SBAN:</strong>We may store media such as images of evidence of dangerous people in the GBAN and SBAN functions in Free RT.",
tag="li"
)}
{_(
ja="<strong>Free RTサーバーでのめんばーBANの証拠:</strong>Free RTサーバーに危険人物かもしれない人がいた際に、その人が危険人物だとわかる証拠を収集することがあります。",
en="<strong>Evidence of Menba Ban on Free RT Server:</strong>When there is someone on the Free RT server who may be dangerous, we may collect evidence that shows the person is dangerous.",
tag="li"
)}
</ul>
また、滅多にないですが法令等により取得したデータを収集することがあるかもしれません。
{_(ja="情報の譲渡等", en="Transfer of information, etc.", tag="h1")}
{_(ja="することはないです。<br>当グループの中でのみ使用されます。", en="We don't do this.")}
<br><br>
Last update: 2022/2/16
</div>''', ""
) ^^