1.1 got stable
36
charting_library/charting_library.min.js
vendored
@@ -1,14 +1,22 @@
|
||||
(function(){if(!window.TradingView){var e={version:function(){return"1.0"},gEl:function(a){return document.getElementById(a)},gId:function(){return"tradingview_"+(1048576*(1+Math.random())|0).toString(16).substring(1)},onready:function(a){window.addEventListener?window.addEventListener("DOMContentLoaded",a,!1):window.attachEvent("onload",a)},css:function(a){var b=document.getElementsByTagName("head")[0],d=document.createElement("style");d.type="text/css";d.styleSheet?d.styleSheet.cssText=a:(a=document.createTextNode(a),
|
||||
d.appendChild(a));b.appendChild(d)},bindEvent:function(a,b,d){a.addEventListener?a.addEventListener(b,d,!1):a.attachEvent&&a.attachEvent("on"+b,d)},unbindEvent:function(a,b,d){a.removeEventListener?a.removeEventListener(b,d,!1):a.detachEvent&&a.detachEvent("on"+b,d)},widget:function(a){this.id=e.gId();if(!a.datafeed)throw"Datafeed is not defined";this.options={width:a.width||800,height:a.height||500,symbol:a.symbol,interval:a.interval||"1",timezone:a.timezone||"",autosize:a.autosize,container:a.container_id||
|
||||
"",toolbar_bg:a.toolbar_bg||"f4f7f9",studies:a.studies||[],theme:a.theme||"",widgetbar_width:+a.widgetbar_width||void 0,hideSymbolSearch:a.hideSymbolSearch,hideSideToolbar:a.hide_side_toolbar,datafeed:a.datafeed,path:a.library_path,enabledStudies:a.enabled_studies||[],disabledStudies:a.disabled_studies||[],enabledDrawings:a.enabled_drawings||[],disabledDrawings:a.disabled_drawings||[],savedData:a.savedData||void 0,locale:a.locale,overrides:a.overrides||{},disableLogo:a.disableLogo||!1,snapshotUrl:a.snapshot_url,
|
||||
uid:this.id,fullscreen:a.fullscreen};if(a.news&&a.news.length){this.options.news_vendors=[];for(var b=0;b<a.news.length;b++)switch(a.news[b]){case "headlines":case "stocktwits":this.options.news_vendors.push(a.news[b])}this.options.news_vendors||delete this.options.news_vendors}isFinite(a.widgetbar_width)&&0<a.widgetbar_width&&(this.options.widgetbar_width=a.widgetbar_width);this._ready_handlers=[];this.create()}};e.widget.prototype={_messageTarget:function(){return e.gEl(this.id).contentWindow},
|
||||
_autoResizeChart:function(){var a=e.gEl(this.id);this.options.fullscreen&&(a.style.height=window.innerHeight+"px",a.style.width=window.innerWidth+"px")},create:function(){var a=this.render(),b=this,d;this.options.container?e.gEl(this.options.container).innerHTML=a:document.write(a);this._autoResizeChart();window.addEventListener("resize",function(a){b._autoResizeChart()});d=e.gEl(this.id);this.postMessage=e.postMessageWrapper(d.contentWindow,this.id);e.bindEvent(d,"load",function(){b.postMessage.get("widgetReady",
|
||||
{},function(){var a;b._ready=!0;for(a=b._ready_handlers.length;a--;)b._ready_handlers[a].call(b);b.postMessage.post(d.contentWindow,"initializationFinished")})})},render:function(){var a="__datafeed_"+this.options.uid;window[a]=this.options.datafeed;a=(this.options.path||"")+"static/tv-chart.html?localserver=1&symbol="+encodeURIComponent(this.options.symbol)+"&interval="+encodeURIComponent(this.options.interval)+"&toolbarbg="+this.options.toolbar_bg.replace("#","")+(this.options.widgetbar_width?"&widgetbarwidth="+
|
||||
this.options.widgetbar_width:"")+(this.options.studies?"&studies="+encodeURIComponent(this.options.studies.join("\u001f")):"")+(this.options.theme?"&theme="+encodeURIComponent(this.options.theme):"")+(this.options.hideSymbolSearch?"&hideSymbolSearch="+encodeURIComponent(this.options.hideSymbolSearch):"")+(this.options.hideSideToolbar?"&hideSideToolbar=true":"")+"&enabledStudies="+encodeURIComponent(JSON.stringify(this.options.enabledStudies))+"&disabledStudies="+encodeURIComponent(JSON.stringify(this.options.disabledStudies))+
|
||||
"&enabledDrawings="+encodeURIComponent(JSON.stringify(this.options.enabledDrawings))+"&disabledDrawings="+encodeURIComponent(JSON.stringify(this.options.disabledDrawings))+"&overrides="+encodeURIComponent(JSON.stringify(this.options.overrides))+"&disableLogo="+encodeURIComponent(this.options.disableLogo)+"&locale="+encodeURIComponent(this.options.locale)+"&datafeedUID="+encodeURIComponent(a)+(this.options.snapshotUrl?"&snapshotUrl="+encodeURIComponent(this.options.snapshotUrl):"")+(this.options.timezone?
|
||||
"&timezone="+encodeURIComponent(this.options.timezone):"");this.options.savedData&&(window.__TVSavedChart=this.options.savedData);return'<iframe id="'+this.id+'" src="'+a+'"'+(this.options.fullscreen?"":' width="'+this.options.width+'" height="'+this.options.height+'"')+' frameborder="0" allowTransparency="true" scrolling="no"></iframe>'},onChartReady:function(a){this._ready?a.call(this):this._ready_handlers.push(a)},setSymbol:function(a,b){this.postMessage.post(this._messageTarget(),"changeSymbol",
|
||||
{symbol:a,interval:b})},createStudy:function(a,b){this.postMessage.post(this._messageTarget(),"createStudy",{name:a,lock:b})},createShape:function(a,b){this.postMessage.post(this._messageTarget(),"createShape",{point:a,options:b})},createVerticalLine:function(a,b){this.createShape(a,$.extend(b,{shape:"vertical_line"}))},createButton:function(){var a=e.gEl(this.id).contentWindow.headerWidget,a=a.createGroup({single:!0}).appendTo(a._$left);return $('<div class="button"></div>').appendTo(a)},removeIcon:function(a){},
|
||||
onSymbolChange:function(a){this.postMessage.on("onSymbolChange",a)},onIntervalChange:function(a){this.postMessage.on("onIntervalChange",a)},onTick:function(a){this.postMessage.on("onTick",a)},remove:function(){var a=e.gEl(this.id);a.parentNode.removeChild(a)},onMarkClick:function(a){this.postMessage.on("onMarkClick",a)},onAutoSaveNeeded:function(a){this.postMessage.on("onAutoSaveNeeded",a)},save:function(a){this.postMessage.on("onChartSaved",a);this.postMessage.post(this._messageTarget(),"saveChart",
|
||||
{})},load:function(a){window.__TVSavedChart=a;this.remove();this.create()},setLanguage:function(a){this.remove();this.options.locale=a;this.create()}};e.postMessageWrapper=function(){var a={},b={},d={},e,f=0,g=0;window.addEventListener&&window.addEventListener("message",function(d){var c;try{c=JSON.parse(d.data)}catch(l){return}c.provider&&"TradingView"==c.provider&&("get"==c.type?b[c.name].call(c,c.data,function(a){e.postMessage(JSON.stringify({id:c.id,type:"on",name:c.name,client_id:c.client_id,
|
||||
data:a,provider:"TradingView"}),"*")}):"on"==c.type?a[c.client_id]&&a[c.client_id][c.id]&&(a[c.client_id][c.id].call(c,c.data),delete a[c.client_id][c.id]):"post"==c.type&&"function"===typeof b[c.name]&&b[c.name].call(c,c.data,function(){}))});return function(h,c){a[c]={};e=d[c]=h;return{on:function(a,c){b[a]=c},get:function(b,e,k){b={id:f++,type:"get",name:b,client_id:c,data:e,provider:"TradingView"};a[c][b.id]=k;d[c].postMessage(JSON.stringify(b),"*")},post:function(a,b,c){b={id:g++,type:"post",
|
||||
name:b,data:c,provider:"TradingView"};a&&"function"===typeof a.postMessage&&a.postMessage(JSON.stringify(b),"*")}}}}();window.TradingView&&jQuery?jQuery.extend(window.TradingView,e):window.TradingView=e}})();
|
||||
function inherit(g,f){var d=function(){};d.prototype=f.prototype;g.prototype=new d;g.prototype.constructor=g;g.prototype.superclass=f}
|
||||
(function(){function g(a){"hideSymbolSearch enabledStudies enabledDrawings disabledDrawings disabledStudies disableLogo hideSideToolbar".split(" ").map(function(b){a[b]&&console.warn("Feature `"+b+"` is obsolete. Please see the doc for details.")})}if(!window.TradingView){var f={mobile:{disabledFeatures:"left_toolbar header_widget timeframes_toolbar edit_buttons_in_legend context_menus control_bar border_around_the_chart".split(" "),enabledFeatures:["narrow_chart_enabled"]}},d={version:function(){return"1.1 (internal id a393597d @ 2014-11-26 15:41:23.751000)"},
|
||||
gEl:function(a){return document.getElementById(a)},gId:function(){return"tradingview_"+(1048576*(1+Math.random())|0).toString(16).substring(1)},onready:function(a){window.addEventListener?window.addEventListener("DOMContentLoaded",a,!1):window.attachEvent("onload",a)},css:function(a){var b=document.getElementsByTagName("head")[0],e=document.createElement("style");e.type="text/css";e.styleSheet?e.styleSheet.cssText=a:(a=document.createTextNode(a),e.appendChild(a));b.appendChild(e)},bindEvent:function(a,
|
||||
b,e){a.addEventListener?a.addEventListener(b,e,!1):a.attachEvent&&a.attachEvent("on"+b,e)},unbindEvent:function(a,b,e){a.removeEventListener?a.removeEventListener(b,e,!1):a.detachEvent&&a.detachEvent("on"+b,e)},widget:function(a){this.id=d.gId();if(!a.datafeed)throw"Datafeed is not defined";var b={width:800,height:500,symbol:"AA",interval:"D",timezone:"",container:"",path:"",locale:"en",toolbar_bg:void 0,hideSymbolSearch:!1,hideSideToolbar:!1,enabledStudies:[],enabledDrawings:[],disabledDrawings:[],
|
||||
disabledStudies:[],drawingsAccess:void 0,studiesAccess:void 0,widgetbar:{datawindow:!1,details:!1,watchlist:!1,watchlist_settings:{default_symbols:[]}},overrides:{},studiesOverrides:{},fullscreen:!1,disabledFeatures:[],enabledFeatures:[],indicators_file_name:null,debug:!1,time_frames:[{text:"5y",resolution:"W"},{text:"1y",resolution:"W"},{text:"6m",resolution:"120"},{text:"3m",resolution:"60"},{text:"1m",resolution:"30"},{text:"5d",resolution:"5"},{text:"1d",resolution:"1"}],client_id:"0",user_id:"0",
|
||||
charts_storage_url:void 0,logo:{}},e={width:a.width,height:a.height,symbol:a.symbol,interval:a.interval,timezone:a.timezone,container:a.container_id,path:a.library_path,locale:a.locale,toolbar_bg:a.toolbar_bg,hideSymbolSearch:a.hide_symbol_search||a.hideSymbolSearch,hideSideToolbar:a.hide_side_toolbar,enabledStudies:a.enabled_studies,disabledStudies:a.disabled_studies,enabledDrawings:a.enabled_drawings,disabledDrawings:a.disabled_drawings,drawingsAccess:a.drawings_access,studiesAccess:a.studies_access,
|
||||
widgetbar:a.widgetbar,overrides:a.overrides,studiesOverrides:a.studies_overrides,savedData:a.saved_data||a.savedData,snapshotUrl:a.snapshot_url,uid:this.id,datafeed:a.datafeed,disableLogo:a.disable_logo||a.disableLogo,logo:a.logo,fullscreen:a.fullscreen,disabledFeatures:a.disabled_features,enabledFeatures:a.enabled_features,indicators_file_name:a.indicators_file_name,debug:a.debug,client_id:a.client_id,user_id:a.user_id,charts_storage_url:a.charts_storage_url};g(e);this.options=$.extend(!0,b,e);this.options.time_frames=
|
||||
a.time_frames||b.time_frames;a.preset&&(a=a.preset,f[a]?(a=f[a],this.options.disabledFeatures=0<this.options.disabledFeatures.length?this.options.disabledFeatures.concat(a.disabledFeatures):a.disabledFeatures,this.options.enabledFeatures=0<this.options.enabledFeatures.length?this.options.enabledFeatures.concat(a.enabledFeatures):a.enabledFeatures):console.warn("Unknown preset: `"+a+"`"));this._ready_handlers=[];this.create()}};d.widget.prototype={_messageTarget:function(){return d.gEl(this.id).contentWindow},
|
||||
_autoResizeChart:function(){var a=d.gEl(this.id);this.options.fullscreen&&(a.style.height=window.innerHeight+"px",a.style.width=window.innerWidth+"px")},create:function(){var a=this.render(),b=this,e;this.options.container?d.gEl(this.options.container).innerHTML=a:document.write(a);this._autoResizeChart();window.addEventListener("resize",function(a){b._autoResizeChart()});e=d.gEl(this.id);this.postMessage=d.postMessageWrapper(e.contentWindow,this.id);d.bindEvent(e,"load",function(){b.postMessage.get("widgetReady",
|
||||
{},function(){var a;b._ready=!0;for(a=b._ready_handlers.length;a--;)b._ready_handlers[a].call(b);b.postMessage.post(e.contentWindow,"initializationFinished");d.gEl(b.id).contentWindow.Z16.subscribe("chart_load_requested",function(a){b.load(JSON.parse(a.content),a)})})})},render:function(){window[this.options.uid]={datafeed:this.options.datafeed,overrides:this.options.overrides,studiesOverrides:this.options.studiesOverrides,disabledFeatures:this.options.disabledFeatures,enabledFeatures:this.options.enabledFeatures,
|
||||
enabledDrawings:this.options.enabledDrawings,disabledDrawings:this.options.disabledDrawings};var a=(this.options.path||"")+"static/tv-chart.html#localserver=1&symbol="+encodeURIComponent(this.options.symbol)+"&interval="+encodeURIComponent(this.options.interval)+(this.options.toolbar_bg?"&toolbarbg="+this.options.toolbar_bg.replace("#",""):"")+"&hideSymbolSearch="+this.options.hideSymbolSearch+"&hideSideToolbar="+this.options.hideSideToolbar+"&enabledStudies="+encodeURIComponent(JSON.stringify(this.options.enabledStudies))+
|
||||
"&disabledStudies="+encodeURIComponent(JSON.stringify(this.options.disabledStudies))+(this.options.studiesAccess?"&studiesAccess="+encodeURIComponent(JSON.stringify(this.options.studiesAccess)):"")+"&widgetbar="+encodeURIComponent(JSON.stringify(this.options.widgetbar))+(this.options.drawingsAccess?"&drawingsAccess="+encodeURIComponent(JSON.stringify(this.options.drawingsAccess)):"")+"&timeFrames="+encodeURIComponent(JSON.stringify(this.options.time_frames))+(this.options.hasOwnProperty("disableLogo")?
|
||||
"&disableLogo="+encodeURIComponent(this.options.disableLogo):"")+(this.options.hasOwnProperty("logo")?"&logo="+encodeURIComponent(JSON.stringify(this.options.logo)):"")+"&locale="+encodeURIComponent(this.options.locale)+"&uid="+encodeURIComponent(this.options.uid)+"&clientId="+encodeURIComponent(this.options.client_id)+"&userId="+encodeURIComponent(this.options.user_id)+(this.options.charts_storage_url?"&chartsStorageUrl="+encodeURIComponent(this.options.charts_storage_url):"")+(this.options.indicators_file_name?
|
||||
"&indicatorsFile="+encodeURIComponent(this.options.indicators_file_name):"")+"&debug="+this.options.debug+(this.options.snapshotUrl?"&snapshotUrl="+encodeURIComponent(this.options.snapshotUrl):"")+(this.options.timezone?"&timezone="+encodeURIComponent(this.options.timezone):"");this.options.savedData&&(window.__TVSavedChart=this.options.savedData);return'<iframe id="'+this.id+'" name="'+this.id+'" src="'+a+'"'+(this.options.fullscreen?"":' width="'+this.options.width+'" height="'+this.options.height+
|
||||
'"')+' frameborder="0" allowTransparency="true" scrolling="no" allowfullscreen></iframe>'},onChartReady:function(a){this._ready?a.call(this):this._ready_handlers.push(a)},setSymbol:function(a,b,e){this.postMessage.post(this._messageTarget(),"changeSymbol",{symbol:a,interval:b});this.postMessage.on("symbolChangeFinished",e)},createStudy:function(a,b,e){this.postMessage.post(this._messageTarget(),"createStudy",{name:a,lock:b,forceOverlay:e})},createShape:function(a,b){this.postMessage.post(this._messageTarget(),
|
||||
"createShape",{point:a,options:b})},createVerticalLine:function(a,b){this.createShape(a,$.extend(b,{shape:"vertical_line"}))},_lastBarPoint:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a.model().timeScale().m_points.lastTimePointIndex(),a=a.model().mainSeries().data().valueAt(b)[4];return{index:b,price:a}},createOrderLine:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolOrder")._adapter},
|
||||
createPositionLine:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolPosition")._adapter},createExecutionShape:function(){var a=d.gEl(this.id).contentWindow.Z2,b=a._paneWidgets[0]._state;return a.model().createLineTool(b,this._lastBarPoint(),"LineToolExecution")._adapter},createButton:function(){var a=d.gEl(this.id).contentWindow.headerWidget,a=a.createGroup({single:!0}).appendTo(a._$left);
|
||||
return $('<div class="button"></div>').appendTo(a)},removeIcon:function(a){},symbolInterval:function(a){this.postMessage.on("symbolInterval",function(b){a(JSON.parse(b))});this.postMessage.post(this._messageTarget(),"symbolIntervalRequest",{})},onSymbolChange:function(a){this.postMessage.on("onSymbolChange",a)},onIntervalChange:function(a){this.postMessage.on("onIntervalChange",a)},onTick:function(a){this.postMessage.on("onTick",a)},remove:function(){var a=d.gEl(this.id);a.parentNode.removeChild(a)},
|
||||
onAutoSaveNeeded:function(a){this.postMessage.on("onAutoSaveNeeded",a)},onMarkClick:function(a){this.postMessage.on("onMarkClick",a)},onContextMenu:function(a){d.gEl(this.id).contentWindow.Z16.subscribe("onContextMenu",function(b){b.callback(a(b.unixtime,b.price))})},onGrayedObjectClicked:function(a){d.gEl(this.id).contentWindow.Z16.subscribe("onGrayedObjectClicked",a)},save:function(a){this.postMessage.on("onChartSaved",a);this.postMessage.post(this._messageTarget(),
|
||||
"saveChart",{})},load:function(a,b){window.__TVSavedChart={json:a,extendedData:b};this.postMessage.post(this._messageTarget(),"loadChart",{})},setLanguage:function(a){this.remove();this.options.locale=a;this.create()}};d.postMessageWrapper=function(){var a={},b={},e={},d,g=0,f=0;window.addEventListener&&window.addEventListener("message",function(e){var c;try{c=JSON.parse(e.data)}catch(k){return}c.provider&&"TradingView"==c.provider&&("get"==c.type?b[c.name].call(c,c.data,function(a){d.postMessage(JSON.stringify({id:c.id,
|
||||
type:"on",name:c.name,client_id:c.client_id,data:a,provider:"TradingView"}),"*")}):"on"==c.type?a[c.client_id]&&a[c.client_id][c.id]&&(a[c.client_id][c.id].call(c,c.data),delete a[c.client_id][c.id]):"post"==c.type&&"function"===typeof b[c.name]&&b[c.name].call(c,c.data,function(){}))});return function(h,c){a[c]={};d=e[c]=h;return{on:function(a,c){b[a]=c},get:function(b,d,f){b={id:g++,type:"get",name:b,client_id:c,data:d,provider:"TradingView"};a[c][b.id]=f;e[c].postMessage(JSON.stringify(b),"*")},
|
||||
post:function(a,b,c){b={id:f++,type:"post",name:b,data:c,provider:"TradingView"};a&&"function"===typeof a.postMessage&&a.postMessage(JSON.stringify(b),"*")}}}}();window.TradingView&&jQuery?jQuery.extend(window.TradingView,d):window.TradingView=d}})();
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
// <property_path>: <default Charting Library value>
|
||||
//
|
||||
|
||||
// fonts available in text editors (i.e., in `Text` drawing tool properties dialog)
|
||||
editorFontsList: ['Verdana', 'Courier New', 'Times New Roman', 'Arial']
|
||||
|
||||
paneProperties.background: "#ffffff"
|
||||
paneProperties.gridProperties.color: "#E6E6E6"
|
||||
|
||||
@@ -16,15 +16,24 @@ Datafeeds.UDFCompatibleDatafeed = function(datafeedURL, updateFrequency) {
|
||||
|
||||
this._symbolSearch = null;
|
||||
this._symbolsStorage = null;
|
||||
this._pulseUpdater = new Datafeeds.PulseUpdater(this, updateFrequency);
|
||||
this._barsPulseUpdater = new Datafeeds.DataPulseUpdater(this, updateFrequency || 10 * 1000);
|
||||
this._quotesPulseUpdater = new Datafeeds.QuotesPulseUpdater(this);
|
||||
|
||||
this._enableLogging = false;
|
||||
this._initializationFinished = false;
|
||||
this._callbacks = {};
|
||||
|
||||
this._initialize();
|
||||
}
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.defaultConfiguration = function() {
|
||||
return {
|
||||
supports_search: false,
|
||||
supports_group_request: true,
|
||||
supported_resolutions: ["1", "5", "15", "30", "60", "1D", "1W", "1M"],
|
||||
supports_marks: false
|
||||
};
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.on = function (event, callback) {
|
||||
|
||||
@@ -34,7 +43,7 @@ Datafeeds.UDFCompatibleDatafeed.prototype.on = function (event, callback) {
|
||||
|
||||
this._callbacks[event].push(callback);
|
||||
return this;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype._fireEvent = function(event, argument) {
|
||||
@@ -45,20 +54,21 @@ Datafeeds.UDFCompatibleDatafeed.prototype._fireEvent = function(event, argument)
|
||||
}
|
||||
this._callbacks[event] = [];
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.onInitialized = function() {
|
||||
this._initializationFinished = true;
|
||||
this._fireEvent("initialized");
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype._logMessage = function(message) {
|
||||
if (this._enableLogging) {
|
||||
console.log(message);
|
||||
var now = new Date();
|
||||
console.log(now.toLocaleTimeString() + "." + now.getMilliseconds() + "> " + message);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype._send = function(url, params) {
|
||||
@@ -67,13 +77,14 @@ Datafeeds.UDFCompatibleDatafeed.prototype._send = function(url, params) {
|
||||
for (var i = 0; i < Object.keys(params).length; ++i) {
|
||||
var key = Object.keys(params)[i];
|
||||
var value = encodeURIComponent(params[key]);
|
||||
request += (i == 0 ? "?" : "&") + key + "=" + value;
|
||||
request += (i === 0 ? "?" : "&") + key + "=" + value;
|
||||
}
|
||||
}
|
||||
|
||||
this._logMessage("New request: " + request);
|
||||
|
||||
return $.ajax(request);
|
||||
}
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype._initialize = function() {
|
||||
|
||||
@@ -84,15 +95,10 @@ Datafeeds.UDFCompatibleDatafeed.prototype._initialize = function() {
|
||||
var configurationData = JSON.parse(response);
|
||||
that._setupWithConfiguration(configurationData);
|
||||
})
|
||||
.error(function(reason) {
|
||||
that._setupWithConfiguration({
|
||||
supports_search: false,
|
||||
supports_group_request: true,
|
||||
supported_resolutions: [1, 5, 15, 30, 60, "1D", "1W", "1M"],
|
||||
supports_marks: false
|
||||
});
|
||||
.fail(function(reason) {
|
||||
that._setupWithConfiguration(that.defaultConfiguration());
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.setup = function(studyEngineOptions, callback) {
|
||||
@@ -106,9 +112,9 @@ Datafeeds.UDFCompatibleDatafeed.prototype.setup = function(studyEngineOptions, c
|
||||
this.on("configuration_ready", function() {
|
||||
that._configuration.engine = studyEngineOptions;
|
||||
callback(that._configuration);
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype._setupWithConfiguration = function(configurationData) {
|
||||
this._configuration = configurationData;
|
||||
@@ -117,19 +123,23 @@ Datafeeds.UDFCompatibleDatafeed.prototype._setupWithConfiguration = function(con
|
||||
configurationData.exchanges = [];
|
||||
}
|
||||
|
||||
if (!configurationData.symbolsTypes) {
|
||||
configurationData.symbolsTypes = [];
|
||||
}
|
||||
// @obsolete; remove in 1.5
|
||||
var supportedResolutions = configurationData.supported_resolutions || configurationData.supportedResolutions;
|
||||
configurationData.supported_resolutions = supportedResolutions;
|
||||
|
||||
if (configurationData.supports_search == false && configurationData.supports_group_request == false) {
|
||||
// @obsolete; remove in 1.5
|
||||
var symbolsTypes = configurationData.symbols_types || configurationData.symbolsTypes;
|
||||
configurationData.symbols_types = symbolsTypes;
|
||||
|
||||
if (!configurationData.supports_search && !configurationData.supports_group_request) {
|
||||
throw "Unsupported datafeed configuration. Must either support search, or support group request";
|
||||
}
|
||||
|
||||
if (configurationData.supports_search == false) {
|
||||
if (!configurationData.supports_search) {
|
||||
this._symbolSearch = new Datafeeds.SymbolSearchComponent(this);
|
||||
}
|
||||
|
||||
if (configurationData.supports_group_request == true) {
|
||||
if (configurationData.supports_group_request) {
|
||||
// this component will call onInitialized() by itself
|
||||
this._symbolsStorage = new Datafeeds.SymbolsStorage(this);
|
||||
}
|
||||
@@ -139,7 +149,7 @@ Datafeeds.UDFCompatibleDatafeed.prototype._setupWithConfiguration = function(con
|
||||
|
||||
this._fireEvent("configuration_ready");
|
||||
this._logMessage("Initialized with " + JSON.stringify(configurationData));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// ===============================================================================================================================
|
||||
@@ -156,16 +166,21 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getMarks = function (symbolInfo, range
|
||||
.done(function (response) {
|
||||
onDataCallback(JSON.parse(response));
|
||||
})
|
||||
.error(function() {
|
||||
.fail(function() {
|
||||
onDataCallback([]);
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.searchSymbolsByName = function(ticker, exchange, type, onResultReadyCallback) {
|
||||
var MAX_SEARCH_RESULTS = 30;
|
||||
|
||||
if (!this._configuration) {
|
||||
onResultReadyCallback([]);
|
||||
return;
|
||||
}
|
||||
|
||||
if (this._configuration.supports_search) {
|
||||
|
||||
this._send(this._datafeedURL + "/search", {
|
||||
@@ -184,16 +199,16 @@ Datafeeds.UDFCompatibleDatafeed.prototype.searchSymbolsByName = function(ticker,
|
||||
}
|
||||
|
||||
if (typeof data.s == "undefined" || data.s != "error") {
|
||||
onResultReadyCallback(data)
|
||||
onResultReadyCallback(data);
|
||||
}
|
||||
else {
|
||||
onResultReadyCallback([]);
|
||||
}
|
||||
|
||||
})
|
||||
.error(function(reason) {
|
||||
.fail(function(reason) {
|
||||
onResultReadyCallback([]);
|
||||
})
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -220,7 +235,10 @@ Datafeeds.UDFCompatibleDatafeed.prototype.searchSymbolsByName = function(ticker,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype._symbolResolveURL = "/symbols";
|
||||
|
||||
|
||||
// BEWARE: this function does not consider symbol's exchange
|
||||
@@ -236,9 +254,17 @@ Datafeeds.UDFCompatibleDatafeed.prototype.resolveSymbol = function(symbolName, o
|
||||
return;
|
||||
}
|
||||
|
||||
function onResultReady(data) {
|
||||
var postProcessedData = data;
|
||||
if (that.postProcessSymbolInfo) {
|
||||
postProcessedData = that.postProcessSymbolInfo(postProcessedData);
|
||||
}
|
||||
onSymbolResolvedCallback(postProcessedData);
|
||||
}
|
||||
|
||||
if (!this._configuration.supports_group_request) {
|
||||
this._send(this._datafeedURL + "/symbols", {
|
||||
symbol: symbolName.toUpperCase()
|
||||
this._send(this._datafeedURL + this._symbolResolveURL, {
|
||||
symbol: symbolName ? symbolName.toUpperCase() : ""
|
||||
})
|
||||
.done(function (response) {
|
||||
var data = JSON.parse(response);
|
||||
@@ -247,26 +273,27 @@ Datafeeds.UDFCompatibleDatafeed.prototype.resolveSymbol = function(symbolName, o
|
||||
onResolveErrorCallback("unknown_symbol");
|
||||
}
|
||||
else {
|
||||
onSymbolResolvedCallback(data)
|
||||
onResultReady(data);
|
||||
}
|
||||
})
|
||||
.error(function(reason) {
|
||||
.fail(function(reason) {
|
||||
onResolveErrorCallback("unknown_symbol");
|
||||
})
|
||||
});
|
||||
}
|
||||
else {
|
||||
if (this._initializationFinished) {
|
||||
this._symbolsStorage.resolveSymbol(symbolName, onSymbolResolvedCallback, onResolveErrorCallback);
|
||||
this._symbolsStorage.resolveSymbol(symbolName, onResultReady, onResolveErrorCallback);
|
||||
}
|
||||
else {
|
||||
this.on("initialized", function() {
|
||||
that._symbolsStorage.resolveSymbol(symbolName, onSymbolResolvedCallback, onResolveErrorCallback);
|
||||
that._symbolsStorage.resolveSymbol(symbolName, onResultReady, onResolveErrorCallback);
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype._historyURL = "/history";
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.getBars = function(symbolInfo, resolution, rangeStartDate, rangeEndDate, onDataCallback, onErrorCallback) {
|
||||
|
||||
@@ -275,7 +302,7 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getBars = function(symbolInfo, resolut
|
||||
throw "Got a JS time instead of Unix one.";
|
||||
}
|
||||
|
||||
this._send(this._datafeedURL + "/history", {
|
||||
this._send(this._datafeedURL + this._historyURL, {
|
||||
symbol: symbolInfo.ticker.toUpperCase(),
|
||||
resolution: resolution,
|
||||
from: rangeStartDate,
|
||||
@@ -323,32 +350,57 @@ Datafeeds.UDFCompatibleDatafeed.prototype.getBars = function(symbolInfo, resolut
|
||||
bars.push(barValue);
|
||||
}
|
||||
|
||||
if (bars.length == 0) {
|
||||
|
||||
if (bars.length === 0) {
|
||||
onErrorCallback("no data");
|
||||
}
|
||||
else {
|
||||
onDataCallback(bars);
|
||||
}
|
||||
|
||||
onDataCallback(bars);
|
||||
})
|
||||
.fail(function (arg) {
|
||||
console.warn("getBars(): HTTP error " + JSON.stringify(arg));
|
||||
|
||||
}).
|
||||
error(function (arg) {
|
||||
if (!!onErrorCallback) {
|
||||
onErrorCallback("network error: " + arg);
|
||||
onErrorCallback("network error: " + JSON.stringify(arg));
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.subscribeBars = function(symbolInfo, resolution, onRealtimeCallback, listenerGUID) {
|
||||
this._pulseUpdater.subscribeDataListener(symbolInfo, resolution, onRealtimeCallback, listenerGUID);
|
||||
}
|
||||
this._barsPulseUpdater.subscribeDataListener(symbolInfo, resolution, onRealtimeCallback, listenerGUID);
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.unsubscribeBars = function(listenerGUID) {
|
||||
this._pulseUpdater.unsubscribeDataListener(listenerGUID);
|
||||
}
|
||||
this._barsPulseUpdater.unsubscribeDataListener(listenerGUID);
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.calculateHistoryDepth = function(period, resolutionBack, intervalBack) {
|
||||
}
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.getQuotes = function(symbols, onDataCallback, onErrorCallback) {
|
||||
this._send(this._datafeedURL + "/quotes", { symbols: symbols })
|
||||
.done(function (response) {
|
||||
var data = JSON.parse(response);
|
||||
if (data.s == "ok") {
|
||||
// JSON format is {s: "status", [{s: "symbol_status", n: "symbol_name", v: {"field1": "value1", "field2": "value2", ..., "fieldN": "valueN"}}]}
|
||||
onDataCallback && onDataCallback(data.d);
|
||||
} else {
|
||||
onErrorCallback && onErrorCallback(data.errmsg);
|
||||
}
|
||||
})
|
||||
.fail(function (arg) {
|
||||
onErrorCallback && onErrorCallback("network error: " + arg);
|
||||
});
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.subscribeQuotes = function(symbols, fastSymbols, onRealtimeCallback, listenerGUID) {
|
||||
this._quotesPulseUpdater.subscribeDataListener(symbols, fastSymbols, onRealtimeCallback, listenerGUID);
|
||||
};
|
||||
|
||||
Datafeeds.UDFCompatibleDatafeed.prototype.unsubscribeQuotes = function(listenerGUID) {
|
||||
this._quotesPulseUpdater.unsubscribeDataListener(listenerGUID);
|
||||
};
|
||||
|
||||
// ==================================================================================================================================================
|
||||
// ==================================================================================================================================================
|
||||
@@ -370,8 +422,7 @@ Datafeeds.SymbolsStorage = function(datafeed) {
|
||||
this._symbolsList = [];
|
||||
|
||||
this._requestFullSymbolsList();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -401,7 +452,7 @@ Datafeeds.SymbolsStorage.prototype._requestFullSymbolsList = function() {
|
||||
that._onAnyExchangeResponseReceived(exchange);
|
||||
}
|
||||
}(exchange))
|
||||
.error(function(exchange) {
|
||||
.fail(function(exchange) {
|
||||
return function (reason) {
|
||||
that._onAnyExchangeResponseReceived(exchange);
|
||||
};
|
||||
@@ -435,7 +486,7 @@ Datafeeds.SymbolsStorage.prototype._onExchangeDataReceived = function(exchangeNa
|
||||
|
||||
var tickerPresent = typeof data["ticker"] != "undefined";
|
||||
|
||||
this._symbolsInfo[fullName] = {
|
||||
var symbolInfo = {
|
||||
name: symbolName,
|
||||
base_name: [listedExchange + ":" + symbolName],
|
||||
description: tableField(data, "description", symbolIndex),
|
||||
@@ -451,31 +502,39 @@ Datafeeds.SymbolsStorage.prototype._onExchangeDataReceived = function(exchangeNa
|
||||
type: tableField(data, "type", symbolIndex),
|
||||
session: tableField(data, "session-regular", symbolIndex),
|
||||
ticker: tickerPresent ? tableField(data, "ticker", symbolIndex) : symbolName,
|
||||
timezone: tableField(data, "timezone", symbolIndex)
|
||||
timezone: tableField(data, "timezone", symbolIndex),
|
||||
supported_resolutions: tableField(data, "supported-resolutions", symbolIndex) || this._datafeed.defaultConfiguration().supported_resolutions,
|
||||
force_session_rebuild: tableField(data, "force-session-rebuild", symbolIndex) || false,
|
||||
has_daily: tableField(data, "has-daily", symbolIndex) || true,
|
||||
intraday_multipliers: tableField(data, "intraday-multipliers", symbolIndex) || ["1", "5", "15", "30", "60"],
|
||||
has_fractional_volume: tableField(data, "has-fractional-volume", symbolIndex) || false,
|
||||
has_weekly_and_monthly: tableField(data, "has-weekly-and-monthly", symbolIndex) || false,
|
||||
has_empty_bars: tableField(data, "has-empty-bars", symbolIndex) || false,
|
||||
volume_precision: tableField(data, "volume-precision", symbolIndex) || 0
|
||||
};
|
||||
|
||||
this._symbolsInfo[symbolName] = this._symbolsInfo[fullName];
|
||||
this._symbolsInfo[symbolInfo.ticker] = this._symbolsInfo[symbolName] = this._symbolsInfo[fullName] = symbolInfo;
|
||||
this._symbolsList.push(symbolName);
|
||||
}
|
||||
}
|
||||
catch (error) {
|
||||
throw "API error when processing exchange `" + exchangeName + "` symbol #" + symbolIndex + ": " + error;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Datafeeds.SymbolsStorage.prototype._onAnyExchangeResponseReceived = function(exchangeName) {
|
||||
|
||||
delete this._exchangesWaitingForData[exchangeName];
|
||||
|
||||
var allDataReady = Object.keys(this._exchangesWaitingForData).length == 0;
|
||||
var allDataReady = Object.keys(this._exchangesWaitingForData).length === 0;
|
||||
|
||||
if (allDataReady) {
|
||||
this._symbolsList.sort();
|
||||
this._datafeed._logMessage("All exchanges data ready");
|
||||
this._datafeed.onInitialized();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// BEWARE: this function does not consider symbol's exchange
|
||||
@@ -486,9 +545,9 @@ Datafeeds.SymbolsStorage.prototype.resolveSymbol = function(symbolName, onSymbol
|
||||
}
|
||||
else {
|
||||
onSymbolResolvedCallback(this._symbolsInfo[symbolName]);
|
||||
};
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
// ==================================================================================================================================================
|
||||
@@ -503,7 +562,7 @@ Datafeeds.SymbolsStorage.prototype.resolveSymbol = function(symbolName, onSymbol
|
||||
|
||||
Datafeeds.SymbolSearchComponent = function(datafeed) {
|
||||
this._datafeed = datafeed;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -517,7 +576,7 @@ Datafeeds.SymbolSearchComponent.prototype.searchSymbolsByName = function(searchA
|
||||
var symbolsStorage = this._datafeed._symbolsStorage;
|
||||
|
||||
var results = [];
|
||||
var queryIsEmpty = !searchArgument.ticker || searchArgument.ticker.length == 0;
|
||||
var queryIsEmpty = !searchArgument.ticker || searchArgument.ticker.length === 0;
|
||||
|
||||
for (var i = 0; i < symbolsStorage._symbolsList.length; ++i) {
|
||||
var symbolName = symbolsStorage._symbolsList[i];
|
||||
@@ -529,14 +588,15 @@ Datafeeds.SymbolSearchComponent.prototype.searchSymbolsByName = function(searchA
|
||||
if (searchArgument.exchange && searchArgument.exchange.length > 0 && item.exchange != searchArgument.exchange) {
|
||||
continue;
|
||||
}
|
||||
if (queryIsEmpty || item.name.indexOf(searchArgument.ticker) == 0) {
|
||||
if (queryIsEmpty || item.name.indexOf(searchArgument.ticker) === 0) {
|
||||
results.push({
|
||||
symbol: item.name,
|
||||
full_name: item.full_name,
|
||||
description: item.description,
|
||||
exchange: item.exchange,
|
||||
params: [],
|
||||
type: item.type
|
||||
type: item.type,
|
||||
ticker: item.name
|
||||
});
|
||||
}
|
||||
|
||||
@@ -555,15 +615,13 @@ Datafeeds.SymbolSearchComponent.prototype.searchSymbolsByName = function(searchA
|
||||
// ==================================================================================================================================================
|
||||
|
||||
/*
|
||||
It's a pulse updating component for ExternalDatafeed. It emulates realtime updates with periodic requests.
|
||||
This is a pulse updating components for ExternalDatafeed. They emulates realtime updates with periodic requests.
|
||||
*/
|
||||
|
||||
Datafeeds.PulseUpdater = function(datafeed, updateFrequency) {
|
||||
Datafeeds.DataPulseUpdater = function(datafeed, updateFrequency) {
|
||||
this._datafeed = datafeed;
|
||||
this._subscribers = {};
|
||||
|
||||
|
||||
this._lastBarTime = 0;
|
||||
this._requestsPending = 0;
|
||||
var that = this;
|
||||
|
||||
@@ -592,12 +650,18 @@ Datafeeds.PulseUpdater = function(datafeed, updateFrequency) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (bars.length === 0) {
|
||||
return;
|
||||
}
|
||||
var lastBar = bars[bars.length - 1];
|
||||
if (!isNaN(_subscriptionRecord.lastBarTime) && lastBar.time < _subscriptionRecord.lastBarTime) {
|
||||
return;
|
||||
}
|
||||
|
||||
var subscribers = _subscriptionRecord.listeners;
|
||||
|
||||
// BEWARE: this one isn't working when first update comes and this update makes a new bar. In this case
|
||||
// _subscriptionRecord.lastBarTime = NaN
|
||||
var isNewBar = !isNaN(_subscriptionRecord.lastBarTime) && lastBar.time > _subscriptionRecord.lastBarTime;
|
||||
|
||||
// Pulse updating may miss some trades data (ie, if pulse period = 10 secods and new bar is started 5 seconds later after the last update, the
|
||||
@@ -630,19 +694,19 @@ Datafeeds.PulseUpdater = function(datafeed, updateFrequency) {
|
||||
}
|
||||
}
|
||||
|
||||
if (updateFrequency && updateFrequency > 0) {
|
||||
if (typeof updateFrequency != "undefined" && updateFrequency > 0) {
|
||||
setInterval(update, updateFrequency);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Datafeeds.PulseUpdater.prototype.unsubscribeDataListener = function(listenerGUID) {
|
||||
Datafeeds.DataPulseUpdater.prototype.unsubscribeDataListener = function(listenerGUID) {
|
||||
this._datafeed._logMessage("Unsubscribing " + listenerGUID);
|
||||
delete this._subscribers[listenerGUID];
|
||||
}
|
||||
|
||||
|
||||
Datafeeds.PulseUpdater.prototype.subscribeDataListener = function(symbolInfo, resolution, newDataCallback, listenerGUID) {
|
||||
Datafeeds.DataPulseUpdater.prototype.subscribeDataListener = function(symbolInfo, resolution, newDataCallback, listenerGUID) {
|
||||
|
||||
this._datafeed._logMessage("Subscribing " + listenerGUID);
|
||||
|
||||
@@ -662,7 +726,7 @@ Datafeeds.PulseUpdater.prototype.subscribeDataListener = function(symbolInfo, re
|
||||
}
|
||||
|
||||
|
||||
Datafeeds.PulseUpdater.prototype.periodLengthSeconds = function(resolution, requiredPeriodsCount) {
|
||||
Datafeeds.DataPulseUpdater.prototype.periodLengthSeconds = function(resolution, requiredPeriodsCount) {
|
||||
var daysCount = 0;
|
||||
|
||||
if (resolution == "D") {
|
||||
@@ -680,3 +744,70 @@ Datafeeds.PulseUpdater.prototype.periodLengthSeconds = function(resolution, requ
|
||||
|
||||
return daysCount * 24 * 60 * 60;
|
||||
}
|
||||
|
||||
|
||||
Datafeeds.QuotesPulseUpdater = function(datafeed) {
|
||||
this._datafeed = datafeed;
|
||||
this._subscribers = {};
|
||||
this._updateInterval = 60 * 1000;
|
||||
this._fastUpdateInterval = 10 * 1000;
|
||||
this._requestsPending = 0;
|
||||
|
||||
var that = this;
|
||||
|
||||
setInterval(function() {
|
||||
that._updateQuotes(function(subscriptionRecord) { return subscriptionRecord.symbols; })
|
||||
}, this._updateInterval);
|
||||
|
||||
setInterval(function() {
|
||||
that._updateQuotes(function(subscriptionRecord) { return subscriptionRecord.fastSymbols.length > 0 ? subscriptionRecord.fastSymbols : subscriptionRecord.symbols; })
|
||||
}, this._fastUpdateInterval);
|
||||
};
|
||||
|
||||
Datafeeds.QuotesPulseUpdater.prototype.subscribeDataListener = function(symbols, fastSymbols, newDataCallback, listenerGUID) {
|
||||
if (!this._subscribers.hasOwnProperty(listenerGUID)) {
|
||||
this._subscribers[listenerGUID] = {
|
||||
symbols: symbols,
|
||||
fastSymbols: fastSymbols,
|
||||
listeners: []
|
||||
};
|
||||
}
|
||||
this._subscribers[listenerGUID].listeners.push(newDataCallback);
|
||||
};
|
||||
|
||||
Datafeeds.QuotesPulseUpdater.prototype.unsubscribeDataListener = function(listenerGUID) {
|
||||
delete this._subscribers[listenerGUID];
|
||||
};
|
||||
|
||||
Datafeeds.QuotesPulseUpdater.prototype._updateQuotes = function(symbolsGetter) {
|
||||
if (this._requestsPending > 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
var that = this;
|
||||
for (var listenerGUID in this._subscribers) {
|
||||
this._requestsPending++;
|
||||
|
||||
var subscriptionRecord = this._subscribers[listenerGUID];
|
||||
this._datafeed.getQuotes(symbolsGetter(subscriptionRecord),
|
||||
// onDataCallback
|
||||
function(subscribers, guid) {
|
||||
return function(data) {
|
||||
that._requestsPending--;
|
||||
|
||||
// means the subscription was cancelled while waiting for data
|
||||
if (!that._subscribers.hasOwnProperty(guid)) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (var i =0; i < subscribers.length; ++i) {
|
||||
subscribers[i](data);
|
||||
}
|
||||
}
|
||||
}(subscriptionRecord.listeners, listenerGUID),
|
||||
// onErrorCallback
|
||||
function (error) {
|
||||
that._requestsPending--;
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 81 B |
|
Before Width: | Height: | Size: 124 B |
|
Before Width: | Height: | Size: 114 B |
|
Before Width: | Height: | Size: 113 B |
|
Before Width: | Height: | Size: 97 B |
|
Before Width: | Height: | Size: 338 B |
|
After Width: | Height: | Size: 4.2 KiB |
@@ -1,306 +0,0 @@
|
||||
/* Don't forget to invalidate CloudFront cache for '../css/widget.css' via invalidate_cloudfront_widgets.py */
|
||||
|
||||
html, body {background: none; overflow: hidden; min-width: 240px; height: 100%;}
|
||||
|
||||
#widget-container
|
||||
{
|
||||
border: 1px solid #D9DADB;
|
||||
background: #fff;
|
||||
}
|
||||
#widget-container #showExtendedHoursLink {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#widget-container .header-chart-panel {
|
||||
min-height: 0px;
|
||||
}
|
||||
#widget-container .pane-legend-line.main .pane-legend-icon.format {display: none;}
|
||||
|
||||
.insert-study-dialog.minimized
|
||||
{
|
||||
width: 490px;
|
||||
}
|
||||
.insert-study-dialog.minimized .insert-study-tabs
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.insert-study-dialog.minimized .insert-study-page-content.page-padded
|
||||
{
|
||||
padding: 10px 0 0 10px;
|
||||
}
|
||||
.insert-study-dialog.scrollbar.minimized
|
||||
{
|
||||
width: 498px;
|
||||
}
|
||||
.minimized .insert-study-items li
|
||||
{
|
||||
width: 140px; height: 13px;
|
||||
padding: 8px 5px;
|
||||
/*font-size: 10px;*/
|
||||
font-size: 12px;
|
||||
|
||||
white-space: nowrap;
|
||||
overflow: hidden; text-overflow: ellipsis;
|
||||
}
|
||||
.minimized .insert-study-items li:hover
|
||||
{
|
||||
overflow: visible;
|
||||
z-index: 18;
|
||||
position: relative;
|
||||
width: auto;
|
||||
min-width: 140px;
|
||||
}
|
||||
.minimized .insert-study-items li .fav
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.minimized .insert-study-main { width: 490px; }
|
||||
.minimized .insert-study-pages .search-header { padding-left: 4px; }
|
||||
.minimized .insert-study-items ul.column { width: 150px; }
|
||||
.minimized .search-header{ display: none; }
|
||||
|
||||
.on-widget .getimage,
|
||||
.on-widget .open-popup
|
||||
{
|
||||
margin-left: 4px;
|
||||
padding: 7px;
|
||||
border-width: 0 !important;
|
||||
}
|
||||
|
||||
.on-widget .getimage:hover {
|
||||
background: #5ECE93;
|
||||
}
|
||||
|
||||
.on-widget .open-popup {
|
||||
border: none;
|
||||
background: #6798BB;
|
||||
}
|
||||
.on-widget .open-popup:hover { background: #69A3CC; }
|
||||
.on-widget .open-popup:active { background: #71ACD6; }
|
||||
.on-widget .open-popup i {
|
||||
width: 16px;
|
||||
height: 14px;
|
||||
background-image: url("../images/icons.png");
|
||||
background-position: -180px -400px;
|
||||
}
|
||||
|
||||
.on-widget .widgetbar-widget-hotlist .widgetbar-widgetheader .widgetbar-headerspace {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.onchart-tv-logo,
|
||||
.onchart-cme-logo,
|
||||
.onchart-custom-logo {
|
||||
display: block;
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.onchart-cme-logo {
|
||||
left: 10px;
|
||||
bottom: 25px;
|
||||
width: 135px;
|
||||
}
|
||||
.onchart-tv-logo,
|
||||
.onchart-custom-logo {
|
||||
left: 1px;
|
||||
bottom: 22px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.onchart-tv-logo .wrapper {
|
||||
display: block;
|
||||
padding: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
-webkit-transition: background 0.7s ease;
|
||||
-moz-transition: width 0.7s ease;
|
||||
-ms-transition: width 0.7s ease;
|
||||
-o-transition: width 0.7s ease;
|
||||
transition: width 0.7s ease;
|
||||
-webkit-transition: background 0.7s ease;
|
||||
-moz-transition: background 0.7s ease;
|
||||
-ms-transition: background 0.7s ease;
|
||||
-o-transition: background 0.7s ease;
|
||||
transition: background 0.7s ease;
|
||||
}
|
||||
.onchart-tv-logo.expanded .wrapper {
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
.onchart-tv-logo.expanded.grey .wrapper {
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
.onchart-tv-logo.expanded.blue .wrapper {
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.onchart-tv-logo.black .wrapper {
|
||||
background-color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.onchart-tv-logo.expanded.black .wrapper {
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.onchart-tv-logo .inner {
|
||||
display: block;
|
||||
height: 32px;
|
||||
line-height: 31px;
|
||||
padding: 0 9px;
|
||||
-webkit-transition: background 0.7s ease;
|
||||
-moz-transition: background 0.7s ease;
|
||||
-ms-transition: background 0.7s ease;
|
||||
-o-transition: background 0.7s ease;
|
||||
transition: background 0.7s ease;
|
||||
}
|
||||
.onchart-tv-logo.expanded .inner {
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
.onchart-tv-logo.expanded.grey .inner {
|
||||
background-color: rgba(224, 222, 222, 0.8);
|
||||
}
|
||||
.onchart-tv-logo.expanded.blue .inner {
|
||||
background-color: rgba(209, 232, 255, 0.8);
|
||||
}
|
||||
.onchart-tv-logo.expanded.black .inner {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
}
|
||||
.onchart-tv-logo img {
|
||||
width: 33px;
|
||||
height: 23px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: display 0.7s ease;
|
||||
-moz-transition: display 0.7s ease;
|
||||
-ms-transition: display 0.7s ease;
|
||||
-o-transition: display 0.7s ease;
|
||||
transition: display 0.7s ease;
|
||||
}
|
||||
.onchart-tv-logo .text {
|
||||
display: inline-block;
|
||||
width: 0px;
|
||||
overflow: hidden;
|
||||
/*padding-left: 4px;*/
|
||||
padding-left: 36px;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: width 0.7s ease;
|
||||
-moz-transition: width 0.7s ease;
|
||||
-ms-transition: width 0.7s ease;
|
||||
-o-transition: width 0.7s ease;
|
||||
transition: width 0.7s ease;
|
||||
}
|
||||
.onchart-tv-logo.expanded .text {
|
||||
width: 145px; /* not 'auto' because of transition */
|
||||
}
|
||||
.onchart-tv-logo img {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
-webkit-transition: opacity 0.7s ease;
|
||||
-moz-transition: opacity 0.7s ease;
|
||||
-ms-transition: opacity 0.7s ease;
|
||||
-o-transition: opacity 0.7s ease;
|
||||
transition: opacity 0.7s ease;
|
||||
}
|
||||
.onchart-tv-logo img.faded {
|
||||
opacity: 1;
|
||||
}
|
||||
.onchart-tv-logo.expanded img.faded {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.onchart-tv-logo .text .logo-highlighted {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* /hover state*/
|
||||
|
||||
|
||||
|
||||
.onchart-cme-logo img {
|
||||
width: inherit;
|
||||
opacity: 0.55;
|
||||
}
|
||||
.onchart-cme-logo a.onchart-logo {
|
||||
width: inherit;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
top: -6px;
|
||||
left: 0px;
|
||||
color: #007FB9;
|
||||
opacity: 0.7;
|
||||
font-size: 12px;
|
||||
}
|
||||
.onchart-cme-logo a.onchart-logo .logo-fade {
|
||||
color: #231f20;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.on-cme-widget .symbol-search-dialog .filter,
|
||||
.on-cme-widget .symbol-edit-popup .filter,
|
||||
.on-cme-widget .compare-widget .predefine-section,
|
||||
.on-cme-widget .compare-widget .vspace {
|
||||
display: none;
|
||||
}
|
||||
.on-cme-widget .symbol-search-dialog .results { height: 450px; }
|
||||
|
||||
.tv-embed-buttons-contaner {
|
||||
float:right;
|
||||
}
|
||||
|
||||
/* cme get image button */
|
||||
.on-cme-widget .getimage:hover {
|
||||
background: #5ECE93;
|
||||
}
|
||||
|
||||
/* get image icon on side toolbar */
|
||||
.on-cme-widget .tv-side-toolbar > .cme-saveimage-container {
|
||||
position: absolute;
|
||||
left: 1px; bottom: 1px;
|
||||
height: 38px;
|
||||
width: 50px;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
.on-cme-widget .tv-side-toolbar > .cme-saveimage-container:before {
|
||||
content: '';
|
||||
|
||||
display: block;
|
||||
width: 100%; height: 5px;
|
||||
|
||||
position: absolute;
|
||||
top: -5px; left: 0;
|
||||
|
||||
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
|
||||
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
|
||||
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
|
||||
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
|
||||
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
|
||||
}
|
||||
.on-cme-widget .tv-side-toolbar > .cme-saveimage-container .getimage {
|
||||
margin: 6px 11px;
|
||||
}
|
||||
|
||||
/* get image icon without side toolbar */
|
||||
.on-cme-widget #widget-container > .cme-saveimage-container {
|
||||
position: absolute;
|
||||
left: 8px;
|
||||
bottom: 7px;
|
||||
}
|
||||
.on-cme-widget #widget-container > .cme-saveimage-container .getimage {
|
||||
margin: 0;
|
||||
padding: 3px 7px 2px 6px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/* Custom Logo */
|
||||
.onchart-tv-logo img.custom-image {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 248 B |
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 126 B |
|
Before Width: | Height: | Size: 1015 B After Width: | Height: | Size: 940 B |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 41 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 152 B |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 932 B |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 516 B |
BIN
charting_library/static/images/save-load-separator-inv.png
Normal file
|
After Width: | Height: | Size: 147 B |
|
Before Width: | Height: | Size: 337 B After Width: | Height: | Size: 318 B |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 100 B |
|
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 308 B |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 294 B |
@@ -560,5 +560,61 @@
|
||||
"No drawings yet": "No drawings yet",
|
||||
"Lock/Unlock": "Lock/Unlock",
|
||||
"deviation_input": "deviation",
|
||||
"depth_input": "depth"
|
||||
"depth_input": "depth",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Avarage Exponentional_study": "Moving Avarage Exponentional",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Avarage Weighted_study": "Moving Avarage Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator"
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapur",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Schrittgröße",
|
||||
"maximum_input": "Maximalwert",
|
||||
"showMA_input": "Gleitenden Durchschnitt anzeigen",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volumen",
|
||||
"Volume MA": "Volumen MA",
|
||||
"Indicator": "Indikator",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "Noch keine Zeichnungen",
|
||||
"Lock/Unlock": "Verriegeln/Entriegeln",
|
||||
"deviation_input": "deviation",
|
||||
"depth_input": "depth"
|
||||
"depth_input": "depth",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapore",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Increment",
|
||||
"maximum_input": "Maximum",
|
||||
"showMA_input": "Show MA",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volume",
|
||||
"Volume MA": "Volume MA",
|
||||
"Indicator": "Indicator",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "No drawings yet",
|
||||
"Lock/Unlock": "Lock/Unlock",
|
||||
"deviation_input": "deviation",
|
||||
"depth_input": "depth"
|
||||
"depth_input": "depth",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -141,7 +141,7 @@
|
||||
"Brush": "Pincel",
|
||||
"Callout": "Leyenda",
|
||||
"Circle Lines": "Lineas circulares (?)",
|
||||
"Cross": "Cuzar",
|
||||
"Cross": "Cruce",
|
||||
"Cyclic Lines": "Lineas cíclicas",
|
||||
"Date Range": "Rango de datos",
|
||||
"Disjoint Angle": "Desvincular el ángulo",
|
||||
@@ -151,7 +151,7 @@
|
||||
"Elliott Minor Retracement": "Retroceso menor de Elliott",
|
||||
"Elliott Wave Cycle": "Ciclo de ondas de Elliott",
|
||||
"Elliott Wave Minor": "Onda menor de Elliott",
|
||||
"Elliott Wave Subminuette": "(?)",
|
||||
"Elliott Wave Subminuette": "Elliott Wave Subminuette",
|
||||
"Ellipse": "Elipse",
|
||||
"Eraser": "Borrador",
|
||||
"Extended": "Extendido",
|
||||
@@ -279,8 +279,8 @@
|
||||
"Right End": "Extremo derecho",
|
||||
"Right Lables": "Etiqueta derecha",
|
||||
"right": "Derecha",
|
||||
"Log Scale_scale_menu": "Ingresr escala_menu escala",
|
||||
"Percentage_scale_menu": "Porcentaje_menu escala",
|
||||
"Log Scale_scale_menu": "Escala Log",
|
||||
"Percentage_scale_menu": "Porcentaje",
|
||||
"Scales": "Escalas",
|
||||
"Settings": "Opciones",
|
||||
"Show Background": "Mostrar historial",
|
||||
@@ -372,12 +372,12 @@
|
||||
"y_dates_plural_1": "not_used",
|
||||
"y_dates_plural_2": "not_used",
|
||||
"y_dates_plural_5": "not_used",
|
||||
"h_dates": "h.",
|
||||
"h_dates": "h",
|
||||
"D_dates": "D",
|
||||
"W_dates": "S",
|
||||
"M_dates": "M",
|
||||
"d_dates": "d.",
|
||||
"m_dates": "min.",
|
||||
"d_dates": "d",
|
||||
"m_dates": "m",
|
||||
"in_dates": "para",
|
||||
"Jan": "Ene",
|
||||
"Feb": "Feb",
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapur",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -515,7 +516,8 @@
|
||||
"start_input": "valor inicial",
|
||||
"increment_input": "incremento",
|
||||
"maximum_input": "máximo",
|
||||
"showMA_input": "ver el promedio",
|
||||
"showMA_input": "Mostrar MA",
|
||||
"show MA_input": "Mostrar MA",
|
||||
"Volume": "Volumen",
|
||||
"Volume MA": "Volumen promedio",
|
||||
"Indicator": "Indicador",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "No dibujado todavia",
|
||||
"Lock/Unlock": "Bloquear/Desbloquear",
|
||||
"deviation_input": "desviación",
|
||||
"depth_input": "Profundidad"
|
||||
"depth_input": "Profundidad",
|
||||
"Accumulation/Distribution_study": "Acumulación/Distribución",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Sobre",
|
||||
"Ichimoku Cloud_study": "Nube Ichimoku",
|
||||
"Klinger Oscillator_study": "Oscilador Klinger",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "Cruce MA",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Volumen Neto",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Movimiento Promedio",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volumen",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Cambiar intervalo",
|
||||
"Show Only Studies": "Mostrar Solo Estudios",
|
||||
"Show Only Drawings": "Mostrar Solo Dibujos",
|
||||
"Show All": "Mostrar Todos",
|
||||
"Timezone/Sessions Properties...": "Propiedades Zona horaria/Sessiones",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Nota",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Propiedades de las Escalas",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Cambiar porcentaje",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Simbolo invalido",
|
||||
"loading...": "cargando...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "No aplicable",
|
||||
"Stats Text Color": "Color Texto Estadísticas",
|
||||
"Show Angle": "Mostrar angulo",
|
||||
"Always Show Stats": "Mostrar Estadísticas Siempre",
|
||||
"Rename...": "Renombre...",
|
||||
"Load": "Cargando",
|
||||
"Save": "Guardar",
|
||||
"Rename Chart": "Renombrar Gráfico",
|
||||
"{0} copy": "{0} copia",
|
||||
"Please enter chart name": "Por favor introduzca un nuevo nombre para el gráfico",
|
||||
"Enter a new chart name": "Introduzca un nuevo nombre para el gráfico",
|
||||
"Load Chart": "Cargar Gráfico",
|
||||
"Chart Name": "Nombre Gráfico",
|
||||
"Chart name": "Nombre gráfico",
|
||||
"Last Modified": "Ultima Modificación",
|
||||
"Active Symbol": "Símbolo Activo",
|
||||
"Fullscreen mode": "Modo Pantalla Completa",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Tamaño Fuente",
|
||||
"Save New Chart": "Guardar Nuevo Gráfico",
|
||||
"Source_compare": "Fuente",
|
||||
"YES": "SI",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmación",
|
||||
"Are you sure you want to delete this chart?": "Esta seguro de querer eliminar este gráfico? "
|
||||
}
|
||||
664
charting_library/static/localization/translations/fa_IR.json
Normal file
@@ -0,0 +1,664 @@
|
||||
{
|
||||
"propertypage-name-label_css_class": "propertypage-name-label-nocap",
|
||||
"Script Editor": "ویرایشگر فرمول",
|
||||
" Published Charts Timeline": "خط زمان نمودار منتشر شده",
|
||||
"SMA": "میانگین متحرک",
|
||||
"Bar's Style": "نحوه نمایش",
|
||||
"Chart Properties": "تنظیمات نمودار",
|
||||
"Compare": "مقایسه",
|
||||
"Compare...": "مقایسه...",
|
||||
"Compare or Add Symbol...": "مقایسه یا افزودن نماد...",
|
||||
"Compare or Add Symbol": "مقایسه یا افزودن نماد",
|
||||
"Add Symbol": "افزودن نماد",
|
||||
"Scales Properties...": "تنظیمات محورها...",
|
||||
"Add": "افزودن",
|
||||
"Company Comparison": "مقایسه شرکت",
|
||||
"Indicators, Fundamentals, Economy and Add-ons": "اندیکاتورها و مقایسه شرکتها",
|
||||
"Economy & Symbols": "مقایسه شرکتها",
|
||||
"Bars": "میلهای",
|
||||
"Candles": "شمعی",
|
||||
"Hollow Candles": "شمعی توخالی",
|
||||
"Line": "خط",
|
||||
"Area": "ناحیه",
|
||||
"Heiken Ashi": "هایکن آشی",
|
||||
"Histogram": "میلهای",
|
||||
"Cross_chart_type": "بهعلاوه",
|
||||
"Crosshair": "نشانهگر",
|
||||
"Columns": "ستونی",
|
||||
"Circles": "دایره",
|
||||
"Indicators": "اندیکاتورها",
|
||||
"Favorites": "مورد علاقه",
|
||||
"Technical Analysis": "اندیکاتورهای تحلیل تکنیکی",
|
||||
"No indicators matched your criteria.": "هیچ اندیکاتوری با شرط شما مطابقت ندارد.",
|
||||
"Add to favorites": "افزودن به موارد مورد علاقه",
|
||||
"Remove from favorites": "حذف از موارد مورد علاقه",
|
||||
"No symbols matched your criteria": "هیچ نمادی با شرط شما مطابقت ندارد",
|
||||
"Add any symbol from the list": "نمادی را از لیست اضافه کنید",
|
||||
"Overlay the main chart": "نمایش بر روی ناحیه اصلی",
|
||||
"Symbols to be added on the chart": "نماد هایی که به نمودار اضافه می شوند",
|
||||
"Symbol": "نماد",
|
||||
"Default": "پیشفرض",
|
||||
"Defaults": "پیشفرضها",
|
||||
"OK": "تایید",
|
||||
"Cancel": "لغو",
|
||||
" color": "رنگ",
|
||||
" transparency": "شفافیت",
|
||||
" visibility": "نمایش",
|
||||
"Add To Watchlist": "اضافه کردن به دیده بان",
|
||||
"Apply": "اعمال",
|
||||
"Arguments in Header": "نمایش پارامترها",
|
||||
"Arrow": "پیکان",
|
||||
"Auto Scale": "تنظیم خودکار محور",
|
||||
"Background": "پسزمینه",
|
||||
"bars": "میله",
|
||||
"bars_margin": "فضای خالی",
|
||||
"{0} bars": "{0} داده",
|
||||
"Bottom Margin": "حاشیه از پایین",
|
||||
"Bring Forward": "جلو",
|
||||
"Bring to Front": "اولین",
|
||||
"Clone": "تکثیر",
|
||||
"Color Theme": "شمای رنگی",
|
||||
"Copy": "کپی",
|
||||
"Extended Hours": "ساعات غیرمعاملاتی",
|
||||
"Format...": "ویژگیها...",
|
||||
"Full Screen": "تمام صفحه",
|
||||
"Grid Lines": "شبکه",
|
||||
"Hide All Drawing Tools": "عدم نمایش اشکال",
|
||||
"Hide": "عدم نمایش",
|
||||
"Insert Drawing Tool": "افزودن شکل",
|
||||
"Insert Indicator...": "افزودن اندیکاتور...",
|
||||
"Last Value on Price Scale": "نمایش آخرین قیمت بر روی محور",
|
||||
"Link To": "اتصال به",
|
||||
"Load New Bars": "بارگزاری داده های جدید",
|
||||
"Lock All Drawing Tools": "قفل کردن ابزار های رسم",
|
||||
"Lock Scale": "قفل کردن محور",
|
||||
"Lock scale": "قفل کردن محور",
|
||||
"Log Scale": "مقیاس لگاریتمی",
|
||||
"log": "لگاریتمی",
|
||||
"Magnet Mode": "آهنربا",
|
||||
"Merge Down": "ترکیب با ناحیه پایین",
|
||||
"Merge Up": "ترکیب با ناحیه بالایی",
|
||||
"Objects Tree...": "لیست اشکال و اندیکاتورها...",
|
||||
"Offset": "فاصله",
|
||||
"Override Min Tick": "حداقل مقیاس قیمت",
|
||||
"Percentage": "مقیاس درصدی",
|
||||
"Precision": "دقت",
|
||||
"Price Line": "خط قیمت",
|
||||
"Properties...": "تنظیمات...",
|
||||
"Redo": "حالت بعدی",
|
||||
"Remove All Drawing Tools": "حذف همه اشکال",
|
||||
"Remove All Studies": "پاک کردن همه ی محاسبات",
|
||||
"Remove All Indicators": "حذف همه اندیکاتورها",
|
||||
"Remove": "حذف",
|
||||
"Reset Chart": "تنظیمات پیشفرض",
|
||||
"Reset Scale": "مقیاس پیشفرض",
|
||||
"Reset": "تنظیم مجدد",
|
||||
"Right Margin": "حاشیه از راست",
|
||||
"Save As...": "ذخیره به عنوان ...",
|
||||
"Scale Left": "مقیاس محور چپ",
|
||||
"Scale Percentage": "درصد مقیاس",
|
||||
"Scale Right": "مقیاس محور راست",
|
||||
"Scale Series Only": "تغییر مقیاس تنها برای قیمت",
|
||||
"Scale series only": "تغییر مقیاس تنها برای قیمت",
|
||||
"Scale Series only": "تغییر مقیاس تنها برای قیمت",
|
||||
"Scales Lines": "رنگ خطوط محورها",
|
||||
"Scales Text": "رنگ متن محورها",
|
||||
"Scaling": "مقیاس بندی",
|
||||
"Screen (No Scale)": "مقیاس صفحه",
|
||||
"Send Backward": "عقب",
|
||||
"Send to Back": "آخرین",
|
||||
"Session Breaks": "تنفس معاملاتی",
|
||||
"Show Arguments in Header": "نمایش پارامترها",
|
||||
"Show Last Value on Price Scale": "نمایش آخرین ارزش روی مقیاس قیمت",
|
||||
"Show Left Axis": "نمایش محور چپ",
|
||||
"Show Right Axis": "نمایش محور راست",
|
||||
"Show": "نمایش",
|
||||
"Stay In Drawing Mode": "ماندن در حالت رسم",
|
||||
"Symbol Search...": "جستجوی نماد...",
|
||||
"Change Symbol": "تغییر نماد",
|
||||
"Change Symbol...": "تغییر نماد...",
|
||||
"Time Zone": "منطقه زمانی",
|
||||
"TimeZone": "منطقه زمانی",
|
||||
"Top Margin": "حاشیه از بالا",
|
||||
"Transparency": "شفافیت",
|
||||
"Undo {0}": "حالت قبلی",
|
||||
"Undo": "حالت قبلی",
|
||||
"Unmerge Down": "جداسازی و انتقال به پایین",
|
||||
"Unmerge Up": "جداسازی و انتقال به بالا",
|
||||
"Visual Order": "ترتیب نمایش",
|
||||
"Watermark": "رنگ نماد پس زمینه",
|
||||
"Show Objects Tree": "نمایش لیست اشکال",
|
||||
"cursors-group-css-class": "cursors-group-css-class",
|
||||
"ABCD Pattern": "الگوی ABCD",
|
||||
"Anchored Text": "متن ثابت",
|
||||
"Arc": "کمان",
|
||||
"Arrow Mark Down": "پیکان رو به پایین",
|
||||
"Arrow Mark Left": "پیکان رو به چپ",
|
||||
"Arrow Mark Right": "پیکان رو به راست",
|
||||
"Arrow Mark Up": "پیکان رو به بالا",
|
||||
"Balloon": "بالون",
|
||||
"Bars Pattern": "الگوی داده ها",
|
||||
"Brush": "قلم",
|
||||
"Callout": "Callout",
|
||||
"Circle Lines": "خطوط منحنی",
|
||||
"Cross": "مکاننما",
|
||||
"Cyclic Lines": "خطوط دایره ای",
|
||||
"Date Range": "بازه زمانی",
|
||||
"Disjoint Angle": "قطع اتصال زاویه",
|
||||
"Dot": "نقطه",
|
||||
"Elliott Labels": "Elliott Labels",
|
||||
"Elliott Major Retracement": "Elliott Major Retracement",
|
||||
"Elliott Minor Retracement": "Elliott Minor Retracement",
|
||||
"Elliott Wave Cycle": "Elliott Wave Cycle",
|
||||
"Elliott Wave Minor": "Elliott Wave Minor",
|
||||
"Elliott Wave Subminuette": "Elliott Wave Subminuette",
|
||||
"Ellipse": "Ellipse",
|
||||
"Eraser": "پاککن",
|
||||
"Extended": "تمدید شده",
|
||||
"Extended Line": "خط تمدید شده",
|
||||
"Fib Channel": "Fib Channel",
|
||||
"Fib Circles": "Fib Circles",
|
||||
"Fib Retracement": "Fib Retracement",
|
||||
"Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs",
|
||||
"Fib Speed Resistance Fan": "Fib Speed Resistance Fan",
|
||||
"Fib Spiral": "Fib Spiral",
|
||||
"Fib Time Zone": "Fib Time Zone",
|
||||
"Fib Wedge": "Fib Wedge",
|
||||
"Flag Mark": "علامت گذاری",
|
||||
"Flat Top/Bottom": "Flat Top/Bottom",
|
||||
"Flat Bottom": "Flat Bottom",
|
||||
"Forecast": "Forecast",
|
||||
"Gann Box": "Gann Box",
|
||||
"Gann Fan": "Gann Fan",
|
||||
"Gann Square": "Gann Square",
|
||||
"Head & Shoulders": "Head & Shoulders",
|
||||
"Horizontal Line": "Horizontal Line",
|
||||
"Horizontal Ray": "Horizontal Ray",
|
||||
"Icon": "Icon",
|
||||
"Inside Pitchfork": "Inside Pitchfork",
|
||||
"Long Position": "Long Position",
|
||||
"Risk/Reward long": "Risk/Reward long",
|
||||
"Modified Schiff Pitchfork": "Modified Schiff Pitchfork",
|
||||
"Parallel Channel": "Parallel Channel",
|
||||
"Pitchfan": "Pitchfan",
|
||||
"Pitchfork": "Pitchfork",
|
||||
"Polyline": "Polyline",
|
||||
"Price Label": "Price Label",
|
||||
"Price Range": "Price Range",
|
||||
"Projection": "Projection",
|
||||
"Ray": "Ray",
|
||||
"Rectangle": "Rectangle",
|
||||
"Regression Trend": "Regression Trend",
|
||||
"Rotated Rectangle": "Rotated Rectangle",
|
||||
"Schiff Pitchfork": "Schiff Pitchfork",
|
||||
"Schiff": "شیف",
|
||||
"Original": "اصلی",
|
||||
"Modified Schiff": "شیف تغییر دادهشد",
|
||||
"Inside": "داخلی",
|
||||
"Short Position": "Short Position",
|
||||
"Risk/Reward short": "Risk/Reward short",
|
||||
"Text": "Text",
|
||||
"Comment": "توضیحات",
|
||||
"Three Drivers Pattern": "Three Drivers Pattern",
|
||||
"Thumb Down": "Thumb Down",
|
||||
"Thumb Up": "Thumb Up",
|
||||
"Trend Angle": "Trend Angle",
|
||||
"Trend Line": "Trend Line",
|
||||
"Trend-Based Fib Extension": "Trend-Based Fib Extension",
|
||||
"Trend-Based Fib Time": "Trend-Based Fib Time",
|
||||
"Triangle Pattern": "Triangle Pattern",
|
||||
"Triangle": "Triangle",
|
||||
"Vertical Line": "Vertical Line",
|
||||
"XABCD Pattern": "XABCD Pattern",
|
||||
"Angle:": "زاویه",
|
||||
"Arcs": "کمانها",
|
||||
"Background color 1": "رنگ پسزمینه ۱",
|
||||
"Background color 2": "رنگ پسزمینه ۲",
|
||||
"Background Color": "رنگ پسزمینه",
|
||||
"Bar #": "شماره میله",
|
||||
"Border color": "رنگ حاشیه",
|
||||
"Border Color": "رنگ حاشیه",
|
||||
"Border": "حاشیه",
|
||||
"Bottom Lables": "برچسبهای پایین",
|
||||
"bottom": "پایین",
|
||||
"center": "وسط",
|
||||
"Channel": "کانال",
|
||||
"Coeffs As Percents": "نمایش به درصد",
|
||||
"Color bars based on previous close": "نمایش رنگ کندلها بر اساس قیمت پایانی روز قبل",
|
||||
"Color": "رنگ",
|
||||
"Color:": "رنگ:",
|
||||
"Coordinates": "مختصات",
|
||||
"Delete": "حذف",
|
||||
"Down Color": "قیمت منفی",
|
||||
"Drawings": "Drawings",
|
||||
"Entry price:": "قیمت ورود",
|
||||
"Events": "Events",
|
||||
"Extend Left End": "ابتدا باز",
|
||||
"Extend Left": "امتداد از چپ",
|
||||
"Extend Lines": "امتداد خطوط",
|
||||
"Extend Right End": "انتها باز",
|
||||
"Extend Right": "امتداد از راست",
|
||||
"Extend": "بسط",
|
||||
"Failure back color": "رنگ پسزمینه حالت شکست",
|
||||
"Failure text color": "رنگ متن حالت شکست",
|
||||
"Fans": "بادبزنها",
|
||||
"Fill": "رنگ ناحیه",
|
||||
"Format": "ویژگیها",
|
||||
"Graphics": "Graphics",
|
||||
"Grid": "شبکه",
|
||||
"Help": "کمک",
|
||||
"HLC Bars": "عدم نمایش نشانگر قیمت باز",
|
||||
"Inputs": "ورودیها",
|
||||
"Label Background": "برچسب پسزمینه",
|
||||
"Label": "برچسب",
|
||||
"Labels": "برچسبها",
|
||||
"Left End": "ابتدا باز",
|
||||
"Left Labels": "برچسبهای چپ",
|
||||
"left": "چپ",
|
||||
"Level {0}": "Level {0}",
|
||||
"Levels": "سطوح",
|
||||
"Lines": "خطوط",
|
||||
"Major": "بزرگ",
|
||||
"Measure (Shift + Click on the chart)": "خطوط میزان تغییرات (شیفت + کلیک)",
|
||||
"Median": "خط میانی",
|
||||
"middle": "وسط",
|
||||
"Middle": "وسط",
|
||||
"Minor": "کوچک",
|
||||
"Mode": "نوع",
|
||||
"Normal": "خط",
|
||||
"Plot": "رسم",
|
||||
"Price Levels": "سطوح قیمت",
|
||||
"Price Source": "مبنای قیمت",
|
||||
"Price": "قیمت",
|
||||
"Price:": "قیمت:",
|
||||
"Prices": "قیمتها",
|
||||
"Profit Background Color": "Profit Background Color",
|
||||
"Profit Level. Ticks:": "حد سود",
|
||||
"Properties": "تنظیمات",
|
||||
"Reverse": "معکوس",
|
||||
"Right End": "انتها باز",
|
||||
"Right Lables": "برچسبهای راست",
|
||||
"right": "راست",
|
||||
"Log Scale_scale_menu": "مقیاس لگاریتمی",
|
||||
"Percentage_scale_menu": "مقایس درصدی",
|
||||
"Scales": "محورها",
|
||||
"Settings": "تنظیمات",
|
||||
"Show Background": "نمایش پس زمینه",
|
||||
"Show Bars Range": "نمایش فاصله روزها",
|
||||
"Show Date/Time Range": "نمایش فاصله تاریخی",
|
||||
"Show Distance": "نمایش فاصله مختصات",
|
||||
"Show Labels": "نمایش برچسبها",
|
||||
"Show Price Range": "نمایش فاصله قیمتی",
|
||||
"Show Price": "نمایش قیمت",
|
||||
"Show Prices": "نمایش قیمتها",
|
||||
"Show Text": "نمایش متن",
|
||||
"Show Time": "نمایش زمان",
|
||||
"Show Wave": "نمایش موج",
|
||||
"Show/Hide": "نمایش/عدم نمایش",
|
||||
"Source back color": "رنگ پسزمینه نقطه شروع",
|
||||
"Source border color": "رنگ لبه نقطه شروع",
|
||||
"Source text color": "رنگ متن نقطه شروع",
|
||||
"Stay in Drawing Mode": "ماندن در حالت ترسیم",
|
||||
"Stop Background Color": "Stop Background Color",
|
||||
"Stop Color:": "رنگ محدوده زیان",
|
||||
"Stop Level. Ticks:": "حد زیان",
|
||||
"Style": "نحوه نمایش",
|
||||
"Success back color": "رنگ پسزمینه حالت موفقیت",
|
||||
"Success text color": "رنگ متن حالت موفقیت",
|
||||
"Target back color": "رنگ پسزمینه نقطه هدف",
|
||||
"Target border color": "رنگ لبه نقطه هدف",
|
||||
"Target Color:": "رنگ محدوده سود",
|
||||
"Target text color": "رنگ متن نقطه هدف",
|
||||
"Text Alignment:": "تراز سطوح",
|
||||
"Text color": "رنگ متن",
|
||||
"Text Color": "رنگ متن",
|
||||
"Text Font": "قلم",
|
||||
"Text Wrap": "شکستن خودکار خطوط",
|
||||
"Text:": "متن:",
|
||||
"Time Levels": "سطوح تاریخ",
|
||||
"Timezone/Sessions": "Timezone/Sessions",
|
||||
"Top Labels": "برچسبهای بالا",
|
||||
"top": "بالا",
|
||||
"Up Color": "قیمت مثبت",
|
||||
"Wave Size": "اندازه موج",
|
||||
"Wick": "سایه بیشترین و کمترین",
|
||||
"Zoom In": "بزرگ نمایی",
|
||||
"Zoom Out": "کوچک نمایی",
|
||||
"Borders": "حاشیه",
|
||||
"Level": "Level",
|
||||
"Hlines Background": "رنگ پسزمینه",
|
||||
"Plots Background": "Plots Background",
|
||||
"Open_line_tool_position": "سود/زیان",
|
||||
"Closed_line_tool_position": "سود/زیان",
|
||||
"{0} P&L: {1}": "",
|
||||
"Risk/Reward Ratio: {0}": "نسبت ریسک به سود: {0}",
|
||||
"Stop: {0} ({1}%)": "زیان: {0} ({1}%)",
|
||||
"Target: {0} ({1}%)": "سود: {0} ({1}%)",
|
||||
"SUCCESS": "موفقیت",
|
||||
"FAILURE": "شکست",
|
||||
"Left Shoulder": "Left Shoulder",
|
||||
"Head": "Head",
|
||||
"Right Shoulder": "Right Shoulder",
|
||||
"Mirrored": "جرخش افقی",
|
||||
"Flipped": "چرخش عمودی",
|
||||
"distance: {0}": "{0} :فاصله مختصات",
|
||||
"day": "روز",
|
||||
"day_plural": "روز",
|
||||
"day_plural_1": "روز",
|
||||
"day_plural_2": "روز",
|
||||
"day_plural_5": "روز",
|
||||
"week": "هفته",
|
||||
"week_plural": "هفته",
|
||||
"week_plural_1": "هفته",
|
||||
"week_plural_2": "هفته",
|
||||
"week_plural_5": "هفته",
|
||||
"month": "ماه",
|
||||
"month_plural": "ماه",
|
||||
"month_plural_1": "ماه",
|
||||
"month_plural_2": "ماه",
|
||||
"month_plural_5": "ماه",
|
||||
"minute": "دقیقه",
|
||||
"minute_plural": "دقیقه",
|
||||
"minute_plural_1": "دقیقه",
|
||||
"minute_plural_2": "دقیقه",
|
||||
"minute_plural_5": "دقیقه",
|
||||
"hour": "ساعت",
|
||||
"hour_plural": "ساعت",
|
||||
"hour_plural_1": "ساعت",
|
||||
"hour_plural_2": "ساعت",
|
||||
"hour_plural_5": "ساعت",
|
||||
"y_dates": "سال",
|
||||
"y_dates_plural": "سال",
|
||||
"y_dates_plural_1": "سال",
|
||||
"y_dates_plural_2": "سال",
|
||||
"y_dates_plural_5": "سال",
|
||||
"h_dates": "ساعت",
|
||||
"D_dates": "روز",
|
||||
"W_dates": "هفته",
|
||||
"M_dates": "ماه",
|
||||
"d_dates": "روز",
|
||||
"m_dates": "ماه",
|
||||
"in_dates": "in_dates",
|
||||
"Jan": "Jan",
|
||||
"Feb": "Feb",
|
||||
"Mar": "Mar",
|
||||
"Apr": "Apr",
|
||||
"May": "May",
|
||||
"Jun": "Jun",
|
||||
"Jul": "Jul",
|
||||
"Aug": "Aug",
|
||||
"Sep": "Sep",
|
||||
"Oct": "Oct",
|
||||
"Nov": "Nov",
|
||||
"Dec": "Dec",
|
||||
"Objects Tree": "اشکال و اندیکاتورها",
|
||||
"Manage Drawings": "مدیریت اشکال",
|
||||
"TOOL": "ابزار",
|
||||
"SYMBOL": "نماد",
|
||||
"Move Up": "انتقال به بالا",
|
||||
"Move Down": "انتقال به پایین",
|
||||
"All Exchanges": "همه بازارها",
|
||||
"All types": "انواع",
|
||||
"Stock": "سهام",
|
||||
"stock": "سهام",
|
||||
"Index": "شاخص",
|
||||
"index": "شاخص",
|
||||
"Futures": "آتی",
|
||||
"futures": "آتی",
|
||||
"Image URL": "مسیر عکس",
|
||||
"Save image": "ذخیره عکس",
|
||||
"or copy url:": "or copy url:",
|
||||
"Redo {0}": "حالت بعدی",
|
||||
"Custom color...": "Custom color...",
|
||||
"Search": "جستجو",
|
||||
"Open_in_legend": "باز",
|
||||
"High_in_legend": "بیشترین",
|
||||
"Low_in_legend": "کمترین",
|
||||
"Close_in_legend": "پایانی",
|
||||
"Open": "باز",
|
||||
"High": "بیشترین",
|
||||
"Low": "کمترین",
|
||||
"Close": "پایانی",
|
||||
"(H + L)/2": "(H + L)/2",
|
||||
"(H + L + C)/3": "(H + L + C)/3",
|
||||
"(O + H + L + C)/4": "(O + H + L + C)/4",
|
||||
"UTC": "UTC",
|
||||
"Exchange": "Exchange",
|
||||
"Athens": "Athens",
|
||||
"Berlin": "Berlin",
|
||||
"Bogota": "Bogota",
|
||||
"Bangkok": "بانگوک",
|
||||
"Buenos Aires": "Buenos Aires",
|
||||
"Chicago": "Chicago",
|
||||
"Hong Kong": "Hong Kong",
|
||||
"Kolkata": "Kolkata",
|
||||
"London": "London",
|
||||
"Los Angeles": "Los Angeles",
|
||||
"Madrid": "Madrid",
|
||||
"Moscow": "Moscow",
|
||||
"New York": "New York",
|
||||
"Paris": "Paris",
|
||||
"Seoul": "Seoul",
|
||||
"Shanghai": "Shanghai",
|
||||
"Singapore": "Singapore",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
"Warsaw": "Warsaw",
|
||||
"n/a": "n/a",
|
||||
"Long_input": "دوره بلند مدت",
|
||||
"long_input": "دوره بلند مدت",
|
||||
"longlen_input": "longlen_input",
|
||||
"Window Size_input": "Window Size_input",
|
||||
"Length_input": "دوره",
|
||||
"length_input": "دوره",
|
||||
"len_input": "len_input",
|
||||
"Short_input": "دوره کوتاه مدت",
|
||||
"short_input": "دوره کوتاه مدت",
|
||||
"shortlen_input": "shortlen_input",
|
||||
"Mult_input": "Mult_input",
|
||||
"mult_input": "mult_input",
|
||||
"divisor_input": "divisor_input",
|
||||
"Divisor_input": "Divisor_input",
|
||||
"Upper": "بالایی",
|
||||
"Lower": "پایینی",
|
||||
"Long": "بلند مدت",
|
||||
"Short": "کوتاه مدت",
|
||||
"Signal": "Signal",
|
||||
"Jaw": "Jaw",
|
||||
"Teeth": "Teeth",
|
||||
"Lips": "Lips",
|
||||
"Zero": "صفر",
|
||||
"WMA Length_input": "WMA Length_input",
|
||||
"Long RoC Length_input": "Long RoC Length_input",
|
||||
"Short RoC Length_input": "Short RoC Length_input",
|
||||
"jawLength_input": "jawLength_input",
|
||||
"teethLength_input": "teethLength_input",
|
||||
"lipsLength_input": "lipsLength_input",
|
||||
"percent_input": "percent_input",
|
||||
"exponential_input": "exponential_input",
|
||||
"smoothD_input": "smoothD_input",
|
||||
"smoothK_input": "smoothK_input",
|
||||
"Color 0": "رنگ ۰",
|
||||
"Color 1": "رنگ ۱",
|
||||
"Color 2": "رنگ ۲",
|
||||
"Color 3": "رنگ ۳",
|
||||
"Color 4": "رنگ ۴",
|
||||
"sym_input": "sym_input",
|
||||
"symbol_input": "symbol_input",
|
||||
"Sym_input": "Sym_input",
|
||||
"DI Length_input": "DI Length_input",
|
||||
"ADX Smoothing_input": "ADX Smoothing_input",
|
||||
"displacement_input": "displacement_input",
|
||||
"Tenkan-sen": "Tenkan-sen",
|
||||
"Kijun-sen": "Kijun-sen",
|
||||
"Chikou span": "Chikou span",
|
||||
"Senkou A": "Senkou A",
|
||||
"Senkou B": "Senkou B",
|
||||
"useTrueRange_input": "useTrueRange_input",
|
||||
"roclen1_input": "roclen1_input",
|
||||
"roclen2_input": "roclen2_input",
|
||||
"roclen3_input": "roclen3_input",
|
||||
"roclen4_input": "roclen4_input",
|
||||
"smalen1_input": "smalen1_input",
|
||||
"smalen2_input": "smalen2_input",
|
||||
"smalen3_input": "smalen3_input",
|
||||
"smalen4_input": "smalen4_input",
|
||||
"siglen_input": "siglen_input",
|
||||
"UpperLimit": "حد بالا",
|
||||
"LowerLimit": "حد پایین",
|
||||
"fastLength_input": "fastLength_input",
|
||||
"slowLength_input": "slowLength_input",
|
||||
"signalLength_input": "signalLength_input",
|
||||
"start_input": "start_input",
|
||||
"increment_input": "increment_input",
|
||||
"maximum_input": "maximum_input",
|
||||
"showMA_input": "میانگین متحرک",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "حجم",
|
||||
"Volume MA": "میانگین متحرک حجم",
|
||||
"Indicator": "Indicator",
|
||||
"Oscillator": "Oscillator",
|
||||
"lengthStoch_input": "lengthStoch_input",
|
||||
"lengthRSI_input": "lengthRSI_input",
|
||||
"sigma_input": "sigma_input",
|
||||
"Sigma_input": "Sigma_input",
|
||||
"Crosses": "تلاقی",
|
||||
"Click to set a point": "Click to set a point",
|
||||
"1. Slide your finger to select location for first anchor<br>2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor<br>2. Tap anywhere to place the first anchor",
|
||||
"1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor",
|
||||
"retrying": "در حال تلاش مجدد",
|
||||
"eod data": "اطلاعات پایان روز",
|
||||
"eod delayed": "اطلاعات پایان روز تاخیری",
|
||||
"loading data": "در حال دریافت اطلاعات",
|
||||
"invalid symbol": "اطلاعاتی وجود ندارد",
|
||||
"streaming": "در حال دریافت اطلاعات",
|
||||
"realtime": "realtime",
|
||||
"pre-market": "پیش از گشایش بازار",
|
||||
"post-market": "پس از بسته شدن بازار",
|
||||
"closed": "بسته",
|
||||
"Time Interval": "دوره زمانی",
|
||||
"Show Symbol Labels": "نمایش برچسب نمادها",
|
||||
"Show Symbol Labels_context_menu": "TODO",
|
||||
"Subminuette": "کمتر از دقیقه",
|
||||
"Minuette": "دقیقه",
|
||||
"Minute": "دقیقه",
|
||||
"Intermediate": "میانروز",
|
||||
"Primary": "اصلی",
|
||||
"Cycle": "دوره",
|
||||
"SuperCycle": "دوره بزرگ",
|
||||
"GrandSuperCycle": "دوره خیلی عظیم",
|
||||
"Lock": "قفل",
|
||||
"Width": "عرض",
|
||||
"Line With Breaks": "خط",
|
||||
"Area With Breaks": "ناحیه",
|
||||
"Type": "نوع",
|
||||
"Simple": "ساده",
|
||||
"With Markers": "نقاط قیمت",
|
||||
"Step": "پلهای",
|
||||
"No drawings yet": "شکلی رسم نشده است",
|
||||
"Lock/Unlock": "قفل/باز",
|
||||
"deviation_input": "انحراف ورودی",
|
||||
"depth_input": "عمق ورودی",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "تغییر بازه",
|
||||
"Show Only Studies": "فقط نمایش محاسبات",
|
||||
"Show Only Drawings": "فقط نمایش اشکال رسم شده",
|
||||
"Show All": "نمایش همه",
|
||||
"Timezone/Sessions Properties...": "خصوصیات موقعیت زمانی/دوره معاملاتی",
|
||||
"Scale Price Chart Only": "فقط نمودار مقیاس قیمت",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "یادداشت",
|
||||
"Anchored Note": "یادداشت ثابت",
|
||||
"Scales Properties": "خصوصیات مقیاس ها",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "خودکار",
|
||||
"Invalid Symbol": "نماد غیر معتبر",
|
||||
"loading...": "در حال بارگزاری ...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "غیر قابل قبول",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapour",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Incrément",
|
||||
"maximum_input": "Maximum",
|
||||
"showMA_input": "Montrer la MM",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volume",
|
||||
"Volume MA": "MM du Volume",
|
||||
"Indicator": "Indicateur",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "Pas de Dessins pour le moment",
|
||||
"Lock/Unlock": "Verrouiller/Déverrouiller",
|
||||
"deviation_input": "Déviation",
|
||||
"depth_input": "Profondeur"
|
||||
"depth_input": "Profondeur",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapore",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Incremento",
|
||||
"maximum_input": "Massimo",
|
||||
"showMA_input": "Visualizza MA",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volume",
|
||||
"Volume MA": "MA Volume",
|
||||
"Indicator": "Indicatore",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "Nessun disegno disponibile",
|
||||
"Lock/Unlock": "Blocca/Sblocca",
|
||||
"deviation_input": "deviazione",
|
||||
"depth_input": "profondita'"
|
||||
"depth_input": "profondita'",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "シンガポール",
|
||||
"Sydney": "シドニー",
|
||||
"Taipei": "台北",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "東京",
|
||||
"Toronto": "トロント",
|
||||
"Vancouver": "バンクーバー",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "増加",
|
||||
"maximum_input": "最大",
|
||||
"showMA_input": "MAを表示",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "出来高",
|
||||
"Volume MA": "出来高 MA",
|
||||
"Indicator": "インディケータ",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "未描画",
|
||||
"Lock/Unlock": "ロック/解除",
|
||||
"deviation_input": "偏差",
|
||||
"depth_input": "深さ"
|
||||
"depth_input": "深さ",
|
||||
"Accumulation/Distribution_study": "AD",
|
||||
"Aroon_study": "アーロン",
|
||||
"Advance/Decline_study": "騰落ライン",
|
||||
"Average True Range_study": "平均トゥルー・レンジ",
|
||||
"Awesome Oscillator_study": "オーサム・インジケーター・オシレーター ",
|
||||
"Bollinger Bands Width_study": "ボリンジャーバンド幅",
|
||||
"Balance of Power_study": "バランスオブパワー",
|
||||
"Bollinger Bands_study": "ボリンジャーバンド",
|
||||
"Bollinger Bands %B_study": "ボリンジャーバンド %B",
|
||||
"Chaikin Money Flow_study": "チャイキン・マネー・フロー",
|
||||
"Chaikin Oscillator_study": "チャイキン・オシレーター",
|
||||
"Chande Kroll Stop_study": "シャンデクロールストップ",
|
||||
"Chande Momentum Oscillator_study": "シャンデ・モーメンタムオシレーター",
|
||||
"Commodity Channel Index_study": "商品チャンネル指数",
|
||||
"Choppiness Index_study": "チョピネス・インデックス",
|
||||
"Directional Movement Index_study": "ディレクショナルムーブメントインデックス(DMI)",
|
||||
"Correlation Coeff_study": "相関係数",
|
||||
"Donchian Channels_study": "ドンチャンチャネル",
|
||||
"Double Exponential Moving Average_study": "二重指数移動平均線",
|
||||
"Ease of Movement_study": "イーズ オブ ムーブメント",
|
||||
"Elders Force Index_study": "エルダー力指数",
|
||||
"Envelope_study": "エンベロープ",
|
||||
"Ichimoku Cloud_study": "一目雲",
|
||||
"Klinger Oscillator_study": "クリンガーオシレーター",
|
||||
"Hull MA_study": "Hull 移動平均",
|
||||
"Keltner Channels_study": "ケルトナーチャネル",
|
||||
"Linear Regression Curve_study": "線形回帰曲線",
|
||||
"Know Sure Thing_study": "ノウンシュアティング",
|
||||
"MA Cross_study": "移動平均線の交差",
|
||||
"Money Flow_study": "マネーフロー",
|
||||
"Mass Index_study": "マス・インデックス",
|
||||
"Moving Average Exponential_study": "指数移動平均",
|
||||
"Net Volume_study": "ネット出来高",
|
||||
"Moving Average Convergence/Divergence_study": "MACD",
|
||||
"Moving Average_study": "移動平均線",
|
||||
"Moving Average Weighted_study": "加重移動平均",
|
||||
"Parabolic SAR_study": "パラボリックSAR",
|
||||
"On Balance Volume_study": "オン・バランス・ボリューム",
|
||||
"Price Oscillator_study": "プライスオシレーター",
|
||||
"Relative Strength Index_study": "RSI",
|
||||
"Relative Vigor Index_study": "RVI 相対的活力指数",
|
||||
"Relative Volatility Index_study": "相対ボラテリティ指数",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMIエルゴディック 指数/オシレーター",
|
||||
"Stochastic_study": "ストキャスティクス",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "ストキャスティクス RSI",
|
||||
"Triple EMA_study": "トリプル EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "出来高オシレーター",
|
||||
"Volume_study": "出来高",
|
||||
"Williams Alligator_study": "ウィリアムズ・アリゲーター",
|
||||
"Willams %R_study": "ウィリアムズ %R",
|
||||
"Coppock Curve_study": "コポック曲線",
|
||||
"Least Squares Moving Average_study": "最小二乗法移動平均",
|
||||
"Arnaud Legoux Moving Average_study": "アーノルド・レガックス移動平均",
|
||||
"True Strength Indicator_study": "真力指数",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
664
charting_library/static/localization/translations/nl_NL.json
Normal file
@@ -0,0 +1,664 @@
|
||||
{
|
||||
"propertypage-name-label_css_class": "propertypage-name-label",
|
||||
"Script Editor": "Script Bewerker",
|
||||
" Published Charts Timeline": "Published Charts Timeline",
|
||||
"SMA": "SMA",
|
||||
"Bar's Style": "Bar's Style",
|
||||
"Chart Properties": "Chart Properties",
|
||||
"Compare": "Vergelijken",
|
||||
"Compare...": "Vergelijken..",
|
||||
"Compare or Add Symbol...": "Vergelijk of voeg een symbool toe...",
|
||||
"Compare or Add Symbol": "Vergelijk of voeg een symbool toe",
|
||||
"Add Symbol": "Voeg symbool toe",
|
||||
"Scales Properties...": "Scales Properties...",
|
||||
"Add": "Toevoegen",
|
||||
"Company Comparison": "Company Comparison",
|
||||
"Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons",
|
||||
"Economy & Symbols": "Economy & Symbols",
|
||||
"Bars": "Bars",
|
||||
"Candles": "Candles",
|
||||
"Hollow Candles": "Hollow Candles",
|
||||
"Line": "Lijn",
|
||||
"Area": "Gebied",
|
||||
"Heiken Ashi": "Heiken Ashi",
|
||||
"Histogram": "Histogram",
|
||||
"Cross_chart_type": "Cross",
|
||||
"Crosshair": "Crosshair",
|
||||
"Columns": "Kolommen",
|
||||
"Circles": "Cirkels",
|
||||
"Indicators": "Indicators",
|
||||
"Favorites": "Favorieten",
|
||||
"Technical Analysis": "Technische Analyse",
|
||||
"No indicators matched your criteria.": "No indicators matched your criteria.",
|
||||
"Add to favorites": "Voeg toe aan favorieten",
|
||||
"Remove from favorites": "Verwijder van favorieten",
|
||||
"No symbols matched your criteria": "No symbols matched your criteria",
|
||||
"Add any symbol from the list": "Add any symbol from the list",
|
||||
"Overlay the main chart": "Overlay the main chart",
|
||||
"Symbols to be added on the chart": "Symbols to be added on the chart",
|
||||
"Symbol": "Symbool",
|
||||
"Default": "Default",
|
||||
"Defaults": "Defaults",
|
||||
"OK": "Ok",
|
||||
"Cancel": "Annuleren",
|
||||
" color": "kleur",
|
||||
" transparency": "transparantie",
|
||||
" visibility": "visibility",
|
||||
"Add To Watchlist": "Add To Watchlist",
|
||||
"Apply": "Apply",
|
||||
"Arguments in Header": "Arguments in Header",
|
||||
"Arrow": "Arrow",
|
||||
"Auto Scale": "Auto Scale",
|
||||
"Background": "Achtergrond",
|
||||
"bars": "bars",
|
||||
"bars_margin": "bars",
|
||||
"{0} bars": "{0} bars",
|
||||
"Bottom Margin": "Bottom Margin",
|
||||
"Bring Forward": "Bring Forward",
|
||||
"Bring to Front": "Bring to Front",
|
||||
"Clone": "Kloon",
|
||||
"Color Theme": "Kleuren Thema",
|
||||
"Copy": "Kopiëren",
|
||||
"Extended Hours": "Extended Hours",
|
||||
"Format...": "Format...",
|
||||
"Full Screen": "Volledig Scherm",
|
||||
"Grid Lines": "Grid Lines",
|
||||
"Hide All Drawing Tools": "Hide All Drawing Tools",
|
||||
"Hide": "Verbergen",
|
||||
"Insert Drawing Tool": "Insert Drawing Tool",
|
||||
"Insert Indicator...": "Insert Indicator...",
|
||||
"Last Value on Price Scale": "Last Value on Price Scale",
|
||||
"Link To": "Link To",
|
||||
"Load New Bars": "Load New Bars",
|
||||
"Lock All Drawing Tools": "Lock All Drawing Tools",
|
||||
"Lock Scale": "Lock Scale",
|
||||
"Lock scale": "Lock scale",
|
||||
"Log Scale": "Log Scale",
|
||||
"log": "log",
|
||||
"Magnet Mode": "Magnet Mode",
|
||||
"Merge Down": "Merge Down",
|
||||
"Merge Up": "Merge Up",
|
||||
"Objects Tree...": "Objects Tree...",
|
||||
"Offset": "Offset",
|
||||
"Override Min Tick": "Override Min Tick",
|
||||
"Percentage": "Percentage",
|
||||
"Precision": "Precision",
|
||||
"Price Line": "Price Line",
|
||||
"Properties...": "Properties...",
|
||||
"Redo": "Redo",
|
||||
"Remove All Drawing Tools": "Remove All Drawing Tools",
|
||||
"Remove All Studies": "Remove All Studies",
|
||||
"Remove All Indicators": "Remove All Indicators",
|
||||
"Remove": "Remove",
|
||||
"Reset Chart": "Reset Chart",
|
||||
"Reset Scale": "Reset Scale",
|
||||
"Reset": "Reset",
|
||||
"Right Margin": "Right Margin",
|
||||
"Save As...": "Opslaan als...",
|
||||
"Scale Left": "Scale Left",
|
||||
"Scale Percentage": "Scale Percentage",
|
||||
"Scale Right": "Scale Right",
|
||||
"Scale Series Only": "Scale Series Only",
|
||||
"Scale series only": "Scale series only",
|
||||
"Scale Series only": "Scale Series only",
|
||||
"Scales Lines": "Scales Lines",
|
||||
"Scales Text": "Scales Text",
|
||||
"Scaling": "Scaling",
|
||||
"Screen (No Scale)": "Screen (No Scale)",
|
||||
"Send Backward": "Send Backward",
|
||||
"Send to Back": "Send to Back",
|
||||
"Session Breaks": "Session Breaks",
|
||||
"Show Arguments in Header": "Show Arguments in Header",
|
||||
"Show Last Value on Price Scale": "Show Last Value on Price Scale",
|
||||
"Show Left Axis": "Show Left Axis",
|
||||
"Show Right Axis": "Show Right Axis",
|
||||
"Show": "Show",
|
||||
"Stay In Drawing Mode": "Stay In Drawing Mode",
|
||||
"Symbol Search...": "Symbol Search...",
|
||||
"Change Symbol": "Verander Symbool",
|
||||
"Change Symbol...": "Verander Symbool...",
|
||||
"Time Zone": "Time Zone",
|
||||
"TimeZone": "TimeZone",
|
||||
"Top Margin": "Top Margin",
|
||||
"Transparency": "Transparency",
|
||||
"Undo {0}": "Ongedaan maken",
|
||||
"Undo": "Ongedaan maken",
|
||||
"Unmerge Down": "Unmerge Down",
|
||||
"Unmerge Up": "Unmerge Up",
|
||||
"Visual Order": "Visual Order",
|
||||
"Watermark": "Watermark",
|
||||
"Show Objects Tree": "Show Objects Tree",
|
||||
"cursors-group-css-class": "cursors-group-css-class",
|
||||
"ABCD Pattern": "ABCD Pattern",
|
||||
"Anchored Text": "Anchored Text",
|
||||
"Arc": "Arc",
|
||||
"Arrow Mark Down": "Arrow Mark Down",
|
||||
"Arrow Mark Left": "Arrow Mark Left",
|
||||
"Arrow Mark Right": "Arrow Mark Right",
|
||||
"Arrow Mark Up": "Arrow Mark Up",
|
||||
"Balloon": "Balloon",
|
||||
"Bars Pattern": "Bars Pattern",
|
||||
"Brush": "Brush",
|
||||
"Callout": "Callout",
|
||||
"Circle Lines": "Circle Lines",
|
||||
"Cross": "Cross",
|
||||
"Cyclic Lines": "Cyclic Lines",
|
||||
"Date Range": "Date Range",
|
||||
"Disjoint Angle": "Disjoint Angle",
|
||||
"Dot": "Punt",
|
||||
"Elliott Labels": "Elliott Labels",
|
||||
"Elliott Major Retracement": "Elliott Major Retracement",
|
||||
"Elliott Minor Retracement": "Elliott Minor Retracement",
|
||||
"Elliott Wave Cycle": "Elliott Wave Cycle",
|
||||
"Elliott Wave Minor": "Elliott Wave Minor",
|
||||
"Elliott Wave Subminuette": "Elliott Wave Subminuette",
|
||||
"Ellipse": "Ellipse",
|
||||
"Eraser": "Eraser",
|
||||
"Extended": "Extended",
|
||||
"Extended Line": "Extended Line",
|
||||
"Fib Channel": "Fib Channel",
|
||||
"Fib Circles": "Fib Circles",
|
||||
"Fib Retracement": "Fib Retracement",
|
||||
"Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs",
|
||||
"Fib Speed Resistance Fan": "Fib Speed Resistance Fan",
|
||||
"Fib Spiral": "Fib Spiral",
|
||||
"Fib Time Zone": "Fib Time Zone",
|
||||
"Fib Wedge": "Fib Wedge",
|
||||
"Flag Mark": "Flag Mark",
|
||||
"Flat Top/Bottom": "Flat Top/Bottom",
|
||||
"Flat Bottom": "Flat Bottom",
|
||||
"Forecast": "Forecast",
|
||||
"Gann Box": "Gann Box",
|
||||
"Gann Fan": "Gann Fan",
|
||||
"Gann Square": "Gann Square",
|
||||
"Head & Shoulders": "Head & Shoulders",
|
||||
"Horizontal Line": "Horizontal Line",
|
||||
"Horizontal Ray": "Horizontal Ray",
|
||||
"Icon": "Icoon",
|
||||
"Inside Pitchfork": "Inside Pitchfork",
|
||||
"Long Position": "Long Position",
|
||||
"Risk/Reward long": "Risk/Reward long",
|
||||
"Modified Schiff Pitchfork": "Modified Schiff Pitchfork",
|
||||
"Parallel Channel": "Parallel Channel",
|
||||
"Pitchfan": "Pitchfan",
|
||||
"Pitchfork": "Pitchfork",
|
||||
"Polyline": "Polyline",
|
||||
"Price Label": "Price Label",
|
||||
"Price Range": "Price Range",
|
||||
"Projection": "Projection",
|
||||
"Ray": "Ray",
|
||||
"Rectangle": "Rectangle",
|
||||
"Regression Trend": "Regression Trend",
|
||||
"Rotated Rectangle": "Rotated Rectangle",
|
||||
"Schiff Pitchfork": "Schiff Pitchfork",
|
||||
"Schiff": "Schiff",
|
||||
"Original": "Original",
|
||||
"Modified Schiff": "Modified Schiff",
|
||||
"Inside": "Inside",
|
||||
"Short Position": "Short Position",
|
||||
"Risk/Reward short": "Risk/Reward short",
|
||||
"Text": "Tekst",
|
||||
"Comment": "Reactie",
|
||||
"Three Drivers Pattern": "Three Drivers Pattern",
|
||||
"Thumb Down": "Duim omlaag",
|
||||
"Thumb Up": "Duim omhoog",
|
||||
"Trend Angle": "Trend Angle",
|
||||
"Trend Line": "Trend Line",
|
||||
"Trend-Based Fib Extension": "Trend-Based Fib Extension",
|
||||
"Trend-Based Fib Time": "Trend-Based Fib Time",
|
||||
"Triangle Pattern": "Triangle Pattern",
|
||||
"Triangle": "Triangle",
|
||||
"Vertical Line": "Verticale Lijn",
|
||||
"XABCD Pattern": "XABCD Pattern",
|
||||
"Angle:": "Angle:",
|
||||
"Arcs": "Arcs",
|
||||
"Background color 1": "Achtergrond kleur 1",
|
||||
"Background color 2": "Achtergrond kleur 2",
|
||||
"Background Color": "Achtergrond Kleur",
|
||||
"Bar #": "Bar #",
|
||||
"Border color": "Border color",
|
||||
"Border Color": "Border Color",
|
||||
"Border": "Border",
|
||||
"Bottom Lables": "Bottom Lables",
|
||||
"bottom": "onderzijde",
|
||||
"center": "middelpunt",
|
||||
"Channel": "Kanaal",
|
||||
"Coeffs As Percents": "Coeffs As Percents",
|
||||
"Color bars based on previous close": "Color bars based on previous close",
|
||||
"Color": "Kleur",
|
||||
"Color:": "Kleur:",
|
||||
"Coordinates": "Coördinaten",
|
||||
"Delete": "Verwijderen",
|
||||
"Down Color": "Beneden kleur",
|
||||
"Drawings": "Drawings",
|
||||
"Entry price:": "Entry price:",
|
||||
"Events": "Events",
|
||||
"Extend Left End": "Extend Left End",
|
||||
"Extend Left": "Extend Left",
|
||||
"Extend Lines": "Extend Lines",
|
||||
"Extend Right End": "Extend Right End",
|
||||
"Extend Right": "Extend Right",
|
||||
"Extend": "Extend",
|
||||
"Failure back color": "Failure back color",
|
||||
"Failure text color": "Failure text color",
|
||||
"Fans": "Fans",
|
||||
"Fill": "Fill",
|
||||
"Format": "Formaat",
|
||||
"Graphics": "Graphics",
|
||||
"Grid": "Grid",
|
||||
"Help": "Help",
|
||||
"HLC Bars": "HLC Bars",
|
||||
"Inputs": "Inputs",
|
||||
"Label Background": "Label Background",
|
||||
"Label": "Label",
|
||||
"Labels": "Labels",
|
||||
"Left End": "Left End",
|
||||
"Left Labels": "Left Labels",
|
||||
"left": "links",
|
||||
"Level {0}": "Level {0}",
|
||||
"Levels": "Levels",
|
||||
"Lines": "Lines",
|
||||
"Major": "Major",
|
||||
"Measure (Shift + Click on the chart)": "Measure (Shift + Click on the chart)",
|
||||
"Median": "Median",
|
||||
"middle": "midden",
|
||||
"Middle": "Middle",
|
||||
"Minor": "Minor",
|
||||
"Mode": "Mode",
|
||||
"Normal": "Normaal",
|
||||
"Plot": "Plot",
|
||||
"Price Levels": "Price Levels",
|
||||
"Price Source": "Prijs Bron",
|
||||
"Price": "Prijs",
|
||||
"Price:": "Prijs:",
|
||||
"Prices": "Prijzen",
|
||||
"Profit Background Color": "Profit Background Color",
|
||||
"Profit Level. Ticks:": "Profit Level. Ticks:",
|
||||
"Properties": "Properties",
|
||||
"Reverse": "Reverse",
|
||||
"Right End": "Right End",
|
||||
"Right Lables": "Right Lables",
|
||||
"right": "rechts",
|
||||
"Log Scale_scale_menu": "Log Scale",
|
||||
"Percentage_scale_menu": "Percentage",
|
||||
"Scales": "Scales",
|
||||
"Settings": "Settings",
|
||||
"Show Background": "Show Background",
|
||||
"Show Bars Range": "Show Bars Range",
|
||||
"Show Date/Time Range": "Show Date/Time Range",
|
||||
"Show Distance": "Show Distance",
|
||||
"Show Labels": "Show Labels",
|
||||
"Show Price Range": "Show Price Range",
|
||||
"Show Price": "Show Price",
|
||||
"Show Prices": "Show Prices",
|
||||
"Show Text": "Laat Tekst zien",
|
||||
"Show Time": "Laat tijd zien",
|
||||
"Show Wave": "Show Wave",
|
||||
"Show/Hide": "Laat zien/verbergen",
|
||||
"Source back color": "Source back color",
|
||||
"Source border color": "Source border color",
|
||||
"Source text color": "Source text color",
|
||||
"Stay in Drawing Mode": "Stay in Drawing Mode",
|
||||
"Stop Background Color": "Stop Background Color",
|
||||
"Stop Color:": "Stop Color:",
|
||||
"Stop Level. Ticks:": "Stop Level. Ticks:",
|
||||
"Style": "Style",
|
||||
"Success back color": "Success back color",
|
||||
"Success text color": "Success text color",
|
||||
"Target back color": "Target back color",
|
||||
"Target border color": "Target border color",
|
||||
"Target Color:": "Target Color:",
|
||||
"Target text color": "Target text color",
|
||||
"Text Alignment:": "Text Alignment:",
|
||||
"Text color": "Text color",
|
||||
"Text Color": "Text Color",
|
||||
"Text Font": "Text Font",
|
||||
"Text Wrap": "Text Wrap",
|
||||
"Text:": "Text:",
|
||||
"Time Levels": "Time Levels",
|
||||
"Timezone/Sessions": "Tijdzone/Sessies",
|
||||
"Top Labels": "Top Labels",
|
||||
"top": "top",
|
||||
"Up Color": "Up Color",
|
||||
"Wave Size": "Wave Size",
|
||||
"Wick": "Wick",
|
||||
"Zoom In": "Zoom In",
|
||||
"Zoom Out": "Zoom Out",
|
||||
"Borders": "Borders",
|
||||
"Level": "Level",
|
||||
"Hlines Background": "Hlines Background",
|
||||
"Plots Background": "Plots Background",
|
||||
"Open_line_tool_position": "Opened",
|
||||
"Closed_line_tool_position": "Gesloten",
|
||||
"{0} P&L: {1}": "{0} P&L: {1}",
|
||||
"Risk/Reward Ratio: {0}": "Risk/Reward Ratio: {0}",
|
||||
"Stop: {0} ({1}%)": "Stop: {0} ({1}%)",
|
||||
"Target: {0} ({1}%)": "Target: {0} ({1}%)",
|
||||
"SUCCESS": "Succes!",
|
||||
"FAILURE": "Mislukt!",
|
||||
"Left Shoulder": "Linkerschouder",
|
||||
"Head": "Hoofd",
|
||||
"Right Shoulder": "Rechterschouder",
|
||||
"Mirrored": "Mirrored",
|
||||
"Flipped": "Flipped",
|
||||
"distance: {0}": "distance: {0}",
|
||||
"day": "dag",
|
||||
"day_plural": "dagen",
|
||||
"day_plural_1": "not used for this language",
|
||||
"day_plural_2": "not used for this language",
|
||||
"day_plural_5": "not used for this language",
|
||||
"week": "week",
|
||||
"week_plural": "weken",
|
||||
"week_plural_1": "not used for this language",
|
||||
"week_plural_2": "not used for this language",
|
||||
"week_plural_5": "not used for this language",
|
||||
"month": "maand",
|
||||
"month_plural": "maanden",
|
||||
"month_plural_1": "not used for this language",
|
||||
"month_plural_2": "not used for this language",
|
||||
"month_plural_5": "not used for this language",
|
||||
"minute": "minuut",
|
||||
"minute_plural": "minuten",
|
||||
"minute_plural_1": "not used for this language",
|
||||
"minute_plural_2": "not used for this language",
|
||||
"minute_plural_5": "not used for this language",
|
||||
"hour": "uur",
|
||||
"hour_plural": "uren",
|
||||
"hour_plural_1": "not used for this language",
|
||||
"hour_plural_2": "not used for this language",
|
||||
"hour_plural_5": "not used for this language",
|
||||
"y_dates": "y",
|
||||
"y_dates_plural": "y",
|
||||
"y_dates_plural_1": "not used for this language",
|
||||
"y_dates_plural_2": "not used for this language",
|
||||
"y_dates_plural_5": "not used for this language",
|
||||
"h_dates": "h",
|
||||
"D_dates": "D",
|
||||
"W_dates": "W",
|
||||
"M_dates": "M",
|
||||
"d_dates": "d",
|
||||
"m_dates": "m",
|
||||
"in_dates": "in",
|
||||
"Jan": "Jan",
|
||||
"Feb": "Feb",
|
||||
"Mar": "Mar",
|
||||
"Apr": "Apr",
|
||||
"May": "Mei",
|
||||
"Jun": "Jun",
|
||||
"Jul": "Jul",
|
||||
"Aug": "Aug",
|
||||
"Sep": "Sep",
|
||||
"Oct": "Okt",
|
||||
"Nov": "Nov",
|
||||
"Dec": "Dec",
|
||||
"Objects Tree": "Objects Tree",
|
||||
"Manage Drawings": "Manage Drawings",
|
||||
"TOOL": "TOOL",
|
||||
"SYMBOL": "SYMBOL",
|
||||
"Move Up": "Move Up",
|
||||
"Move Down": "Move Down",
|
||||
"All Exchanges": "All Exchanges",
|
||||
"All types": "All types",
|
||||
"Stock": "Stock",
|
||||
"stock": "stock",
|
||||
"Index": "Index",
|
||||
"index": "index",
|
||||
"Futures": "Futures",
|
||||
"futures": "futures",
|
||||
"Image URL": "Image URL",
|
||||
"Save image": "Save image",
|
||||
"or copy url:": "or copy url:",
|
||||
"Redo {0}": "Redo {0}",
|
||||
"Custom color...": "Custom color...",
|
||||
"Search": "Search",
|
||||
"Open_in_legend": "O",
|
||||
"High_in_legend": "H",
|
||||
"Low_in_legend": "L",
|
||||
"Close_in_legend": "C",
|
||||
"Open": "Open",
|
||||
"High": "High",
|
||||
"Low": "Low",
|
||||
"Close": "Close",
|
||||
"(H + L)/2": "(H + L)/2",
|
||||
"(H + L + C)/3": "(H + L + C)/3",
|
||||
"(O + H + L + C)/4": "(O + H + L + C)/4",
|
||||
"UTC": "UTC+0",
|
||||
"Exchange": "Exchange",
|
||||
"Athens": "Athene",
|
||||
"Berlin": "Berlijn",
|
||||
"Bogota": "Bogota",
|
||||
"Bangkok": "Bangkok",
|
||||
"Buenos Aires": "Buenos Aires",
|
||||
"Chicago": "Chicago",
|
||||
"Hong Kong": "Hong Kong",
|
||||
"Kolkata": "Kolkata",
|
||||
"London": "Londen",
|
||||
"Los Angeles": "Los Angeles",
|
||||
"Madrid": "Madrid",
|
||||
"Moscow": "Moskou",
|
||||
"New York": "New York",
|
||||
"Paris": "Parijs",
|
||||
"Seoul": "Seoul",
|
||||
"Shanghai": "Shanghai",
|
||||
"Singapore": "Singapore",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokio",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
"Warsaw": "Warschau",
|
||||
"n/a": "n/a",
|
||||
"Long_input": "Long",
|
||||
"long_input": "long",
|
||||
"longlen_input": "long length",
|
||||
"Window Size_input": "Window Size",
|
||||
"Length_input": "Length",
|
||||
"length_input": "length",
|
||||
"len_input": "length",
|
||||
"Short_input": "Short",
|
||||
"short_input": "short",
|
||||
"shortlen_input": "Short Length",
|
||||
"Mult_input": "Multiplier",
|
||||
"mult_input": "multiplier",
|
||||
"divisor_input": "divisor",
|
||||
"Divisor_input": "Divisor",
|
||||
"Upper": "Upper",
|
||||
"Lower": "Lower",
|
||||
"Long": "Long",
|
||||
"Short": "Short",
|
||||
"Signal": "Signal",
|
||||
"Jaw": "Jaw",
|
||||
"Teeth": "Teeth",
|
||||
"Lips": "Lips",
|
||||
"Zero": "Zero",
|
||||
"WMA Length_input": "WMA Length",
|
||||
"Long RoC Length_input": "Long RoC Length",
|
||||
"Short RoC Length_input": "Short RoC Length",
|
||||
"jawLength_input": "Jaw Length",
|
||||
"teethLength_input": "Teeth Length",
|
||||
"lipsLength_input": "Lips Length",
|
||||
"percent_input": "Percent",
|
||||
"exponential_input": "Exponential",
|
||||
"smoothD_input": "Smooth D",
|
||||
"smoothK_input": "Smooth K",
|
||||
"Color 0": "Kleur 0",
|
||||
"Color 1": "Kleur 1",
|
||||
"Color 2": "Kleur 2",
|
||||
"Color 3": "Kleur 3",
|
||||
"Color 4": "Kleur 4",
|
||||
"sym_input": "symbool",
|
||||
"symbol_input": "symbool",
|
||||
"Sym_input": "symbool",
|
||||
"DI Length_input": "DI Length",
|
||||
"ADX Smoothing_input": "ADX Smoothing",
|
||||
"displacement_input": "displacement",
|
||||
"Tenkan-sen": "Tenkan-sen",
|
||||
"Kijun-sen": "Kijun-sen",
|
||||
"Chikou span": "Chikou span",
|
||||
"Senkou A": "Senkou A",
|
||||
"Senkou B": "Senkou B",
|
||||
"useTrueRange_input": "Use True Range",
|
||||
"roclen1_input": "RoC Length 1",
|
||||
"roclen2_input": "RoC Length 2",
|
||||
"roclen3_input": "RoC Length 3",
|
||||
"roclen4_input": "RoC Length 4",
|
||||
"smalen1_input": "SMA Length 1",
|
||||
"smalen2_input": "SMA Length 2",
|
||||
"smalen3_input": "SMA Length 3",
|
||||
"smalen4_input": "SMA Length 4",
|
||||
"siglen_input": "Signal Length",
|
||||
"UpperLimit": "Upper Limit",
|
||||
"LowerLimit": "Lower Limit",
|
||||
"fastLength_input": "Fast Length",
|
||||
"slowLength_input": "Slow Length",
|
||||
"signalLength_input": "Signal Length",
|
||||
"start_input": "Start",
|
||||
"increment_input": "Increment",
|
||||
"maximum_input": "Maximum",
|
||||
"showMA_input": "Show MA",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volume",
|
||||
"Volume MA": "Volume MA",
|
||||
"Indicator": "Indicator",
|
||||
"Oscillator": "Oscillator",
|
||||
"lengthStoch_input": "Stoch length",
|
||||
"lengthRSI_input": "RSI length",
|
||||
"sigma_input": "sigma",
|
||||
"Sigma_input": "Sigma",
|
||||
"Crosses": "Crosses",
|
||||
"Click to set a point": "Click to set a point",
|
||||
"1. Slide your finger to select location for first anchor<br>2. Tap anywhere to place the first anchor": "1. Slide your finger to select location for first anchor<br>2. Tap anywhere to place the first anchor",
|
||||
"1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor": "1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor",
|
||||
"retrying": "retrying",
|
||||
"eod data": "eod data",
|
||||
"eod delayed": "eod delayed",
|
||||
"loading data": "loading data",
|
||||
"invalid symbol": "invalid symbol",
|
||||
"streaming": "streaming",
|
||||
"realtime": "realtime",
|
||||
"pre-market": "pre-market",
|
||||
"post-market": "post-market",
|
||||
"closed": "gesloten",
|
||||
"Time Interval": "Time Interval",
|
||||
"Show Symbol Labels": "Show Symbol Labels",
|
||||
"Show Symbol Labels_context_menu": "Show Symbol Labels",
|
||||
"Subminuette": "Subminuette",
|
||||
"Minuette": "Minuette",
|
||||
"Minute": "Minute",
|
||||
"Intermediate": "Intermediate",
|
||||
"Primary": "Primair",
|
||||
"Cycle": "Cycle",
|
||||
"SuperCycle": "SuperCycle",
|
||||
"GrandSuperCycle": "GrandSuperCycle",
|
||||
"Lock": "Op slot",
|
||||
"Width": "Breedte",
|
||||
"Line With Breaks": "Line With Breaks",
|
||||
"Area With Breaks": "Area With Breaks",
|
||||
"Type": "Type",
|
||||
"Simple": "Simple",
|
||||
"With Markers": "With Markers",
|
||||
"Step": "Step",
|
||||
"No drawings yet": "No drawings yet",
|
||||
"Lock/Unlock": "Lock/Unlock",
|
||||
"deviation_input": "deviation",
|
||||
"depth_input": "depth",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapura",
|
||||
"Sydney": "Sidney",
|
||||
"Taipei": "Тaipé",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Тóquio",
|
||||
"Toronto": "Тоronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Incremento",
|
||||
"maximum_input": "Máximo",
|
||||
"showMA_input": "Visualizar Média Móvel",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volume",
|
||||
"Volume MA": "Média Móvel do Volume",
|
||||
"Indicator": "Indicador",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "Sem Desenhos",
|
||||
"Lock/Unlock": "Bloquear/Desbloquear",
|
||||
"deviation_input": "Desvio",
|
||||
"depth_input": "Profundidade"
|
||||
"depth_input": "Profundidade",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -391,7 +391,7 @@
|
||||
"Oct": "Окт",
|
||||
"Nov": "Ноя",
|
||||
"Dec": "Дек",
|
||||
"Objects Tree": "Все объекты",
|
||||
"Objects Tree": "Дерево объектов",
|
||||
"Manage Drawings": "Фигуры",
|
||||
"TOOL": "Фигура",
|
||||
"SYMBOL": "Инструмент",
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Сингапур",
|
||||
"Sydney": "Сидней",
|
||||
"Taipei": "Тайбей",
|
||||
"Tehran": "Тегеран",
|
||||
"Tokyo": "Токио",
|
||||
"Toronto": "Торонто",
|
||||
"Vancouver": "Ванкувер",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Приращение",
|
||||
"maximum_input": "Максимум",
|
||||
"showMA_input": "Отображать среднее",
|
||||
"show MA_input": "Отображать среднее",
|
||||
"Volume": "Объём",
|
||||
"Volume MA": "Средняя по объёму",
|
||||
"Indicator": "Индикатор",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "Фигур пока не создано",
|
||||
"Lock/Unlock": "Блокировать/разблокировать",
|
||||
"deviation_input": "Отклонение",
|
||||
"depth_input": "Глубина"
|
||||
"depth_input": "Глубина",
|
||||
"Accumulation/Distribution_study": "Накопление/Распределение",
|
||||
"Aroon_study": "Арун",
|
||||
"Advance/Decline_study": "Линия роста/падения",
|
||||
"Average True Range_study": "Усредненный истинный диапазон",
|
||||
"Awesome Oscillator_study": "Осциллятор Билла Вильямса",
|
||||
"Bollinger Bands Width_study": "Ширина полос Боллинджера",
|
||||
"Balance of Power_study": "Баланс силы",
|
||||
"Bollinger Bands_study": "Полосы Боллинджера",
|
||||
"Bollinger Bands %B_study": "%B Полос Боллинджера",
|
||||
"Chaikin Money Flow_study": "Денежный поток Чайкина",
|
||||
"Chaikin Oscillator_study": "Осциллятор Чайкина",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Осциллятор темпа Чанде",
|
||||
"Commodity Channel Index_study": "Индекс Товарного Канала",
|
||||
"Choppiness Index_study": "Индекс Переменчивости",
|
||||
"Directional Movement Index_study": "Индекс Направленного Движения",
|
||||
"Correlation Coeff_study": "Коэффициент корреляции",
|
||||
"Donchian Channels_study": "Канал Дончяна",
|
||||
"Double Exponential Moving Average_study": "Двойное скользящее среднее (эксп.)",
|
||||
"Ease of Movement_study": "Лёгкость движения",
|
||||
"Elders Force Index_study": "Индекс силы Элдера",
|
||||
"Envelope_study": "Огибающая",
|
||||
"Ichimoku Cloud_study": "Ишимоку Кинко Хайо",
|
||||
"Klinger Oscillator_study": "Осциллятор Клингера",
|
||||
"Hull MA_study": "Скользящее среднее Хала",
|
||||
"Keltner Channels_study": "Канал Кельтнера",
|
||||
"Linear Regression Curve_study": "Кривая линейной регрессии",
|
||||
"Know Sure Thing_study": "Знать наверняка",
|
||||
"MA Cross_study": "Пересечение скользящих средних",
|
||||
"Money Flow_study": "Денежный поток",
|
||||
"Mass Index_study": "Индекс массы",
|
||||
"Moving Average Exponential_study": "Скользящее среднее (эксп.)",
|
||||
"Net Volume_study": "Чистый объём",
|
||||
"Moving Average Convergence/Divergence_study": "Схождение/расхождение скользящих средних",
|
||||
"Moving Average_study": "Скользящее среднее",
|
||||
"Moving Average Weighted_study": "Скользящее среднее (взвешенное)",
|
||||
"Parabolic SAR_study": "Параболическая система времени/цены",
|
||||
"On Balance Volume_study": "Балансовый объем",
|
||||
"Price Oscillator_study": "Процентный осциллятор цены",
|
||||
"Relative Strength Index_study": "Относительный индекс силы",
|
||||
"Relative Vigor Index_study": "Относительный индекс энергии",
|
||||
"Relative Volatility Index_study": "Относительный индекс изменчивости",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "Эргодический осциллятор",
|
||||
"Stochastic_study": "Стохастический осциллятор",
|
||||
"TRIX_study": " Скользящее cреднее (тройное эксп. сглаженное)",
|
||||
"Stochastic RSI_study": "Стохастический индекс относительной силы",
|
||||
"Triple EMA_study": "Скользящее среднее (тройное эксп.)",
|
||||
"VWMA_study": "Скользящее среднее, взвешенное по объему",
|
||||
"Volume Oscillator_study": "Процентный осциллятор объема",
|
||||
"Volume_study": "Объем",
|
||||
"Williams Alligator_study": "Аллигатор Билла Вильямса",
|
||||
"Willams %R_study": "Процент Вильямса",
|
||||
"Coppock Curve_study": "Кривая Коппока",
|
||||
"Least Squares Moving Average_study": "Скользящее среднее (наименьшие квадраты)",
|
||||
"Arnaud Legoux Moving Average_study": "Скользящее среднее Арно Легу",
|
||||
"True Strength Indicator_study": "Индекс истинной силы",
|
||||
"Change Interval": "Изменить интервал",
|
||||
"Show Only Studies": "Индикаторы",
|
||||
"Show Only Drawings": "Фигуры",
|
||||
"Show All": "Показывать всё",
|
||||
"Timezone/Sessions Properties...": "Часовой пояс и сессии...",
|
||||
"Scale Price Chart Only": "Только серии влияют на масштаб",
|
||||
"Open Interval Dialog": "Открыть диалог интервалов",
|
||||
"Note": "Заметка",
|
||||
"Anchored Note": "Заметка на экране",
|
||||
"Scales Properties": "Свойства шкал",
|
||||
"Toggle Auto Scale": "Автоматический масштаб вкл/выкл",
|
||||
"Toggle Log Scale": "Логарифмическая шкала вкл/выкл",
|
||||
"Toggle Percentage": "Процентная шкала вкл/выкл",
|
||||
"auto_scale": "авто",
|
||||
"Invalid Symbol": "Неизвестный инструмент",
|
||||
"loading...": "загрузка...",
|
||||
"interval_dialog_description": "Введите число для минутных резолюций (\"5\" даст вам чарт с резолюцией в 5 минут), или количество с буквой, обозначающей желаемый интервал. Поддерживаются значения D (день), W (неделя) и M (месяц). К примеру, \"3D\" даст вам чарт с резолюцией в 3 дня.",
|
||||
"Not applicable": "Не поддерживается",
|
||||
"Stats Text Color": "Цвет текста",
|
||||
"Show Angle": "Отображать угол",
|
||||
"Always Show Stats": "Всегда отображать текст",
|
||||
"Rename...": "Переименовать...",
|
||||
"Load": "Загрузить",
|
||||
"Save": "Сохранить",
|
||||
"Rename Chart": "Переименовать график",
|
||||
"{0} copy": "{0} (копия)",
|
||||
"Please enter chart name": "Укажите имя графика",
|
||||
"Enter a new chart name": "Введите новое имя для графика",
|
||||
"Load Chart": "Загрузить график",
|
||||
"Chart Name": "Имя графика",
|
||||
"Chart name": "Имя графика",
|
||||
"Last Modified": "Изменён",
|
||||
"Active Symbol": "Инструмент",
|
||||
"Fullscreen mode": "Полноэкранный режим",
|
||||
"Marker Color": "Цвет метки",
|
||||
"Font Size": "Размер шрифта",
|
||||
"Save New Chart": "Сохранить график",
|
||||
"Source_compare": "Отображать цену:",
|
||||
"YES": "Да",
|
||||
"NO": "Нет",
|
||||
"Confirmation": "Подтвердите действие",
|
||||
"Are you sure you want to delete this chart?": "Вы уверены, что хотите удалить график ?"
|
||||
}
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapore",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Increment",
|
||||
"maximum_input": "Maximum",
|
||||
"showMA_input": "Show MA",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volume",
|
||||
"Volume MA": "Volume MA",
|
||||
"Indicator": "Indicator",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "No drawings yet",
|
||||
"Lock/Unlock": "Lock/Unlock",
|
||||
"deviation_input": "deviation",
|
||||
"depth_input": "depth"
|
||||
"depth_input": "depth",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
664
charting_library/static/localization/translations/th_TH.json
Normal file
@@ -0,0 +1,664 @@
|
||||
{
|
||||
"propertypage-name-label_css_class": "propertypage-name-label",
|
||||
"Script Editor": "แก้ไขสคริปท์",
|
||||
" Published Charts Timeline": "Published Charts Timeline",
|
||||
"SMA": "SMA",
|
||||
"Bar's Style": "รูปแบบ Bar",
|
||||
"Chart Properties": "ตั้งค่ากราฟ",
|
||||
"Compare": "เปรียบเทียบ",
|
||||
"Compare...": "เปรียบเทียบ...",
|
||||
"Compare or Add Symbol...": "เปรียบเทียบ หรือ เพิ่ม...",
|
||||
"Compare or Add Symbol": "เปรียบเทียบ หรือ เพิ่ม",
|
||||
"Add Symbol": "เพิ่มสัญลักษณ์",
|
||||
"Scales Properties...": "ตั้งค่า Scale...",
|
||||
"Add": "เพิ่ม",
|
||||
"Company Comparison": "เปรียบเทียบหลักทรัพย์",
|
||||
"Indicators, Fundamentals, Economy and Add-ons": "ดัชนี้ชี้วัด, พื้นฐาน, ข้อมูลเศรษฐกิจ และ อื่นๆ",
|
||||
"Economy & Symbols": "ข้อมูลเศรษฐกิจ และ หลักทรัพย์",
|
||||
"Bars": "Bars",
|
||||
"Candles": "Candles",
|
||||
"Hollow Candles": "Hollow Candles",
|
||||
"Line": "Line",
|
||||
"Area": "Area",
|
||||
"Heiken Ashi": "Heiken Ashi",
|
||||
"Histogram": "Histogram",
|
||||
"Cross_chart_type": "Cross",
|
||||
"Crosshair": "Crosshair",
|
||||
"Columns": "Columns",
|
||||
"Circles": "Circles",
|
||||
"Indicators": "ดัชนีชี้วัด",
|
||||
"Favorites": "รายการโปรด",
|
||||
"Technical Analysis": "ข้อมูลทางเทคนิค",
|
||||
"No indicators matched your criteria.": "ไม่พบดัชนีชี้วัดที่ต้องการ",
|
||||
"Add to favorites": "เพิ่มลงรายการโปรด",
|
||||
"Remove from favorites": "ลบออกจากรายการโปรด",
|
||||
"No symbols matched your criteria": "ไม่พบข้อมูลจากที่ค้นหา",
|
||||
"Add any symbol from the list": "เพิ่มเข้ารายการ",
|
||||
"Overlay the main chart": "เพิ่มลงบนกราฟหลัก",
|
||||
"Symbols to be added on the chart": "ข้อมูลที่จะถูกเพิ่มลงบนกราฟ",
|
||||
"Symbol": "สัญลักษณ์",
|
||||
"Default": "ค่าเริ่มต้น",
|
||||
"Defaults": "ค่าเริ่มต้น",
|
||||
"OK": "ยืนยัน",
|
||||
"Cancel": "ยกเลิก",
|
||||
" color": "สี",
|
||||
" transparency": "โปร่งแสง",
|
||||
" visibility": "ความชัด",
|
||||
"Add To Watchlist": "เพิ่มในรายการ",
|
||||
"Apply": "บันทึก",
|
||||
"Arguments in Header": "Arguments in Header",
|
||||
"Arrow": "ลูกศร",
|
||||
"Auto Scale": "Scale แบบอัตโนมัติ",
|
||||
"Background": "พื้นหลัง",
|
||||
"bars": "ช่อง",
|
||||
"bars_margin": "ช่อง",
|
||||
"{0} bars": "{0} ช่อง",
|
||||
"Bottom Margin": "Bottom Margin",
|
||||
"Bring Forward": "ส่งมาด้านหน้า",
|
||||
"Bring to Front": "ส่งมาหน้าสุด",
|
||||
"Clone": "คัดลอก",
|
||||
"Color Theme": "โทนสี",
|
||||
"Copy": "คัดลอก",
|
||||
"Extended Hours": "Extended Hours",
|
||||
"Format...": "ตั้งค่า...",
|
||||
"Full Screen": "เต็มหน้าจอ",
|
||||
"Grid Lines": "เส้นกริด",
|
||||
"Hide All Drawing Tools": "ซ่อนรูปวาดทั้งหมด",
|
||||
"Hide": "ซ่อน",
|
||||
"Insert Drawing Tool": "เพิ่มเครื่องมือวาด",
|
||||
"Insert Indicator...": "เพิ่มดัชนี...",
|
||||
"Last Value on Price Scale": "ราคาล่าสุด",
|
||||
"Link To": "ลิงค์ไปยัง",
|
||||
"Load New Bars": "Load New Bars",
|
||||
"Lock All Drawing Tools": "ล๊อครูปวาดทั้งหมด",
|
||||
"Lock Scale": "ล๊อค Scale",
|
||||
"Lock scale": "Lock scale",
|
||||
"Log Scale": "Log Scale",
|
||||
"log": "log",
|
||||
"Magnet Mode": "โหมดแม่เหล็ก",
|
||||
"Merge Down": "รวมกับด้านล่าง",
|
||||
"Merge Up": "รวมกับด้านบน",
|
||||
"Objects Tree...": "ข้อมูลบนกราฟ...",
|
||||
"Offset": "Offset",
|
||||
"Override Min Tick": "Override Min Tick",
|
||||
"Percentage": "เปอร์เซ็นต์",
|
||||
"Precision": "Precision",
|
||||
"Price Line": "เส้นราคา",
|
||||
"Properties...": "ตั้งค่า...",
|
||||
"Redo": "ย้อนกลับ",
|
||||
"Remove All Drawing Tools": "ลบรูปวาดทั้งหมด",
|
||||
"Remove All Studies": "ลบข้อมูลศึกษา",
|
||||
"Remove All Indicators": "ลบดัชนีชี้วัด",
|
||||
"Remove": "ลบ",
|
||||
"Reset Chart": "รีเซ็ทกราฟ",
|
||||
"Reset Scale": "รีเซ็ทขนาด",
|
||||
"Reset": "เริ่มต้นใหม่",
|
||||
"Right Margin": "Right Margin",
|
||||
"Save As...": "บันทึกเป็น...",
|
||||
"Scale Left": "Scale ซ้าย",
|
||||
"Scale Percentage": "Scale เป็นเปอร์เซ็นต์",
|
||||
"Scale Right": "Scale ขวา",
|
||||
"Scale Series Only": "Scale Series Only",
|
||||
"Scale series only": "Scale series only",
|
||||
"Scale Series only": "Scale Series only",
|
||||
"Scales Lines": "เส้น Scale",
|
||||
"Scales Text": "อักษรเส้น Scale",
|
||||
"Scaling": "Scaling",
|
||||
"Screen (No Scale)": "Screen (ไม่มี Scale)",
|
||||
"Send Backward": "นำไปไว้หลังสุด",
|
||||
"Send to Back": "นำไปไว้ข้างหลัง",
|
||||
"Session Breaks": "Session Breaks",
|
||||
"Show Arguments in Header": "Show Arguments in Header",
|
||||
"Show Last Value on Price Scale": "แสดงราคาล่าสุดบนกราฟ",
|
||||
"Show Left Axis": "แสดงแกนด้านซ้าย",
|
||||
"Show Right Axis": "แสดงแกนด้านขวา",
|
||||
"Show": "แสดง",
|
||||
"Stay In Drawing Mode": "จัดให้อยู่ในโหมดวาดรูป",
|
||||
"Symbol Search...": "ค้นหา...",
|
||||
"Change Symbol": "เปลี่ยนสัญลักษณ์",
|
||||
"Change Symbol...": "เปลี่ยนสัญลักษณ์...",
|
||||
"Time Zone": "เขตเวลา",
|
||||
"TimeZone": "เวลา",
|
||||
"Top Margin": "Top Margin",
|
||||
"Transparency": "โปร่งแสง",
|
||||
"Undo {0}": "ย้อนกลับ",
|
||||
"Undo": "ย้อนกลับ",
|
||||
"Unmerge Down": "Unmerge Down",
|
||||
"Unmerge Up": "Unmerge Up",
|
||||
"Visual Order": "ลำดับการมองเห็น",
|
||||
"Watermark": "ลายน้ำ",
|
||||
"Show Objects Tree": "แสดงข้อมูล",
|
||||
"cursors-group-css-class": "cursors-group-css-class",
|
||||
"ABCD Pattern": "ABCD Pattern",
|
||||
"Anchored Text": "ลิงค์",
|
||||
"Arc": "เส้นโค้ง",
|
||||
"Arrow Mark Down": "ลูกศรลง",
|
||||
"Arrow Mark Left": "ลูกศรซ้าย",
|
||||
"Arrow Mark Right": "ลูกศรขวา",
|
||||
"Arrow Mark Up": "ลูกศรขึ้น",
|
||||
"Balloon": "กล่องคำพูด",
|
||||
"Bars Pattern": "Bars Pattern",
|
||||
"Brush": "พู่กัน",
|
||||
"Callout": "กล่องคำพูด",
|
||||
"Circle Lines": "Circle Lines",
|
||||
"Cross": "Cross",
|
||||
"Cyclic Lines": "Cyclic Lines",
|
||||
"Date Range": "Date Range",
|
||||
"Disjoint Angle": "Disjoint Angle",
|
||||
"Dot": "จุด",
|
||||
"Elliott Labels": "Elliott Labels",
|
||||
"Elliott Major Retracement": "Elliott Major Retracement",
|
||||
"Elliott Minor Retracement": "Elliott Minor Retracement",
|
||||
"Elliott Wave Cycle": "Elliott Wave Cycle",
|
||||
"Elliott Wave Minor": "Elliott Wave Minor",
|
||||
"Elliott Wave Subminuette": "Elliott Wave Subminuette",
|
||||
"Ellipse": "วงกลม",
|
||||
"Eraser": "ยางลบ",
|
||||
"Extended": "Extended",
|
||||
"Extended Line": "Extended Line",
|
||||
"Fib Channel": "Fib Channel",
|
||||
"Fib Circles": "Fib Circles",
|
||||
"Fib Retracement": "Fib Retracement",
|
||||
"Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs",
|
||||
"Fib Speed Resistance Fan": "Fib Speed Resistance Fan",
|
||||
"Fib Spiral": "Fib Spiral",
|
||||
"Fib Time Zone": "Fib Time Zone",
|
||||
"Fib Wedge": "Fib Wedge",
|
||||
"Flag Mark": "ธง",
|
||||
"Flat Top/Bottom": "Flat Top/Bottom",
|
||||
"Flat Bottom": "Flat Bottom",
|
||||
"Forecast": "Forecast",
|
||||
"Gann Box": "Gann Box",
|
||||
"Gann Fan": "Gann Fan",
|
||||
"Gann Square": "Gann Square",
|
||||
"Head & Shoulders": "Head & Shoulders",
|
||||
"Horizontal Line": "Horizontal Line",
|
||||
"Horizontal Ray": "Horizontal Ray",
|
||||
"Icon": "ไอคอน",
|
||||
"Inside Pitchfork": "Inside Pitchfork",
|
||||
"Long Position": "Long Position",
|
||||
"Risk/Reward long": "Risk/Reward long",
|
||||
"Modified Schiff Pitchfork": "Modified Schiff Pitchfork",
|
||||
"Parallel Channel": "Parallel Channel",
|
||||
"Pitchfan": "Pitchfan",
|
||||
"Pitchfork": "Pitchfork",
|
||||
"Polyline": "กำหนดเอง",
|
||||
"Price Label": "ราคาล่าสุด",
|
||||
"Price Range": "Price Range",
|
||||
"Projection": "Projection",
|
||||
"Ray": "Ray",
|
||||
"Rectangle": "สี่เหลี่ยม",
|
||||
"Regression Trend": "Regression Trend",
|
||||
"Rotated Rectangle": "สี่เหลี่ยม (หมุนได้)",
|
||||
"Schiff Pitchfork": "Schiff Pitchfork",
|
||||
"Schiff": "Schiff",
|
||||
"Original": "Original",
|
||||
"Modified Schiff": "Modified Schiff",
|
||||
"Inside": "Inside",
|
||||
"Short Position": "Short Position",
|
||||
"Risk/Reward short": "Risk/Reward short",
|
||||
"Text": "ตัวอักษร",
|
||||
"Comment": "ความคิดเห็น",
|
||||
"Three Drivers Pattern": "Three Drivers Pattern",
|
||||
"Thumb Down": "ไม่ชอบ",
|
||||
"Thumb Up": "ชอบ",
|
||||
"Trend Angle": "Trend Angle",
|
||||
"Trend Line": "เส้นแนวโน้ม",
|
||||
"Trend-Based Fib Extension": "Trend-Based Fib Extension",
|
||||
"Trend-Based Fib Time": "Trend-Based Fib Time",
|
||||
"Triangle Pattern": "Triangle Pattern",
|
||||
"Triangle": "สามเหลี่ยม",
|
||||
"Vertical Line": "เส้นแนวตั้ง",
|
||||
"XABCD Pattern": "XABCD Pattern",
|
||||
"Angle:": "Angle:",
|
||||
"Arcs": "Arcs",
|
||||
"Background color 1": "สีพื้นหลัง 1",
|
||||
"Background color 2": "สีพื้นหลัง 2",
|
||||
"Background Color": "สีพื้นหลัง",
|
||||
"Bar #": "Bar #",
|
||||
"Border color": "สีขอบ",
|
||||
"Border Color": "สีขอบ",
|
||||
"Border": "เส้นขอบ",
|
||||
"Bottom Lables": "Bottom Lables",
|
||||
"bottom": "ชิดล่าง",
|
||||
"center": "กึ่งกลาง",
|
||||
"Channel": "Channel",
|
||||
"Coeffs As Percents": "Coeffs As Percents",
|
||||
"Color bars based on previous close": "ให้สีของ Bars อ้างอิงจากราคาปิดของวันก่อนหน้า",
|
||||
"Color": "สี",
|
||||
"Color:": "สี:",
|
||||
"Coordinates": "ตำแหน่ง",
|
||||
"Delete": "ลบ",
|
||||
"Down Color": "สีติดลบ",
|
||||
"Drawings": "รูปวาด",
|
||||
"Entry price:": "ราคาเข้าซื้อ",
|
||||
"Events": "เหตุการณ์",
|
||||
"Extend Left End": "Extend Left End",
|
||||
"Extend Left": "Extend Left",
|
||||
"Extend Lines": "Extend Lines",
|
||||
"Extend Right End": "Extend Right End",
|
||||
"Extend Right": "Extend Right",
|
||||
"Extend": "Extend",
|
||||
"Failure back color": "Failure back color",
|
||||
"Failure text color": "Failure text color",
|
||||
"Fans": "Fans",
|
||||
"Fill": "Fill",
|
||||
"Format": "ตั้งค่า",
|
||||
"Graphics": "กราฟฟิค",
|
||||
"Grid": "ตาราง",
|
||||
"Help": "ช่วยเหลือ",
|
||||
"HLC Bars": "HLC Bars",
|
||||
"Inputs": "ข้อมูล",
|
||||
"Label Background": "Label Background",
|
||||
"Label": "Label",
|
||||
"Labels": "Labels",
|
||||
"Left End": "Left End",
|
||||
"Left Labels": "Left Labels",
|
||||
"left": "ชิดซ้าย",
|
||||
"Level {0}": "Level {0}",
|
||||
"Levels": "Levels",
|
||||
"Lines": "เส้น",
|
||||
"Major": "Major",
|
||||
"Measure (Shift + Click on the chart)": "เครื่องมือวัด (Shift + คลิก ลงบนกราฟ)",
|
||||
"Median": "ค่าเฉลี่ย",
|
||||
"middle": "กึ่งกลาง",
|
||||
"Middle": "กึ่งกลาง",
|
||||
"Minor": "Minor",
|
||||
"Mode": "โหมด",
|
||||
"Normal": "ปกติ",
|
||||
"Plot": "Plot",
|
||||
"Price Levels": "ระดับราคา",
|
||||
"Price Source": "แหล่งข้อมูลราคา",
|
||||
"Price": "ราคา",
|
||||
"Price:": "ราคา:",
|
||||
"Prices": "ราคา",
|
||||
"Profit Background Color": "สีพื้นหลังของกำไร",
|
||||
"Profit Level. Ticks:": "จุดขาย",
|
||||
"Properties": "ตั้งค่า",
|
||||
"Reverse": "Reverse",
|
||||
"Right End": "Right End",
|
||||
"Right Lables": "Right Lables",
|
||||
"right": "ชิดขวา",
|
||||
"Log Scale_scale_menu": "Log Scale",
|
||||
"Percentage_scale_menu": "เปอร์เซ็นต์",
|
||||
"Scales": "Scales",
|
||||
"Settings": "ตั้งค่า",
|
||||
"Show Background": "แสดงพื้นหลัง",
|
||||
"Show Bars Range": "แสดงช่วงราคา",
|
||||
"Show Date/Time Range": "แสดงวันที่/เวลา",
|
||||
"Show Distance": "แสดงระยะ",
|
||||
"Show Labels": "แสดงข้อความกำกับ",
|
||||
"Show Price Range": "แสดงช่วงราคา",
|
||||
"Show Price": "แสดงราคา",
|
||||
"Show Prices": "แสดงราคา",
|
||||
"Show Text": "แสดงตัวหนังสือ",
|
||||
"Show Time": "แสดงเวลา",
|
||||
"Show Wave": "แสดงคลื่น",
|
||||
"Show/Hide": "แสดง/ซ่อน",
|
||||
"Source back color": "Source back color",
|
||||
"Source border color": "Source border color",
|
||||
"Source text color": "Source text color",
|
||||
"Stay in Drawing Mode": "Stay in Drawing Mode",
|
||||
"Stop Background Color": "Stop Background Color",
|
||||
"Stop Color:": "Stop Color:",
|
||||
"Stop Level. Ticks:": "ตัดขาดทุน",
|
||||
"Style": "รูปแบบ",
|
||||
"Success back color": "Success back color",
|
||||
"Success text color": "Success text color",
|
||||
"Target back color": "Target back color",
|
||||
"Target border color": "Target border color",
|
||||
"Target Color:": "Target Color:",
|
||||
"Target text color": "Target text color",
|
||||
"Text Alignment:": "Text Alignment:",
|
||||
"Text color": "สีตัวอักษร",
|
||||
"Text Color": "สีตัวอักษร",
|
||||
"Text Font": "Font ตัวอักษร",
|
||||
"Text Wrap": "บังคับให้ตัวหนังสืออยู่ในขอบเขตที่กำหนด",
|
||||
"Text:": "ตัวอักษร:",
|
||||
"Time Levels": "Time Levels",
|
||||
"Timezone/Sessions": "เวลา/Sessions",
|
||||
"Top Labels": "Top Labels",
|
||||
"top": "top",
|
||||
"Up Color": "สีบวก",
|
||||
"Wave Size": "Wave Size",
|
||||
"Wick": "Wick",
|
||||
"Zoom In": "ขยายเข้า",
|
||||
"Zoom Out": "ขยายออก",
|
||||
"Borders": "เส้นขอบ",
|
||||
"Level": "Level",
|
||||
"Hlines Background": "Hlines Background",
|
||||
"Plots Background": "Plots Background",
|
||||
"Open_line_tool_position": "เปิด",
|
||||
"Closed_line_tool_position": "ปิด",
|
||||
"{0} P&L: {1}": "{0} P&L: {1}",
|
||||
"Risk/Reward Ratio: {0}": "ความเสี่ยง/ผลตอบแทน : {0}",
|
||||
"Stop: {0} ({1}%)": "ตัดขาดทุน: {0} ({1}%)",
|
||||
"Target: {0} ({1}%)": "เป้าหมาย: {0} ({1}%)",
|
||||
"SUCCESS": "สำเร็จ",
|
||||
"FAILURE": "ล้มเหลว",
|
||||
"Left Shoulder": "Left Shoulder",
|
||||
"Head": "Head",
|
||||
"Right Shoulder": "Right Shoulder",
|
||||
"Mirrored": "Mirrored",
|
||||
"Flipped": "Flipped",
|
||||
"distance: {0}": "ระยะ: {0}",
|
||||
"day": "วัน",
|
||||
"day_plural": "วัน",
|
||||
"day_plural_1": "day_plural_1",
|
||||
"day_plural_2": "day_plural_2",
|
||||
"day_plural_5": "day_plural_5",
|
||||
"week": "อาทิตย์",
|
||||
"week_plural": "อาทิตย์",
|
||||
"week_plural_1": "week_plural_1",
|
||||
"week_plural_2": "week_plural_2",
|
||||
"week_plural_5": "week_plural_5",
|
||||
"month": "เดือน",
|
||||
"month_plural": "เดือน",
|
||||
"month_plural_1": "เดือน_1",
|
||||
"month_plural_2": "month_plural_2",
|
||||
"month_plural_5": "month_plural_5",
|
||||
"minute": "นาที",
|
||||
"minute_plural": "นาที",
|
||||
"minute_plural_1": "minute_plural_1",
|
||||
"minute_plural_2": "minute_plural_2",
|
||||
"minute_plural_5": "minute_plural_5",
|
||||
"hour": "ชั่วโมง",
|
||||
"hour_plural": "ชั่วโมง",
|
||||
"hour_plural_1": "hour_plural_1",
|
||||
"hour_plural_2": "hour_plural_2",
|
||||
"hour_plural_5": "hour_plural_5",
|
||||
"y_dates": "y",
|
||||
"y_dates_plural": "y",
|
||||
"y_dates_plural_1": "y_dates_plural_1",
|
||||
"y_dates_plural_2": "y_dates_plural_2",
|
||||
"y_dates_plural_5": "y_dates_plural_5",
|
||||
"h_dates": "h",
|
||||
"D_dates": "D",
|
||||
"W_dates": "W",
|
||||
"M_dates": "M",
|
||||
"d_dates": "d",
|
||||
"m_dates": "m",
|
||||
"in_dates": "ใน",
|
||||
"Jan": "มกรา",
|
||||
"Feb": "กุมภา",
|
||||
"Mar": "มีนา",
|
||||
"Apr": "เมษา",
|
||||
"May": "พฤษภา",
|
||||
"Jun": "มิถุนา",
|
||||
"Jul": "กรกฏา",
|
||||
"Aug": "สิงหา",
|
||||
"Sep": "กันยา",
|
||||
"Oct": "ตุลา",
|
||||
"Nov": "พฤศจิกา",
|
||||
"Dec": "ธันวา",
|
||||
"Objects Tree": "ข้อมูล",
|
||||
"Manage Drawings": "จัดการรูปวาด",
|
||||
"TOOL": "เครื่องมือ",
|
||||
"SYMBOL": "สัญลักษณ์",
|
||||
"Move Up": "เลื่อนขึ้น",
|
||||
"Move Down": "เลื่อนลง",
|
||||
"All Exchanges": "ตลาดทั้งหมด",
|
||||
"All types": "ทุกรูปแบบ",
|
||||
"Stock": "หุ้น",
|
||||
"stock": "หุ้น",
|
||||
"Index": "Index",
|
||||
"index": "index",
|
||||
"Futures": "Futures",
|
||||
"futures": "futures",
|
||||
"Image URL": "URL รูปภาพ",
|
||||
"Save image": "บันทึกรูปภาพ",
|
||||
"or copy url:": "หรือ คัดลอกลิงค์",
|
||||
"Redo {0}": "ย้อนกลับ",
|
||||
"Custom color...": "สีกำหนดเอง...",
|
||||
"Search": "ค้นหา",
|
||||
"Open_in_legend": "O",
|
||||
"High_in_legend": "H",
|
||||
"Low_in_legend": "L",
|
||||
"Close_in_legend": "C",
|
||||
"Open": "เปิด",
|
||||
"High": "สูง",
|
||||
"Low": "ต่ำ",
|
||||
"Close": "ปิด",
|
||||
"(H + L)/2": "(H + L)/2",
|
||||
"(H + L + C)/3": "(H + L + C)/3",
|
||||
"(O + H + L + C)/4": "(O + H + L + C)/4",
|
||||
"UTC": "UTC",
|
||||
"Exchange": "Exchange",
|
||||
"Athens": "เอเธนส์",
|
||||
"Berlin": "เบอร์ลิน",
|
||||
"Bogota": "โบโกต้า",
|
||||
"Bangkok": "กรุงเทพ",
|
||||
"Buenos Aires": "บูโนสแอเรส",
|
||||
"Chicago": "ชิคาโก",
|
||||
"Hong Kong": "ฮ่องกง",
|
||||
"Kolkata": "โคลคาต้า",
|
||||
"London": "ลอนดอน",
|
||||
"Los Angeles": "ลอสแองเจลิส",
|
||||
"Madrid": "มาดริด",
|
||||
"Moscow": "มอสโก",
|
||||
"New York": "นิวยอร์ค",
|
||||
"Paris": "ปารีส",
|
||||
"Seoul": "โซว",
|
||||
"Shanghai": "เซี่ยงไฮ้",
|
||||
"Singapore": "สิงค์โปร์",
|
||||
"Sydney": "ซิดนีย์",
|
||||
"Taipei": "ไทเป",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "โตเกียว",
|
||||
"Toronto": "โตรอนโต",
|
||||
"Vancouver": "แวนคูเวอร์",
|
||||
"Warsaw": "วอซอร์",
|
||||
"n/a": "n/a",
|
||||
"Long_input": "Long",
|
||||
"long_input": "long",
|
||||
"longlen_input": "long length",
|
||||
"Window Size_input": "Window Size",
|
||||
"Length_input": "Length",
|
||||
"length_input": "length",
|
||||
"len_input": "length",
|
||||
"Short_input": "Short",
|
||||
"short_input": "short",
|
||||
"shortlen_input": "Short Length",
|
||||
"Mult_input": "Multiplier",
|
||||
"mult_input": "multiplier",
|
||||
"divisor_input": "divisor",
|
||||
"Divisor_input": "Divisor",
|
||||
"Upper": "Upper",
|
||||
"Lower": "Lower",
|
||||
"Long": "Long",
|
||||
"Short": "Short",
|
||||
"Signal": "Signal",
|
||||
"Jaw": "Jaw",
|
||||
"Teeth": "Teeth",
|
||||
"Lips": "Lips",
|
||||
"Zero": "Zero",
|
||||
"WMA Length_input": "WMA Length",
|
||||
"Long RoC Length_input": "Long RoC Length",
|
||||
"Short RoC Length_input": "Short RoC Length",
|
||||
"jawLength_input": "Jaw Length",
|
||||
"teethLength_input": "Teeth Length",
|
||||
"lipsLength_input": "Lips Length",
|
||||
"percent_input": "เปอร์เซ็นต์",
|
||||
"exponential_input": "Exponential",
|
||||
"smoothD_input": "Smooth D",
|
||||
"smoothK_input": "Smooth K",
|
||||
"Color 0": "สี #0",
|
||||
"Color 1": "สี #1",
|
||||
"Color 2": "สี #2",
|
||||
"Color 3": "สี #3",
|
||||
"Color 4": "สี #4",
|
||||
"sym_input": "symbol",
|
||||
"symbol_input": "symbol",
|
||||
"Sym_input": "Symbol",
|
||||
"DI Length_input": "DI Length",
|
||||
"ADX Smoothing_input": "ADX Smoothing",
|
||||
"displacement_input": "displacement",
|
||||
"Tenkan-sen": "Tenkan-sen",
|
||||
"Kijun-sen": "Kijun-sen",
|
||||
"Chikou span": "Chikou span",
|
||||
"Senkou A": "Senkou A",
|
||||
"Senkou B": "Senkou B",
|
||||
"useTrueRange_input": "Use True Range",
|
||||
"roclen1_input": "RoC 1",
|
||||
"roclen2_input": "RoC 2",
|
||||
"roclen3_input": "RoC 3",
|
||||
"roclen4_input": "RoC 4",
|
||||
"smalen1_input": "SMA 1",
|
||||
"smalen2_input": "SMA 2",
|
||||
"smalen3_input": "SMA 3",
|
||||
"smalen4_input": "SMA 4",
|
||||
"siglen_input": "Signal",
|
||||
"UpperLimit": "Upper Limit",
|
||||
"LowerLimit": "Lower Limit",
|
||||
"fastLength_input": "Fast Length",
|
||||
"slowLength_input": "Slow Length",
|
||||
"signalLength_input": "Signal Length",
|
||||
"start_input": "Start",
|
||||
"increment_input": "Increment",
|
||||
"maximum_input": "Maximum",
|
||||
"showMA_input": "แสดงเส้น MA",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "ปริมาณการซื้อขาย",
|
||||
"Volume MA": "เส้นค่าเฉลี่ยปริมาณการซื้อขาย",
|
||||
"Indicator": "ดัชนีชี้วัด",
|
||||
"Oscillator": "Oscillator",
|
||||
"lengthStoch_input": "Stoch length",
|
||||
"lengthRSI_input": "RSI length",
|
||||
"sigma_input": "sigma",
|
||||
"Sigma_input": "Sigma",
|
||||
"Crosses": "Crosses",
|
||||
"Click to set a point": "คลิกเพื่อสร้างจุด",
|
||||
"1. Slide your finger to select location for first anchor<br>2. Tap anywhere to place the first anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการ<br>2. แตะหน้าจอหนึ่งครั้งเป็นการยืนยัน",
|
||||
"1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor": "1. เลื่อนนิ้วไปยังจุดที่ต้องการต่อไป<br>2. แตะหน้าจอหนึ่งครั้งเป็นการยืนยัน",
|
||||
"retrying": "กำลังโหลด..",
|
||||
"eod data": "ข้อมูลสิ้นวัน",
|
||||
"eod delayed": "ข้อมูลสิ้นวันดีเลย์",
|
||||
"loading data": "กำลังโหลดข้อมูล",
|
||||
"invalid symbol": "เกิดข้อผิดผลาด",
|
||||
"streaming": "กำลังรับข้อมูล",
|
||||
"realtime": "realtime",
|
||||
"pre-market": "pre-open",
|
||||
"post-market": "post-market",
|
||||
"closed": "ปิด",
|
||||
"Time Interval": "Time Interval",
|
||||
"Show Symbol Labels": "แสดงป้ายกำกับ",
|
||||
"Show Symbol Labels_context_menu": "แสดงป้ายกำกับ",
|
||||
"Subminuette": "Subminuette",
|
||||
"Minuette": "Minuette",
|
||||
"Minute": "Minute",
|
||||
"Intermediate": "Intermediate",
|
||||
"Primary": "Primary",
|
||||
"Cycle": "Cycle",
|
||||
"SuperCycle": "SuperCycle",
|
||||
"GrandSuperCycle": "GrandSuperCycle",
|
||||
"Lock": "Lock",
|
||||
"Width": "Width",
|
||||
"Line With Breaks": "Line With Breaks",
|
||||
"Area With Breaks": "Area With Breaks",
|
||||
"Type": "ประเภท",
|
||||
"Simple": "ปกติ",
|
||||
"With Markers": "แสดงจุด",
|
||||
"Step": "ขั้นบันได",
|
||||
"No drawings yet": "ไม่มีรูปวาด",
|
||||
"Lock/Unlock": "ล๊อค/ปลดล๊อค",
|
||||
"deviation_input": "deviation",
|
||||
"depth_input": "depth",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "แสดงทั้งหมด",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "บันทึกช่วยจำ",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "อัตโนมัติ",
|
||||
"Invalid Symbol": "ข้อมูลผิดผลาด",
|
||||
"loading...": "กำลังโหลด....",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "เปลี่ยนชื่อ...",
|
||||
"Load": "โหลด",
|
||||
"Save": "บันทึก",
|
||||
"Rename Chart": "เปลี่ยนชื่อกราฟ",
|
||||
"{0} copy": "{0} สำเนา",
|
||||
"Please enter chart name": "กรุณาใส่ชื่อกราฟ",
|
||||
"Enter a new chart name": "กรุณาใส่ชื่อกราฟใหม่",
|
||||
"Load Chart": "โหลดกราฟ",
|
||||
"Chart Name": "ชื่อกราฟ",
|
||||
"Chart name": "ชื่อกราฟ",
|
||||
"Last Modified": "แก้ไขล่าสุด",
|
||||
"Active Symbol": "หลักทรัพย์ที่ใช้งานอยู่",
|
||||
"Fullscreen mode": "โหมดเต็มหน้าจอ",
|
||||
"Marker Color": "สี จุด",
|
||||
"Font Size": "ขนาดตัวอักษร",
|
||||
"Save New Chart": "บันทึกเป็นกราฟใหม่",
|
||||
"Source_compare": "แหล่งข้อมูล",
|
||||
"YES": "ใช่",
|
||||
"NO": "ไม่",
|
||||
"Confirmation": "การยืนยัน",
|
||||
"Are you sure you want to delete this chart?": "ยืนยันหากคุณต้องการลบกราฟ"
|
||||
}
|
||||
@@ -1,217 +1,217 @@
|
||||
{
|
||||
"propertypage-name-label_css_class": "propertypage-name-label",
|
||||
"Script Editor": "Script Editor",
|
||||
" Published Charts Timeline": "Published Charts Timeline",
|
||||
"SMA": "SMA",
|
||||
"Bar's Style": "Bar's Style",
|
||||
"Chart Properties": "Chart Properties",
|
||||
"Compare": "Compare",
|
||||
"Compare...": "Compare...",
|
||||
"Compare or Add Symbol...": "Compare or Add Symbol...",
|
||||
"Compare or Add Symbol": "Compare or Add Symbol",
|
||||
"Add Symbol": "Add Symbol",
|
||||
"Scales Properties...": "Scales Properties...",
|
||||
"Add": "Add",
|
||||
"Company Comparison": "Company Comparison",
|
||||
"Indicators, Fundamentals, Economy and Add-ons": "Indicators, Fundamentals, Economy and Add-ons",
|
||||
"Economy & Symbols": "Economy & Symbols",
|
||||
"Bars": "Bars",
|
||||
"Candles": "Candles",
|
||||
"Hollow Candles": "Hollow Candles",
|
||||
"Line": "Line",
|
||||
"Area": "Area",
|
||||
"Script Editor": "Betik Düzenleyici",
|
||||
" Published Charts Timeline": "Yayınlanmış Grafikler Haber Akışı",
|
||||
"SMA": "Basit Hareketli Ortalama",
|
||||
"Bar's Style": "Bar'ın Tarzı",
|
||||
"Chart Properties": "Grafik Özellikleri",
|
||||
"Compare": "Kıyasla",
|
||||
"Compare...": "Kıyasla...",
|
||||
"Compare or Add Symbol...": "Sembol Ekle veya Kıyasla...",
|
||||
"Compare or Add Symbol": "Sembol Ekle veya Kıyasla",
|
||||
"Add Symbol": "Sembol Ekle",
|
||||
"Scales Properties...": "Ölçeklerin Özellikleri...",
|
||||
"Add": "Ekle",
|
||||
"Company Comparison": "Firma Kıyaslama",
|
||||
"Indicators, Fundamentals, Economy and Add-ons": "Göstergeler, Temel Bilgiler, Ekonomi ve Eklentiler",
|
||||
"Economy & Symbols": "Ekonomi & Semboller",
|
||||
"Bars": "Barlar",
|
||||
"Candles": "Mum-barlar",
|
||||
"Hollow Candles": "Boşluklu Mum-barlar",
|
||||
"Line": "Çizgi",
|
||||
"Area": "Alan",
|
||||
"Heiken Ashi": "Heiken Ashi",
|
||||
"Histogram": "Histogram",
|
||||
"Cross_chart_type": "Cross",
|
||||
"Crosshair": "Crosshair",
|
||||
"Columns": "Columns",
|
||||
"Circles": "Circles",
|
||||
"Indicators": "Indicators",
|
||||
"Favorites": "Favorites",
|
||||
"Technical Analysis": "Technical Analysis",
|
||||
"No indicators matched your criteria.": "No indicators matched your criteria.",
|
||||
"Add to favorites": "Add to favorites",
|
||||
"Remove from favorites": "Remove from favorites",
|
||||
"No symbols matched your criteria": "No symbols matched your criteria",
|
||||
"Add any symbol from the list": "Add any symbol from the list",
|
||||
"Overlay the main chart": "Overlay the main chart",
|
||||
"Symbols to be added on the chart": "Symbols to be added on the chart",
|
||||
"Symbol": "Symbol",
|
||||
"Default": "Default",
|
||||
"Defaults": "Defaults",
|
||||
"OK": "OK",
|
||||
"Cancel": "Cancel",
|
||||
" color": "color",
|
||||
" transparency": "transparency",
|
||||
" visibility": "visibility",
|
||||
"Add To Watchlist": "Add To Watchlist",
|
||||
"Apply": "Apply",
|
||||
"Arguments in Header": "Arguments in Header",
|
||||
"Arrow": "Arrow",
|
||||
"Auto Scale": "Auto Scale",
|
||||
"Background": "Background",
|
||||
"bars": "bars",
|
||||
"bars_margin": "bars",
|
||||
"{0} bars": "{0} bars",
|
||||
"Bottom Margin": "Bottom Margin",
|
||||
"Bring Forward": "Bring Forward",
|
||||
"Bring to Front": "Bring to Front",
|
||||
"Clone": "Clone",
|
||||
"Color Theme": "Color Theme",
|
||||
"Copy": "Copy",
|
||||
"Extended Hours": "Extended Hours",
|
||||
"Format...": "Format...",
|
||||
"Full Screen": "Full Screen",
|
||||
"Grid Lines": "Grid Lines",
|
||||
"Hide All Drawing Tools": "Hide All Drawing Tools",
|
||||
"Hide": "Hide",
|
||||
"Insert Drawing Tool": "Insert Drawing Tool",
|
||||
"Insert Indicator...": "Insert Indicator...",
|
||||
"Last Value on Price Scale": "Last Value on Price Scale",
|
||||
"Link To": "Link To",
|
||||
"Load New Bars": "Load New Bars",
|
||||
"Lock All Drawing Tools": "Lock All Drawing Tools",
|
||||
"Lock Scale": "Lock Scale",
|
||||
"Lock scale": "Lock scale",
|
||||
"Log Scale": "Log Scale",
|
||||
"log": "log",
|
||||
"Magnet Mode": "Magnet Mode",
|
||||
"Merge Down": "Merge Down",
|
||||
"Merge Up": "Merge Up",
|
||||
"Objects Tree...": "Objects Tree...",
|
||||
"Cross_chart_type": "Kesişme",
|
||||
"Crosshair": "Nişan çaprazı",
|
||||
"Columns": "Sütunlar",
|
||||
"Circles": "Çemberler",
|
||||
"Indicators": "Göstergeler",
|
||||
"Favorites": "Favoriler",
|
||||
"Technical Analysis": "Teknik Analiz",
|
||||
"No indicators matched your criteria.": "Kriterinize uygun hiçbir gösterge bulunamadı.",
|
||||
"Add to favorites": "Favorilere ekle",
|
||||
"Remove from favorites": "Favorilerden çıkar",
|
||||
"No symbols matched your criteria": "Kriterinize uygun hiçbir gösterge bulunamadı",
|
||||
"Add any symbol from the list": "Listeden herhangi bir sembolü ekle",
|
||||
"Overlay the main chart": "Ana alanın üstüne yerleştir",
|
||||
"Symbols to be added on the chart": "Grafiğe eklenecek olan semboller",
|
||||
"Symbol": "Sembol",
|
||||
"Default": "Varsayılan",
|
||||
"Defaults": "Varsayılanlar",
|
||||
"OK": "Tamam",
|
||||
"Cancel": "İptal",
|
||||
" color": "renk",
|
||||
" transparency": "şeffaflık",
|
||||
" visibility": "görünürlük",
|
||||
"Add To Watchlist": "İzleme Listesine Ekle",
|
||||
"Apply": "Uygula",
|
||||
"Arguments in Header": "Başlıktaki Argümanlar",
|
||||
"Arrow": "Ok",
|
||||
"Auto Scale": "Otomatik ölçek",
|
||||
"Background": "Zemin",
|
||||
"bars": "bar",
|
||||
"bars_margin": "bar",
|
||||
"{0} bars": "{0} bar",
|
||||
"Bottom Margin": "Alt Kenar Boşluğu",
|
||||
"Bring Forward": "Öne getir",
|
||||
"Bring to Front": "En öne getir",
|
||||
"Clone": "Klon",
|
||||
"Color Theme": "Renk Teması",
|
||||
"Copy": "Kopyala",
|
||||
"Extended Hours": "Uzatılmış Saatler",
|
||||
"Format...": "Biçim...",
|
||||
"Full Screen": "Tam Ekran",
|
||||
"Grid Lines": "Klavuz Çizgileri",
|
||||
"Hide All Drawing Tools": "Tüm Çizim Aletlerini Gizle",
|
||||
"Hide": "Gizle",
|
||||
"Insert Drawing Tool": "Çizim Aleti Ekle",
|
||||
"Insert Indicator...": "Gösterge Ekle",
|
||||
"Last Value on Price Scale": "Fiyat Ölçeğindeki Son Fiyat",
|
||||
"Link To": "Bağlantı",
|
||||
"Load New Bars": "Yeni Barları Yükle",
|
||||
"Lock All Drawing Tools": "Tüm Çizim Araçlarını Kilitle",
|
||||
"Lock Scale": "Ölçeği Kilitle",
|
||||
"Lock scale": "Ölçeği kilitle",
|
||||
"Log Scale": "Logaritmik Ölçek",
|
||||
"log": "logaritmik",
|
||||
"Magnet Mode": "Mıknatıs Modu",
|
||||
"Merge Down": "Aşağıya doğru Birleştir",
|
||||
"Merge Up": "Yukarıya doğru Birleştir",
|
||||
"Objects Tree...": "Nesnelerin Ağacı...",
|
||||
"Offset": "Offset",
|
||||
"Override Min Tick": "Override Min Tick",
|
||||
"Percentage": "Percentage",
|
||||
"Precision": "Precision",
|
||||
"Price Line": "Price Line",
|
||||
"Properties...": "Properties...",
|
||||
"Redo": "Redo",
|
||||
"Remove All Drawing Tools": "Remove All Drawing Tools",
|
||||
"Remove All Studies": "Remove All Studies",
|
||||
"Remove All Indicators": "Remove All Indicators",
|
||||
"Remove": "Remove",
|
||||
"Reset Chart": "Reset Chart",
|
||||
"Reset Scale": "Reset Scale",
|
||||
"Reset": "Reset",
|
||||
"Right Margin": "Right Margin",
|
||||
"Save As...": "Save As...",
|
||||
"Scale Left": "Scale Left",
|
||||
"Scale Percentage": "Scale Percentage",
|
||||
"Scale Right": "Scale Right",
|
||||
"Scale Series Only": "Scale Series Only",
|
||||
"Scale series only": "Scale series only",
|
||||
"Scale Series only": "Scale Series only",
|
||||
"Scales Lines": "Scales Lines",
|
||||
"Scales Text": "Scales Text",
|
||||
"Scaling": "Scaling",
|
||||
"Screen (No Scale)": "Screen (No Scale)",
|
||||
"Send Backward": "Send Backward",
|
||||
"Send to Back": "Send to Back",
|
||||
"Session Breaks": "Session Breaks",
|
||||
"Show Arguments in Header": "Show Arguments in Header",
|
||||
"Show Last Value on Price Scale": "Show Last Value on Price Scale",
|
||||
"Show Left Axis": "Show Left Axis",
|
||||
"Show Right Axis": "Show Right Axis",
|
||||
"Show": "Show",
|
||||
"Stay In Drawing Mode": "Stay In Drawing Mode",
|
||||
"Symbol Search...": "Symbol Search...",
|
||||
"Change Symbol": "Change Symbol",
|
||||
"Change Symbol...": "Change Symbol...",
|
||||
"Time Zone": "Time Zone",
|
||||
"TimeZone": "TimeZone",
|
||||
"Percentage": "Yüzde",
|
||||
"Precision": "Hassasiyet",
|
||||
"Price Line": "Fiyat Çizgisi",
|
||||
"Properties...": "Özellikler...",
|
||||
"Redo": "Yinele",
|
||||
"Remove All Drawing Tools": "Tüm Çizim Araçlarını Kaldır",
|
||||
"Remove All Studies": "Tüm Çalışmaları Kaldır",
|
||||
"Remove All Indicators": "Tüm Göstergelerı Kaldır",
|
||||
"Remove": "Kaldır",
|
||||
"Reset Chart": "Grafiği Sıfırla",
|
||||
"Reset Scale": "Ölçeği Sıfırla",
|
||||
"Reset": "Sıfırla",
|
||||
"Right Margin": "Sağ Kenar Boşluğu",
|
||||
"Save As...": "Farklı Kaydet...",
|
||||
"Scale Left": "Sola Ölçekle",
|
||||
"Scale Percentage": "Yüzdesel Ölçek",
|
||||
"Scale Right": "Sağa Ölçekle",
|
||||
"Scale Series Only": "Sadece Serileri Ölçeklendir",
|
||||
"Scale series only": "Sadece serileri ölçeklendir",
|
||||
"Scale Series only": "Sadece Serileri ölçeklendir",
|
||||
"Scales Lines": "Ölçek Çizgileri",
|
||||
"Scales Text": "Ölçek Metni",
|
||||
"Scaling": "Ölçekleme",
|
||||
"Screen (No Scale)": "Ekran (Ölçeksiz)",
|
||||
"Send Backward": "Geriye Gönder",
|
||||
"Send to Back": "En Geriye Gönder",
|
||||
"Session Breaks": "Seans Araları",
|
||||
"Show Arguments in Header": "Argümanları Başlıkta Göster",
|
||||
"Show Last Value on Price Scale": "Son Değeri Fiyat Ölçeğinde Göster",
|
||||
"Show Left Axis": "Sol Ekseni Göster",
|
||||
"Show Right Axis": "Sağ Ekseni Göster",
|
||||
"Show": "Göster",
|
||||
"Stay In Drawing Mode": "Çizim Modunda Kal",
|
||||
"Symbol Search...": "Sembol Ara...",
|
||||
"Change Symbol": "Sembol Değiştir",
|
||||
"Change Symbol...": "Sembol Değiştir...",
|
||||
"Time Zone": "Zaman Dilimi",
|
||||
"TimeZone": "ZamanDilimi",
|
||||
"Top Margin": "Top Margin",
|
||||
"Transparency": "Transparency",
|
||||
"Undo {0}": "Undo {0}",
|
||||
"Undo": "Undo",
|
||||
"Unmerge Down": "Unmerge Down",
|
||||
"Unmerge Up": "Unmerge Up",
|
||||
"Visual Order": "Visual Order",
|
||||
"Watermark": "Watermark",
|
||||
"Show Objects Tree": "Show Objects Tree",
|
||||
"Transparency": "Şeffaflık",
|
||||
"Undo {0}": "Geri al {0}",
|
||||
"Undo": "Geri al",
|
||||
"Unmerge Down": "Aşağıdan Ayrıştır",
|
||||
"Unmerge Up": "Yukarıdan Ayrıştır",
|
||||
"Visual Order": "Görsel Sıra",
|
||||
"Watermark": "Filigran",
|
||||
"Show Objects Tree": "Nesnelerin Ağacını Göster",
|
||||
"cursors-group-css-class": "cursors-group-css-class",
|
||||
"ABCD Pattern": "ABCD Pattern",
|
||||
"Anchored Text": "Anchored Text",
|
||||
"Arc": "Arc",
|
||||
"Arrow Mark Down": "Arrow Mark Down",
|
||||
"Arrow Mark Left": "Arrow Mark Left",
|
||||
"Arrow Mark Right": "Arrow Mark Right",
|
||||
"Arrow Mark Up": "Arrow Mark Up",
|
||||
"Balloon": "Balloon",
|
||||
"Bars Pattern": "Bars Pattern",
|
||||
"Brush": "Brush",
|
||||
"ABCD Pattern": "ABCD Kalıbı",
|
||||
"Anchored Text": "Yapışık Metin",
|
||||
"Arc": "Yay",
|
||||
"Arrow Mark Down": "Ok İşareti Aşağı",
|
||||
"Arrow Mark Left": "Ok İşareti Sola",
|
||||
"Arrow Mark Right": "Ok İşareti Sağa",
|
||||
"Arrow Mark Up": "Ok İşareti Yukarı",
|
||||
"Balloon": "Balon",
|
||||
"Bars Pattern": "Barlar Kalıbı",
|
||||
"Brush": "Fırça",
|
||||
"Callout": "Callout",
|
||||
"Circle Lines": "Circle Lines",
|
||||
"Cross": "Cross",
|
||||
"Cyclic Lines": "Cyclic Lines",
|
||||
"Date Range": "Date Range",
|
||||
"Disjoint Angle": "Disjoint Angle",
|
||||
"Dot": "Dot",
|
||||
"Elliott Labels": "Elliott Labels",
|
||||
"Circle Lines": "Çember Çizgiler",
|
||||
"Cross": "Kesişme",
|
||||
"Cyclic Lines": "Halkalı Çizgiler",
|
||||
"Date Range": "Tarih Aralığı",
|
||||
"Disjoint Angle": "Ek Yeri Açısı",
|
||||
"Dot": "Nokta",
|
||||
"Elliott Labels": "Elliott Etiketleri",
|
||||
"Elliott Major Retracement": "Elliott Major Retracement",
|
||||
"Elliott Minor Retracement": "Elliott Minor Retracement",
|
||||
"Elliott Wave Cycle": "Elliott Wave Cycle",
|
||||
"Elliott Wave Minor": "Elliott Wave Minor",
|
||||
"Elliott Wave Subminuette": "Elliott Wave Subminuette",
|
||||
"Ellipse": "Ellipse",
|
||||
"Eraser": "Eraser",
|
||||
"Extended": "Extended",
|
||||
"Extended Line": "Extended Line",
|
||||
"Fib Channel": "Fib Channel",
|
||||
"Fib Circles": "Fib Circles",
|
||||
"Ellipse": "Oval",
|
||||
"Eraser": "Silici",
|
||||
"Extended": "Uzatılmış",
|
||||
"Extended Line": "Uzatılmış Çizgi",
|
||||
"Fib Channel": "Fib Kanal",
|
||||
"Fib Circles": "Fib Çemberler",
|
||||
"Fib Retracement": "Fib Retracement",
|
||||
"Fib Speed Resistance Arcs": "Fib Speed Resistance Arcs",
|
||||
"Fib Speed Resistance Fan": "Fib Speed Resistance Fan",
|
||||
"Fib Spiral": "Fib Spiral",
|
||||
"Fib Time Zone": "Fib Time Zone",
|
||||
"Fib Time Zone": "Fib Zaman Dilimi",
|
||||
"Fib Wedge": "Fib Wedge",
|
||||
"Flag Mark": "Flag Mark",
|
||||
"Flat Top/Bottom": "Flat Top/Bottom",
|
||||
"Flat Bottom": "Flat Bottom",
|
||||
"Forecast": "Forecast",
|
||||
"Forecast": "Tahmin",
|
||||
"Gann Box": "Gann Box",
|
||||
"Gann Fan": "Gann Fan",
|
||||
"Gann Square": "Gann Square",
|
||||
"Head & Shoulders": "Head & Shoulders",
|
||||
"Horizontal Line": "Horizontal Line",
|
||||
"Horizontal Ray": "Horizontal Ray",
|
||||
"Icon": "Icon",
|
||||
"Head & Shoulders": "Baş & Omuzlar",
|
||||
"Horizontal Line": "Yatay Çizgi",
|
||||
"Horizontal Ray": "Yatay Işın",
|
||||
"Icon": "Simge",
|
||||
"Inside Pitchfork": "Inside Pitchfork",
|
||||
"Long Position": "Long Position",
|
||||
"Long Position": "Yükselişe Pozisyon",
|
||||
"Risk/Reward long": "Risk/Reward long",
|
||||
"Modified Schiff Pitchfork": "Modified Schiff Pitchfork",
|
||||
"Parallel Channel": "Parallel Channel",
|
||||
"Pitchfan": "Pitchfan",
|
||||
"Pitchfork": "Pitchfork",
|
||||
"Polyline": "Polyline",
|
||||
"Price Label": "Price Label",
|
||||
"Price Range": "Price Range",
|
||||
"Price Label": "Fiyat Etiketi",
|
||||
"Price Range": "Fiyat Aralığı",
|
||||
"Projection": "Projection",
|
||||
"Ray": "Ray",
|
||||
"Rectangle": "Rectangle",
|
||||
"Rectangle": "Dikdörtgen",
|
||||
"Regression Trend": "Regression Trend",
|
||||
"Rotated Rectangle": "Rotated Rectangle",
|
||||
"Schiff Pitchfork": "Schiff Pitchfork",
|
||||
"Schiff": "Schiff",
|
||||
"Original": "Original",
|
||||
"Original": "Asıl",
|
||||
"Modified Schiff": "Modified Schiff",
|
||||
"Inside": "Inside",
|
||||
"Short Position": "Short Position",
|
||||
"Risk/Reward short": "Risk/Reward short",
|
||||
"Text": "Text",
|
||||
"Comment": "Comment",
|
||||
"Three Drivers Pattern": "Three Drivers Pattern",
|
||||
"Short Position": "Düşüşe Pozisyon",
|
||||
"Risk/Reward short": "Zarar/Kar düşüş",
|
||||
"Text": "Metin",
|
||||
"Comment": "Yorum",
|
||||
"Three Drivers Pattern": "3 Sürücüler Kalıbı",
|
||||
"Thumb Down": "Thumb Down",
|
||||
"Thumb Up": "Thumb Up",
|
||||
"Trend Angle": "Trend Angle",
|
||||
"Trend Line": "Trend Line",
|
||||
"Trend Angle": "Meyil Açı",
|
||||
"Trend Line": "Meyil Çizgi",
|
||||
"Trend-Based Fib Extension": "Trend-Based Fib Extension",
|
||||
"Trend-Based Fib Time": "Trend-Based Fib Time",
|
||||
"Triangle Pattern": "Triangle Pattern",
|
||||
"Triangle Pattern": "Üçgen Kalıbı",
|
||||
"Triangle": "Triangle",
|
||||
"Vertical Line": "Vertical Line",
|
||||
"XABCD Pattern": "XABCD Pattern",
|
||||
"Angle:": "Angle:",
|
||||
"Arcs": "Arcs",
|
||||
"Vertical Line": "Dikey Çizgi",
|
||||
"XABCD Pattern": "XABCD Kalıbı",
|
||||
"Angle:": "Açı:",
|
||||
"Arcs": "Yaylar",
|
||||
"Background color 1": "Background color 1",
|
||||
"Background color 2": "Background color 2",
|
||||
"Background Color": "Background Color",
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "Singapore",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "Increment",
|
||||
"maximum_input": "Maximum",
|
||||
"showMA_input": "Show MA",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Volume",
|
||||
"Volume MA": "Volume MA",
|
||||
"Indicator": "Indicator",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "No drawings yet",
|
||||
"Lock/Unlock": "Lock/Unlock",
|
||||
"deviation_input": "deviation",
|
||||
"depth_input": "depth"
|
||||
"depth_input": "depth",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
664
charting_library/static/localization/translations/vi.json
Normal file
@@ -0,0 +1,664 @@
|
||||
{
|
||||
"propertypage-name-label_css_class": "propertypage-name-label",
|
||||
"Script Editor": "Soạn thảo kịch bản",
|
||||
" Published Charts Timeline": "Các biểu đồ dòng thời gian được công bố",
|
||||
"SMA": "SMA",
|
||||
"Bar's Style": "Hình dạng biểu đồ ",
|
||||
"Chart Properties": "Đặc tính biểu đồ",
|
||||
"Compare": "So sánh",
|
||||
"Compare...": "So sánh...",
|
||||
"Compare or Add Symbol...": "So sánh và thêm mã giao dịch...",
|
||||
"Compare or Add Symbol": "So sánh và thêm mã giao dịch",
|
||||
"Add Symbol": "Thêm mã giao dịch",
|
||||
"Scales Properties...": "Đặc tính chia tỷ lệ",
|
||||
"Add": "Thêm",
|
||||
"Company Comparison": "So sánh các công ty",
|
||||
"Indicators, Fundamentals, Economy and Add-ons": "Các chỉ số, yếu tố cơ bản, cơ cấu sắp xếp và tiện ích",
|
||||
"Economy & Symbols": "Cơ cấu sắp xếp & Mã giao dịch",
|
||||
"Bars": "Biểu đồ thanh",
|
||||
"Candles": "Biểu đồ nến",
|
||||
"Hollow Candles": "Biểu đồ nến rỗng",
|
||||
"Line": "Biểu đồ đường viền",
|
||||
"Area": "Biểu đồ vùng",
|
||||
"Heiken Ashi": "Biểu đồ Heiken Ashi",
|
||||
"Histogram": "Biểu đồ tần suât",
|
||||
"Cross_chart_type": "Chéo nhau",
|
||||
"Crosshair": "Đường chữ thập",
|
||||
"Columns": "Các cột",
|
||||
"Circles": "Các vòng tròn",
|
||||
"Indicators": "Các chỉ số",
|
||||
"Favorites": "Mục yêu thích",
|
||||
"Technical Analysis": "Phân tích kĩ thuật",
|
||||
"No indicators matched your criteria.": "Không có chỉ số nào khớp với tiêu chuẩn của bạn",
|
||||
"Add to favorites": "Thêm vào mục yêu thích",
|
||||
"Remove from favorites": "Loại bỏ khỏi mục yêu thích",
|
||||
"No symbols matched your criteria": "Không mã giao dịch nào khớp với tiêu chuẩn của bạn",
|
||||
"Add any symbol from the list": "Thêm bất cứ mã giao dịch từ danh sách",
|
||||
"Overlay the main chart": "Chèn vào biểu đồ chính",
|
||||
"Symbols to be added on the chart": "Các mã giao dịch được thêm vào biểu đồ",
|
||||
"Symbol": "Mã giao dịch",
|
||||
"Default": "Mặc định",
|
||||
"Defaults": "Các mặc định",
|
||||
"OK": "Đồng ý",
|
||||
"Cancel": "Hủy bỏ",
|
||||
" color": "màu sắc",
|
||||
" transparency": "độ minh bạch",
|
||||
" visibility": "khả năng hiển thị",
|
||||
"Add To Watchlist": "Thêm vào danh sách theo dõi",
|
||||
"Apply": "Áp dụng",
|
||||
"Arguments in Header": "Đối số trong tiêu đề",
|
||||
"Arrow": "Mũi tên",
|
||||
"Auto Scale": "Tự động chia tỷ lệ",
|
||||
"Background": "Hình nền",
|
||||
"bars": "Thanh",
|
||||
"bars_margin": "Thanh ",
|
||||
"{0} bars": "{0} thanh",
|
||||
"Bottom Margin": "Lề dưới",
|
||||
"Bring Forward": "Đưa ra",
|
||||
"Bring to Front": "Đưa lên phía trước",
|
||||
"Clone": "Bản sao",
|
||||
"Color Theme": "Màu sắc chủ đề",
|
||||
"Copy": "Sao chép",
|
||||
"Extended Hours": "Thời gian mở rộng",
|
||||
"Format...": "Định dạng...",
|
||||
"Full Screen": "Toàn màn hình",
|
||||
"Grid Lines": "Đường lưới",
|
||||
"Hide All Drawing Tools": "Ấn tất cả công cụ vẽ",
|
||||
"Hide": "Ẩn",
|
||||
"Insert Drawing Tool": "Chèn công cụ vẽ",
|
||||
"Insert Indicator...": "Chèn chỉ số...",
|
||||
"Last Value on Price Scale": "Giá trị cuối cùng trên thang giá",
|
||||
"Link To": "Liên kết đến",
|
||||
"Load New Bars": "Tải các thanh mới",
|
||||
"Lock All Drawing Tools": "Khóa tất cả công cụ vẽ",
|
||||
"Lock Scale": "Khóa chia tỷ lệ",
|
||||
"Lock scale": "Khóa chia tỷ lệ",
|
||||
"Log Scale": "Tỷ lệ logarit",
|
||||
"log": "logarit",
|
||||
"Magnet Mode": "Chế độ nam châm",
|
||||
"Merge Down": "Sáp nhập xuống",
|
||||
"Merge Up": "Sáp nhập lên",
|
||||
"Objects Tree...": "Danh sách đối tượng...",
|
||||
"Offset": "Bù lại",
|
||||
"Override Min Tick": "Điều chỉnh số thập phân",
|
||||
"Percentage": "Tỷ lệ phần trăm",
|
||||
"Precision": "Độ chính xác",
|
||||
"Price Line": "Đường giá",
|
||||
"Properties...": "Đặc tính...",
|
||||
"Redo": "Làm lại",
|
||||
"Remove All Drawing Tools": "Loại bỏ tất cả công cụ vẽ",
|
||||
"Remove All Studies": "Loại bỏ tất cả thay đổi",
|
||||
"Remove All Indicators": "Loại bỏ tất cả các chỉ số",
|
||||
"Remove": "Loại bỏ",
|
||||
"Reset Chart": "Thiết lập lại biểu đồ",
|
||||
"Reset Scale": "Thiết lập lại chia tỷ lệ",
|
||||
"Reset": "Thiết lập lại",
|
||||
"Right Margin": "Lề phải",
|
||||
"Save As...": "Lưu dưới dạng...",
|
||||
"Scale Left": "Chia tỷ lệ theo bên trái",
|
||||
"Scale Percentage": "Chia tỷ lệ theo dạng phần trăm",
|
||||
"Scale Right": "Chia tỷ lệ theo bên phải",
|
||||
"Scale Series Only": "Chia tỷ lệ theo số liệu",
|
||||
"Scale series only": "Chia tỷ lệ theo số liệu",
|
||||
"Scale Series only": "Chia tỷ lệ theo số liệu",
|
||||
"Scales Lines": "Đường tỷ lệ",
|
||||
"Scales Text": "Văn bản tỷ lệ",
|
||||
"Scaling": "Chia tỷ lệ",
|
||||
"Screen (No Scale)": "Không chia tỷ lệ",
|
||||
"Send Backward": "Gửi ngược lại",
|
||||
"Send to Back": "Gửi cho quay lại",
|
||||
"Session Breaks": "Nghỉ giữa phiên",
|
||||
"Show Arguments in Header": "Hiển thị đối số trong tiêu đề",
|
||||
"Show Last Value on Price Scale": "Hiển thị giá trị cuối cùng trên thang giá",
|
||||
"Show Left Axis": "Hiển thị trục trái",
|
||||
"Show Right Axis": "Hiển thị trục phải",
|
||||
"Show": "Hiển thị",
|
||||
"Stay In Drawing Mode": "Giữ nguyên chế độ vẽ",
|
||||
"Symbol Search...": "Tìm mã giao dịch...",
|
||||
"Change Symbol": "Đổi mã giao dịch",
|
||||
"Change Symbol...": "Đổi mã giao dịch...",
|
||||
"Time Zone": "Múi giờ ",
|
||||
"TimeZone": "Múi giờ ",
|
||||
"Top Margin": "Lề trên",
|
||||
"Transparency": "Độ minh bạch",
|
||||
"Undo {0}": "Khôi phục {0}",
|
||||
"Undo": "Khôi phục",
|
||||
"Unmerge Down": "Hủy sáp nhập xuống",
|
||||
"Unmerge Up": "Hủy sáp nhập lên",
|
||||
"Visual Order": "Thứ tự trực quan",
|
||||
"Watermark": "Chữ mờ",
|
||||
"Show Objects Tree": "Hiển thị danh sách đối tượng",
|
||||
"cursors-group-css-class": "cursors-group-css-class",
|
||||
"ABCD Pattern": "Mẫu hình ABCD",
|
||||
"Anchored Text": "Neo văn bản",
|
||||
"Arc": "Hình vòng cung",
|
||||
"Arrow Mark Down": "Đánh dấu mũi tên xuống",
|
||||
"Arrow Mark Left": "Đánh dấu mũi tên sang trái",
|
||||
"Arrow Mark Right": "Đánh dấu mũi tên sang phải",
|
||||
"Arrow Mark Up": "Đánh dấu mũi tên lên",
|
||||
"Balloon": "Bình luận",
|
||||
"Bars Pattern": "Mẫu hình thanh",
|
||||
"Brush": "Cọ vẽ",
|
||||
"Callout": "Chú thích",
|
||||
"Circle Lines": "Các đường vòng tròn",
|
||||
"Cross": "Đường chéo",
|
||||
"Cyclic Lines": "Các đường chu kỳ",
|
||||
"Date Range": "Phạm vi ngày",
|
||||
"Disjoint Angle": "Góc phân chia",
|
||||
"Dot": "Dấu chấm",
|
||||
"Elliott Labels": "Quy ước dán nhãn với sóng Elliott",
|
||||
"Elliott Major Retracement": "Sóng Elliott lớn thoái lui",
|
||||
"Elliott Minor Retracement": "Sóng Elliott nhỏ thoái lui",
|
||||
"Elliott Wave Cycle": "Sóng Elliott chu kỳ",
|
||||
"Elliott Wave Minor": "Sóng Elliott nhỏ",
|
||||
"Elliott Wave Subminuette": "Sóng Elliott cực nhỏ",
|
||||
"Ellipse": "Hình elip",
|
||||
"Eraser": "Tẩy",
|
||||
"Extended": "Kéo dài",
|
||||
"Extended Line": "Đường kéo dài",
|
||||
"Fib Channel": "Kênh Fibonacci",
|
||||
"Fib Circles": "Các vòng Fibonacci",
|
||||
"Fib Retracement": "Fibonacci thoái lui",
|
||||
"Fib Speed Resistance Arcs": "Fibonacci kháng cự vòng cung",
|
||||
"Fib Speed Resistance Fan": "Fibonacci kháng cự dạng quạt",
|
||||
"Fib Spiral": "Fibonacci hình xoắn ốc",
|
||||
"Fib Time Zone": "Fibonacci vùng thời gian",
|
||||
"Fib Wedge": "Fibonacci hình cái nêm",
|
||||
"Flag Mark": "Cờ đánh dấu",
|
||||
"Flat Top/Bottom": "Mặt phẳng đỉnh/đáy",
|
||||
"Flat Bottom": "Mặt phẳng đáy",
|
||||
"Forecast": "Dự đoán",
|
||||
"Gann Box": "Mô hình hộp Gann",
|
||||
"Gann Fan": "Mô hình quạt Gann",
|
||||
"Gann Square": "Mô hình vuông Gann",
|
||||
"Head & Shoulders": "Mô hình Vai-Đầu-Vai",
|
||||
"Horizontal Line": "Đường nằm ngang",
|
||||
"Horizontal Ray": "Tia nằm ngang",
|
||||
"Icon": "Biểu tượng",
|
||||
"Inside Pitchfork": "Mô hình Pitchfork mặt trong",
|
||||
"Long Position": "Vị trí mua",
|
||||
"Risk/Reward long": "Rủi ro/lợi nhuận ở trạng thái mua",
|
||||
"Modified Schiff Pitchfork": "Mô hình Schiff Pitchfork biến đổi",
|
||||
"Parallel Channel": "Kênh song song",
|
||||
"Pitchfan": "Mô hình Pitchfork dạng quạt",
|
||||
"Pitchfork": "Mô hình Pitchfork",
|
||||
"Polyline": "Hình polyline",
|
||||
"Price Label": "Nhãn giá",
|
||||
"Price Range": "Phạm vi giá",
|
||||
"Projection": "Phép chiếu",
|
||||
"Ray": "Tia",
|
||||
"Rectangle": "Hình chữ nhật",
|
||||
"Regression Trend": "Xu hướng hồi quy",
|
||||
"Rotated Rectangle": "Hình chữ nhật xoay chuyển",
|
||||
"Schiff Pitchfork": "Mô hình Schiff Pitchfork",
|
||||
"Schiff": "Schiff",
|
||||
"Original": "Nguyên bản",
|
||||
"Modified Schiff": "Mô hình Schiff biến đổi",
|
||||
"Inside": "Bên trong",
|
||||
"Short Position": "Vị trí bán",
|
||||
"Risk/Reward short": "Rủi ro/Lợi nhuận ở trạng thái bán",
|
||||
"Text": "Văn bản",
|
||||
"Comment": "Bình luận",
|
||||
"Three Drivers Pattern": "Mẫu hình 1-2-3",
|
||||
"Thumb Down": "Giơ ngón tay cái xuống",
|
||||
"Thumb Up": "Giơ ngón tay cái lên",
|
||||
"Trend Angle": "Góc xu hướng",
|
||||
"Trend Line": "Đường xu hướng",
|
||||
"Trend-Based Fib Extension": "Fibonacci mở rộng dựa trên xu hướng",
|
||||
"Trend-Based Fib Time": "Fibonacci vùng thời gian dựa trên xu hướng",
|
||||
"Triangle Pattern": "Mẫu hình tam giác",
|
||||
"Triangle": "Hình tam giác",
|
||||
"Vertical Line": "Đường thẳng đứng",
|
||||
"XABCD Pattern": "Mẫu hình XABCD",
|
||||
"Angle:": "Góc:",
|
||||
"Arcs": "Các vòng cung",
|
||||
"Background color 1": "Màu hình nền 1",
|
||||
"Background color 2": "Màu hình nền 2",
|
||||
"Background Color": "Màu hình nền ",
|
||||
"Bar #": "Các thanh #",
|
||||
"Border color": "Màu đường viền",
|
||||
"Border Color": "Màu đường viền",
|
||||
"Border": "Đường viền",
|
||||
"Bottom Lables": "Nhãn dưới",
|
||||
"bottom": "phía dưới",
|
||||
"center": "trung tâm",
|
||||
"Channel": "Kênh",
|
||||
"Coeffs As Percents": "Hệ số theo phần trăm",
|
||||
"Color bars based on previous close": "Các thanh màu dựa trên đóng cửa phiên trước",
|
||||
"Color": "Màu sắc",
|
||||
"Color:": "Màu sắc:",
|
||||
"Coordinates": "Tọa độ",
|
||||
"Delete": "Xóa",
|
||||
"Down Color": "Màu giá xuống",
|
||||
"Drawings": "Các hình vẽ",
|
||||
"Entry price:": "Giá ban đầu:",
|
||||
"Events": "Các sự kiện",
|
||||
"Extend Left End": "Kéo dài phía cuối trái",
|
||||
"Extend Left": "Kéo dài phía trái",
|
||||
"Extend Lines": "Kéo dài các đường",
|
||||
"Extend Right End": "Kéo dài phía cuối phải",
|
||||
"Extend Right": "Kéo dài phía phải",
|
||||
"Extend": "Kéo dài",
|
||||
"Failure back color": "Màu nền cho lệnh thất bại",
|
||||
"Failure text color": "Màu văn bản cho lệnh thất bại",
|
||||
"Fans": "Các cánh quạt",
|
||||
"Fill": "Lấp đầy",
|
||||
"Format": "Định dạng",
|
||||
"Graphics": "Đồ họa",
|
||||
"Grid": "Lưới",
|
||||
"Help": "Trợ giúp",
|
||||
"HLC Bars": "Các thanh HLC",
|
||||
"Inputs": "Các đầu vào",
|
||||
"Label Background": "Hình nền của nhãn",
|
||||
"Label": "Nhãn",
|
||||
"Labels": "Các nhãn",
|
||||
"Left End": "Phía cuối bên trái",
|
||||
"Left Labels": "Các nhãn bên trái",
|
||||
"left": "Bên trái",
|
||||
"Level {0}": "Cấp độ {0}",
|
||||
"Levels": "Các cấp độ",
|
||||
"Lines": "Các đường ",
|
||||
"Major": "Sóng lớn",
|
||||
"Measure (Shift + Click on the chart)": "Đo lường (Shift + Click trên biểu đồ)",
|
||||
"Median": "Trung bình",
|
||||
"middle": "khoảng giữa",
|
||||
"Middle": "Khoảng giữa",
|
||||
"Minor": "Sóng nhỏ",
|
||||
"Mode": "Chế độ",
|
||||
"Normal": "Bình thường",
|
||||
"Plot": "Lô",
|
||||
"Price Levels": "Các cấp độ giá",
|
||||
"Price Source": "Nguồn giá",
|
||||
"Price": "Giá",
|
||||
"Price:": "Giá:",
|
||||
"Prices": "Các mức giá",
|
||||
"Profit Background Color": "Màu hình nền phần lợi nhuận",
|
||||
"Profit Level. Ticks:": "Cấp độ lợi nhuận. Đánh dấu:",
|
||||
"Properties": "Đặc tính",
|
||||
"Reverse": "Đảo ngược",
|
||||
"Right End": "Phía cuối bên phải",
|
||||
"Right Lables": "Các nhãn bên phải",
|
||||
"right": "phải",
|
||||
"Log Scale_scale_menu": "Tỷ lệ logarit",
|
||||
"Percentage_scale_menu": "Phần trăm",
|
||||
"Scales": "Điều chỉnh tỷ lệ",
|
||||
"Settings": "Cài đặt",
|
||||
"Show Background": "Hiển thị hình nền ",
|
||||
"Show Bars Range": "Hiển thị phạm vi các thanh",
|
||||
"Show Date/Time Range": "Hiển thị phạm vi ngày/thời gian",
|
||||
"Show Distance": "Hiển thị khoảng cách",
|
||||
"Show Labels": "Hiển thị các nhãn",
|
||||
"Show Price Range": "Hiển thị phạm vi giá",
|
||||
"Show Price": "Hiển thị giá",
|
||||
"Show Prices": "Hiển thị các mức giá",
|
||||
"Show Text": "Hiển thị văn bản",
|
||||
"Show Time": "Hiển thị thời gian",
|
||||
"Show Wave": "Hiển thị sóng",
|
||||
"Show/Hide": "Hiển thị/ẩn",
|
||||
"Source back color": "Màu hình nền nguồn dữ liệu",
|
||||
"Source border color": "Màu viền nguồn dữ liệu",
|
||||
"Source text color": "Màu văn bản nguồn dữ liệu",
|
||||
"Stay in Drawing Mode": "Giữ nguyên chế độ vẽ",
|
||||
"Stop Background Color": "Màu hình nền cho lệnh dừng lại",
|
||||
"Stop Color:": "Màu lệnh dừng lại:",
|
||||
"Stop Level. Ticks:": "Cấp độ dừng. Đánh dấu:",
|
||||
"Style": "Hình dạng",
|
||||
"Success back color": "Màu hình nền lệnh thành công",
|
||||
"Success text color": "Màu chữ lệnh thành công",
|
||||
"Target back color": "Màu hình nền cho mục tiêu",
|
||||
"Target border color": "Màu viền cho mục tiêu",
|
||||
"Target Color:": "Màu mục tiêu:",
|
||||
"Target text color": "Màu văn bản của mục tiêu",
|
||||
"Text Alignment:": "Thẳng hàng chữ:",
|
||||
"Text color": "Màu văn bản",
|
||||
"Text Color": "Màu văn bản",
|
||||
"Text Font": "Phông văn bản",
|
||||
"Text Wrap": "Xuống dòng tự động",
|
||||
"Text:": "Văn bản:",
|
||||
"Time Levels": "Các cấp độ thời gian",
|
||||
"Timezone/Sessions": "Múi giờ/Phiên giao dịch",
|
||||
"Top Labels": "Các nhãn phía trên",
|
||||
"top": "Phía trên",
|
||||
"Up Color": "Màu giá lên",
|
||||
"Wave Size": "Cỡ sóng",
|
||||
"Wick": "Bóng nến",
|
||||
"Zoom In": "Phóng to ",
|
||||
"Zoom Out": "Thu nhỏ",
|
||||
"Borders": "Đường viền",
|
||||
"Level": "Cấp độ",
|
||||
"Hlines Background": "Hình nền các khoảng Hline",
|
||||
"Plots Background": "Hình nền các khu",
|
||||
"Open_line_tool_position": "Mở cửa",
|
||||
"Closed_line_tool_position": "Đóng cửa",
|
||||
"{0} P&L: {1}": "{0} P&L: {1}",
|
||||
"Risk/Reward Ratio: {0}": "Tỷ lệ Rủi ro/Lợi nhuận: {0}",
|
||||
"Stop: {0} ({1}%)": "Dừng: {0} ({1}%)",
|
||||
"Target: {0} ({1}%)": "Mục tiêu: {0} ({1}%)",
|
||||
"SUCCESS": "THÀNH CÔNG",
|
||||
"FAILURE": "THẤT BẠI",
|
||||
"Left Shoulder": "Vai trái",
|
||||
"Head": "Đầu",
|
||||
"Right Shoulder": "Vai phải",
|
||||
"Mirrored": "Nhân đôi",
|
||||
"Flipped": "Lật",
|
||||
"distance: {0}": "Khoảng cách: {0}",
|
||||
"day": "ngày",
|
||||
"day_plural": "ngày",
|
||||
"day_plural_1": "ngày",
|
||||
"day_plural_2": "ngày",
|
||||
"day_plural_5": "ngày",
|
||||
"week": "tuần",
|
||||
"week_plural": "các tuần",
|
||||
"week_plural_1": "tuần",
|
||||
"week_plural_2": "tuần",
|
||||
"week_plural_5": "tuần",
|
||||
"month": "tháng",
|
||||
"month_plural": "tháng",
|
||||
"month_plural_1": "tháng",
|
||||
"month_plural_2": "tháng",
|
||||
"month_plural_5": "tháng",
|
||||
"minute": "phút",
|
||||
"minute_plural": "phút",
|
||||
"minute_plural_1": "phút",
|
||||
"minute_plural_2": "phút",
|
||||
"minute_plural_5": "phút",
|
||||
"hour": "giờ",
|
||||
"hour_plural": "giờ",
|
||||
"hour_plural_1": "giờ",
|
||||
"hour_plural_2": "giờ",
|
||||
"hour_plural_5": "giờ",
|
||||
"y_dates": "năm",
|
||||
"y_dates_plural": "năm",
|
||||
"y_dates_plural_1": "năm",
|
||||
"y_dates_plural_2": "năm",
|
||||
"y_dates_plural_5": "năm",
|
||||
"h_dates": "h",
|
||||
"D_dates": "D",
|
||||
"W_dates": "W",
|
||||
"M_dates": "M",
|
||||
"d_dates": "d",
|
||||
"m_dates": "m",
|
||||
"in_dates": "trong",
|
||||
"Jan": "Tháng một",
|
||||
"Feb": "Tháng hai",
|
||||
"Mar": "Tháng ba",
|
||||
"Apr": "Tháng tư",
|
||||
"May": "Tháng năm",
|
||||
"Jun": "Tháng sáu",
|
||||
"Jul": "Tháng bảy",
|
||||
"Aug": "Tháng tám",
|
||||
"Sep": "Tháng chín",
|
||||
"Oct": "Tháng mười",
|
||||
"Nov": "Tháng mười một",
|
||||
"Dec": "Tháng mười hai",
|
||||
"Objects Tree": "Danh sách đối tượng",
|
||||
"Manage Drawings": "Quản lý chức năng vẽ",
|
||||
"TOOL": "CÔNG CỤ",
|
||||
"SYMBOL": "MÃ",
|
||||
"Move Up": "Di chuyển lên",
|
||||
"Move Down": "Di chuyển xuống",
|
||||
"All Exchanges": "Tất cả thị trường",
|
||||
"All types": "Tất cả các loại",
|
||||
"Stock": "Chứng khoán",
|
||||
"stock": "chứng khoán",
|
||||
"Index": "Chỉ số",
|
||||
"index": "chỉ số",
|
||||
"Futures": "Tương lai",
|
||||
"futures": "Tương lai",
|
||||
"Image URL": "URL của ảnh",
|
||||
"Save image": "Lưu ảnh",
|
||||
"or copy url:": "Hoặc sao chép URL:",
|
||||
"Redo {0}": "Làm lại {0}",
|
||||
"Custom color...": "Tùy chỉnh màu...",
|
||||
"Search": "Tìm kiếm",
|
||||
"Open_in_legend": "O",
|
||||
"High_in_legend": "H",
|
||||
"Low_in_legend": "L",
|
||||
"Close_in_legend": "C",
|
||||
"Open": "Mở cửa",
|
||||
"High": "Cao nhất",
|
||||
"Low": "Thấp nhất",
|
||||
"Close": "Đóng cửa",
|
||||
"(H + L)/2": "(H + L)/2",
|
||||
"(H + L + C)/3": "(H + L + C)/3",
|
||||
"(O + H + L + C)/4": "(O + H + L + C)/4",
|
||||
"UTC": "UTC",
|
||||
"Exchange": "Thị trường",
|
||||
"Athens": "Athens",
|
||||
"Berlin": "Berlin ",
|
||||
"Bogota": "Bogota",
|
||||
"Bangkok": "Bangkok",
|
||||
"Buenos Aires": "Buenos Aires",
|
||||
"Chicago": "Chicago",
|
||||
"Hong Kong": "Hong Kong",
|
||||
"Kolkata": "Kolkata",
|
||||
"London": "London",
|
||||
"Los Angeles": "Los Angeles",
|
||||
"Madrid": "Madrid",
|
||||
"Moscow": "Moscow",
|
||||
"New York": "New York",
|
||||
"Paris": "Paris",
|
||||
"Seoul": "Seoul",
|
||||
"Shanghai": "Shanghai",
|
||||
"Singapore": "Singapore",
|
||||
"Sydney": "Sydney",
|
||||
"Taipei": "Taipei",
|
||||
"Tehran": "Tehran",
|
||||
"Tokyo": "Tokyo",
|
||||
"Toronto": "Toronto",
|
||||
"Vancouver": "Vancouver",
|
||||
"Warsaw": "Warsaw",
|
||||
"n/a": "Không có sẵn",
|
||||
"Long_input": "Mua",
|
||||
"long_input": "mua",
|
||||
"longlen_input": "Thời kỳ trạng thái mua",
|
||||
"Window Size_input": "Kích thước cửa sổ",
|
||||
"Length_input": "Thời kỳ",
|
||||
"length_input": "thời kỳ",
|
||||
"len_input": "thời kỳ",
|
||||
"Short_input": "Bán",
|
||||
"short_input": "bán",
|
||||
"shortlen_input": "Thời lượng trạng thái bán",
|
||||
"Mult_input": "Hệ số nhân",
|
||||
"mult_input": "hệ số nhân",
|
||||
"divisor_input": "số chia",
|
||||
"Divisor_input": "Số chia",
|
||||
"Upper": "Phía trên",
|
||||
"Lower": "Phía dưới",
|
||||
"Long": "Dài",
|
||||
"Short": "Bán",
|
||||
"Signal": "Tín hiệu",
|
||||
"Jaw": "Hàm",
|
||||
"Teeth": "Răng",
|
||||
"Lips": "Miệng",
|
||||
"Zero": "Không",
|
||||
"WMA Length_input": "Thời kỳ đường WMA",
|
||||
"Long RoC Length_input": "Thời kỳ chỉ báo RoC giá dài",
|
||||
"Short RoC Length_input": "Thời kỳ chỉ báo RoC giá ngắn",
|
||||
"jawLength_input": "Thời kỳ của hàm",
|
||||
"teethLength_input": "Thời kỳ của răng",
|
||||
"lipsLength_input": "Thời kỳ của miệng",
|
||||
"percent_input": "Phần trăm",
|
||||
"exponential_input": "Theo cấp số nhân",
|
||||
"smoothD_input": "Smooth D",
|
||||
"smoothK_input": "Smooth K",
|
||||
"Color 0": "Màu 0",
|
||||
"Color 1": "Màu 1",
|
||||
"Color 2": "Màu 2",
|
||||
"Color 3": "Màu 3",
|
||||
"Color 4": "Màu 4",
|
||||
"sym_input": "mã giao dịch",
|
||||
"symbol_input": "mã giao dịch",
|
||||
"Sym_input": "Mã giao dịch",
|
||||
"DI Length_input": "Thời kỳ chỉ số DI",
|
||||
"ADX Smoothing_input": "Chỉ số ADX Smoothing",
|
||||
"displacement_input": "thay thế",
|
||||
"Tenkan-sen": "Tenkan-sen",
|
||||
"Kijun-sen": "Kijun-sen",
|
||||
"Chikou span": "Chikou span",
|
||||
"Senkou A": "Senkou A",
|
||||
"Senkou B": "Senkou B",
|
||||
"useTrueRange_input": "Sử dụng khoảng xếp hạng thực tế",
|
||||
"roclen1_input": "Thời kỳ chỉ báo RoC 1",
|
||||
"roclen2_input": "Thời kỳ chỉ báo RoC 2",
|
||||
"roclen3_input": "Thời kỳ chỉ báo RoC 3",
|
||||
"roclen4_input": "Thời kỳ chỉ báo RoC 4",
|
||||
"smalen1_input": "Thời kỳ đường SMA 1",
|
||||
"smalen2_input": "Thời kỳ đường SMA 2",
|
||||
"smalen3_input": "Thời kỳ đường SMA 3",
|
||||
"smalen4_input": "Thời kỳ đường SMA 4",
|
||||
"siglen_input": "Thời lượng tín hiệu",
|
||||
"UpperLimit": "Giới hạn trên",
|
||||
"LowerLimit": "Giới hạn dưới",
|
||||
"fastLength_input": "Thời kỳ đường nhanh",
|
||||
"slowLength_input": "Thời kỳ đường chậm",
|
||||
"signalLength_input": "Thời lượng tín hiệu",
|
||||
"start_input": "Bắt đầu",
|
||||
"increment_input": "Tăng dần",
|
||||
"maximum_input": "Tối đa",
|
||||
"showMA_input": "Hiển thị đường MA",
|
||||
"show MA_input": "Show MA",
|
||||
"Volume": "Khối lượng",
|
||||
"Volume MA": "Khối lượng đường MA",
|
||||
"Indicator": "Chỉ số",
|
||||
"Oscillator": "Công cụ đo dao động",
|
||||
"lengthStoch_input": "Thời kỳ chỉ báo dao động",
|
||||
"lengthRSI_input": "Thời kỳ chỉ số RSI",
|
||||
"sigma_input": "sigma",
|
||||
"Sigma_input": "Sigma",
|
||||
"Crosses": "Các đường chéo",
|
||||
"Click to set a point": "Nhấn để thiết lập một điểm",
|
||||
"1. Slide your finger to select location for first anchor<br>2. Tap anywhere to place the first anchor": "1.Trượt ngón tay của bạn để chọn vị trí neo đầu tiên <br>2. Bấm vào bất cứ nơi nào để đặt neo đầu tiên",
|
||||
"1. Slide your finger to select location for next anchor<br>2. Tap anywhere to place the next anchor": "1.Trượt ngón tay của bạn để chọn vị trí neo tiếp theo <br>2. Bấm vào bất cứ nơi nào để đặt neo tiếp theo",
|
||||
"retrying": "đang thử lại",
|
||||
"eod data": "Dữ liệu EOD",
|
||||
"eod delayed": "EOD bị trì hoãn",
|
||||
"loading data": "Đang tải dữ liệu",
|
||||
"invalid symbol": "mã không hợp lệ",
|
||||
"streaming": "đang truyền",
|
||||
"realtime": "Thời gian thực",
|
||||
"pre-market": "Thị trường trước giờ mở cửa",
|
||||
"post-market": "Thị trường sau khi đóng cửa",
|
||||
"closed": "đóng cửa",
|
||||
"Time Interval": "Khoảng thời gian",
|
||||
"Show Symbol Labels": "Hiển thị các nhãn mã giao dịch",
|
||||
"Show Symbol Labels_context_menu": "Hiển thị các nhãn mã giao dịch",
|
||||
"Subminuette": "Sóng cực nhỏ",
|
||||
"Minuette": "Sóng rất nhỏ",
|
||||
"Minute": "Sóng khá nhỏ",
|
||||
"Intermediate": "Sóng trung cấp",
|
||||
"Primary": "Sóng sơ cấp",
|
||||
"Cycle": "Sóng chu kỳ",
|
||||
"SuperCycle": "Sóng siêu chu kỳ",
|
||||
"GrandSuperCycle": "Sóng đại siêu chu kỳ",
|
||||
"Lock": "Khóa",
|
||||
"Width": "Chiều rộng",
|
||||
"Line With Breaks": "Các đường gãy",
|
||||
"Area With Breaks": "Vùng gãy",
|
||||
"Type": "Loại",
|
||||
"Simple": "Đơn giản",
|
||||
"With Markers": "Với các dấu hiệu",
|
||||
"Step": "Bước",
|
||||
"No drawings yet": "Chưa có bản vẽ nào",
|
||||
"Lock/Unlock": "Khóa/Mở khóa",
|
||||
"deviation_input": "độ lệch",
|
||||
"depth_input": "chiều sâu",
|
||||
"Accumulation/Distribution_study": "Accumulation/Distribution",
|
||||
"Aroon_study": "Aroon",
|
||||
"Advance/Decline_study": "Advance/Decline",
|
||||
"Average True Range_study": "Average True Range",
|
||||
"Awesome Oscillator_study": "Awesome Oscillator",
|
||||
"Bollinger Bands Width_study": "Bollinger Bands Width",
|
||||
"Balance of Power_study": "Balance of Power",
|
||||
"Bollinger Bands_study": "Bollinger Bands",
|
||||
"Bollinger Bands %B_study": "Bollinger Bands %B",
|
||||
"Chaikin Money Flow_study": "Chaikin Money Flow",
|
||||
"Chaikin Oscillator_study": "Chaikin Oscillator",
|
||||
"Chande Kroll Stop_study": "Chande Kroll Stop",
|
||||
"Chande Momentum Oscillator_study": "Chande Momentum Oscillator",
|
||||
"Commodity Channel Index_study": "Commodity Channel Index",
|
||||
"Choppiness Index_study": "Choppiness Index",
|
||||
"Directional Movement Index_study": "Directional Movement Index",
|
||||
"Correlation Coeff_study": "Correlation Coeff",
|
||||
"Donchian Channels_study": "Donchian Channels",
|
||||
"Double Exponential Moving Average_study": "Double Exponential Moving Average",
|
||||
"Ease of Movement_study": "Ease of Movement",
|
||||
"Elders Force Index_study": "Elders Force Index",
|
||||
"Envelope_study": "Envelope",
|
||||
"Ichimoku Cloud_study": "Ichimoku Cloud",
|
||||
"Klinger Oscillator_study": "Klinger Oscillator",
|
||||
"Hull MA_study": "Hull MA",
|
||||
"Keltner Channels_study": "Keltner Channels",
|
||||
"Linear Regression Curve_study": "Linear Regression Curve",
|
||||
"Know Sure Thing_study": "Know Sure Thing",
|
||||
"MA Cross_study": "MA Cross",
|
||||
"Money Flow_study": "Money Flow",
|
||||
"Mass Index_study": "Mass Index",
|
||||
"Moving Average Exponential_study": "Moving Average Exponential",
|
||||
"Net Volume_study": "Net Volume",
|
||||
"Moving Average Convergence/Divergence_study": "Moving Average Convergence/Divergence",
|
||||
"Moving Average_study": "Moving Average",
|
||||
"Moving Average Weighted_study": "Moving Average Weighted",
|
||||
"Parabolic SAR_study": "Parabolic SAR",
|
||||
"On Balance Volume_study": "On Balance Volume",
|
||||
"Price Oscillator_study": "Price Oscillator",
|
||||
"Relative Strength Index_study": "Relative Strength Index",
|
||||
"Relative Vigor Index_study": "Relative Vigor Index",
|
||||
"Relative Volatility Index_study": "Relative Volatility Index",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMI Ergodic Indicator/Oscillator",
|
||||
"Stochastic_study": "Stochastic",
|
||||
"TRIX_study": "TRIX",
|
||||
"Stochastic RSI_study": "Stochastic RSI",
|
||||
"Triple EMA_study": "Triple EMA",
|
||||
"VWMA_study": "VWMA",
|
||||
"Volume Oscillator_study": "Volume Oscillator",
|
||||
"Volume_study": "Volume",
|
||||
"Williams Alligator_study": "Williams Alligator",
|
||||
"Willams %R_study": "Willams %R",
|
||||
"Coppock Curve_study": "Coppock Curve",
|
||||
"Least Squares Moving Average_study": "Least Squares Moving Average",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux Moving Average",
|
||||
"True Strength Indicator_study": "True Strength Indicator",
|
||||
"Change Interval": "Change Interval",
|
||||
"Show Only Studies": "Show Only Studies",
|
||||
"Show Only Drawings": "Show Only Drawings",
|
||||
"Show All": "Show All",
|
||||
"Timezone/Sessions Properties...": "Timezone/Sessions Properties...",
|
||||
"Scale Price Chart Only": "Scale Price Chart Only",
|
||||
"Open Interval Dialog": "Open Interval Dialog",
|
||||
"Note": "Note",
|
||||
"Anchored Note": "Anchored Note",
|
||||
"Scales Properties": "Scales Properties",
|
||||
"Toggle Auto Scale": "Toggle Auto Scale",
|
||||
"Toggle Log Scale": "Toggle Log Scale",
|
||||
"Toggle Percentage": "Toggle Percentage",
|
||||
"auto_scale": "auto",
|
||||
"Invalid Symbol": "Invalid Symbol",
|
||||
"loading...": "loading...",
|
||||
"interval_dialog_description": "Type the interval number for munute 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)",
|
||||
"Not applicable": "Not applicable",
|
||||
"Stats Text Color": "Stats Text Color",
|
||||
"Show Angle": "Show Angle",
|
||||
"Always Show Stats": "Always Show Stats",
|
||||
"Rename...": "Rename...",
|
||||
"Load": "Load",
|
||||
"Save": "Save",
|
||||
"Rename Chart": "Rename Chart",
|
||||
"{0} copy": "{0} copy",
|
||||
"Please enter chart name": "Please enter chart name",
|
||||
"Enter a new chart name": "Enter a new chart name",
|
||||
"Load Chart": "Load Chart",
|
||||
"Chart Name": "Chart Name",
|
||||
"Chart name": "Chart name",
|
||||
"Last Modified": "Last Modified",
|
||||
"Active Symbol": "Active Symbol",
|
||||
"Fullscreen mode": "Fullscreen mode",
|
||||
"Marker Color": "Marker Color",
|
||||
"Font Size": "Font Size",
|
||||
"Save New Chart": "Save New Chart",
|
||||
"Source_compare": "Source",
|
||||
"YES": "YES",
|
||||
"NO": "NO",
|
||||
"Confirmation": "Confirmation",
|
||||
"Are you sure you want to delete this chart?": "Are you sure you want to delete this chart?"
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
"Economy & Symbols": "比较/增加商品",
|
||||
"Bars": "美国线",
|
||||
"Candles": "蜡烛线",
|
||||
"Hollow Candles": "K线",
|
||||
"Hollow Candles": "空心蜡烛线",
|
||||
"Line": "线形图",
|
||||
"Area": "山形图",
|
||||
"Heiken Ashi": "Heiken Ashi图",
|
||||
@@ -53,7 +53,7 @@
|
||||
"bars": "根K线",
|
||||
"bars_margin": "根K线",
|
||||
"{0} bars": "{0}根K线",
|
||||
"Bottom Margin": "下边界",
|
||||
"Bottom Margin": "下边距",
|
||||
"Bring Forward": "向上移动",
|
||||
"Bring to Front": "置于顶层",
|
||||
"Clone": "克隆",
|
||||
@@ -67,7 +67,7 @@
|
||||
"Hide": "隐藏",
|
||||
"Insert Drawing Tool": "插入绘图工具",
|
||||
"Insert Indicator...": "插入技术指标",
|
||||
"Last Value on Price Scale": "在价格比例尺上显示最终值",
|
||||
"Last Value on Price Scale": "在价格刻度上显示最终值",
|
||||
"Link To": "链接到",
|
||||
"Load New Bars": "加载新的K线",
|
||||
"Lock All Drawing Tools": "锁定所有绘图",
|
||||
@@ -109,7 +109,7 @@
|
||||
"Send to Back": "置于底层",
|
||||
"Session Breaks": "收盘时中断",
|
||||
"Show Arguments in Header": "在表头上显示参数",
|
||||
"Show Last Value on Price Scale": "在价格比例尺上显示最终值",
|
||||
"Show Last Value on Price Scale": "显示最后收盘价",
|
||||
"Show Left Axis": "显示左轴",
|
||||
"Show Right Axis": "显示右轴",
|
||||
"Show": "显示",
|
||||
@@ -119,7 +119,7 @@
|
||||
"Change Symbol...": "修改商品...",
|
||||
"Time Zone": "时区",
|
||||
"TimeZone": "时区",
|
||||
"Top Margin": "上边界",
|
||||
"Top Margin": "上边距",
|
||||
"Transparency": "透明度",
|
||||
"Undo {0}": "撤销",
|
||||
"Undo": "撤销",
|
||||
@@ -127,10 +127,10 @@
|
||||
"Unmerge Up": "取消向上合并",
|
||||
"Visual Order": "视觉排序",
|
||||
"Watermark": "水印",
|
||||
"Show Objects Tree": "显示对象树",
|
||||
"Show Objects Tree": "显示管理设定",
|
||||
"cursors-group-css-class": "cursors-group-css-class",
|
||||
"ABCD Pattern": "ABCD 型态",
|
||||
"Anchored Text": "固定文本",
|
||||
"Anchored Text": "锚点文本",
|
||||
"Arc": "弧形",
|
||||
"Arrow Mark Down": "向下箭头",
|
||||
"Arrow Mark Left": "向左箭头",
|
||||
@@ -141,36 +141,36 @@
|
||||
"Brush": "笔刷",
|
||||
"Callout": "标注",
|
||||
"Circle Lines": "圆形线圈",
|
||||
"Cross": "交叉",
|
||||
"Cross": "十字指针",
|
||||
"Cyclic Lines": "循环线",
|
||||
"Date Range": "日期范围",
|
||||
"Disjoint Angle": "不相交的角",
|
||||
"Dot": "圆点",
|
||||
"Elliott Labels": "艾略特标签",
|
||||
"Elliott Major Retracement": "艾略特重大回撤",
|
||||
"Elliott Minor Retracement": "艾略特微小回撤",
|
||||
"Elliott Major Retracement": "艾略特主波浪回撤",
|
||||
"Elliott Minor Retracement": "艾略特小波浪回撤",
|
||||
"Elliott Wave Cycle": "艾略特循环波",
|
||||
"Elliott Wave Minor": "艾略特小波浪",
|
||||
"Elliott Wave Minor": "艾略特小型波",
|
||||
"Elliott Wave Subminuette": "艾略特次微波",
|
||||
"Ellipse": "椭圆形",
|
||||
"Eraser": "清除",
|
||||
"Extended": "延长的",
|
||||
"Extended Line": "延长线",
|
||||
"Extended": "延伸",
|
||||
"Extended Line": "延伸线",
|
||||
"Fib Channel": "斐波那契通道",
|
||||
"Fib Circles": "斐波那契圈",
|
||||
"Fib Retracement": "斐波那契回撤",
|
||||
"Fib Speed Resistance Arcs": "斐波那契速度阻力弧",
|
||||
"Fib Speed Resistance Fan": "斐波那契速度阻力扇",
|
||||
"Fib Spiral": "斐波那契螺旋",
|
||||
"Fib Time Zone": "斐波那契时区",
|
||||
"Fib Time Zone": "斐波那契时间周期",
|
||||
"Fib Wedge": "楔形斐波那契",
|
||||
"Flag Mark": "旗型标记",
|
||||
"Flat Top/Bottom": "平滑顶部/底部",
|
||||
"Flat Bottom": "平滑底部",
|
||||
"Forecast": "预测",
|
||||
"Gann Box": "甘氏箱形",
|
||||
"Gann Fan": "甘氏扇形",
|
||||
"Gann Square": "甘氏方形",
|
||||
"Gann Box": "箱形甘氏线",
|
||||
"Gann Fan": "扇形甘氏线",
|
||||
"Gann Square": "方形甘氏线",
|
||||
"Head & Shoulders": "头肩顶",
|
||||
"Horizontal Line": "水平线",
|
||||
"Horizontal Ray": "水平射线",
|
||||
@@ -182,7 +182,7 @@
|
||||
"Parallel Channel": "平行通道",
|
||||
"Pitchfan": "倾斜扇形",
|
||||
"Pitchfork": "分叉线",
|
||||
"Polyline": "多叉线",
|
||||
"Polyline": "多边形",
|
||||
"Price Label": "价格标签",
|
||||
"Price Range": "价格范围",
|
||||
"Projection": "投影",
|
||||
@@ -210,7 +210,7 @@
|
||||
"Triangle": "三角形",
|
||||
"Vertical Line": "垂直线",
|
||||
"XABCD Pattern": "XABCD 型态",
|
||||
"Angle:": "角度值",
|
||||
"Angle:": "角度",
|
||||
"Arcs": "弧形",
|
||||
"Background color 1": "背景颜色1",
|
||||
"Background color 2": "背景颜色2",
|
||||
@@ -223,8 +223,8 @@
|
||||
"bottom": "底部",
|
||||
"center": "中心",
|
||||
"Channel": "通道",
|
||||
"Coeffs As Percents": "以系数作为百分比",
|
||||
"Color bars based on previous close": "基于前一收盘价的颜色",
|
||||
"Coeffs As Percents": "百分比系数",
|
||||
"Color bars based on previous close": "bar颜色基于前一收盘价",
|
||||
"Color": "颜色",
|
||||
"Color:": "颜色:",
|
||||
"Coordinates": "坐标",
|
||||
@@ -233,15 +233,15 @@
|
||||
"Drawings": "绘图",
|
||||
"Entry price:": "进场价:",
|
||||
"Events": "事件",
|
||||
"Extend Left End": "向左延长至末端",
|
||||
"Extend Left": "向左延长",
|
||||
"Extend Left End": "左端延伸",
|
||||
"Extend Left": "向左延伸",
|
||||
"Extend Lines": "延长线",
|
||||
"Extend Right End": "向右延长至末端",
|
||||
"Extend Right": "右延",
|
||||
"Extend": "延长",
|
||||
"Extend Right End": "右端延伸",
|
||||
"Extend Right": "向右延伸",
|
||||
"Extend": "延伸",
|
||||
"Failure back color": "失败的背景颜色",
|
||||
"Failure text color": "失败的文本颜色",
|
||||
"Fans": "扇",
|
||||
"Fans": "扇形",
|
||||
"Fill": "填充",
|
||||
"Format": "设置",
|
||||
"Graphics": "图像",
|
||||
@@ -252,31 +252,31 @@
|
||||
"Label Background": "标签背景色",
|
||||
"Label": "标签",
|
||||
"Labels": "标签",
|
||||
"Left End": "左边缘",
|
||||
"Left End": "左端",
|
||||
"Left Labels": "左边标签",
|
||||
"left": "左边",
|
||||
"Level {0}": "等级{0}",
|
||||
"Levels": "等级",
|
||||
"Lines": "线条",
|
||||
"Major": "主要的",
|
||||
"Major": "主要级",
|
||||
"Measure (Shift + Click on the chart)": "测量 (按Shift并点击图表)",
|
||||
"Median": "中线",
|
||||
"middle": "中间",
|
||||
"Middle": "中间",
|
||||
"Minor": "小形波",
|
||||
"Minor": "小型级",
|
||||
"Mode": "模式",
|
||||
"Normal": "一般",
|
||||
"Plot": "画线",
|
||||
"Price Levels": "价格水平",
|
||||
"Price Levels": "价格等级",
|
||||
"Price Source": "来源",
|
||||
"Price": "价格",
|
||||
"Price:": "价格:",
|
||||
"Prices": "价格",
|
||||
"Profit Background Color": "利润背景颜色",
|
||||
"Profit Level. Ticks:": "获利.Ticks数目:",
|
||||
"Profit Level. Ticks:": "获利.最小刻度数:",
|
||||
"Properties": "属性",
|
||||
"Reverse": "反向",
|
||||
"Right End": "右边缘",
|
||||
"Right End": "右端",
|
||||
"Right Lables": "右边标签",
|
||||
"right": "右边",
|
||||
"Log Scale_scale_menu": "对数刻度",
|
||||
@@ -284,8 +284,8 @@
|
||||
"Scales": "刻度",
|
||||
"Settings": "设置",
|
||||
"Show Background": "显示背景",
|
||||
"Show Bars Range": "显示K线范围",
|
||||
"Show Date/Time Range": "显示日期/时间 范围",
|
||||
"Show Bars Range": "显示K线区间",
|
||||
"Show Date/Time Range": "显示日期/时间区间",
|
||||
"Show Distance": "显示距离",
|
||||
"Show Labels": "显示标签",
|
||||
"Show Price Range": "显示价格区间",
|
||||
@@ -301,8 +301,8 @@
|
||||
"Stay in Drawing Mode": "保持绘图模式",
|
||||
"Stop Background Color": "止损背景颜色",
|
||||
"Stop Color:": "止损颜色:",
|
||||
"Stop Level. Ticks:": "止损.Ticks数目:",
|
||||
"Style": "风格",
|
||||
"Stop Level. Ticks:": "止损.最小刻度数:",
|
||||
"Style": "样式",
|
||||
"Success back color": "成功的背景颜色",
|
||||
"Success text color": "成功的文本颜色",
|
||||
"Target back color": "终点背景颜色",
|
||||
@@ -315,13 +315,13 @@
|
||||
"Text Font": "文本字体",
|
||||
"Text Wrap": "自动换行",
|
||||
"Text:": "文本:",
|
||||
"Time Levels": "时间水平",
|
||||
"Timezone/Sessions": "时区/时段",
|
||||
"Top Labels": "顶部的标签",
|
||||
"Time Levels": "时间等级",
|
||||
"Timezone/Sessions": "时区",
|
||||
"Top Labels": "顶部标签",
|
||||
"top": "顶部",
|
||||
"Up Color": "上涨颜色",
|
||||
"Wave Size": "波形大小",
|
||||
"Wick": "蜡烛图",
|
||||
"Wick": "烛芯",
|
||||
"Zoom In": "放大",
|
||||
"Zoom Out": "缩小",
|
||||
"Borders": "边框",
|
||||
@@ -377,7 +377,7 @@
|
||||
"W_dates": "周",
|
||||
"M_dates": "月",
|
||||
"d_dates": "日",
|
||||
"m_dates": "月",
|
||||
"m_dates": "分",
|
||||
"in_dates": "总",
|
||||
"Jan": "一月",
|
||||
"Feb": "二月",
|
||||
@@ -419,34 +419,35 @@
|
||||
"High": "最高价",
|
||||
"Low": "最低价",
|
||||
"Close": "收盘价",
|
||||
"(H + L)/2": "(H + L)/2 ",
|
||||
"(H + L + C)/3": "(H + L + C)/3 ",
|
||||
"(O + H + L + C)/4": "(O + H + L + C)/4 ",
|
||||
"(H + L)/2": "(H+L)/2",
|
||||
"(H + L + C)/3": "(H+L+C)/3",
|
||||
"(O + H + L + C)/4": "(O+H+L+C)/4",
|
||||
"UTC": "世界统一时间",
|
||||
"Exchange": "交易所",
|
||||
"Athens": "雅典",
|
||||
"Berlin": "柏林",
|
||||
"Bogota": "哥伦比亚",
|
||||
"Bangkok": "曼谷",
|
||||
"Buenos Aires": "布宜诺斯艾利斯",
|
||||
"Chicago": "芝加哥",
|
||||
"Hong Kong": "香港",
|
||||
"Kolkata": "加尔各答",
|
||||
"London": "伦敦",
|
||||
"Los Angeles": "洛杉矶",
|
||||
"Madrid": "马德里",
|
||||
"Moscow": "莫斯科",
|
||||
"New York": "纽约",
|
||||
"Paris": "巴黎",
|
||||
"Seoul": "首尔",
|
||||
"Shanghai": "上海",
|
||||
"Singapore": "新加坡",
|
||||
"Sydney": "悉尼",
|
||||
"Taipei": "台北",
|
||||
"Tokyo": "东京",
|
||||
"Toronto": "多伦多",
|
||||
"Vancouver": "温哥华",
|
||||
"Warsaw": "华沙",
|
||||
"Athens": "欧洲/雅典",
|
||||
"Berlin": "欧洲/柏林",
|
||||
"Bogota": "南美洲/波哥大",
|
||||
"Bangkok": "亚洲/曼谷",
|
||||
"Buenos Aires": "南美洲/布宜诺斯艾利斯",
|
||||
"Chicago": "北美洲/芝加哥",
|
||||
"Hong Kong": "亚洲/香港",
|
||||
"Kolkata": "亚洲/加尔各答",
|
||||
"London": "欧洲/伦敦",
|
||||
"Los Angeles": "北美洲/洛杉矶",
|
||||
"Madrid": "欧洲/马德里",
|
||||
"Moscow": "欧洲/莫斯科",
|
||||
"New York": "北美洲/纽约",
|
||||
"Paris": "欧洲/巴黎",
|
||||
"Seoul": "亚洲/首尔",
|
||||
"Shanghai": "亚洲/上海",
|
||||
"Singapore": "亚洲/新加坡",
|
||||
"Sydney": "大洋洲/悉尼",
|
||||
"Taipei": "亚洲/台北",
|
||||
"Tehran": "亚洲/德黑兰",
|
||||
"Tokyo": "亚洲/东京",
|
||||
"Toronto": "北美洲/多伦多",
|
||||
"Vancouver": "北美洲/温哥华",
|
||||
"Warsaw": "欧洲/华沙",
|
||||
"n/a": "n/a",
|
||||
"Long_input": "长周期",
|
||||
"long_input": "长周期",
|
||||
@@ -490,7 +491,7 @@
|
||||
"symbol_input": "商品代码",
|
||||
"Sym_input": "商品代码",
|
||||
"DI Length_input": "DI 长度",
|
||||
"ADX Smoothing_input": "平滑ADX ",
|
||||
"ADX Smoothing_input": "平滑ADX",
|
||||
"displacement_input": "偏移",
|
||||
"Tenkan-sen": "信号线",
|
||||
"Kijun-sen": "基础线",
|
||||
@@ -515,9 +516,10 @@
|
||||
"start_input": "开始值",
|
||||
"increment_input": "增量",
|
||||
"maximum_input": "最大值",
|
||||
"showMA_input": "显示移动平均线MA",
|
||||
"showMA_input": "显示成交量移动平均",
|
||||
"show MA_input": "显示成交量移动平均",
|
||||
"Volume": "成交量",
|
||||
"Volume MA": "移动平均成交量",
|
||||
"Volume MA": "成交量移动平均",
|
||||
"Indicator": "指标",
|
||||
"Oscillator": "摆动",
|
||||
"lengthStoch_input": "Stoch长度",
|
||||
@@ -541,14 +543,14 @@
|
||||
"Time Interval": "时间周期",
|
||||
"Show Symbol Labels": "显示商品代码标签",
|
||||
"Show Symbol Labels_context_menu": "显示商品代码标签",
|
||||
"Subminuette": "次微浪",
|
||||
"Minuette": "微浪",
|
||||
"Minute": "细浪",
|
||||
"Intermediate": "中型浪",
|
||||
"Primary": "基本浪",
|
||||
"Cycle": "循环浪",
|
||||
"SuperCycle": "超级循环浪",
|
||||
"GrandSuperCycle": "超大循环级",
|
||||
"Subminuette": "次微级",
|
||||
"Minuette": "微级",
|
||||
"Minute": "细级",
|
||||
"Intermediate": "中型级",
|
||||
"Primary": "基本级",
|
||||
"Cycle": "循环级",
|
||||
"SuperCycle": "超级循环级",
|
||||
"GrandSuperCycle": "特大超级循环级",
|
||||
"Lock": "锁定",
|
||||
"Width": "宽度",
|
||||
"Line With Breaks": "中断线",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "尚未绘图",
|
||||
"Lock/Unlock": "锁定/解锁",
|
||||
"deviation_input": "标准差",
|
||||
"depth_input": "深度"
|
||||
"depth_input": "深度",
|
||||
"Accumulation/Distribution_study": "累积/派发指标(Accum/Dist)",
|
||||
"Aroon_study": "阿隆指标(Aroon)",
|
||||
"Advance/Decline_study": "腾落指标(AD)",
|
||||
"Average True Range_study": "平均真实波幅(ATR)",
|
||||
"Awesome Oscillator_study": "动量震荡指标(AO)",
|
||||
"Bollinger Bands Width_study": "布林带宽(BBW)",
|
||||
"Balance of Power_study": "力量平衡度指标(Balance of Power)",
|
||||
"Bollinger Bands_study": "布林线指标(BB)",
|
||||
"Bollinger Bands %B_study": "布林极限(BB%B)",
|
||||
"Chaikin Money Flow_study": "蔡金货币流量(CMF)",
|
||||
"Chaikin Oscillator_study": "蔡金摆动指标(Chaikin Osc)",
|
||||
"Chande Kroll Stop_study": "钱德克罗止损(Chande Kroll Stop)",
|
||||
"Chande Momentum Oscillator_study": "钱德动量摆动指标(ChandeMO)",
|
||||
"Commodity Channel Index_study": "顺势指标(CCI)",
|
||||
"Choppiness Index_study": "波动指标(CHOP)",
|
||||
"Directional Movement Index_study": "趋向指标(DMI)",
|
||||
"Correlation Coeff_study": "相关系数(CC)",
|
||||
"Donchian Channels_study": "唐奇安通道指标(DC)",
|
||||
"Double Exponential Moving Average_study": "双重指数移动平均线(DEMA)",
|
||||
"Ease of Movement_study": "简易波动指标(EOM)",
|
||||
"Elders Force Index_study": "强力指数指标(EFI)",
|
||||
"Envelope_study": "包络线指标(Env)",
|
||||
"Ichimoku Cloud_study": "一目均衡表(Ichimoku)",
|
||||
"Klinger Oscillator_study": "克里格振荡器(Klinger Osc)",
|
||||
"Hull MA_study": "船体移动平均线(HMA)",
|
||||
"Keltner Channels_study": "肯特纳通道(KC)",
|
||||
"Linear Regression Curve_study": "线性回归曲线(LRC)",
|
||||
"Know Sure Thing_study": "加权总和变动率(KST)",
|
||||
"MA Cross_study": "移动平均交叉线(MA Cross)",
|
||||
"Money Flow_study": "资金流量指标(MFI)",
|
||||
"Mass Index_study": "梅斯线(MASS)",
|
||||
"Moving Average Exponential_study": "指数移动平均线(EMA)",
|
||||
"Net Volume_study": "净交易量(NetVol)",
|
||||
"Moving Average Convergence/Divergence_study": "平滑异同平均指标(MACD)",
|
||||
"Moving Average_study": "移动平均线(MA)",
|
||||
"Moving Average Weighted_study": "加权移动平均线(WMA)",
|
||||
"Parabolic SAR_study": "抛物线转向指标(SAR)",
|
||||
"On Balance Volume_study": "平衡交易量指标(OBV)",
|
||||
"Price Oscillator_study": "价格振荡指标(PPO)",
|
||||
"Relative Strength Index_study": "相对强弱指数指标(RSI)",
|
||||
"Relative Vigor Index_study": "相对能量指数指标(RVGI)",
|
||||
"Relative Volatility Index_study": "相对离散指数指标(RVI)",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "各态历经SMI(SMIIO)",
|
||||
"Stochastic_study": "随机指标(STOCH)",
|
||||
"TRIX_study": "三重指数平均线(TRIX)",
|
||||
"Stochastic RSI_study": "随机强弱指数(STOCH RSI)",
|
||||
"Triple EMA_study": "三重指数移动平均线(TEMA)",
|
||||
"VWMA_study": "成交量加权的移动平均值(VWMA)",
|
||||
"Volume Oscillator_study": "成交量震荡(Volume Osc)",
|
||||
"Volume_study": "成交量",
|
||||
"Williams Alligator_study": "鳄鱼线(Alligator)",
|
||||
"Willams %R_study": "威廉指标(%R)",
|
||||
"Coppock Curve_study": "估波曲线(Coppock Curve)",
|
||||
"Least Squares Moving Average_study": "最小二乘移动平均线(LSMA)",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux均线(ALMA)",
|
||||
"True Strength Indicator_study": "真实强度指标(TSI)",
|
||||
"Change Interval": "设置周期",
|
||||
"Show Only Studies": "只显示公式",
|
||||
"Show Only Drawings": "只显示绘图",
|
||||
"Show All": "全部显示",
|
||||
"Timezone/Sessions Properties...": "时区属性...",
|
||||
"Scale Price Chart Only": "只缩放价位图层",
|
||||
"Open Interval Dialog": "打开设置周期",
|
||||
"Note": "注释",
|
||||
"Anchored Note": "锚点注释",
|
||||
"Scales Properties": "刻度属性",
|
||||
"Toggle Auto Scale": "切换为自动缩放",
|
||||
"Toggle Log Scale": "切换为对数缩放",
|
||||
"Toggle Percentage": "切换为百分比",
|
||||
"auto_scale": "自动",
|
||||
"Invalid Symbol": "无效的标的",
|
||||
"loading...": "载入中...",
|
||||
"interval_dialog_description": "若采用分钟周期,请输入周期数值(如:要设置图表周期为5分钟,请输入5).数值后可加字母H代表小时,加D代表日,W代表周,M代表月",
|
||||
"Not applicable": "不适用",
|
||||
"Stats Text Color": "统计文本颜色",
|
||||
"Show Angle": "显示角度",
|
||||
"Always Show Stats": "总显示统计",
|
||||
"Rename...": "重命名...",
|
||||
"Load": "加载",
|
||||
"Save": "保存",
|
||||
"Rename Chart": "重命名图表",
|
||||
"{0} copy": "{0} 复制",
|
||||
"Please enter chart name": "请输入图表名称",
|
||||
"Enter a new chart name": "输入一个新的图表名称",
|
||||
"Load Chart": "加载图表",
|
||||
"Chart Name": "图表名称",
|
||||
"Chart name": "图表名称",
|
||||
"Last Modified": "最后修改",
|
||||
"Active Symbol": "活跃商品",
|
||||
"Fullscreen mode": "全屏模式",
|
||||
"Marker Color": "标记颜色",
|
||||
"Font Size": "字体大小",
|
||||
"Save New Chart": "保存新的图表",
|
||||
"Source_compare": "来源",
|
||||
"YES": "是",
|
||||
"NO": "否",
|
||||
"Confirmation": "确认",
|
||||
"Are you sure you want to delete this chart?": "您确定要删除这个图表?"
|
||||
}
|
||||
@@ -357,22 +357,22 @@
|
||||
"month_plural_1": "月",
|
||||
"month_plural_2": "月",
|
||||
"month_plural_5": "月",
|
||||
"minute": "分",
|
||||
"minute_plural": "分",
|
||||
"minute_plural_1": "分",
|
||||
"minute_plural_2": "分",
|
||||
"minute_plural_5": "分",
|
||||
"hour": "時",
|
||||
"hour_plural": "時",
|
||||
"hour_plural_1": "時",
|
||||
"hour_plural_2": "時",
|
||||
"hour_plural_5": "時",
|
||||
"minute": "分鐘",
|
||||
"minute_plural": "分鐘",
|
||||
"minute_plural_1": "分鐘",
|
||||
"minute_plural_2": "分鐘",
|
||||
"minute_plural_5": "分鐘",
|
||||
"hour": "小時",
|
||||
"hour_plural": "小時",
|
||||
"hour_plural_1": "小時",
|
||||
"hour_plural_2": "小時",
|
||||
"hour_plural_5": "小時",
|
||||
"y_dates": "年",
|
||||
"y_dates_plural": "年",
|
||||
"y_dates_plural_1": "年",
|
||||
"y_dates_plural_2": "年",
|
||||
"y_dates_plural_5": "年",
|
||||
"h_dates": "時",
|
||||
"h_dates": "小時",
|
||||
"D_dates": "日",
|
||||
"W_dates": "週",
|
||||
"M_dates": "月",
|
||||
@@ -443,6 +443,7 @@
|
||||
"Singapore": "亞洲/新加坡",
|
||||
"Sydney": "大洋洲/雪梨",
|
||||
"Taipei": "亞洲/台北",
|
||||
"Tehran": "德黑蘭",
|
||||
"Tokyo": "亞洲/東京",
|
||||
"Toronto": "北美洲/多倫多",
|
||||
"Vancouver": "北美洲/溫哥華",
|
||||
@@ -516,6 +517,7 @@
|
||||
"increment_input": "增量",
|
||||
"maximum_input": "最大值",
|
||||
"showMA_input": "顯示移動平均",
|
||||
"show MA_input": "顯示移動平均線",
|
||||
"Volume": "成交量",
|
||||
"Volume MA": "成交量移動平均",
|
||||
"Indicator": "技術指標",
|
||||
@@ -560,5 +562,103 @@
|
||||
"No drawings yet": "尚未繪圖",
|
||||
"Lock/Unlock": "鎖定/解鎖",
|
||||
"deviation_input": "標準差",
|
||||
"depth_input": "深度"
|
||||
"depth_input": "深度",
|
||||
"Accumulation/Distribution_study": "累積/派發線(Accum/Dist)",
|
||||
"Aroon_study": "阿隆指標(Aroon)",
|
||||
"Advance/Decline_study": "騰落指標(AD)",
|
||||
"Average True Range_study": "真實波幅指標(ATR)",
|
||||
"Awesome Oscillator_study": "動量震盪指標(AO)",
|
||||
"Bollinger Bands Width_study": "包寧傑帶狀指標(BBW)",
|
||||
"Balance of Power_study": "力量平衡度指標(Balance of Power)",
|
||||
"Bollinger Bands_study": "包寧傑指標(BB)",
|
||||
"Bollinger Bands %B_study": "包寧傑%B指標(BB%B)",
|
||||
"Chaikin Money Flow_study": "蔡金資金流向指標(CMF)",
|
||||
"Chaikin Oscillator_study": "蔡金擺動指標(Chaikin Osc)",
|
||||
"Chande Kroll Stop_study": "錢德克羅止損(Chande Kroll Stop)",
|
||||
"Chande Momentum Oscillator_study": "錢德動量擺動指標(ChandeMO)",
|
||||
"Commodity Channel Index_study": "順勢指標(CCI)",
|
||||
"Choppiness Index_study": "平滑指數(CHOP)",
|
||||
"Directional Movement Index_study": "動向指數(DMI)",
|
||||
"Correlation Coeff_study": "相關係數(CC)",
|
||||
"Donchian Channels_study": "唐奇安通道指標(DC)",
|
||||
"Double Exponential Moving Average_study": "雙指數移動平均線(DEMA)",
|
||||
"Ease of Movement_study": "簡易波動指標(EOM)",
|
||||
"Elders Force Index_study": "強力指數指標(EFI)",
|
||||
"Envelope_study": "包絡線指標(Env",
|
||||
"Ichimoku Cloud_study": "一目均衡表(Ichimoku)",
|
||||
"Klinger Oscillator_study": "克林格成交量擺動指標(Klinger Osc)",
|
||||
"Hull MA_study": "Hull移動平均線(HMA)",
|
||||
"Keltner Channels_study": "肯特納通道(KC)",
|
||||
"Linear Regression Curve_study": "線性迴歸曲線(LRC)",
|
||||
"Know Sure Thing_study": "加權總和變動率(KST)",
|
||||
"MA Cross_study": "均線交叉線(MA Cross)",
|
||||
"Money Flow_study": "貨幣流量指標(MFI)",
|
||||
"Mass Index_study": "梅斯線指標(MASS)",
|
||||
"Moving Average Exponential_study": "指數移動平均指標(EMA)",
|
||||
"Net Volume_study": "淨交易量(NetVol)",
|
||||
"Moving Average Convergence/Divergence_study": "指數平滑異同移動平均線(MACD)",
|
||||
"Moving Average_study": "移動平均線(MA)",
|
||||
"Moving Average Weighted_study": "加權移動平均線(WMA)",
|
||||
"Parabolic SAR_study": "停損點轉向指標(SAR)",
|
||||
"On Balance Volume_study": "能量潮指标(OBV)",
|
||||
"Price Oscillator_study": "價格擺動指標(PPO)",
|
||||
"Relative Strength Index_study": "相對強弱指數(RSI)",
|
||||
"Relative Vigor Index_study": "相對能量指數指標(RVGI)",
|
||||
"Relative Volatility Index_study": "相對離散指數(RVI)",
|
||||
"SMI Ergodic Indicator/Oscillator_study": "SMIEO指標(SMIIO)",
|
||||
"Stochastic_study": "隨機指標(STOCH)",
|
||||
"TRIX_study": "三重指數平均指標(TRIX)",
|
||||
"Stochastic RSI_study": "隨機強弱指標(STOCH RSI)",
|
||||
"Triple EMA_study": "三重指數移動平均線(TEMA)",
|
||||
"VWMA_study": "成交量加權移動平均線(VWMA)",
|
||||
"Volume Oscillator_study": "成交量擺動指標(Volume Osc)",
|
||||
"Volume_study": "成交量(Vol)",
|
||||
"Williams Alligator_study": "鱷魚線(Alligator)",
|
||||
"Willams %R_study": "威廉指標(W%R)",
|
||||
"Coppock Curve_study": "估波指標(Coppock Curve)",
|
||||
"Least Squares Moving Average_study": "最小平方均線(LSMA)",
|
||||
"Arnaud Legoux Moving Average_study": "Arnaud Legoux均線(ALMA)",
|
||||
"True Strength Indicator_study": "真實強弱指數(TSI)",
|
||||
"Change Interval": "改變區間",
|
||||
"Show Only Studies": "只顯示學習",
|
||||
"Show Only Drawings": "只顯示繪圖",
|
||||
"Show All": "全部顯示",
|
||||
"Timezone/Sessions Properties...": "時區/工作階段屬性",
|
||||
"Scale Price Chart Only": "只縮放價位圖層",
|
||||
"Open Interval Dialog": "開啟區間視窗",
|
||||
"Note": "標注",
|
||||
"Anchored Note": "錨點標注",
|
||||
"Scales Properties": "刻度屬性",
|
||||
"Toggle Auto Scale": "切換為自動縮放",
|
||||
"Toggle Log Scale": "切換為對數縮放",
|
||||
"Toggle Percentage": "切換為百分比",
|
||||
"auto_scale": "自動",
|
||||
"Invalid Symbol": "無效的標的",
|
||||
"loading...": "載入中...",
|
||||
"interval_dialog_description": "若圖表採用分鐘作為更新頻率,請輸入間隔數字(例如:若圖表為每五分鐘更新一次,請輸入5);或加上H代表小時,D代表日,W代表週,M代表月為週期更新頻率。",
|
||||
"Not applicable": "不適用",
|
||||
"Stats Text Color": "統計值文字顏色",
|
||||
"Show Angle": "顯示角度",
|
||||
"Always Show Stats": "始終顯示統計值",
|
||||
"Rename...": "重新命名...",
|
||||
"Load": "載入",
|
||||
"Save": "儲存",
|
||||
"Rename Chart": "重新命名圖表",
|
||||
"{0} copy": "{0} 複製",
|
||||
"Please enter chart name": "請輸入圖表名稱",
|
||||
"Enter a new chart name": "輸入新的圖表名稱",
|
||||
"Load Chart": "載入圖表",
|
||||
"Chart Name": "圖表名稱",
|
||||
"Chart name": "圖表名稱",
|
||||
"Last Modified": "最後修改日期",
|
||||
"Active Symbol": "啟動標的",
|
||||
"Fullscreen mode": "全螢幕模式",
|
||||
"Marker Color": "標誌顏色",
|
||||
"Font Size": "字型大小",
|
||||
"Save New Chart": "儲存新圖表",
|
||||
"Source_compare": "來源",
|
||||
"YES": "是",
|
||||
"NO": "否",
|
||||
"Confirmation": "確認",
|
||||
"Are you sure you want to delete this chart?": "你是否確定要刪除這份圖表?"
|
||||
}
|
||||