Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions temporary_bilingual_devt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ <h1 class="title p-name" id="title">Requirements for Japanese Text Layout<br/><s
<p its-locale-filter-list="en">This is a second version of a document that describes requirements for general Japanese layout realized with technologies like CSS, SVG, XSL-FO and eBook standards. The document is mainly based on a standard for Japanese layout, JIS X 4051, however, it also addresses areas which are not covered by JIS X 4051. This second version of the document contains a significant amount of additional information related to hanmen design, such as handling headings, placement of illustrations and tables, handling of notes and reference marks, etc.</p>
<p its-locale-filter-list="ja">この文書は,CSS,SVGおよびXSL-FOなどの技術で実現が求められる一般的な日本語組版の要件を記述したものです.この文書は,主としてJIS X 4051(日本語組版規則)に基づいていますが,一部,JIS X 4051に記載されていない事項にも言及しています.この第2版は,見出しの扱い,図版や表の配置,注や合印等の版面デザインに関する多くの情報が増補されています.</p>
<p its-locale-filter-list="en">This document was developed by participants in the <a href="http://www.w3.org/2007/02/japanese-layout/">Japanese Layout Task Force</a>, with input from four W3C Working Groups, <a href="http://www.w3.org/Style/CSS/">CSS</a>, <a href="http://www.w3.org/International/core/">Internationalization Core</a>, <a href="http://www.w3.org/Graphics/SVG/">SVG</a> and <a href="http://www.w3.org/Style/XSL/">XSL</a>.</p>
<p its-locale-filter-list="ja" class="translateme">This document was developed by participants in the <a href="http://www.w3.org/2007/02/japanese-layout/">Japanese Layout Task Force</a>, with input from four W3C Working Groups, <a href="http://www.w3.org/Style/CSS/">CSS</a>, <a href="http://www.w3.org/International/core/">Internationalization Core</a>, <a href="http://www.w3.org/Graphics/SVG/">SVG</a> and <a href="http://www.w3.org/Style/XSL/">XSL</a>.</p>
<p its-locale-filter-list="ja">この文書は <a href="http://www.w3.org/2007/02/japanese-layout/">JLReq 日本語組版タスクフォース</a> の参加者により,<a href="http://www.w3.org/Style/CSS/">CSS</a><a href="http://www.w3.org/International/core/">Internationalization Core</a><a href="http://www.w3.org/Graphics/SVG/">SVG</a><a href="http://www.w3.org/Style/XSL/">XSL</a> の4つの W3C ワーキンググループからの情報を参考に作成されています.</p>
<p its-locale-filter-list="en">The document was originally authored in Japanese, then translated to English under the guidance of the Japanese authors. In order to reach the largest international audience, the W3C works in English, so this English version of the document is the authoritative version. However, the <a href="ja/">Japanese</a> version of this document is also available.</p>
<p its-locale-filter-list="ja" class="translateme">The document was originally authored in Japanese, then translated to English under the guidance of the Japanese authors. In order to reach the largest international audience, the W3C works in English, so this English version of the document is the authoritative version. However, the <a href="ja/">Japanese</a> version of this document is also available.</p>
<p its-locale-filter-list="ja">この文書は日本語で記述されたものを,日本語版作成者の監修のもとに英語に翻訳したものです.最大の国際的な利用者に届けるため,W3C は英語を標準としているため,この文書は英語版が公式となります.なお,日本語版も提供しています.</p>
<div class="note" id="n0">
<p its-locale-filter-list="en">To make it easier to track comments, please raise separate issues or emails for each comment, and point to the section you are commenting on.</p>
<p its-locale-filter-list="ja" class="translateme">To make it easier to track comments, please raise separate issues or emails for each comment, and point to the section you are commenting on.</p>
<p its-locale-filter-list="ja">指摘を追跡しやすくするため,それぞれの指摘点について対象となるセクションを明記のうえ,個別の issue もしくはメールを送ってください.</p>
</div>


Expand Down Expand Up @@ -25071,7 +25071,7 @@ <h2>Revision Log</h2>
<li id="id692">TBD</li>
</ul>
<p its-locale-filter-list="en">A detailed list of changes, including diffs, can be found in the <a href="https://github.com/w3c/Jlreq/commits/gh-pages">github commit log</a>.</p>
<p its-locale-filter-list="ja" class="translateme">A detailed list of changes, including diffs, can be found in the <a href="https://github.com/w3c/Jlreq/commits/gh-pages">github commit log</a>.</p>
<p its-locale-filter-list="ja">変更点を含む詳細な変更履歴については <a href="https://github.com/w3c/Jlreq/commits/gh-pages">github のコミットログ</a>を参照してください.</p>
</section>
<!--script>
lis = document.querySelectorAll('li')
Expand Down
10 changes: 5 additions & 5 deletions temporary_bilingual_devt/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ function switchLang (lang) {
'thisversion': 'このバージョン:',
'latestpublished': '最新バージョン:',
'editorsdraft': "旧バージョン:",
'authors': '(translate me) Authors:',
'authors': '著者::',
'editors': "編者:",
'formerEditors': "編者(第1版):",
'participate': "(translate me) Participate:",
'fileABug': "(translate me) File a bug",
'commitHistory': "(translate me) Commit history",
'pullRequests': "(translate me) Pull requests"
'participate': "参加方法:",
'fileABug': "問題報告",
'commitHistory': "変更履歴",
'pullRequests': "プルリクエスト"
},
}

Expand Down