Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revised Japanese translation #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
202 changes: 99 additions & 103 deletions index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions play/automatic/automatic.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Automatic Simulation</title>
<title>自動シミュレーション</title>
<link href="automatic.css" rel="stylesheet" type="text/css">
</head>
<body>
Expand All @@ -22,4 +22,4 @@
</html>

<script src="../lib/Mouse.js"></script>
<script src="automatic.js"></script>
<script src="automatic.js"></script>
7 changes: 3 additions & 4 deletions play/automatic/automatic2.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Automatic Simulation - Change Bias</title>
<title>自動シミュレーション - 偏見の変更</title>
<link href="automatic.css" rel="stylesheet" type="text/css">
<link href="doubleslider.css" rel="stylesheet" type="text/css">
</head>
Expand All @@ -14,8 +14,7 @@
<canvas id="stats_canvas" width="370" height="270"></canvas>
<div id="stats_text"></div>
</div>

i'll move if <span class="highlight">less than <span id="bias_text">33%</span></span> of my neighbors are like me
もし同じ形をしたお隣さんが <span class="highlight"><span id="bias_text">33%</span>未満</span> しかいないなら引っ越します
<br>
<div id="slider"></div>
<br>
Expand Down Expand Up @@ -57,4 +56,4 @@

//window.IS_IN_SIGHT = true;

</script>
</script>
6 changes: 3 additions & 3 deletions play/automatic/automatic3.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Automatic Simulation - Start Biased</title>
<title>自動シミュレーション - 偏見ありでスタート</title>
<link href="automatic.css" rel="stylesheet" type="text/css">
<link href="doubleslider.css" rel="stylesheet" type="text/css">
</head>
Expand All @@ -15,7 +15,7 @@
<div id="stats_text"></div>
</div>

i'll move if <span class="highlight">less than <span id="bias_text">33%</span></span> of my neighbors are like me
もし同じ形をしたお隣さんが <span class="highlight"><span id="bias_text">33%</span>未満</span> しかいないなら引っ越します
<br>
<div id="slider"></div>
<br>
Expand Down Expand Up @@ -55,4 +55,4 @@
}
});

</script>
</script>
8 changes: 4 additions & 4 deletions play/automatic/automatic4.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Automatic Simulation - Nonconformity</title>
<title>自動シミュレーション - はみだし</title>
<link href="automatic.css" rel="stylesheet" type="text/css">
<link href="doubleslider.css" rel="stylesheet" type="text/css">
</head>
Expand All @@ -15,8 +15,8 @@
<div id="stats_text"></div>
</div>

i'll move if <span class="highlight">&lt;<span id="bias_text">33%</span></span>
or <span class="highlight">&gt;<span id="nonconform_text">100%</span></span> of my neighbors are like me
もし同じ形をしたお隣さんが <span class="highlight"><span id="bias_text">33%</span>未満</span>
<span class="highlight"><span id="nonconform_text">100%</span>以上</span> なら引っ越します
<br>
<div id="slider"></div>
<br>
Expand Down Expand Up @@ -59,4 +59,4 @@
}
});

</script>
</script>
16 changes: 8 additions & 8 deletions play/automatic/automatic_sandbox.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Automatic Simulation - SANDBOX</title>
<title>自動シミュレーション - 遊び場</title>
<link href="automatic.css" rel="stylesheet" type="text/css">
<link href="doubleslider.css" rel="stylesheet" type="text/css">
<style type="text/css">
Expand All @@ -20,16 +20,16 @@
<div id="stats_text"></div>
</div>

i'll move if <span class="highlight">&lt;<span id="bias_text">33%</span></span>
or <span class="highlight">&gt;<span id="nonconform_text">100%</span></span> of my neighbors are like me
もし同じ形をしたお隣さんが <span class="highlight"><span id="bias_text">33%</span>未満</span>
<span class="highlight"><span id="nonconform_text">100%</span>以上</span> なら引っ越します
<br>
<div id="slider"></div>
<br>

