Add Japanese document (#1186)

* Fixed invalid url link.

* Update docs/features/side-navigation.md

Co-Authored-By: Suzana Dirla <dirla.silvia.suzana@gmail.com>

* Initial japanese translation.
This commit is contained in:
Yuuki Ebihara
2019-09-10 14:46:48 +03:00
committed by Suzana Dirla
co-authored by Suzana Dirla
parent 21ffcaf013
commit d67f95cfff
66 changed files with 3974 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
---
Title: Header
---
# ヘッダー
アプリケーションの [ヘッダー](../../src/app/components/header) には3つの主要な要素があります。
1. [ロゴと色](#logo-and-color)
2. [検索](#search)
3. [現在のユーザ](#current-user)
![Header](../images/header.png)
## ロゴと色
ロゴとアプリの基調色 - ロゴと色は、プロジェクトのルートフォルダーにある
[app.config.json](../../src/app.config.json) ファイルを更新することで構成できます。
ロゴと色の変更方法の詳細については、[アプリケーション構成](/getting-started/configuration) のドキュメントを参照してください。
## 検索
アプリケーションの [検索](../../src/app/components/search) - [ADF Search Component](https://www.alfresco.com/abn/adf/docs/content-services/components/search.component/)を使用します。
このアプリは、ユーザーが Search API の結果から直接ファイルやフォルダーを開くことができる
'live' 検索機能を提供します。
![検索入力](../images/search.png)
テキスト入力エリアに `Enter` と入力すると、高度なフィルタリングとファセット検索を備えた
[検索結果](/features/search-results) ページが表示されます。
## 現在のユーザ
[現在のユーザ](../../src/app/components/current-user) -
ユーザーの名前と、ログアウトできるメニューを表示します。
オプションで [app.config.json](../../src/app.config.json) を更新することにより、
言語切り替えメニューを表示できます。
![現在のユーザ](../images/current-user.png)