Skip to content

Commit 2cffecc

Browse files
authored
Update ja.js
1 parent c6d3b60 commit 2cffecc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/locales/ja.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ module.exports = {
4848
'trace': 'トレース:', // plots/plots.js:439
4949
'lat:': '緯度:', // traces/scattergeo/calc.js:48
5050
'lon:': '経度:', // traces/scattergeo/calc.js:49
51-
'q1:': 'q1:', // traces/box/calc.js:130
52-
'q3:': 'q3:', // traces/box/calc.js:131
51+
'q1:': '第一四分位数:', // traces/box/calc.js:130
52+
'q3:': '第三四分位数:', // traces/box/calc.js:131
5353
'source:': 'ソース:', // traces/sankey/plot.js:140
5454
'target:': 'ターゲット:', // traces/sankey/plot.js:141
5555
'lower fence:': 'フェンス下限:', // traces/box/calc.js:134
@@ -67,7 +67,9 @@ module.exports = {
6767
'Toggle show closest data on hover': 'ホバー時に一番近いデータを表示のオンオフ', // components/modebar/buttons.js:353
6868
'incoming flow count:': '流入フローカウント:', // traces/sankey/plot.js:142
6969
'outgoing flow count:': '流出フローカウント:', // traces/sankey/plot.js:143
70-
'kde:': 'kde:' // traces/violin/calc.js:73
70+
'kde:': 'kde:', // traces/violin/calc.js:73
71+
'Click to enter radial axis title': '放射軸タイトルを入力するにはクリック',
72+
'new text': '新規テキスト'
7173
},
7274
format: {
7375
days: ['日曜日', '月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日'],

0 commit comments

Comments
 (0)