the triangle:square ratio is
<span class="highlight"><span id="ratio_text_triangles">40</span>:<span id="ratio_text_squares">40</span></span>,
board is
<span class="highlight" id="empty_text">20% empty</span>
三角形と四角形の比率は
<span class="highlight"><span id="ratio_text_triangles">40</span>:<span id="ratio_text_squares">40</span></span>で、
マスのうち
<span class="highlight" id="empty_text">20% </span>が空きになっています。
<br>
<div id="slider2"></div>
<br>
Expand Down Expand Up @@ -100,4 +100,4 @@
}
});

</script>
</script>
8 changes: 6 additions & 2 deletions play/intro/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@
<canvas id="canvas" width="1280" height="300" style="position:absolute;bottom:0"></canvas>
<div id="intro_shading"></div>
<div id="intro_text">
by <a href="http://vihart.com/" target="_blank">vi hart</a> + <a href="http://ncase.me/" target="_blank">nicky case</a>
作: <a href="http://vihart.com/" target="_blank">vi hart</a> + <a href="http://ncase.me/" target="_blank">nicky case</a>
<br>
翻訳: 大島 芳樹
<!--
<span style='font-size:16px; letter-spacing:0;'>
<br>
<a target="_parent" href="http://ncase.me/polygons-es">español</a>
Expand All @@ -52,9 +55,10 @@
|
<a target="_parent" href="http://ncase.me/polygons-ja">日本語</a>
</span>
-->
</div>
</div>
</body>
</html>
<script src="MouseBlah.js"></script>
<script src="intro.js"></script>
<script src="intro.js"></script>
4 changes: 2 additions & 2 deletions play/manual/manual.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Manual Simulation</title>
<title>手動シミュレーション</title>
<link href="manual.css" rel="stylesheet" type="text/css">
</head>
<body>
Expand All @@ -12,4 +12,4 @@
</html>

<script src="../lib/Mouse.js"></script>
<script src="manual.js"></script>
<script src="manual.js"></script>
8 changes: 4 additions & 4 deletions play/mini/mini_bias_1.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<canvas id="canvas"></canvas>
<br>
<div style="text-align:center; margin:10px 0; color:#777">
wants to move if <span style="color:#dd3939">less than 33%</span> of
<br>
their neighbors are like them
もしお隣さんの<span style="color:#dd3939">33% 未満</span>しか
<br>
自分と同じ形がいないのであれば引っ越します
</div>
<div id="reset" onclick="reset()">reset</div>

Expand All @@ -27,4 +27,4 @@
<script src="mini.js"></script>
<script src="mini_blah.js"></script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions play/mini/mini_bias_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<canvas id="canvas"></canvas>
<br>
<div style="text-align:center; margin:10px 0; color:#777">
wants to move if <span style="color:#dd3939">less than 50%</span> of
<br>
their neighbors are like them
もしお隣さんの<span style="color:#dd3939">50% 未満</span>しか
<br>
自分と同じ形がいないのであれば引っ越します
</div>
<div id="reset" onclick="reset()">reset</div>

