mango-ui-v2/public/charting_library/ja-tv-chart.2f0c4150.html

1 line
73 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="ja" dir="ltr"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=Edge"><script>window===window.parent&&(location.href="about:blank")</script><script defer="defer" crossorigin="anonymous" src="bundles/runtime.643acebc3204984770e1.js"></script><script defer="defer" crossorigin="anonymous" src="bundles/vendors.6b55d55b38e7d5d9519c.js"></script><script defer="defer" crossorigin="anonymous" src="bundles/library.767121b9742321e63a67.js"></script><link type="text/css" href="bundles/library.fdb18681a3fb8616c650.css" rel="stylesheet"></head><body class="chart-page unselectable on-widget"><div class="loading-indicator" id="loading-indicator"></div><script>var JSServer={},__initialEnabledFeaturesets=["charting_library"]</script><script>!function(){window.urlParams=function(){function n(n){return decodeURIComponent(n.replace(t," ")).replace(/<\/?[^>]+(>|$)/g,"")}for(var e,t=/\+/g,r=/([^&=]+)=?([^&]*)/g,i=function(){var n=location.href,e=n.indexOf("#");if(0<=e)return n.substring(e+1);throw"Unexpected use of this page"}(),o={};e=r.exec(i);)o[n(e[1])]=n(e[2]);var s,a=window.parent[o.uid],l=["datafeed","customFormatters","brokerFactory","save_load_adapter"];for(s in a)-1===l.indexOf(s)&&(o[s]=JSON.stringify(a[s]));return o}(),window.locale=urlParams.locale,window.language=urlParams.locale,window.addCustomCSSFile=function(n){var e=document.createElement("link");e.setAttribute("type","text/css"),e.setAttribute("rel","stylesheet"),e.setAttribute("href",n),document.body.appendChild(e)},urlParams.customCSS&&window.addCustomCSSFile(urlParams.customCSS);var n={};if("string"==typeof urlParams.loading_screen)try{n=JSON.parse(urlParams.loading_screen)}catch(n){}var e=document.getElementById("loading-indicator");n.backgroundColor&&(e.style="background-color: "+n.backgroundColor),function(){"use strict";var s,a;!function(n,e){void 0===e&&(e={});var t,r=e.insertAt;"undefined"!=typeof document&&(t=document.head||document.getElementsByTagName("head")[0],(e=document.createElement("style")).type="text/css","top"===r&&t.firstChild?t.insertBefore(e,t.firstChild):t.appendChild(e),e.styleSheet?e.styleSheet.cssText=n:e.appendChild(document.createTextNode(n)))}("\n/* Thanks to google guys for the original <paper-spinner> =)\n * https://github.com/PolymerElements/paper-spinner */\n.tv-spinner {\n display: none;\n position: absolute;\n width: 1em;\n height: 1em;\n top: calc(50% - 0.5em);\n left: calc(50% - 0.5em);\n margin: 0 auto;\n color: #37a6ef;\n animation: tv-spinner__container-rotate 0.9s linear infinite;\n will-change: transform;\n /* The spinner does not have any contents that would have to be\n\t * flipped if the direction changes. Always use ltr so that the\n\t * style works out correctly in both cases. */\n direction: ltr;\n}\n.tv-spinner--size_mini {\n font-size: 16px;\n}\n.tv-spinner--size_medium {\n font-size: 32px;\n}\n.tv-spinner--size_large {\n font-size: 56px;\n}\n.tv-spinner--size_mini .tv-spinner__width_element:after {\n border-width: 2px;\n}\n.tv-spinner--size_medium .tv-spinner__width_element:after {\n border-width: 3px;\n}\n.tv-spinner--size_large .tv-spinner__width_element:after {\n border-width: 4px;\n}\n.tv-spinner--shown {\n display: block;\n}\n.tv-spinner__spinner-layer {\n position: absolute;\n width: 100%;\n height: 100%;\n white-space: nowrap;\n color: currentColor;\n transform: rotate(90deg);\n /**\n\t\t * Patch the gap that appear between the two adjacent div.circle-clipper while the\n\t\t * spinner is rotating (appears on Chrome 50, Safari 9.1.1, and Edge).\n\t\t */\n}\n.tv-spinner__spinner-layer::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n border-width: 0.07em;\n border-radius: 50%;\n left: 45%;\n width: 10%;\n border-top-style: solid;\n}\n.tv-spinner__background {\n display: inline-block;\n position: absolute;\n width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.tv-spinner__background::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n left: 0;\n border-radius: 50%;\n bottom: 0;\n width: 100%;\n border-color: rgba(135, 151, 165, 0.2);\n border-style: solid;\n}\n.tv-spinner__circle-clipper {\n display: inline-block;\n position: relative;\n width: 50%;\n height: 100%;\n overflow: hidden;\n}\n.tv-spinner__circle-clipper::after {\n content: '';\n position: absolute;\n box-sizing: border-box;\n top: 0;\n border-radius: 50%;\n bottom: 0;\n width: 200%;\n border-style: solid;\n border-bottom-color: transparent;\n animation-duration: 1.4s;\n animation-timing-function: cubic-bezier(0.36, 0, 0.37, 0.99);\n animation-iteration-count: 1;\n will-change: transform;\n}\n.tv-spinner__circle-clipper--left::after {\n left: 0;\n border-right-color: transparent;\n transform: rotate(0deg);\n animation-name: tv-spinner__left-spin;\n}\n.tv-spinner__circle-clipper--right::after {\n left: -100%;\n border-left-color: transparent;\n transform: rotate(-124deg);\n animation-name: tv-spinner__right-spin;\n}\n@keyframes tv-spinner__container-rotate {\n 100% {\n transform: rotate(360deg);\n }\n}\n@keyframes tv-spinner__left-spin {\n 0% {\n transform: rotate(130deg);\n }\n to {\n transform: rotate(0deg);\n }\n}\n@keyframes tv-spinner__right-spin {\n 0% {\n transform: rotate(-130deg);\n }\n to {\n transform: rotate(-124deg);\n }\n}\n"),s=new WeakMap,(n=a=a||{})[n.Element=1]="Element",n[n.Document=9]="Document";var e=function(){var n,e,t,r=(t=document.documentElement,s&&(e=s.get(t)),e||((e=t.ownerDocument.createRange()).selectNodeContents(t),s&&s.set(t,e)),e.createContextualFragment('\n\t\t<div class="tv-spinner" role="progressbar">\n\t\t\t<div class="tv-spinner__spinner-layer">\n\t\t\t\t<div class="tv-spinner__background tv-spinner__width_element"></div>\n\t\t\t\t<div class="tv-spinner__circle-clipper tv-spinner__width_element tv-spinner__circle-clipper--left"></div>\x3c!--\n\t\t\t\t--\x3e<div class="tv-spinner__circle-clipper tv-spinner__width_element tv-spinner__circle-clipper--right"></div>\n\t\t\t</div>\n\t\t</div>\n\t'));if("firstElementChild"in r)n=r.firstElementChild;else{n=null;for(var i=0;i<r.childNodes.length;i++){var o=r.childNodes[i];if(o.nodeType===a.Element){n=o;break}}}return null!==n&&r.removeChild(n),n}(),n=(t.prototype.spin=function(n){return this._el.classList.add("tv-spinner--shown"),void 0===this._container&&(void 0!==(this._container=n)&&n.appendChild(this._el)),this._shown=!0,this},t.prototype.stop=function(n){return n&&void 0!==this._container&&this._container.removeChild(this._el),this._el.classList.remove("tv-spinner--shown"),this._shown=!1,this},t.prototype.setStyle=function(t){var r=this;return Object.keys(t).forEach(function(n){var e=t[n];void 0!==e&&r._el.style.setProperty(n,e)}),this},t.prototype.setSize=function(n){n=void 0!==n?"tv-spinner--size_"+n:"";return this._el.className="tv-spinner "+n+" "+(this._shown?"tv-spinner--shown":""),this},t.prototype.getEl=function(){return this._el},t.prototype.destroy=function(){this.stop(),delete this._el,delete this._container},t);function t(n){this._shown=!1,this._el=e.cloneNode(!0),this.setSize(n||"large")}window.Spinner=n}();var t=n.foregroundColor||"auto",t=new Spinner("large").setStyle({color:t,zIndex:String(2e9)});t.getEl().classList.add("spinner"),t.spin(e)}()</script><script>var _tv_languages=_tv_languages||{};_tv_languages.ja={Save:"保存",Show:"表示",Delete:"削除",Cancel:"キャンセル",Yes:"はい",No:"いいえ",Price:"価格",Currency:"通貨",Open:"始値",Comment:"コメント",Time:"日時",Sector:"セクター",Industry:"業種",Ticker:"ティッカー",Search:"検索","Learn more":"詳細を確認",Date:"日付",Source:"ソース",Description:"詳細",Trading:"トレーディング","Head and Shoulders":"ヘッドアンドショルダー",Settings:"設定",Width:"幅",Background:"背景",Border:"枠",Apply:"適用",Symbol:"シンボル",Exchange:"取引所",Timezone:"タイムゾーン","Color Theme":"カラーテーマ","Bar's Style":"バーのスタイル",Bars:"バー",Candles:"ローソク足","Hollow Candles":"中空ローソク足","Heikin Ashi":"平均足",Line:"ライン",Area:"エリア",Grid:"グリッド",Add:"追加",Regular:"通常",January:"1月",February:"2月",March:"3月",April:"4月",May:"5月",June:"6月",July:"7月",August:"8月",September:"9月",October:"10月",November:"11月",December:"12月","Indicators & Strategies":"インジケーター&ストラテジー",Contracts:"取引",Prices:"価格",Change:"変動","Hong Kong":"香港",Type:"タイプ",forex:"FX",Error:"エラー","Invalid Symbol":"無効なシンボル",More:"詳細",MTPredictor:"MTPredictor ","Cboe BZX":"CBOE BZX",Bahrain:"バーレーン",Luxembourg:"ルクセンブルク","New Zealand":"ニュージーランド",Qatar:"カタール",Singapore:"シンガポール","At close":"クローズで",Holiday:"休日","Click to set a point":"ポイントをクリックで指定","Move the point to position the anchor then tap to place":"アンカーを置きたい位置にポイントを移動してタップして下さい","Press and hold {0} while zooming to maintain the chart position":"ズームの際に{0}を押したままにするとチャートの位置を保ちます",Baseline:"ベースライン",Quantity:"数量",Reverse:"反転","N/A":"該当なし",Ok:"OK",Close:"クローズ",month_0:"ヶ月","Copied to clipboard":"クリップボードにコピーされました",Hide:"非表示",m_interval_short:"分",h_interval_short:"時間",D_interval_short:"日",W_interval_short:"週",M_interval_short:"月","Remove from favorites":"お気に入りから削除","Add to favorites":"お気に入りに追加","Add Text Note for {0}":"テキストノートに {0} を追加","Time Interval":"時間足","Are you sure?":"本当に宜しいですか?",Copy:"コピー","Risk/Reward":"リスク・リワード","Number format is invalid.":"数字形式が有効なものではありません。","Specified value is less that the instrument minimum.":"入力された数値は最小必要投資額未満です。","Specified value is more than the instrument maximum.":"入力された数値は最大投資額を超えています。",Risk:"リスク",Loading:"読み込み中","a year":"一年",Compact:"コンパクト","Price Line":"価格ライン",UTC:"UTC (協定世界時) ",Cairo:"カイロ",Johannesburg:"ヨハネスブルグ",Lagos:"ラゴス","Buenos Aires":"ブエノスアイレス",Bogota:"ボゴタ",Caracas:"カラカス",Chicago:"シカゴ","San Salvador":"サンサルバドル ",Juneau:"ジュノー",Lima:"リマ","Los Angeles":"ロサンジェルス","Mexico City":"メキシコシティ","New York":"ニューヨーク",Phoenix:"フェニックス",Santiago:"サンティアゴ","Sao Paulo":"サンパウロ",Toronto:"トロント",Vancouver:"バンクーバー",Denver:"デンバー",Almaty:"アルマトイ",Ashkhabad:"アシュカバッド",Bangkok:"バンコク",Chongqing:"重慶",Dubai:"ドバイ","Ho Chi Minh":"ホーチミン",Jakarta:"ジャカルタ",Jerusalem:"エルサレム",Kolkata:"カルカッタ",Kuwait:"クウェート",Muscat:"マスカット",Riyadh:"リヤド",Seoul:"ソウル",Shanghai:"上海",Taipei:"台北",Tehran:"テヘラン",Tokyo:"東京",Reykjavik:"レイキャビク",Adelaide:"アデレード",Brisbane:"ブリスベン",Perth:"パース",Sydney:"シドニー",Athens:"アテネ",Belgrade:"ベルグラード",Berlin:"ベルリン",Copenhagen:"コペンハーゲン",Helsinki:"ヘルシンキ",Istanbul:"イスタンブール",London:"ロンドン",Madrid:"マドリード",Moscow:"モスクワ",Oslo:"オスロ",Paris:"パリ",Riga:"リガ",Rome:"ローマ",Stockholm:"ストックホルム",Tallinn:"タリン",Vilnius:"ヴィリニュス",Warsaw:"ワルシャワ",Zurich:"チューリッヒ","Chatham Islands":"チャタム諸島",Tokelau:"トケラウ",Honolulu:"ホノルル","Norfolk Island":"ノーフォーク島",Coordinates:"座標",Drawings:"描画アイテム","Events & Alerts":"イベント&アラート",Events:"イベント",Inputs:"パラメータ",Properties:"プロパティ",Scales:"スケール","Source Code":"ソースコード",Style:"スタイル","Timezone/Sessions":"タイムゾーン/セッション",Visibility:"可視性","Box size assignment method":"ボックスサイズの計算方式","Color bars based on previous close":"前バーの終値に基づいたバーの色",Borders:"枠",Wick:"ヒゲ","HLC bars":"HCLバー","Price source":"価格のソース","Show real prices on price scale (instead of Heikin-Ashi price)":"平均足ではなく実際の価格スケールで表示する。","Up bars":"上昇バー","Down bars":"下降バー","Projection up bars":"上昇予測バー","Projection down bars":"下降予測バー","Projection up color":"上昇予測カラー","Projection down color":"下降予測カラー",Fill:"塗りつぶし","Up color":"上昇カラー","Down color":"下降カラー",Traditional:"従来方式","Box size":"ボックスサイズ","Number of line":"ライン(足)の数","ATR length":"ATRの期間","Reversal amount":"転換数","Phantom bars":"疑似バー","One step back building":"同列1枠転換表示",Wicks:"ヒゲ",Range:"レンジ","You cannot see this pivot timeframe on this resolution":"現在の時間足では、この時間枠のピボットを見ることは出来ません。","Accumulation/Distribution_study":"ADL (アキュムレーション/ディストリビューションライン)","Accumulative Swing Index_study":"ASI(累積スイングインデックス)","Advance/Decline_study":"上昇/下降","Arnaud Legoux Moving Average_study":"ALMA (アルノールグー移動平均)",Aroon_study:"Aroon (アルーン)",ASI_study:"ASI(累積スイングインデックス)","Average Directional Index_study":"ADX (平均方向性指数)","Average True Range_study":"ATR (アベレージ・トゥルー・レンジ)","Awesome Oscillator_study":"AO (オーサム・オシレーター)","Balance of Power_study":"BOP (バランス・オブ・パワー)","Bollinger Bands %B_study":"BB%B (ボリンジャーバンド%B)","Bollinger Bands Width_study":"BBW (ボリンジャーバンド幅)","Bollinger Bands_study":"BB (ボリンジャーバンド)","Chaikin Money Flow_study":"CMF (チャイキン・マネー・フロー)","Chaikin Oscillator_study":"CHO (チャイキン・オシレーター)","Chande Kroll Stop_study":"Chande Kroll Stop (シャンデ・クロール・ストップ)","Chande Momentum Oscillator_study":"ChandeMO (シャンデ・モメンタム・オシレーター)","Chop Zone_study":"Chop Zone (チョップゾーン)","Choppiness Index_study":"CHOP (チョピネス・インデックス)","Commodity Channel Index_study":"CCI (商品チャネル指数)","Connors RSI_study":"CRSI (コナーズRSI","Coppock Curve_study":"Coppock Curve (コポックカーブ)","Correlation Coefficient_study":"CC (相関係数)",CRSI_study:"CRSI","Detrended Price Oscillator_study":"DPO (トレンド除去プライスオシレーター)","Directional Movement_study":"DMI (方向性指数)","Donchian Channels_study":"DC (ドンチャンチャネル (HLバンド))","Double EMA_study":"DEMA (二重指数移動平均)","Ease Of Movement_study":"EOM (イーズ・オブ・ムーブメント)","Elder's Force Index_study":"EFI (エルダー・フォース・インデックス)","EMA Cross_study":"EMA Cross (指数移動平均の交差)",Envelopes_study:"Envelopes (エンベロープ)","Fisher Transform_study":"Fisher Transform (フィッシャー・トランスフォーム)","Fixed Range_study":"Fixed Range (固定期間出来高)","Historical Volatility_study":"HV (ヒストリカル・ボラティリティ)","Hull Moving Average_study":"HMA (ハル移動平均)","Ichimoku Cloud_study":"Ichimoku Cloud (一目均衡表®)","Keltner Channels_study":"KC (ケルトナーチャネル)","Klinger Oscillator_study":"Klinger Oscillator (クリンガー・オシレーター)","Know Sure Thing_study":"KST (ノウ・シュア・シング)","Least Squares Moving Average_study":"LSMA (最小二乗移動平均)","Linear Regression Curve_study":"線形回帰曲線","MA Cross_study":"MA Cross (移動平均線の交差)","MA with EMA Cross_study":"移動平均線とEMA指数平滑移動平均線の交差","MA/EMA Cross_study":"移動平均線とEMA指数平滑移動平均線の交差",MACD_study:"MACD (マックディー)","Mass Index_study":"Mass Index (マス・インデックス)","McGinley Dynamic_study":"McGinley Dynamic (マッギンリー・ダイナミック)",Momentum_study:"MOM (モメンタム)","Money Flow_study":"MFI (マネーフロー)","Moving Average Channel_study":"移動平均チャネル","Moving Average Exponential_study":"EMA (指数移動平均)","Moving Average Weighted_study":"WMA (加重移動平均)","Moving Average_study":"MA (移動平均)","Net Volume_study":"Net Volume (ネット出来高)","On Balance Volume_study":"OBV (オン・バランス・ボリューム)","Parabolic SAR_study":"Parabolic SAR (パラボリック・ストップ&リバース)","Pivot Points Standard_study":"Pivot (ピボットポイント・スタンダード)","Price Channel_study":"プライス・チャネル","Price Oscillator_study":"PPO (プライスオシレーター)","Price Volume Trend_study":"PVT (プライス出来高トレンド)","Rate Of Change_study":"ROC (レート・オブ・チェンジ)","Relative Strength Index_study":"RSI (相対力指数)","Relative Vigor Index_study":"RVGI (相対活力指数)","Relative Volatility Index_study":"RVI (相対ボラテリティ指数)","Session Volume_study":"Session Volume (セッション出来高)","Session Volume HD_study":"Session Volume HD (セッション出来高HD)","SMI Ergodic Indicator/Oscillator_study":"SMIエルゴディックインジケーター/オシレーター ","Smoothed Moving Average_study":"SMMA (平滑移動平均)","Stochastic RSI_study":"STOCH RSI (ストキャスティクスRSI)",Stochastic_study:"STOCH (ストキャスティクス)","Triple EMA_study":"TEMA (3重指数移動平均)",TRIX_study:"TRIX (トリックス)","True Strength Indicator_study":"TSI (トゥルー・ストレングス・インデックス)","Ultimate Oscillator_study":"UO (アルティメット・オシレーター)","Visible Range_study":"Visible Range (可視範囲出来高)","Volume Oscillator_study":"Volume Oscillator (出来高オシレーター)",Volume_study:"Volume (出来高)","Vortex Indicator_study":"VI (ボルテックス・インジケーター)",VWAP_study:"VWAP (出来高加重平均価格)",VWMA_study:"VWMA (出来高加重移動平均)","Williams %R_study":"WPR (ウィリアムズR)","Williams Alligator_study":"Alligator (ウィリアムズ・アリゲーター)","Williams Fractal_study":"Fractal (ウィリアムズ・フラクタル)","Zig Zag_study":"Zig Zag (ジグザグ)","Plots Background_study":"線を描く根拠",SuperTrend_study:"SuperTrend","Average Price_study":"Average Price (平均価格)","Typical Price_study":"Typical Price (典型価格)","Median Price_study":"Median Price (中央価格)","Money Flow Index_study":"MFI (マネーフローインデックス)","Moving Average Double_study":"DSMA (2重移動平均)","Moving Average Triple_study":"TSMA (3重移動平均)","Moving Average Adaptive_study":"AMA (適応移動平均)","Moving Average Hamming_study":"Hamming MA (ハミング移動平均)","Moving Average Modified_study":"MMA (修正移動平均)","Moving Average Multiple_study":"Moving Average Multiple (複合移動平均)","Linear Regression Slope_study":"LRM (線形回帰スロープ)","Standard Error_study":"Standard Error (標準誤差)","Standard Error Bands_study":"Standard Error Bands (標準誤差バンド)","Correlation - Log_study":"Correlation - Log (相関 - ログ)","Standard Deviation_study":"Standard Deviation (標準偏差)","Chaikin Volatility_study":"CHV (チャイキン・ボラティリティ)","Volatility Close-to-Close_study":"Volatility Close-to-Close (ボラティリティ・クローズ・トゥ・クローズ)","Volatility Zero Trend Close-to-Close_study":"Volatility Zero Trend Close-to-Close (ボラティリティ・ゼロトレンド・クローズ・トゥ・クローズ)","Volatility O-H-L-C_study":"Volatility O-H-L-C (ボラティリティOHLC)","Volatility Index_study":"VIX (ボラティリティ・インデックス)","Trend Strength Index_study":"TSI (トレンド・ストレングス・インデックス)","Majority Rule_study":"Majority Rule (多数決)",Length_input:"期間",Plot_input:"プロット",Zero_input:"ゼロ",Signal_input:"シグナル",Long_input:"ロング",Short_input:"ショート",UpperLimit_input:"上限",LowerLimit_input:"下限",Offset_input:"オフセット",length_input:"期間",mult_input:"マルチ",short_input:"ショート",long_input:"ロング",Limit_input:"指値",Move_input:"移動",Value_input:"値",Method_input:"メソッド","Accumulation/Distribution_input":"買い集め/ 売り抜け",ADR_B_input:"ADR_B","Equality Line_input":"分布線","Window Size_input":"ウィンドウの大きさ",Sigma_input:"シグマ","Aroon Up_input":"アルーンアップ","Aroon Down_input":"アルーンダウン",Upper_input:"上方",Lower_input:"下方",ADX_input:"ADX","ADX Smoothing_input":"ADX平滑化","DI Length_input":"DIの長さ",Smoothing_input:"平滑化",ATR_input:"ATR",Growing_input:"増大",Falling_input:"下落","Color 0_input":"色 0 ","Color 1_input":"色 1",Source_input:"ソース",StdDev_input:"標準偏差",Basis_input:"基準",Median_input:"中央値","Bollinger Bands %B_input":"ボリンジャーバンド%B",Overbought_input:"買われ過ぎ",Oversold_input:"売られ過ぎ","Bollinger Bands Width_input":"ボリンジャーバンド幅","RSI Length_input":"RSI相対力指数の長さ","UpDown Length_input":"連続騰落日数","ROC Length_input":"ROCの長さ",MF_input:"マネーフロー","Fast length_input":"短期(ファースト)の期間数","Slow length_input":"長期(スロー)の期間数","Chaikin Oscillator_input":"チャイキン・オシレーター",P_input:"P",X_input:"X",Q_input:"Q",p_input:"p",x_input:"x",q_input:"q",Price_input:"価格","Chande MO_input":"シャンデMO","Zero Line_input":"ゼロライン","Color 2_input":"色 2","Color 3_input":"色 3","Color 4_input":"色 4","Color 5_input":"色 5","Color 6_input":"色 6","Color 7_input":"色 7","Color 8_input":"色 8",CHOP_input:"CHOP","Upper Band_input":"上方の帯","Lower Band_input":"下方帯",CCI_input:"CCI","WMA Length_input":"加重移動平均の期間","Long RoC Length_input":"ロングの長さ変化率","Short RoC Length_input":"ショートの長さ変化率",sym_input:"シンボル",Symbol_input:"シンボル",Correlation_input:"相関",Period_input:"期間",Centered_input:"中心になる","Detrended Price Oscillator_input":"トレンド除去プライスオシレーター (DPO)",isCentered_input:"中心にある",DPO_input:"DPO","ADX smoothing_input":"ADX平滑化","+DI_input":"+DI","-DI_input":"-DI",DEMA_input:"日足指数平滑移動平均線",Divisor_input:"因数",EOM_input:"EOM","Elder's Force Index_input":"エルダー・フォース・インデックス",Percent_input:"パーセント",Exponential_input:"指数",Average_input:"平均","Upper Percentage_input":"上方パーセンテージ","Lower Percentage_input":"下方パーセンテージ",Fisher_input:"フィッシャー",Trigger_input:"トリガー",Level_input:"レベル",HV_input:"ヒストリカルボラティリティ","Hull MA_input":"ハル移動平均線","Conversion Line Periods_input":"転換線の期間","Base Line Periods_input":"基準線の期間","Lagging Span 2 Periods_input":"先行スパン2",Displacement_input:"オフセット","Conversion Line_input":"転換線","Base Line_input":"基準線","Lagging Span_input":"遅行スパン","Lead 1_input":"先行1","Lead 2_input":"先行2","yay Color 0_input":"yay 色0","yay Color 1_input":"yay 色1",Multiplier_input:"乗数","Bands style_input":"バンドのスタイル",Middle_input:"中央",useTrueRange_input:"トゥルーレンジ使用",ROCLen1_input:"変化率期間1",ROCLen2_input:"変化率期間2",ROCLen3_input:"変化率期間3",ROCLen4_input:"変化率期間4",SMALen1_input:"単純移動平均期間1",SMALen2_input:"単純移動平均期間2",SMALen3_input:"単純移動平均期間3",SMALen4_input:"単純移動平均期間4",SigLen_input:"シグナルの長さ",KST_input:"KNT(Know Sure Thing) インジケーター",Sig_input:"シグナル",roclen1_input:"変化率期間1",roclen2_input:"変化率期間2",roclen3_input:"変化率期間3",roclen4_input:"変化率期間4",smalen1_input:"単純移動平均期間1",smalen2_input:"単純移動平均期間2",smalen3_input:"単純移動平均期間3",smalen4_input:"単純移動平均期間4",siglen_input:"シグナルの長さ","Upper Deviation_input":"上方偏差","Lower Deviation_input":"下方偏差","Use Upper Deviation_input":"上方偏差を使う","Use Lower Deviation_input":"下方偏差を使う",Count_input:"カウント",Crosses_input:"交差",MOM_input:"モメンタムオシレーター",MA_input:"移動平均","Length EMA_input":"EMAの長さ","Length MA_input":"移動平均線の長さ","Signal smoothing_input":"シグナルの平滑化","Simple ma(oscillator)_input":"単純移動平均(オシレーター)","Simple ma(signal line)_input":"単純移動平均(シグナル線)",Histogram_input:"ヒストグラム",MACD_input:"MACD",fastLength_input:"短期",slowLength_input:"長期",signalLength_input:"シグナルの長さ",NV_input:"正味価額",OnBalanceVolume_input:"オンバランスボリューム",Start_input:"スタート",Increment_input:"インクリメント","Max value_input":"最大値",ParabolicSAR_input:"パラボリックSAR",start_input:"スタート",increment_input:"インクリメント",maximum_input:"最大","Short length_input":"ショートの長さ","Long length_input":"ロングの長さ",OSC_input:"OSCオシレーター",shortlen_input:"ショートの長さ",longlen_input:"ロングの長さ",PVT_input:"プライスボリュームトレンド",ROC_input:"変化率",RSI_input:"RSI",RVGI_input:"RVGI相対活力指数",RVI_input:"RVI相対活力指数","Long period_input":"ロングの期間","Short period_input":"ショート期間","Signal line period_input":"シグナル線の期間",SMI_input:"SMI","SMI Ergodic Oscillator_input":"SMIエルゴディックオシレーター",Indicator_input:"インジケータ",Oscillator_input:"オシレーター",K_input:"K",D_input:"D",smoothK_input:"スムースK",smoothD_input:"スムースD","%K_input":"%K","%D_input":"%D","Stochastic Length_input":"ストキャスティクス期間","RSI Source_input":"RSI相対力指数ソース",lengthRSI_input:"RSI相対力指数期間",lengthStoch_input:"ストキャスティクス期間",TRIX_input:"TRIX",TEMA_input:"TEMA三重指数移動平均","Long Length_input":"ロングの長さ","Short Length_input":"ショートの長さ","Signal Length_input":"シグナルの長さ",Length1_input:"期間1",Length2_input:"期間2",Length3_input:"期間3",length7_input:"長さ7",length14_input:"長さ14",length28_input:"長さ28",UO_input:"UOアルティメットオシレーター",VWMA_input:"VWMA出来高加重移動平均",len_input:"期間","VI +_input":"ボラティリティ指数+","VI -_input":"ボラティリティ指数-","%R_input":"%R","Jaw Length_input":"顎長","Teeth Length_input":"歯長","Lips Length_input":"唇長",Jaw_input:"顎",Teeth_input:"歯",Lips_input:"唇",jawLength_input:"jaw長",teethLength_input:"歯長",lipsLength_input:"唇長","Down fractals_input":"下向きフラクタル","Up fractals_input":"フラクタル上昇",Periods_input:"期間",Shapes_input:"型","show MA_input":"移動平均を表示","MA Length_input":"移動平均の長さ","Color based on previous close_input":"前日終値を基に色分け","Rows Layout_input":"行のレイアウト","Row Size_input":"行のサイズ",Volume_input:"出来高","Value Area volume_input":"バリューエリアの出来高","Extend POC Right_input":"POCを右に延長","Value Area Volume_input":"バリューエリアの出来高",Placement_input:"配置",POC_input:"POC","Developing Poc_input":"POCの推移","Up Volume_input":"売りの出来高","Down Volume_input":"下落の出来高","Value Area_input":"バリューエリア","Histogram Box_input":"ヒストグラムボックス","Value Area Up_input":"バリューエリアの買い","Value Area Down_input":"バリューエリアの売り","Number Of Rows_input":"行の数","Ticks Per Row_input":"行ごとのティック","Up/Down_input":"買い/売り",Total_input:"合計","Deviation (%)_input":"偏差(%)",Depth_input:"深さ","Extend to last bar_input":"最後のバーまで延長",Simple_input:"単純",Weighted_input:"加重","Wilder's Smoothing_input":"ワイルダー平滑","1st Period_input":"第1期間","2nd Period_input":"第2期間","3rd Period_input":"第3期間","4th Period_input":"第4期間","5th Period_input":"第5期間","6th Period_input":"第6期間","Rate of Change Lookback_input":"変化率の期間","Instrument 1_input":"商品1","Instrument 2_input":"商品2","Rolling Period_input":"連続期間","Standard Errors_input":"標準誤差","Averaging Periods_input":"平均期間","Days Per Year_input":"年間の日数","Market Closed Percentage_input":"市場クローズ率","ATR Mult_input":"ATRマルチ",VWAP_input:"VWAP","Anchor Period_input":"ベース期間",Session_input:"セッション",Week_input:"週",Month_input:"月",Year_input:"年",Decade_input:"10年",Century_input:"世紀","Go to":"日付指定",Percent:"パーセント","Symbol Info":"シンボル情報","Image URL":"画像 URL","Save image":"画像を保存",Tweet:"ツイート","Sorry, the Copy Link button doesn't work in your browser. Please select the link and copy it manually.":"このブラウザではリンクをコピーするボタンが作動しません。リンクを選択してマニュアルでコピーして下さい。","Rename...":"名前を変更...","Save all charts for all symbols and intervals on your layout":"レイアウトのすべてのチャートを保存","Recently used":"最近使用","Load Chart Layout":"チャートレイアウトを読み込む",minutes_interval:"分",hours_interval:"時間",days_interval:"日",weeks_interval:"週",months_interval:"月","Toggle Auto Scale":"自動スケール切り替え","Toggle Log Scale":"ログスケール切り替え","Toggle Percentage Scale":"%スケール切り替え","Take a snapshot":"スナップショットを撮影",ext:"時間外","Extended Hours is available only for intraday charts":"時間外取引の機能は、イントラデイのチャートでのみ利用できます","Toggle Percentage":"%スケール切り替え",log_scale:"ログスケール",auto_scale:"自動","Toggle Maximize Chart":"チャート最大化切り替え",adj_adjustments:"調整","Adjust data for dividends":"配当調整データ","Data is adjusted for dividends only":"データは配当のみ調整されます","Data is adjusted for splits only":"データは株式分割のみ調整されます","Date Range":"日付範囲","Go to...":"日付指定","Weak Magnet":"弱いマグネット","Strong Magnet":"強いマグネット",Cursors:"カーソル","Trend Line Tools":"トレンドラインツール","Gann and Fibonacci Tools":"ギャン&フィボナッチツール","Geometric Shapes":"幾何学的図形","Annotation Tools":"アノテーションツール",Patterns:"パターン","Prediction and Measurement Tools":"予測・測定ツール","Hide Drawings Toolbar":"描画ツールバーを非表示","Show Drawings Toolbar":"描画ツールバーを表示","Show Favorite Drawing Tools Toolbar":"お気に入り描画ツールのツールバーを表示",Icon:"アイコン",Icons:"アイコン","Remove Drawings & Indicators":"描画とインジケーターを削除","Remove Drawings":"描画を削除","Remove Indicators":"インジケーターを削除","High-Low":"ハイロー",Compare:"比較","Compare or Add Symbol":"比較、またはシンボルの追加",Favorites:"お気に入り","Fullscreen mode":"フルスクリーンモード",Indicators:"インジケーター","Favorite Indicators":"お気に入りインジケーター","You have no Favorites Indicators yet":"お気に入りインジケーターはまだありません","Open Interval Dialog":"時間足ダイアログを開く","Number or {0}":"数字または{0}",Seconds_interval_group_name:"秒",Minutes_interval_group_name:"分",Hours_interval_group_name:"時間",Days_interval_group_name:"日",Weeks_interval_group_name:"週",Months_interval_group_name:"月",Ranges_interval_group_name:"レンジ",Crosshair:"十字カーソル","New drawings are replicated to all charts in the layout and shown when the same ticker is selected":"新規描画は、マルチレイアウトのすべてのチャートに複製され、同じティッカーが選択された時に表示されます。","Open chart in popup":"ポップアップでチャートを開く","Chart Properties":"チャートプロパティ","Make a Copy":"コピーを作成","New Chart Layout":"新規チャートレイアウト","Load Chart Layout...":"チャートレイアウトの読み込み...","Rename Chart Layout":"チャートレイアウトの名前を変更","Make a Copy...":"コピーを作成...","Manage Chart Layouts":"チャートレイアウト管理","Save Indicator template...":"インジケーターテンプレートを保存...","Undo {0}":"{0}を元に戻す","Redo {0}":"{0}をやり直す","View Only Mode":"表示専用モード","Add Alert":"アラートを追加","Add Alert on {series}":"{series} にアラートを追加","Add Alert on {drawing}":"{drawing}にアラートを追加","Edit {0} Alert...":"アラート{0}を編集...","Extend Alert Lines":"アラートラインを延長","Show alert label lines":"アラートラベルラインを表示","Hide alert label lines":"アラートラベルラインを非表示",Trade:"トレード","Create Limit Order...":"指値注文を作成...","Apply Manual Risk/Reward":"手動での損失/利益(リスク/リワード)を設定","Apply Manual Decision Point":"マニュアルの決定ポイントを設定","Analyze Trade Setup":"トレード解析の設定","Apply Elliott Wave":"エリオット波動の適用","Apply Elliott Wave Intermediate":"エリオット波動インターメディエイトの適用","Apply Elliott Wave Major":"エリオット波動メジャーの適用","Apply Elliott Wave Minor":"エリオット波動マイナーの適用","Apply WPT Up Wave":"WPTアップウェーブを適用","Up Wave 1 or A":"上昇波 1 または A","Up Wave 2 or B":"上昇波 2 または B","Up Wave C":"上昇波 C","Up Wave 3":"上昇波 3","Up Wave 4":"上昇波 4","Up Wave 5":"上昇波 5","Apply WPT Down Wave":"WPTダウンウェーブを適用","Down Wave 1 or A":"下落波 1 または A","Down Wave 2 or B":"下落波 2 または B","Down Wave C":"下落波 C","Down Wave 3":"下落波 3","Down Wave 4":"下落波 4","Down Wave 5":"下落波 5","Pinned To Scale {label} (Hidden)":"スケール{label}に固定中(非表示)","Pinned To Right Scale (Hidden)":"右スケールに固定中(非表示)","Pin To Scale {label} (Hidden)":"スケール{label}に固定する(非表示)","Pin To Right Scale (Hidden)":"右スケールに固定する(非表示)","Pinned To Scale {label}":"スケール{label}に固定中","Pinned To Right Scale":"右スケールに固定中","Pin To Scale {label}":"スケール{label}に固定する","Pin To Right Scale":"右スケールに固定する","Pinned To Left Scale (Hidden)":"左スケールに固定中(非表示)","Pin To Left Scale (Hidden)":"左スケールに固定する(非表示)","Pinned To Left Scale":"左スケールに固定中","Pin To Left Scale":"左スケールに固定する","Pin To New Left Scale":"新たな左スケールに固定する","Pin To New Right Scale":"新たな右スケールに固定する","Pin To Scale (Now {label})":"スケールに固定(現在{label}","Pin To Scale (Now No Scale)":"スケールに固定(現在スケールなし)","Pin To Scale (Now Left)":"スケールに固定(現在左)","Pin To Scale (Now Right)":"スケールに固定(現在右)","No Scale (Fullscreen)":"スケールなし(フルスクリーン)","Move To":"移動","Existing Pane Above":"上の既存ペインへ","New Pane Above":"上の新規ペインへ","Existing Pane Below":"下の既存ペインへ","New Pane Below":"下の新規ペインへ","Bring to Front":"最前面に移動","Send to Back":"最背面に移動","Bring Forward":"一つ前面に移動","Send Backward":"一つ背面に移動","Visual Order":"表示の順序","Add Indicator/Strategy on {studyTitle}...":"{studyTitle} にインジケーター/ストラテジーを追加...","Add Financial metric for {instrumentName}...":"{instrumentName} にファンダメンタル指標を追加...",Remove:"削除","Settings...":"設定...","Apply Default":"デフォルト適用","Save As...":"名前を付けて保存...",Clone:"複製",Template:"テンプレート","Sync To All Charts":"すべてのチャートに同期",Unlock:"ロック解除",Lock:"ロック","Show Earnings":"収益を表示","Show Dividends":"配当を表示","Show Splits":"分割を表示","Show All Ideas":"すべてのアイデアを表示","Show Ideas of Followed Users":"フォロー中のユーザーのアイデアを表示","Show My Ideas Only":"自身のアイデアのみ表示","Hide Events on Chart":"チャートのイベントを非表示にする","Symbol Info...":"シンボル情報...","Add Symbol_compare_or_add_symbol_dialog":"シンボルの追加","Overlay the main chart":"メインチャートに重ねる",Absolute:"絶対値","Symbol Last Value":"シンボルの現在価格","Show Line":"ラインを表示","Show Label on Price Scale":"価格ラベルを表示","Last Price And Percentage Value":"現在値と%値","Last Value According To Scale":"スケールに応じた現在値","Auto (Fits Data to Screen)":"自動(画面にデータを合わせる)","Indexed to 100":"100基準",Logarithmic:"対数","Scale Price Chart Only":"価格のみでスケール","Invert Scale":"スケールを反転","Top Margin":"上マージン","Bottom Margin":"下マージン","Right Margin":"右マージン",bars_margin:"バー","Price/Bar Ratio":"プライス/バー比率","Countdown To Bar Close":"バーの終値までのカウントダウン","Indicator Last Value":"インジケーターの現在値","Symbol Name Label":"シンボル名ラベル","Indicator Name Label":"インジケーター名ラベル","No Overlapping Labels":"ラベルを重ねない","Price Scales Placement":"価格スケールの配置","Decimal Places":"小数の桁","Vert Grid Lines":"垂直グリッドライン","Horz Grid Lines":"水平グリッドライン","Scales Text":"スケールのテキスト","Scales Lines":"スケールのライン",Watermark:"透かし","Navigation Buttons":"ナビゲーションボタン","OHLC Values":"OHLC値","Bar Change Values":"バーの変動値","Indicator Titles":"インジケーターのタイトル","Indicator Arguments":"インジケーターの引数","Indicator Values":"インジケーターの値","Do you really want to delete Color Theme '{0}' ?":"色のテーマ '{0}' を本当に消去しますか?","Apply Defaults":"デフォルトを適用","Apply To All":"すべてに適用","Adjust Data for Dividends":"配当調整データ","Session Breaks":"セッション区切り","Extended Hours (Intraday Only)":"時間外取引(イントラデイのみ)","Time Zone":"タイムゾーン","Date Format":"日付フォーマット","Show Positions":"ポジション表示","Show Orders":"注文表示","Extend Lines Left":"ラインを左に延長","Connecting Line":"延長ライン","Show Executions":"約定を表示","On The Left":"左側に","On The Right":"右側に","Move Scale To Left":"スケールを左に移動","Move Scale To Right":"スケールを右に移動","Change Resolution":"時間足を変更","Add to Watchlist {0}":"ウォッチリストに {0} を追加",Eraser:"消しゴム","Trend Line":"トレンドライン","Horizontal Line":"水平線","Vertical Line":"垂直線",Arrow:"矢印",Ray:"レイ",Extended:"延長","Parallel Channel":"平行チャネル",Pitchfork:"ピッチフォーク","Schiff Pitchfork":"シフ・ピッチフォーク",Pitchfan:"ピッチファン","Gann Square":"ギャン・スクエア","Gann Fan":"ギャン・ファン","Fib Retracement":"フィボナッチ・リトレースメント","Trend-Based Fib Extension":"フィボナッチ・エクステンション","Fib Speed Resistance Fan":"フィボナッチ・ファン","Fib Time Zone":"フィボナッチ・タイムゾーン","Circle Lines":"サイクルライン","Fib Circles":"フィボナッチ・サークル","Fib Speed Resistance Arcs":"フィボナッチ・アーク",Rectangle:"長方形",Ellipse:"楕円",Triangle:"三角形",Polyline:"折れ線",Arc:"円弧",Text_tool:"テキスト","Anchored Text":"固定テキスト",Balloon:"バルーン","Price Label":"価格ラベル","Elliott Wave Subminuette":"エリオット波動サブミニュエット","Elliott Wave Minor":"エリオット波動マイナー","Elliott Wave Circle":"エリオット波動サークル","Elliott Minor Retracement":"エリオット・マイナーリトレースメント","Elliott Major Retracement":"エリオット・メジャーリトレースメント",Brush:"ブラシ",Forecast:"予測","Reset Chart":"チャートをリセット","Auto (Fits Data To Screen)":"自動 (データを画面に合わせる)","Lock Price To Bar Ratio":"価格をバーの比率にロック",Undo:"元に戻す",Redo:"やり直す","Change Symbol...":"シンボルの変更 ...","Change Interval...":"時間足の変更...","Add To Watchlist":"ウォッチリストに追加","Add To Text Notes":"テキストノートに追加","Reset Time Scale":"時間目盛をリセット","Insert Drawing Tool":"描画ツールを挿入する","All Indicators And Drawing Tools":"すべてのインジケーターと描画ツール","Apply these Indicators to Entire Layout":"これらのインジケーターをレイアウト全体に適用","Insert Indicator...":"インジケーターを挿入 ...","Compare or Add Symbol...":"比較、またはシンボルの追加...","Compare...":"比較 ...","Object Tree...":"オブジェクトツリー...","Lock/Unlock":"ロック/解除","Drawings Toolbar":"描画ツールバー","Stay in Drawing Mode":"描画モードを維持","Stay In Drawing Mode":"描画モードを維持","Sync drawings to all charts":"全てのチャートに描画を同期する","Lock All Drawing Tools":"すべての描画ツールをロック","Lock drawings":"描画をロック","Hide All Drawing Tools":"すべての描画ツールを非表示","Hide Marks On Bars":"バーの上のマーカーを非表示","Extended Trading Hours":"時間外取引","Change Extended Hours":"時間外取引を変更する","Symbol Last Value Label":"シンボル現在値ラベル","Show Symbol Last Value":"シンボルの現在価格を表示","Indicator Last Value Label":"インジケーター現在値ラベル","Show Indicator Last Value":"インジケーターの現在値を表示","Financials Last Value Label":"直近のファンダメンタルデータ値ラベル","Financials Name Label":"ファンダメンタルデータラベル","Go to Date...":"日付指定","Source Code...":"ソースコード...","Draw Horizontal Line Here":"ここに水平線を描画","Draw Vertical Line Here":"ここに垂直線を描画","Draw Cross Line Here":"ここに十字線を描画","Draw Trend Line":"トレンドラインを描画","Draw Fib Retracement":"フィボナッチ・リトレースメントを描画",Warning:"警告",High:"高値",Low:"安値","Company Comparison":"企業比較","Zoom Out":"ズームアウト","Zoom In":"ズームイン","Maximize chart":"チャートを最大化","Restore chart":"チャートを復元","Scroll to the Left":"左にスクロール","Scroll to the Right":"右にスクロール","Scroll to the Most Recent Bar":"直近のバーにスクロール","Reset Settings":"設定をリセット","Save As Default":"デフォルトを保存",Defaults:"デフォルト",Help:"ヘルプ","charts by TradingView":"TradingView提供のチャート","powered by TradingView":"提供元 TradingView","Hide Favorite Drawing Tools Toolbar":"お気に入り描画ツールのツールバーを非表示","Show Symbol":"シンボルを表示","Show Open market status":"市場の開始状況を表示","Show OHLC Values":"OHLC値を表示","Show Bar Change Values":"バーの変動値を表示","Show Indicator Titles":"インジケーターのタイトルを表示","Show Indicator Arguments":"インジケーターの引数を表示","Show Indicator Values":"インジケーターの値を表示","Wrap text":"テキストを折り返す","Hide Indicator Legend":"インジケーターのキャプションを隠す","Show Indicator Legend":"インジケーターのキャプションを表示","Show Object Tree":"オブジェクトツリーを表示","Source code":"ソースコード","Could not get Pine source code.":"Pineソースコードを取得できませんでした。","Flag Symbol":"シンボルにフラグを付ける","Unflag Symbol":"シンボルのフラグを解除","{0} — drawing a straight line at angles of 45":"{0} ー 45度の角度で直線を描く","{0} — circle":"{0} — 円","{0} — square":"{0} — 四角","XABCD Pattern":"XABCDパターン","ABCD Pattern":"ABCDパターン","Arrow Mark Down":"下矢印","Arrow Mark Left":"左矢印","Arrow Mark Right":"右矢印","Arrow Mark Up":"上矢印","Bars Pattern":"バーのパターン","Double Curve":"二重曲線",Curve:"曲線",Callout:"吹き出し","Cyclic Lines":"サイクルライン","Cypher Pattern":"サイファーパターン","Date and Price Range":"日付と価格範囲","Disjoint Channel":"非平行チャネル","Elliott Correction Wave (ABC)":"エリオット修正波 (ABC)","Elliott Double Combo Wave (WXY)":"エリオット波動ダブルコンボ (WXY)","Elliott Impulse Wave (12345)":"エリオット推進波 (12345)","Elliott Triangle Wave (ABCDE)":"エリオット波動トライアングル (ABCDE)","Elliott Triple Combo Wave (WXYXZ)":"エリオット波動トリプルコンボ (WXYXZ)","Fib Channel":"フィボナッチ・チャネル","Fib Spiral":"フィボナッチ・スパイラル","Fib Wedge":"フィボナッチ・ウェッジ","Flag Mark":"旗マーク","Flat Top/Bottom":"フラットトップ/ボトム","Anchored VWAP":"固定VWAP","Gann Square Fixed":"固定ギャン・スクエア","Gann Box":"ギャン・ボックス","{0} — fixed increments":"{0} — 固定増分","Horizontal Ray":"水平レイ","Font Icons":"アイコンフォント","Inside Pitchfork":"インサイド・ピッチフォーク",Note:"ノート","Anchored Note":"固定ノート","Arrow Marker":"矢印マーカー","Price Range":"価格範囲",Projection:"プロジェクション","Regression Trend":"回帰トレンド","Long Position":"ロングポジション","Short Position":"ショートポジション","Rotated Rectangle":"回転長方形","Modified Schiff Pitchfork":"変形シフ・ピッチフォーク","Sine Line":"正弦波","Three Drives Pattern":"スリードライブスパターン","Time Cycles":"時間サイクル","Trend Angle":"トレンド角度","Trend-Based Fib Time":"フィボナッチ・タイムエクステンション","Info Line":"インフォライン","Triangle Pattern":"トライアングルパターン","Cross Line":"十字線",Cross:"十字",Dot:"ドット","Show Hidden Tools":"非表示ツールを表示","Magnet Mode snaps drawings placed near price bars to the closest OHLC value":"マグネットモードでは、価格バーの近くに描画を配置すると近くのOHLC値始値・高値・安値・終値にくっつきます",Measure:"ものさし","{0} + Click on the chart":"{0} + チャートをクリック","Ghost Feed":"ゴーストフィード",Text:"テキスト","Text Font":"テキストフォント","HL Bars":"HLバー","OC Bars":"OCバー","Line - Close":"ライン - 終値","Line - Open":"ライン - 始値","Line - High":"ライン - 高値","Line - Low":"ライン - 安値","Line - HL/2":"ライン - HL/2",Mirrored:"垂直反転",Flipped:"水平反転","Bar #":"バー番号",Normal:"通常",Extend:"延長","Left End":"左端","Right End":"右端","Show Price":"価格を表示","Show Time":"日時を表示",Label:"ラベル","Label Background":"ラベル背景","Extend Top":"上に延長","Extend Bottom":"下に延長","Extend Left":"左に延長","Extend Right":"右に延長","Show Prices":"価格を表示",Degree:"角度","Line Width":"ライン幅",Color:"色","Show Wave":"波動を表示","Levels Line":"レベルライン","Extend Lines":"ラインを延長",Levels:"レベル",Percents:"パーセント",left:"左",center:"中央",right:"右",top:"上",middle:"中央",bottom:"下",Labels:"ラベル","Fib levels based on log scale":"ログスケールに基づくフィボナッチレベル","Full Circles":"完全な円","Price Levels":"価格レベル","Time Levels":"時間レベル","Left Labels":"左ラベル","Right Labels":"右ラベル","Top Labels":"上ラベル","Bottom Labels":"下ラベル",Counterclockwise:"反時計回り","Show Labels":"ラベル表示","Level {0}":"レベル {0}",Fans:"ファン",Arcs:"アーク","Ranges And Ratio":"レンジと比率",Angles:"アングル","Avg HL in minticks":"平均高値安値のティック数",Variance:"変数","Change Average HL value":"平均 HL 値の変更","Change Variance value":"変数の変更",Transparency:"透明","Show Text":"テキストを表示","Text Alignment:":"テキストの配置:",Channel:"チャネル",Median:"中央値",Original:"オリジナル",Schiff:"シッフ","Modified Schiff":"変形シフ",Inside:"内側","Source back color":"背景色のソース","Source text color":"テキスト色のソース","Source border color":"枠色のソース","Success back color":"成功の場合の背景色","Success text color":"成功のテキスト色","Target back color":"ターゲットの背景色","Target text color":"ターゲットのテキスト色","Target border color":"ターゲットの枠色","Failure back color":"失敗の場合の背景色","Failure text color":"失敗のテキスト色","Set line tool width":"ラインツールの太さの設定","Set line tool widths":"ラインツールの太さの設定","Line tool width":"ラインツールの太さ","Line tool widths":"ラインツールの太さ",Sync:"同期","Stop syncing":"同期を停止する","Sync to all charts":"すべてのチャートに同期","Background Color":"背景色","Text color":"フォントカラー","Profit Background Color":"ターゲットの背景色","Stop Background Color":"ストップの背景色","Border color":"枠色","Border Color":"枠色","Font Size":"フォントサイズ","Marker Color":"マーカーの色","Arrow color":"矢印の色","One color for all lines":"全てのラインを同色に","Flag color":"旗の色","Background color 1":"背景色1","Background color 2":"背景色2","Stop Level. Ticks:":"ストップレベル: ティック:","Price:":"価格:","Entry price:":"エントリー価格:","Profit Level. Ticks:":"ターゲットレベル: ティック:","Lines:":"ライン","Stop Color:":"ストップの色","Target Color:":"ターゲットの色","Text:":"テキスト","Show price labels":"価格ラベルを表示","Account Size":"口座サイズ","%":"",Cash:"キャッシュ","Template name":"テンプレート名","Text Wrap":"テキストを折り返す",Left:"左",Center:"中央",Right:"右","Stats Position":"統計情報の位置","Extend Right End":"右端を延長","Extend Left End":"左端を延長","Show Price Range":"価格幅を表示","Show Bars Range":"バーの数を表示","Always Show Stats":"統計情報を常に表示","Show Middle Point":"中間点を表示",Angle:"角度","Stats Text Color":"統計情報のテキスト色","Show Date/Time Range":"期間を表示","Show Distance":"距離を表示","Show Angle":"角度を表示",Seconds:"秒","Change Seconds From":"秒から変える","Change Seconds To":"秒へ変える",Minutes:"分","Change Minutes From":"分に変更する","Change Minutes To":"分数を変更",Hours:"時間","Change Hours To":"時間を変更",Days:"日","Change Days To":"日を変更",Weeks:"週",Months:"月",Ranges:"レンジ",Actual:"結果",Previous:"前回","Double click":"ダブルクリック","Delete pane":"ペインを削除","Move pane up":"ペインを上に移動","Move pane down":"ペインを下に移動","Maximize pane":"ペインを最大化","Restore pane":"ペインを復元","Manage panes":"ペインを管理","Paste %s":"%sを貼り付け","Time Scale":"時間スケール","Lock Vertical Line On Time Axis":"時間軸上の縦線をロック","Create Vertical Line":"垂直線を作成","Create Horizontal Line":"水平線を作成","Lock Scale":"スケールのロック","Merge All Scales Into One":"すべてのスケールを一つに結合","Reset Price Scale":"価格スケールのリセット",Percent_scale_menu:"パーセント","Indexed to 100_scale_menu":"100基準",Logarithmic_scale_menu:"対数",Regular_scale_menu:"通常","No Overlapping Labels_scale_menu":"ラベルを重ねない","Invert Scale_scale_menu":"スケールを反転","Status line":"ステータスライン",Appearance:"外観","Scales text":"スケールのテキスト","Scales lines":"スケールのライン","Pane Buttons":"ペインボタン",bars_unit:"バー","Bar#":"バー番号","Symbol Previous Close Value Label (Intraday Only)":"シンボルの前日終値ラベル(イントラデイのみ)","Scales Placement":"スケールの配置","Lock Price to Bar Ratio":"価格とバーの比率をロック","Price and Percentage Value":"価格と%値","Value according to Scale":"スケールに応じた値","Box Size":"ボックスサイズ","Color Bars Based on Previous Close":"(現在足の始値基準ではなく)前の足の終値基準でバーの色を判定","HLC Bars":"HCLバー","Up Color":"上昇カラー","Down Color":"下降カラー","Thin Bars":"細いバー",Bodies:"実体","Price Source":"価格のソース","Top Line":"上部ライン","Bottom Line":"下部ライン","Fill Top Area":"上部エリア","Fill Bottom Area":"下部エリア","Base Level":"ベースレベル","Extend left line":"左のラインを延長","Extend right line":"右のラインを延長","Show text":"テキストを表示",Mode:"モード",Lines:"ライン",Wave:"波動","Use one color":"同色を利用","Coeffs As Percents":"係数をパーセントとして","Extend Lines Right":"ラインを右に延長",Values:"値",Top:"上",Middle:"中央",Bottom:"下",Flag:"フラッグ","Ranges and ratio":"範囲と比率","Extend top":"上に延長","Extend bottom":"下に延長","Extend left":"左に延長","Extend right":"右に延長","Label background":"ラベル背景","#1 (price)_linetool point":"#1価格","#1 (price, bar)_linetool point":"#1価格, バー)","#{0} (price, bar)_linetool point":"#{0}(価格, バー)","Source text":"ソーステキスト","Source background":"ソース背景","Source border":"ソース枠","Target text":"ターゲットテキスト","Target background":"ターゲット背景","Target border":"ターゲット枠","Success text":"成功テキスト","Success background":"成功の背景色","Failure text":"失敗テキスト","Failure background":"失敗の背景色","Stop color":"ストップの色","Target color":"ターゲットの色","Compact stats mode":"コンパクト統計モード",Ticks:"ティック","Entry price":"エントリー価格","Profit level":"利益水準","Stop level":"ストップ水準","Account size":"口座サイズ","Always show stats":"常に統計を表示","#1 (bar)_linetool point":"#1バー","Last value line":"現在値ライン","Previous close value line":"前日終値ライン",Precision:"小数点以下の桁数","(H + L)/2":"(高値 + 安値)/2","(H + L + C)/3":"(高値 + 安値 + 終値)/3","(O + H + L + C)/4":"(始値 + 高値 + 安値 + 終値)/4",Simple:"シンプル","With Markers":"マーカー",Step:"ステップ",Default:"デフォルト","Override Min Tick":"小数点表示",Horizontal:"水平",Vertical:"垂直","Text alignment":"テキストの配置","Text orientation":"テキストの向き","Line With Breaks":"区切り付きライン","Step Line":"ステップライン",Histogram:"ヒストグラム",Cross_chart_type:"クロス","Area With Breaks":"区切り付きエリア",Columns:"棒グラフ",Circles:"円","Above Bar":"バーの上","Below Bar":"バーの下","Initial capital":"初期資金","Base currency":"基準通貨","Order size":"発注サイズ",Pyramiding:"ピラミッティング","orders_Pyramiding: count orders":"注文",Commission:"手数料","Verify Price for Limit Orders":"指値価格の厳密性","ticks_slippage ... ticks":"ティック",Slippage:"スリッページ",Recalculate:"再計算","After Order is Filled":"注文が約定した後","On Every Tick":"ティック毎","{currency} per order":"{currency}(注文毎)","{currency} per contract":"{currency}(取引毎)","% of equity":"資産比%",open:"始値",high:"高値",low:"安値",close:"終値",hl2:"高値安値平均",hlc3:"高値安値終値平均",ohlc4:"始値高値安値終値平均",Offset:"オフセット","Change Thickness":"太さの変更","Change Color":"色の変更","Change Opacity":"不透明度の変更","Change Font":"フォントの変更","Change Font Size":"フォントサイズの変更","Change Line Style":"ラインスタイルの変更","Change Min Tick":"最小ティックの変更","Change Precision":"小数点以下の桁数の変更","Change Visibility":"可視性の変更","Change Value":"値の変更","Change Char":"文字の変更","Change Location":"ロケーションの変更","Width (% of the Box)":"幅(ボックスの%)","Show Values":"値を表示","Text Color":"フォントカラー","Trades on Chart":"トレード","Signal Labels":"シグナルラベル","Change Plot Type":"Plotタイプの変更","Change Price Line":"価格ラインの変更","Labels Font":"ラベルフォント","Change Shape":"シェイプの変更","Symbol Type":"シンボルタイプ","Projection Up Color":"上昇予測カラー","Projection Down Color":"下降予測カラー","ATR Length":"ATRの期間","Number Of Line":"ライン(足)の数","Reversal Amount":"転換数","Phantom Bars":"疑似バー","One Step Back Building":"同列1枠転換表示","Chart layout name":"チャートレイアウト名","Enter a new chart layout name":"新しいチャートレイアウトの名前を入力してください","Please enter chart layout name":"チャートレイアウトの名前を入力してください","Save New Chart Layout":"新規チャートレイアウトを保存","Copy Chart Layout":"チャートレイアウトをコピー","{0} copy_ex: AAPL chart copy":"{0}をコピー","Data problem":"データに問題","Data is delayed":"データは遅延しています","End of day data":"終日データ","One update per second":"1秒に1回更新","{symbolName} data is delayed by {time} minutes.":"{symbolName}のデータは{time}分遅延しています。","{listedExchange} real-time data is available for free to registered users.":"登録ユーザーの方は無料で{listedExchange}のリアルタイムデータをご利用頂けます。","To get real-time data for {description}, please buy the real-time data package.":"{description}のリアルタイムデータを入手するには、該当のリアルタイムデータパッケージをご購入ください。","Real-time data for {description} is not supported right now. We may support it in the future.":"現在{description}のリアルタイムデータはサポートされていません。将来的にはサポートされる可能性があります。","Data is updated once a day.":"データは1日に1度更新されます。","Data on our Basic plan is updated once per second, even if there are more updates on the market.":"無料プランで提供されるデータは、市場でより多くの更新がある場合でも1秒に1回だけ更新されます。","Data is updated once per second, even if there are more updates on the market.":"市場でより多くの更新がある場合でも、データは1秒に1回だけ更新されます。","Paid plans feature faster data updates.":"有料プランでは、データの更新が高速になります。","Real-time data for {symbolName} is provided by {exchange} exchange.":"{symbolName}のリアルタイムデータは{exchange}取引所から提供されています。","This data is real-time, but its slightly different to its official counterpart coming from primary exchanges.":"このデータはリアルタイムですが、主要取引所の公式データとはわずかに異なります。","Create a free account":"無料アカウントを作成","This symbol doesn't exist, please pick another one.":"このシンボルは存在しません。別のシンボルを選択して下さい。","Market open":"市場開始","Pre-market":"プレマーケット","Post-market":"アフターマーケット","Market closed":"市場終了","All's well — Market is open.":"すべてが順調です — 市場はオープンです。","Morning. Market is open for pre-market trading.":"朝です。市場は現在プレマーケットでオープンしています。","Evening. Market is open for post-market trading.":"夜です。市場は現在アフターマーケットでオープンしています。","Time for a walk — this market is closed.":"お散歩の時間です — 市場はクローズです。","Market is currently on holiday. Lucky them.":"市場は現在休日です。良い休日を。","Replay mode":"リプレイモード","You're in Replay mode. You're in Replay mode. You're in Replay mode.":"リプレイモード中です。リプレイモード中です。リプレイモード中です。","You can turn this data on or off.":"このデータをオンオフできます。","Point bar":"ポイント__point__バー","Change band background":"バンド背景の変更","Change area background":"背景エリアの変更","Do you really want to delete Study Template '{0}' ?":"テンプレート {0} を消去しますか?",crypto:"仮想通貨","No symbols matched your criteria":"条件に合うシンボルがありません","Quandl is a huge financial database that we have connected to TradingView. Most of its data is EOD and is not updated in real-time, however the information may be extremely useful for fundamental analysis.":"QuandlはTradingViewに接続されている大きな金融データベースです。大半のデータは終日データでありリアルタイムデータではありませんが、ファンダメンタル分析を行うにあたり大変有益な情報です。","Read our blog for more info!":"ブログを読んでもっと知る!","Modify Order...":"注文の変更...","Cancel Order":"注文をキャンセル","Protect Position...":"ポジション保護...","Close Position":"ポジション決済","Reverse Position":"ポジションを反転","n/a":"該当なし","Visible on Mouse Over":"マウスの移動時に表示","Always Visible":"常に表示","Always Invisible":"常に非表示","Send {title} backward":"{title}を一つ背面に移動","Bring {title} forward":"{title}を一つ前面に移動","Insert {title} after {target}":"{title}を{target}の後に挿入","Insert {title} before {target}":"{title}を{target}の前に挿入","Create {name} line tool":"ラインツール {name} を作成","Move scale":"スケールを移動","Clone line tools":"ラインツールを複製","Move {title} To New Price Scale":"{title}を新たな価格スケールに移動する","Move {title} To New Left Scale":"{title}を新たな左スケールに移動する","Make {title} No Scale (Full Screen)":"{title}をスケールなしにする(フルスクリーン)","Remove all studies":"すべてのインジケーターを削除","Remove all studies and drawing tools":"すべてのインジケーターと描画ツールを削除","{0} bars":"{0} バー",Jan:"1月",Feb:"2月",Mar:"3月",Apr:"4月",Jun:"6月",Jul:"7月",Aug:"8月",Sep:"9月",Oct:"10月",Nov:"11月",Dec:"12月",d_dates:"日",h_dates:"時間",m_dates:"分",s_dates:"秒","Last available bar":"ご利用可能な最も古いバー","Create line tools group from selection":"選択したものでラインツールグループを作成","Removing line tools group {name}":"ラインツールグループ {name} を削除","Add line tool {lineTool} to group {name}":"ラインツール {lineTool} をグループ {name} に追加","Make group {group} visible":"グループ {group} を表示","Make group {group} invisible":"グループ {group} を非表示","Lock group {group}":"グループ {group} をロック","Unlock group {group}":"グループ {group} のロックを解除","Rename group {group} to {newName}":"グループ名 {group} を {newName} に変更","Restore Size":"サイズを元に戻す",Supermillennium:"スーパーミレニウム",Millennium:"ミレニアム",Submillennium:"サブミレニウム","Grand Supercycle":"グランドスーパーサイクル",Supercycle:"スーパーサイクル",Cycle:"サイクル",Primary:"プライマリー",Intermediate:"インターミディエイト",Minor_wave:"マイナー",Minute_wave:"ミニュット",Minuette:"ミニュエット",Subminuette:"サブミニュエット",Micro:"ミクロ",Submicro:"サブミクロ",Minuscule:"ミニスキュール","Extended Line":"延長線","Flat Bottom":"フラットボトム","Left Shoulder":"左ショルダー","Right Shoulder":"右ショルダー",Head:"ヘッド",SUCCESS:"成功",FAILURE:"失敗",in_dates:"","{0} P&L: {1}":"{0}損益: {1}",Open_line_tool_position:"未確定",Closed_line_tool_position:"確定","Risk/Reward Ratio: {0}":"リスク/リワード比: {0}","Stop: {0} ({1}) {2}, Amount: {3}":"ストップ: {0} ({1}) {2}, 金額: {3}","Target: {0} ({1}) {2}, Amount: {3}":"ターゲット: {0} ({1}) {2}, 金額: {3}","Qty: {0}":"数量: {0}","Risk/Reward short":"リスク/リワード ショート","distance: {0}":"距離: {0}",s_interval_short:"秒",R_interval_short:"レンジ",day_0:"日",week_0:"週",second_0:"秒",minute_0:"分",hour_0:"時間",range_0:"レンジ","Stack On The Left":"左に並べる","Stack On The Right":"右に並べる",Auto:"自動","not authorized":"認証されていません",ext_shorthand_for_extended_session:"時間外",O_in_legend:"始値",H_in_legend:"高値",L_in_legend:"安値",C_in_legend:"終値",HL2_in_legend:"高値、安値の平均",HLC3_in_legend:"高値、安値、終値の平均",OHLC4_in_legend:"始値、高値、安値、終値の平均","compiling...":"コンパイル中...","loading...":"読み込み中 ...","Arrow Down":"下矢印","Arrow Up":"上矢印",Circle:"円",Diamond:"ダイアモンド","Label Down":"ラベル下","Label Up":"ラベル上",Square:"スクエア","Triangle Down":"下向き三角","Triangle Up":"上向き三角","X Cross":"X クロス","Add line tool(s) {lineTool} to group {group}":"ラインツール {lineTool} をグループ {group} に追加","Apply study template {template}":"テンプレート {template} を適用","Create line tools group":"ラインツールグループを作成","Exclude line tools from group {group}":"グループ {group} からラインツールを除外","Move All Scales To Left":"すべてのスケールを左に移動","Move All Scales To Right":"すべてのスケールを右に移動",Notification:"通知",Dialog:"ダイアログ",Content:"内容","Close message":"メッセージを閉じる","Type the interval number for minute charts (i.e. 5 if it is going to be a five minute chart). Or number plus letter for H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)":"分足チャートの分数を入力します5分足チャートの場合であれば5。他の時間足の場合には、時間の数値に続けて文字H (時間)、D (日)、W (週)、M (月)を入力して下さいD や 2H。","Type the interval number for minute charts (i.e. 5 if it's going to be a five minute chart). Or number plus letter for other intervals: S for 1 second chart (15S for 15 second chart, etc.), H (Hourly), D (Daily), W (Weekly), M (Monthly) intervals (i.e. D or 2H)":"分足チャートの分数を入力します5分足チャートの場合であれば5。他の時間足の場合には、時間の数値に続けて時間足を表す文字を入力して下さい: 秒足チャート (15Sは15秒チャート), H (時間), D (日), W (週), M (月)、D や 2H。","Change Interval":"時間足の変更","Not applicable":"適用できません。",Confirmation:"確認","Load layout":"レイアウトの読み込み","Layout name":"レイアウト名","Sort by layout name, date changed":"レイアウト名や変更日で並び替え","Layout name (A to Z)":"レイアウト名 (AからZ)","Layout name (Z to A)":"レイアウト名 (ZからA)","Date modified (oldest first)":"変更日(古い順)","Date modified (newest first)":"変更日(新しい順)","You are notified":"あなたは通知されました。","Saved indicators":"保存されたインジケーター","Remember Symbol":"シンボルを記憶","Remember Interval":"時間足を記憶","Confirm Remove Study Tree":"スタディーツリー削除の確認","Do you really want to delete study and all of it's children?":"本当に関連する全てのスタデイを削除しますか?","Studies limit exceeded: {0} studies per layout.\nPlease, remove some studies.":"インジケーターの制限数を超えました。チャートレイアウト毎に{0}個まです。\nインジケーターをどれか削除して下さい。",Closed:"終了","Symbol Name":"シンボル名","Symbol Description":"シンボル詳細","Current Contract":"現在の契約内容","Point Value":"ポイント値","Listed Exchange":"上場取引所","Pip Size":"Pipサイズ","Tick Size":"ティックサイズ",Session:"セッション","URL cannot be received":"URLが受信できません","Error while trying to create snapshot.":"スナップショット作成中にエラー発生",Sunday:"日曜日",Monday:"月曜日",Tuesday:"火曜日",Wednesday:"水曜日",Thursday:"木曜日",Friday:"金曜日",Saturday:"土曜日",Sun:"日",Mon:"月",Tue:"火",Wed:"水",Thu:"木",Fri:"金",Sat:"土",Su_day_of_week:"日",Mo_day_of_week:"月",Tu_day_of_week:"火",We_day_of_week:"水",Th_day_of_week:"木",Fr_day_of_week:"金",Sa_day_of_week:"土","{specialSymbolOpen}Today at{specialSymbolClose} {dayTime}":"今日の{dayTime}{specialSymbolOpen}に{specialSymbolClose}","{specialSymbolOpen}Tomorrow at{specialSymbolClose} {dayTime}":"明日の{dayTime}{specialSymbolOpen}に{specialSymbolClose}","{dayName} {specialSymbolOpen}at{specialSymbolClose} {dayTime}":"{dayName}の{dayTime}{specialSymbolOpen}に{specialSymbolClose}","{specialSymbolOpen}Yesterday at{specialSymbolClose} {dayTime}":"昨日の{dayTime}{specialSymbolOpen}に{specialSymbolClose}","{specialSymbolOpen}Last{specialSymbolClose} {dayName} {specialSymbolOpen}at{specialSymbolClose} {dayTime}":"{specialSymbolOpen}先月{specialSymbolClose}{dayName}の{dayTime}{specialSymbolOpen}に{specialSymbolClose}","just now":"たった今","in %s_time_range":"in %s","%s ago_time_range":"%s前","%d minute_0":"%d分","an hour":"1時間","%d hour_0":"%d時間","a day":"日","%d day_0":"%d日","a month":"1ヶ月","%d month_0":"%dヶ月","%d year_0":"%d年","The publication preview could not be loaded. Please disable your browser extensions and try again.":"公開プレビューを読み込めませんでした。ブラウザの拡張機能を無効にしてもう一度お試しください。","Script may be not updated if you leave the page.":"ページを離れると、スクリプトが更新されないことがあります。","This Chart Layout has a lot of objects and can't be published. Please remove the unused objects (drawings/indicators) through the Object Tree to continue publishing.":"このチャートレイアウトには多くのオブジェクトがあり、公開することができません! このチャートレイアウトからいくつかの描画や分析を取り除いてからもう一度公開してみて下さい。","Error occurred while publishing":"投稿中にエラーが発生しました","Your chart is being saved, please wait a moment before you leave this page.":"あなたのチャートは保存されました。このページを切り替える前に、数秒待ってください。",cfd:"CFD",dr:"預託証券",futures:"先物",index:"指数",stock:"株式","{market_type} cfd":"{market_type} CFD","Custom color...":"色の変更 ...","Please enter theme name":"テーマ名を入力してください。","Theme name":"テーマ名","Save Theme As":"テーマを保存","Color Theme '__themeName__' already exists. Do you really want to replace it?":"__themeName__のカラーテーマは既に存在します。本当に差し替えますか","Dashed Line":"破線","Dotted Line":"点線",Thickness:"太さ","Add Symbol":"シンボルを追加","Confirm Inputs":"入力を確認","Chart settings":"チャート設定","Apply to all":"すべてに適用","No results found":"該当なし","Add Custom Color_Color Picker":"カスタムカラーを追加","Opacity_Color Picker":"不透明度","Add_Color Picker":"追加","Please enter the right date format yyyy-mm-dd":"正しい日付形式を入力してください。yyyy-mm-dd","Please enter the right time format hh:mm":"適切な時刻形式を入力してください。hh:mm"}</script></body></html>