Skip to content

Commit 7bacbd0

Browse files
authored
Merge pull request #2558 from jins-tkomoda/patch-2
Update ja.js
2 parents b938842 + 2cffecc commit 7bacbd0

File tree

1 file changed

+60
-1
lines changed

1 file changed

+60
-1
lines changed

lib/locales/ja.js

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,66 @@
1111
module.exports = {
1212
moduleType: 'locale',
1313
name: 'ja',
14-
dictionary: {},
14+
dictionary: {
15+
'Autoscale': '自動ズーム', // components/modebar/buttons.js:139
16+
'Box Select': '矩形選択', // components/modebar/buttons.js:103
17+
'Click to enter Colorscale title': '色スケールタイトルを入力するにはクリック', // plots/plots.js:437
18+
'Click to enter Component A title': 'コンポーネントAのタイトル入力するにはクリック', // plots/ternary/ternary.js:386
19+
'Click to enter Component B title': 'コンポーネントBのタイトル入力するにはクリック', // plots/ternary/ternary.js:400
20+
'Click to enter Component C title': 'コンポーネントCのタイトル入力するにはクリック', // plots/ternary/ternary.js:411
21+
'Click to enter Plot title': 'プロットタイトルを入力するにはクリック', // plot_api/plot_api.js:579
22+
'Click to enter X axis title': 'X軸タイトルを入力するにはクリック', // plots/plots.js:435
23+
'Click to enter Y axis title': 'Y軸タイトルを入力するにはクリック', // plots/plots.js:436
24+
'Compare data on hover': 'ホバー中のデータを比較', // components/modebar/buttons.js:167
25+
'Double-click on legend to isolate one trace': '凡例をダブルクリックして1つのトレースを無効化します', // components/legend/handle_click.js:90
26+
'Double-click to zoom back out': 'ダブルクリックでズームを戻します', // plots/cartesian/dragbox.js:299
27+
'Download plot as a png': 'PNGファイルでダウンロード', // components/modebar/buttons.js:52
28+
'Edit in Chart Studio': 'Chart Studioで編集', // components/modebar/buttons.js:76
29+
'IE only supports svg. Changing format to svg.': 'IEはSVGのみサポートしています。SVGに変換します。', // components/modebar/buttons.js:60
30+
'Lasso Select': '投げ縄選択', // components/modebar/buttons.js:112
31+
'Orbital rotation': '軌道回転', // components/modebar/buttons.js:279
32+
'Pan': '拡大', // components/modebar/buttons.js:94
33+
'Produced with Plotly': 'Plotlyにより作成', // components/modebar/modebar.js:256
34+
'Reset': 'リセット', // components/modebar/buttons.js:432
35+
'Reset axes': '軸をリセット', // components/modebar/buttons.js:148
36+
'Reset camera to default': 'カメラをデフォルトに戻す', // components/modebar/buttons.js:314
37+
'Reset camera to last save': 'カメラを最後の保存状態に戻す', // components/modebar/buttons.js:322
38+
'Reset view': 'ビューをリセット', // components/modebar/buttons.js:583
39+
'Reset views': 'ビューをリセット', // components/modebar/buttons.js:529
40+
'Show closest data on hover': 'ホバー時に一番近いデータを表示', // components/modebar/buttons.js:157
41+
'Snapshot succeeded': 'スナップショットに成功', // components/modebar/buttons.js:66
42+
'Sorry, there was a problem downloading your snapshot!': 'すみません、スナップショットダウンロードでエラーです!', // components/modebar/buttons.js:69
43+
'Taking snapshot - this may take a few seconds': 'スナップショットを撮影', // components/modebar/buttons.js:57
44+
'Zoom': 'ズーム', // components/modebar/buttons.js:85
45+
'Zoom in': '拡大', // components/modebar/buttons.js:121
46+
'Zoom out': '縮小', // components/modebar/buttons.js:130
47+
'close:': '閉じる:', // traces/ohlc/transform.js:139
48+
'trace': 'トレース:', // plots/plots.js:439
49+
'lat:': '緯度:', // traces/scattergeo/calc.js:48
50+
'lon:': '経度:', // traces/scattergeo/calc.js:49
51+
'q1:': '第一四分位数:', // traces/box/calc.js:130
52+
'q3:': '第三四分位数:', // traces/box/calc.js:131
53+
'source:': 'ソース:', // traces/sankey/plot.js:140
54+
'target:': 'ターゲット:', // traces/sankey/plot.js:141
55+
'lower fence:': 'フェンス下限:', // traces/box/calc.js:134
56+
'upper fence:': 'フェンス上限:', // traces/box/calc.js:135
57+
'max:': '最大:', // traces/box/calc.js:132
58+
'mean ± σ:': '平均 ± σ:', // traces/box/calc.js:133
59+
'mean:': '平均:', // traces/box/calc.js:133
60+
'median:': '中央値:', // traces/box/calc.js:128
61+
'min:': '最小:', // traces/box/calc.js:129
62+
'Turntable rotation': '軸回転:', // components/modebar/buttons.js:288
63+
'Toggle Spike Lines': 'スパイクラインのオンオフ', // components/modebar/buttons.js:548
64+
'open:': '開く:', // traces/ohlc/transform.js:136
65+
'high:': '高:', // traces/ohlc/transform.js:137
66+
'low:': '低:', // traces/ohlc/transform.js:138
67+
'Toggle show closest data on hover': 'ホバー時に一番近いデータを表示のオンオフ', // components/modebar/buttons.js:353
68+
'incoming flow count:': '流入フローカウント:', // traces/sankey/plot.js:142
69+
'outgoing flow count:': '流出フローカウント:', // traces/sankey/plot.js:143
70+
'kde:': 'kde:', // traces/violin/calc.js:73
71+
'Click to enter radial axis title': '放射軸タイトルを入力するにはクリック',
72+
'new text': '新規テキスト'
73+
},
1574
format: {
1675
days: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'],
1776
shortDays: ['日', '月', '火', '水', '木', '金', '土'],

0 commit comments

Comments
 (0)