Expand All @@ -31,4 +31,4 @@
BIAS = 0.50;
</script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions play/mini/mini_bored.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<canvas id="canvas"></canvas>
<br>
<div style="text-align:center; margin:10px 0; color:#777; font-size:15px">
<span style="color:#dd3939">meh:</span>
all neighbors are like me. (also meh if i've got no neighbors)
<span style="color:#dd3939">だめ</span>
お隣さんが皆同じ形だよ (お隣さんがだれもいないのも、だめ)
</div>

<script>
Expand All @@ -25,4 +25,4 @@
<script src="mini.js"></script>
<script src="mini_blah.js"></script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions play/mini/mini_happy.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<canvas id="canvas"></canvas>
<br>
<div style="text-align:center; margin:10px 0; color:#777; font-size:15px">
<span style="color:#dd3939">happy:</span>
2 out of 6 neighbors are like me. exactly 1/3.
<span style="color:#dd3939">よかった!</span>
6人のうち2人が同じ形だよ。ちょうど1/3だね。
</div>

<script>
Expand All @@ -25,4 +25,4 @@
<script src="mini.js"></script>
<script src="mini_blah.js"></script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions play/mini/mini_nonconform.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<canvas id="canvas"></canvas>
<br>
<div style="text-align:center; margin:10px 0; color:#777">
wants to move if <span style="color:#dd3939">more than 90%</span> of
<br>
their neighbors are like them
もしお隣さんのうち<span style="color:#dd3939">90% 以上</span>
<br>
自分と同じ形なのであれば引っ越します
</div>
<div id="reset" onclick="reset()">reset</div>

Expand All @@ -32,4 +32,4 @@
BIAS = 0.00;
</script>
</body>
</html>
</html>
6 changes: 3 additions & 3 deletions play/mini/mini_unhappy.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<canvas id="canvas"></canvas>
<br>
<div style="text-align:center; margin:10px 0; color:#777; font-size:15px">
<span style="color:#dd3939">unhappy:</span>
only 1 out of 6 neighbors are like me. less than 1/3.
<span style="color:#dd3939">不幸せ</span>
6人のうち1人しか同じ形がないよ。1/3 未満だね。
</div>

<script>
Expand All @@ -25,4 +25,4 @@
<script src="mini.js"></script>
<script src="mini_blah.js"></script>
</body>
</html>
</html>
23 changes: 11 additions & 12 deletions play/outro/outro.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<div id="intro_shading"></div>
<div id="share_text">

SHARE<span style="position:relative;top:-5px">:</span>
共有しよう<span style="position:relative;top:-5px">:</span>

<a data-popup-url="https://www.facebook.com/sharer.php?u=http%3A%2F%2Fncase.me%2Fpolygons%2F&amp;t=Parable of the Polygons: a playable post on how harmless choices can make a harmful world."
data-popup-width="626" data-popup-height="436"
Expand Down Expand Up @@ -93,22 +93,21 @@

</div>
<div id="pd_text">
<span style="font-size:35px; color:#fff">this playable post is
<a target="_blank" href="http://creativecommons.org/publicdomain/zero/1.0/" style="color:#fff">public domain</a>.
<span style="font-size:35px; color:#fff">この記事は
<a target="_blank" href="http://creativecommons.org/publicdomain/zero/1.0/" style="color:#fff">パブリックドメイン</a>です。
</span>
<div style="width:600px; margin:5px auto; font-size:18px; letter-spacing:0; font-weight:normal">
please feel free to use this in your classrooms,
make video/picture/text adaptations,
or modify the <a href="https://github.com/ncase/polygons" target="_blank">source code</a>!
attribution is not mandatory, but super appreciated.
we are <a href="http://vihart.com/" target="_blank">vi hart</a> and <a href="http://ncase.me/" target="_blank">nicky case</a>.
教室で紹介したり、ビデオや絵や文による改作、さらには
<a href="https://github.com/ncase/polygons" target="_blank">ソースコード</a>を変更したりするなど、自由に使ってください!
著作者表示必須とはしませんが、もちろん超大歓迎です。
私たちは <a href="http://vihart.com/" target="_blank">vi hart</a> と <a href="http://ncase.me/" target="_blank">nicky case</a>です。
</div>
<div style="width:600px; margin:25px auto; font-size:18px; letter-spacing:0; font-weight:normal">
show us how you're using and remixing Parable of the Polygons!
皆さんがどのようにこの作品をリミックスしているのかぜひ教えてください!
<br>
tweet us at
<a href="https://twitter.com/vihartvihart" target="_blank">@vihartvihart</a> and
<a href="https://twitter.com/ncasenmare" target="_blank">@ncasenmare</a>.
私たちのツイッターは
<a href="https://twitter.com/vihartvihart" target="_blank">@vihartvihart</a>
<a href="https://twitter.com/ncasenmare" target="_blank">@ncasenmare</a>です。
</div>
</div>

Expand Down