Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4edc65c
New translations messages.pot (Chinese Simplified)
ashkanx Mar 5, 2019
18f38aa
New translations messages.pot (Chinese Simplified)
ashkanx Mar 5, 2019
9ef05df
New translations messages.pot (Chinese Traditional)
ashkanx Mar 5, 2019
42b7bef
New translations messages.pot (Portuguese)
ashkanx Mar 5, 2019
9bab1b6
New translations messages.pot (Portuguese)
ashkanx Mar 5, 2019
e17c346
New translations messages.pot (Portuguese)
ashkanx Mar 5, 2019
9e1299b
New translations messages.pot (Portuguese)
ashkanx Mar 5, 2019
298af7e
New translations messages.pot (Vietnamese)
ashkanx Mar 13, 2019
3cb47d8
New translations messages.pot (Vietnamese)
ashkanx Mar 13, 2019
c356527
New translations messages.pot (Vietnamese)
ashkanx Mar 13, 2019
b8b1e04
New translations messages.pot (Vietnamese)
ashkanx Mar 13, 2019
f591b7b
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
624b23b
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
9c9dcf1
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
100fffd
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
1feba5b
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
be9abc7
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
20c27ff
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
887343c
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
45cd9d7
New translations messages.pot (Vietnamese)
ashkanx Mar 14, 2019
3266f37
New translations messages.pot (Vietnamese)
ashkanx Mar 15, 2019
1e118a1
New translations messages.pot (Vietnamese)
ashkanx Mar 15, 2019
62bd8ea
New translations messages.pot (Vietnamese)
ashkanx Mar 15, 2019
374c42e
New translations messages.pot (Vietnamese)
ashkanx Mar 15, 2019
ac47a20
New translations messages.pot (Vietnamese)
ashkanx Mar 15, 2019
2596324
New translations messages.pot (Vietnamese)
ashkanx Mar 15, 2019
3e18960
New translations messages.pot (Vietnamese)
ashkanx Mar 17, 2019
771cfa1
New translations messages.pot (Vietnamese)
ashkanx Mar 19, 2019
6fa5747
New translations messages.pot (Italian)
ashkanx Mar 20, 2019
75937f8
New translations messages.pot (Chinese Simplified)
ashkanx Apr 5, 2019
1962a9f
New translations messages.pot (Chinese Traditional)
ashkanx Apr 5, 2019
469fd1a
Merge pull request #1419 from binary-com/CrowdIn
ashkanx Apr 16, 2019
72d413f
remove redundant website status
cakasuma Apr 19, 2019
0917844
remove subscribe to avoid another request
cakasuma Apr 22, 2019
58fa13d
fix redundant space
cakasuma Apr 22, 2019
c4e510c
Merge pull request #1440 from cakasuma/amam/fix_account
ashkanx Apr 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/accountstatus/accountstatus.es6
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AccountStatus {
// Getting account status, website status, account settings and financial assessment.
return Promise.all([
liveapi.send({ get_account_status: 1 }),
liveapi.send({ 'website_status': 1 }),
liveapi.cached.send({ website_status: 1 }),
liveapi.send({ 'get_settings': 1 }),
liveapi.cached.send({ get_financial_assessment: 1 }),
liveapi.send({ mt5_login_list: 1 })
Expand Down
2 changes: 1 addition & 1 deletion src/websitestatus/websitestatus.es6
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ const set_currency_config = (website_status) => {
};

liveapi.events.on('website_status', website_status);
liveapi.cached.send({ website_status: 1, subscribe: 1 }).then(website_status);
liveapi.cached.send({ website_status: 1 }).then(website_status);
8 changes: 4 additions & 4 deletions src/websockets/binary_websockets.es6
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const onopen = () => {
/**
* First thing to do -> subscribe to website_status
*/
socket.send(JSON.stringify({website_status:1, subscribe:1}));
socket.send(JSON.stringify({ website_status: 1, subscribe: 1 }));
/* send buffered sends */
while (buffered_sends.length > 0) {
const data = buffered_sends.shift();
Expand Down Expand Up @@ -427,9 +427,9 @@ export const cached = {
const key = JSON.stringify(data);
/* if there is a cached promise for this key (let say P), return P.
* assume P is in pending state, when P is fullfiled all attached .then() calls will run.
* assume P is in rejected state (or in fullfiled state), the changed .then() calls will be immediately rejected(or fullfiled). */
if (cached_promises[key])
return cached_promises[key].promise;
* assume P is in rejected state (or in fullfiled state), the changed .then() calls will be immediately rejected(or fullfiled). */
if (cached_promises[key])
return cached_promises[key].promise;
/* We don't want to cache promises that are rejected,
Clear the cache in case of promise rejection */
cached_promises[key] = { data: data, promise: null };
Expand Down
8 changes: 4 additions & 4 deletions translations/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: binarycom <jy@binary.com>\n"
"Language-Team: Italian\n"
"Language: it_IT\n"
"PO-Revision-Date: 2019-01-29 06:30\n"
"PO-Revision-Date: 2019-03-20 16:02\n"

msgid "\"http://www.gamblingcommission.gov.uk/Consumers/Protection-of-customer-funds.aspx\""
msgstr "\"http://www.gamblingcommission.gov.uk/Consumers/Protection-of-customer-funds.aspx\""
Expand Down Expand Up @@ -166,7 +166,7 @@ msgid "8h"
msgstr "8h"

msgid "AM"
msgstr ""
msgstr "AM"

msgid "Accept"
msgstr "Accetta"
Expand Down Expand Up @@ -307,7 +307,7 @@ msgid "Binary.com : Webtrader"
msgstr "Binary.com : Webtrader"

msgid "Binary.com is an award-winning online trading provider that helps its clients to trade on financial markets through binary options and CFDs. Trading binary options and CFDs on Volatility Indices is classified as a gambling activity. Remember that gambling can be addictive – please play responsibly. Learn more about [_1]Responsible Trading[_2]. Some products are not available in all countries. This website’s services are not made available in certain countries such as the USA, Canada, Costa Rica, Hong Kong, or to persons under age 18."
msgstr ""
msgstr "Binary.com è un fornitore di servizi online, premiato con vari riconoscimenti, che aiuta i clienti ad effettuare trading nei mercati finanziari attraverso opzioni binarie e CFD. Il trading di opzioni binarie e CFD sugli indici di volatilità è classificato come attività di gioco d'azzardo. È importante essere consapevoli che il gioco d'azzardo può creare dipendenza; ti invitiamo a giocare in modo responsabile. Scopri di più sul [_1]trading responsabile[_2]. Alcuni prodotti non sono disponibili in tutti i paesi. I servizi offerti su questo sito web non sono disponibili in alcuni paesi, come USA, Canada, Costa Rica, Hong Kong, o per le persone di età inferiore ai 18 anni."

msgid "Blank window"
msgstr "Finestra vuota"
Expand All @@ -331,7 +331,7 @@ msgid "By clicking OK, you confirm that you have read and accepted the updated"
msgstr "Cliccando OK, confermi di aver letto e accettato l'aggiornamento"

msgid "CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. Between 74-89% of retail investor accounts lose money when trading CFDs. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money."
msgstr ""
msgstr "I CFD sono strumenti complessi che implicano un rischio elevato di perdite rapide di denaro a causa della leva finanziaria. Il 74%-89% degli investitori al dettaglio subisce perdite effettuando trading su CFD. Ti invitiamo a valutare se sei effettivamente in grado di comprendere il funzionamento dei CFD e nelle condizioni di correre l'elevato rischio di perdere del denaro."

msgid "Can be used to buy and sell contracts, renew expired purchases, and top-up virtual-money accounts."
msgstr "Può essere utilizzato per acquistare e vendere contratti, rinnovare acquisti scaduti e integrare account di moneta virtuale."
Expand Down
26 changes: 13 additions & 13 deletions translations/i18n/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgstr ""
"Last-Translator: binarycom <jy@binary.com>\n"
"Language-Team: Portuguese\n"
"Language: pt_PT\n"
"PO-Revision-Date: 2019-01-29 06:30\n"
"PO-Revision-Date: 2019-03-05 23:20\n"

msgid "\"http://www.gamblingcommission.gov.uk/Consumers/Protection-of-customer-funds.aspx\""
msgstr "\"http://www.gamblingcommission.gov.uk/Consumers/Protection-of-customer-funds.aspx\""
Expand Down Expand Up @@ -307,7 +307,7 @@ msgid "Binary.com : Webtrader"
msgstr "Binary.com : Webtrader"

msgid "Binary.com is an award-winning online trading provider that helps its clients to trade on financial markets through binary options and CFDs. Trading binary options and CFDs on Volatility Indices is classified as a gambling activity. Remember that gambling can be addictive – please play responsibly. Learn more about [_1]Responsible Trading[_2]. Some products are not available in all countries. This website’s services are not made available in certain countries such as the USA, Canada, Costa Rica, Hong Kong, or to persons under age 18."
msgstr ""
msgstr "A Binary.com é um premiado provedor de negociações online que ajuda os seus clientes a negociar em mercados financeiros através de opções binárias e CFDs. A negociação de opções binárias e CFDs em índices Volatility classifica-se como uma atividade de jogo. Não se esqueça que os jogos podem ser viciantes – jogue responsavelmente. Aprenda mais sobre a [_1]Negociação Responsável[_2]. Alguns produtos não estão disponíveis em todos os países. Os serviços deste site não são disponibilizados em determinados países como os EUA, Canadá, Costa Rica e Hong Kong ou a pessoas com idade inferior a 18 anos."

msgid "Blank window"
msgstr "Janela em branco"
Expand All @@ -331,7 +331,7 @@ msgid "By clicking OK, you confirm that you have read and accepted the updated"
msgstr "Ao clicar OK, você confirma que você leu e aceitou"

msgid "CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. Between 74-89% of retail investor accounts lose money when trading CFDs. You should consider whether you understand how CFDs work and whether you can afford to take the high risk of losing your money."
msgstr ""
msgstr "Os CFDs são instrumentos complexos e implicam um elevado risco de perda rápida de dinheiro devido à alavancagem. Entre 74% a 89% de contas de investidores particulares perdem dinheiro quando negociam CFDs. Você deve pensar bem sobre se compreende como funcionam os CFDs e se pode se dar ao luxo de arriscar perder todo o seu dinheiro."

msgid "Can be used to buy and sell contracts, renew expired purchases, and top-up virtual-money accounts."
msgstr "Pode ser usado para comprar e vender contratos, renovar aquisições expiradas e financiar contas de dinheiro virtual"
Expand Down Expand Up @@ -802,16 +802,16 @@ msgid "In order to properly apply theme, a full refresh of page is required. Are
msgstr "Para poder aplicar o tema de forma correta, uma atualização total da página é necessária. Tem certeza que deseja continuar?"

msgid "In the EU, financial products are offered by Binary Investments (Europe) Ltd., Mompalao Building, Suite 2, Tower Road, Msida MSD1825, Malta, licensed and regulated as a Category 3 Investment Services provider by the Malta Financial Services Authority ([_1]licence no. IS/70156[_2])."
msgstr ""
msgstr "Na UE, produtos financeiros são disponibilizados pela Binary Investments (Europe) Ltd, Mompalao Building, Suite 2, Tower Road, Msida MSD1825, Malta, licenciada e regulamentada como um fornecedor de serviços de investimento de categoria 3 pela Malta Financial Services Authority (Autoridade de Serviços Financeiros - [_1]licença n.º IS/70156[_2])."

msgid "In the EU, financial products are offered by Binary Investments (Europe) Ltd., Mompalao Building, Suite 2, Tower Road, Msida MSD1825, Malta, regulated as a Category 3 Investment Services provider by the Malta Financial Services Authority ([_1]licence no. IS/70156[_2])."
msgstr ""
msgstr "Na UE, produtos financeiros são disponibilizados pela Binary Investments (Europe) Ltd, Mompalao Building, Suite 2, Tower Road, Msida MSD1825, Malta, regulamentada como um fornecedor de serviços de investimento de categoria 3 pela Malta Financial Services Authority (Autoridade de Serviços Financeiros - [_1]licença n.º IS/70156[_2])."

msgid "In the Isle of Man and the UK, Volatility Indices are offered by Binary (IOM) Ltd., First Floor, Millennium House, Victoria Road, Douglas, IM2 4RW, Isle of Man, British Isles; licensed and regulated respectively by (1) the Gambling Supervision Commission in the Isle of Man (current licence issued on 31 August 2017) and by (2) the Gambling Commission in the UK (licence [_1]reference no: 39172[_2])."
msgstr "Na Ilha de Man e no Reino Unido, os índices Volatility são disponibilizados pela Binary (IOM) Ltd., First Floor, Millennium House, Victoria Road, Douglas, IM2 4RW, Ilha de Man, Ilhas Britânicas, licenciada e regulamentada, respectivamente, pela (1) Comissão de Supervisão de Jogos de Azar na Ilha de Man (licença atual emitida a 31 de agosto de 2017) e pela (2) Comissão de Jogos de Azar no Reino Unido (licença com [_1]referência n.º: 39172[_2])."

msgid "In the rest of the EU, Volatility Indices are offered by Binary (Europe) Ltd., Mompalao Building, Suite 2, Tower Road, Msida MSD1825, Malta; licensed and regulated by (1) the Malta Gaming Authority in Malta (licence no. MGA/B2C/102/2000 issued on 01 August 2018), for UK clients by (2) the UK Gambling Commission (licence [_1]reference no: 39495[_2]), and for Irish clients by (3) the Revenue Commissioners in Ireland (Remote Bookmaker's Licence no. 1010285 issued on 1 July 2017). View complete [_3]Regulatory Information[_4]."
msgstr ""
msgstr "No resto da UE, os índices Volatility são disponibilizados pela Binary (Europe) Ltd., Mompalao Building, Suite 2, Tower Road, Msida MSD1825, Malta, licenciada e regulamentada (1) Autoridade de Jogos de Malta (licença n.º MGA/B2C/102/2000 emitida a 01 de agosto de 2018), para clientes do Reino Unido pela (2) Comissão de Jogos de Azar do Reino Unido (licença com [_1]referência n.º: 39495[_2]) e para clientes irlandeses pelo (3) Departamento de Impostos da Irlanda (licença de casa de apostas remota n.º: 1010285 emitida a 1 de julho de 2017). Ver [_3]informações regulamentares[_4] completas."

msgid "In/Out"
msgstr "Dentro/Fora"
Expand Down Expand Up @@ -1171,7 +1171,7 @@ msgid "Other"
msgstr "Outro"

msgid "Outside the EU, financial products are offered by Binary (C.R.) S.A., 5th Floor, Building 6 Centro Ejecutivo La Sabana, Sabana Sur, San José, Costa Rica, Binary (V) Ltd, Govant Building, Port Vila, PO Box 1276, Vanuatu, regulated by the Vanuatu Financial Services Commission ([_1]view licence[_2]), Binary (BVI) Ltd, 2nd Floor, O’Neal Marketing Associates Building, Wickham’s Cay II, P.O. Box 3174, Road Town, Tortola VB1110, British Virgin Islands, regulated by the British Virgin Islands Financial Services Commission ([_3]licence no. SIBA/L/18/1114[_4]), and Binary (FX) Ltd., Lot No. F16, First Floor, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malaysia, regulated by the Labuan Financial Services Authority to carry on a money-broking business ([_5]licence no. MB/18/0024[_6])"
msgstr ""
msgstr "Fora da UE, os produtos financeiros são disponibilizados pela Binary (C.R.) S.A., 5th Floor, Building 6 Centro Ejecutivo La Sabana, Sabana Sur, San José, Costa Rica, Binary (V) Ltd, Govant Building, Port Vila, PO Box 1276, Vanuatu, regulamentada pela Vanuatu Financial Services Commission (Comissão de Serviços Financeiros de Vanuatu - [_1]ver licença[_2]), Binary (BVI) Ltd, 2nd Floor, O’Neal Marketing Associates Building, Wickham’s Cay II, P.O. Box 3174, Road Town, Tortola VB1110, Ilhas Virgens Britânicas, regulamentada pela British Virgin Islands Financial Services Commission (Comissão de Serviços Financeiros das Ilhas Virgens Britânicas - [_3]licença n.º SIBA/L/18/1114[_4]) e Binary (FX) Ltd., Lot No. F16, First Floor, Paragon Labuan, Jalan Tun Mustapha, 87000 Labuan, Malásia, regulamentada pela Labuan Financial Services Authority (Autoridade de Serviços Financeiro de Labuan) para exercer a atividade de corretagem monetária ([_5]licença n.º MB/18/0024[_6])"

msgid "Over"
msgstr "Acima"
Expand Down Expand Up @@ -1264,7 +1264,7 @@ msgid "Please install the latest version of one of these browsers"
msgstr "Instale a versão mais recente de um destes navegadores"

msgid "Please keep your message to a single line, don’t press enter"
msgstr ""
msgstr "Limite a sua mensagem a uma única linha. Não pressione ENTER"

msgid "Please log in"
msgstr "Conecte-se"
Expand Down Expand Up @@ -1351,7 +1351,7 @@ msgid "Purchase Price"
msgstr "Preço de compra"

msgid "Purchase Time"
msgstr ""
msgstr "Hora de compra"

msgid "Read"
msgstr "Ler"
Expand Down Expand Up @@ -1606,7 +1606,7 @@ msgid "The company holds customer funds in separate bank accounts to the operati
msgstr "A empresa mantém fundos de clientes em contas bancárias separadas das contas operacionais, que, no caso de insolvência, não fariam parte dos ativos da empresa. Isso atende aos requisitos da Comissão de Jogos da segregação dos fundos de clientes ao nível "

msgid "The financial products offered via this website include binary options, contracts for difference (\"CFDs\") and other complex derivatives and financial products. Trading binary options may not be suitable for everyone. Trading CFDs carries a high level of risk since leverage can work both to your advantage and disadvantage. As a result, the products offered on this website may not be suitable for all investors because of the risk of losing all of your invested capital. You should never invest money that you cannot afford to lose, and never trade with borrowed money. Before trading in the complex financial products offered, please be sure to understand the risks involved and learn about [_1]Responsible Trading[_2]."
msgstr ""
msgstr "Os produtos financeiros disponibilizados através deste site incluem opções binárias, contratos por diferenças (\"CFDs\") e outros derivados e produtos financeiros. A negociação de opções binárias pode não ser adequada para todos. A negociação de CFDs implica um elevado grau de risco, uma vez que a alavancagem pode trabalhar tanto para a sua vantagem como para a sua desvantagem. Como resultado, os produtos disponibilizados neste site podem não ser adequados para todo o tipo de investidor, devido ao risco de se perder todo o capital investido. Nunca se deve investir dinheiro que precisa e nunca se deve negociar com dinheiro emprestado. Antes de negociar os complexos produtos financeiros disponibilizados, certifique-se de que compreenda os riscos envolvidos e aprenda mais sobre a [_1]negociação responsável[_2]."

msgid "There was a market data disruption during the contract period. For real-money accounts we will attempt to correct this and settle the contract properly, otherwise the contract will be cancelled and refunded. Virtual-money contracts will be cancelled and refunded."
msgstr "Houve uma interrupção nos dados de mercado durante o período do contrato. Em contas de dinheiro real, iremos tentar corrigir isto e liquidar o contrato de forma correta. Caso contrário, o contrato será cancelado e reembolsado. Contratos de dinheiro virtual serão cancelados e reembolsados."
Expand All @@ -1627,7 +1627,7 @@ msgid "This field is required"
msgstr "Este campo é obrigatório"

msgid "This website’s services are not made available in certain countries such as the USA, Canada, Costa Rica, Hong Kong, Japan, or to persons under age 18."
msgstr ""
msgstr "Os serviços deste site não são disponibilizados em determinados países, como os EUA, Canadá, Costa Rica, Hong Kong, Japão, nem a quaisquer pessoas com idade inferior a 18 anos."

msgid "Thu"
msgstr "Qui"
Expand Down Expand Up @@ -2059,7 +2059,7 @@ msgid "points"
msgstr "pontos"

msgid "risk warning"
msgstr ""
msgstr "aviso de risco"

msgid "sec"
msgstr "seg"
Expand Down Expand Up @@ -2101,5 +2101,5 @@ msgid "| Return"
msgstr "| Voltar"

msgid ""
msgstr ""
msgstr ""

Loading