Redesign the landing page, mount public timeline on it (#4122)
* Redesign the landing page, mount public timeline on it * Adjust the standalone mounted component to the lacking of router * Adjust auth layout pages to new design * Fix tests * Standalone public timeline polling every 5 seconds * Remove now obsolete translations * Add responsive design for new landing page * Address reviews * Add floating clouds behind frontpage form * Use access token from public page when available * Fix mentions and hashtags links, cursor on status content in standalone mode * Add footer link to source code * Fix errors on pages that don't embed the component, use classnames * Fix tests * Change anonymous autoPlayGif default to false * When gif autoplay is disabled, hover to play * Add option to hide the timeline preview * Slightly improve alt layout * Add elephant friend to new frontpage * Display "back to mastodon" in place of "login" when logged in on frontpage * Change polling time to 3s
This commit is contained in:
parent
8784bd79d0
commit
e19eefe219
68 changed files with 959 additions and 658 deletions
|
@ -3,23 +3,12 @@ ja:
|
|||
about:
|
||||
about_mastodon: Mastodon は<em>自由でオープンソース</em>なソーシャルネットワークです。商用プラットフォームの代替となる<em>分散型</em>を採用し、あなたのやりとりが一つの会社によって独占されるのを防ぎます。信頼できるインスタンスを選択してください — どのインスタンスを選んでも、誰とでもやりとりすることができます。 だれでも自分の Mastodon インスタンスを作ることができ、シームレスに<em>ソーシャルネットワーク</em>に参加できます。
|
||||
about_this: このインスタンスについて
|
||||
apps: アプリ
|
||||
business_email: 'ビジネスメールアドレス:'
|
||||
closed_registrations: 現在このインスタンスでの新規登録は受け付けていません。
|
||||
contact: 連絡先
|
||||
description_headline: "%{domain} とは?"
|
||||
domain_count_after: 個のインスタンス
|
||||
domain_count_before: 接続中
|
||||
features:
|
||||
api: アプリやその他サービスにAPIを公開
|
||||
blocks: 豊富なブロックやミュート機能
|
||||
characters: 1つの投稿は500文字まで利用可能
|
||||
chronology: 時系列順のタイムライン
|
||||
ethics: 広告もトラッキングもありません
|
||||
gifv: GIFVや短い動画にも対応
|
||||
privacy: 投稿ごとに公開範囲を細かく設定可能
|
||||
public: 公開タイムライン
|
||||
features_headline: Mastodon の特徴
|
||||
get_started: 参加する
|
||||
links: リンク
|
||||
other_instances: 他のインスタンス
|
||||
|
@ -173,8 +162,6 @@ ja:
|
|||
desc_html: 新規登録を停止しているときにフロントページに表示されます。<br>HTMLタグが利用可能です。
|
||||
title: 新規登録停止時のメッセージ
|
||||
open:
|
||||
disabled: 無効
|
||||
enabled: 有効
|
||||
title: 新規登録を受け付ける
|
||||
setting: 設定
|
||||
site_description:
|
||||
|
@ -395,7 +382,7 @@ ja:
|
|||
<h2>プライバシーポリシー</h2>
|
||||
|
||||
<h3 id="collect">どのような情報を収集するのですか?</h3>
|
||||
|
||||
|
||||
<p>あなたがこのサイトに登録すると、ここで共有された情報を読んだり、書いたり、評価したりして、フォーラムでの情報を集める事ができます。</p>
|
||||
|
||||
<p>このサイトに登録する際には、名前とメールアドレスの入力を求めることがあります。ただし、登録をすることなくこのサイトを利用することも可能です。あなたのメールアドレスは、固有のリンクを含んだメールで確認されます。そのリンクにアクセスした場合にメールアドレスを制御することとなります。</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue