diff options
author | David Friedman <dmail@google.com> | 2015-07-07 17:35:45 -0700 |
---|---|---|
committer | David Friedman <dmail@google.com> | 2015-07-07 17:35:45 -0700 |
commit | e631d564e033670f70f7551daa09612a26311a11 (patch) | |
tree | da2fcc386f809fa5da51a4c11091cbe705c716ba /docs/html-intl/intl/ja/preview/index.jd | |
parent | 7bd9b634c42b500466cf416566d27da229d6ca1c (diff) | |
download | frameworks_base-e631d564e033670f70f7551daa09612a26311a11.zip frameworks_base-e631d564e033670f70f7551daa09612a26311a11.tar.gz frameworks_base-e631d564e033670f70f7551daa09612a26311a11.tar.bz2 |
Docs: L10N of remaining M-Preview pages (Ja)
Bug: 21789313
Change-Id: I1e70749c29dc24d7242bf78da76136f184649626
Diffstat (limited to 'docs/html-intl/intl/ja/preview/index.jd')
-rw-r--r-- | docs/html-intl/intl/ja/preview/index.jd | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/docs/html-intl/intl/ja/preview/index.jd b/docs/html-intl/intl/ja/preview/index.jd new file mode 100644 index 0000000..180f5ea --- /dev/null +++ b/docs/html-intl/intl/ja/preview/index.jd @@ -0,0 +1,67 @@ +page.title=Android M Developer Preview +page.tags="preview", +meta.tags="preview, M preview", androidm +fullpage=true +section.landing=true +header.hide=1 +footer.hide=1 +@jd:body + +<section class="dac-expand dac-hero dac-light" > + <div class="wrap"> + <div class="cols dac-hero-content"> + <div class="col-9of16 col-push-7of16 dac-hero-figure"> + <img class="dac-hero-image" src="{@docRoot}images/home/devices-hero_620px_2x.png" srcset="{@docRoot}images/home/devices-hero_620px.png 1x, + {@docRoot}images/home/devices-hero_620px_2x.png 2x"> + </div> + <div class="col-7of16 col-pull-9of16"> + <h1 class="dac-hero-title">Android M Developer Preview</h1> + <p class="dac-hero-description"> + 次期バージョンの Android に向けて準備しましょう。Nexus 5、6、9、Nexus Player でアプリをテストします。 +<strong>実行時パーミッション</strong>、 <strong>Doze</strong>、<strong>App Standby</strong> 省電力機能、新しい <strong>サポート テクノロジー</strong>などの新機能をご覧ください。 + + + </p> + + <a class="dac-hero-cta" href="{@docRoot}preview/overview.html"> + <span class="dac-sprite dac-auto-chevron"></span> + スタートガイド + </a><br> + </div> + </div> + <div class="dac-section dac-small"> + <div class="resource-widget resource-flow-layout col-16" + data-query="collection:preview/landing/resources" + data-cardSizes="6x2" + data-maxResults="6"></div> + </div> + </div> +</section> + +<section class="dac-section dac-gray"><div class="wrap"> + <h1 class="dac-section-title">リソース</h1> + <div class="dac-section-subtitle"> + Android M 向けにアプリを用意する際に役立つ必須情報をご提供します。 + </div> + + <div class="resource-widget resource-flow-layout col-16" + data-query="collection:preview/landing/more" + data-cardSizes="6x6" + data-maxResults="16"></div> + + <ul class="dac-section-links"> + <li class="dac-section-link"> + <a href="https://code.google.com/p/android-developer-preview/"> + <span class="dac-sprite dac-auto-chevron"></span> + 問題の報告 + </a> + </li> + <li class="dac-section-link"><a href="http://g.co/dev/AndroidMDevPreview"> + <span class="dac-sprite dac-auto-chevron"></span> + Join G+ コミュニティ + </a> + </li> + </ul> + </div> +</section> + |