From 22abe275be91546b428c3c65ff13faba50a6c376 Mon Sep 17 00:00:00 2001 From: Hamid Date: Fri, 23 Sep 2022 08:42:08 +0330 Subject: [PATCH 1/3] hamid/74062/cfd-dashboard-demo-account (#6427) * Add required packages and icon and update qrcode * CFD dashboard for demo account * Fix tests errors * Fix PR comments * Add Huawei Link * Resolve PR comments * Edit SCSS classes * Resolve conflict * Change dxtrade type from synthetic to all * Resolve PR comments * Change texts * Apply QA commnets * Update AccoutSwitcher * Fix tests errors * Remove unneeded code * Enhance code * Run svgo for new dxtrade icons * Change QRCode url * Change QRCode url * Enhance Code * Check enabled property for existing accounts * Hide disabled account in the Account-Switcher * Change icon and text of the succes modal * Change Title of account information modal: currency * Add mobile app hint * Update Password Modal Text * Add TODO Co-authored-by: Yashim Wong --- .../Security/Passwords/passwords-platform.jsx | 9 +- packages/appstore/package.json | 4 +- packages/cashier/package.json | 2 +- packages/cfd/package.json | 7 +- .../cfd-demo-account-display.spec.js | 2 +- .../__tests__/cfd-download-container.spec.js} | 32 +- .../cfd/src/Components/cfd-account-card.tsx | 4 +- .../Components/cfd-demo-account-display.tsx | 4 +- .../src/Components/cfd-download-container.tsx | 210 ++++++++ .../cfd-dxtrade-compare-content.tsx | 476 ++++++++++++++++++ .../cfd-dxtrade-demo-account-display.tsx | 116 +++++ .../cfd-mt5-demo-account-display.tsx | 185 +++++++ .../Components/cfd-real-account-display.tsx | 19 +- packages/cfd/src/Components/props.types.ts | 14 +- .../cfd/src/Constants/cfd-specifications.ts | 9 + .../__tests__/cfd-dashboard.spec.tsx | 6 +- .../__tests__/compare-accounts-modal.spec.js | 2 +- .../Containers/cfd-dashboard-container.tsx | 168 ------- packages/cfd/src/Containers/cfd-dashboard.tsx | 164 +++--- .../cfd/src/Containers/cfd-password-modal.tsx | 11 +- .../Containers/cfd-personal-details-modal.tsx | 6 +- .../src/Containers/compare-accounts-modal.tsx | 56 ++- packages/cfd/src/Helpers/constants.ts | 13 +- .../Stores/Modules/CFD/Helpers/cfd-config.ts | 13 + packages/cfd/src/sass/cfd-dashboard.scss | 190 +++---- .../icon/dxtrade/ic-dxtrade-deriv-x.svg | 1 + .../dxtrade/ic-dxtrade-derivx-platform.svg | 1 + .../ic-dxtrade-device-desktop-light.svg | 2 +- .../dxtrade/ic-dxtrade-device-desktop.svg | 2 +- .../ic-dxtrade-device-laptop-light.svg | 2 +- .../icon/dxtrade/ic-dxtrade-device-laptop.svg | 2 +- .../dxtrade/ic-dxtrade-device-phone-light.svg | 2 +- .../icon/dxtrade/ic-dxtrade-device-phone.svg | 2 +- .../ic-dxtrade-device-tablet-light.svg | 2 +- .../icon/dxtrade/ic-dxtrade-device-tablet.svg | 2 +- .../dxtrade/ic-dxtrade-financial-platform.svg | 2 +- .../icon/dxtrade/ic-dxtrade-financial.svg | 2 +- .../icon/dxtrade/ic-dxtrade-one-password.svg | 2 +- .../dxtrade/ic-dxtrade-synthetic-platform.svg | 2 +- .../icon/dxtrade/ic-dxtrade-synthetic.svg | 2 +- .../components/src/components/icon/icons.js | 2 + packages/components/stories/icon/icons.js | 2 + .../core/src/App/Constants/platform-config.js | 2 +- .../AccountSwitcher/account-switcher.jsx | 48 +- packages/core/src/Stores/client-store.js | 2 + packages/reports/package.json | 206 ++++---- packages/shared/src/utils/cfd/cfd.js | 4 + packages/trader/package.json | 4 +- .../sass/app/modules/mt5/cfd-dashboard.scss | 2 +- 49 files changed, 1471 insertions(+), 551 deletions(-) rename packages/cfd/src/{Containers/__tests__/cfd-dashboard-container.spec.js => Components/__tests__/cfd-download-container.spec.js} (72%) create mode 100644 packages/cfd/src/Components/cfd-download-container.tsx create mode 100644 packages/cfd/src/Components/cfd-dxtrade-compare-content.tsx create mode 100644 packages/cfd/src/Components/cfd-dxtrade-demo-account-display.tsx create mode 100644 packages/cfd/src/Components/cfd-mt5-demo-account-display.tsx delete mode 100644 packages/cfd/src/Containers/cfd-dashboard-container.tsx create mode 100644 packages/components/src/components/icon/dxtrade/ic-dxtrade-deriv-x.svg create mode 100644 packages/components/src/components/icon/dxtrade/ic-dxtrade-derivx-platform.svg diff --git a/packages/account/src/Sections/Security/Passwords/passwords-platform.jsx b/packages/account/src/Sections/Security/Passwords/passwords-platform.jsx index 32e2ac654b42..596ed7985c2b 100644 --- a/packages/account/src/Sections/Security/Passwords/passwords-platform.jsx +++ b/packages/account/src/Sections/Security/Passwords/passwords-platform.jsx @@ -71,14 +71,7 @@ const PasswordsPlatform = ({ email, has_dxtrade_accounts, has_mt5_accounts }) => - - - ]} + i18n_default_text='Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.' values={{ platform_name_dxtrade }} /> diff --git a/packages/appstore/package.json b/packages/appstore/package.json index 9bee2d325fb6..8c6ec5c98327 100644 --- a/packages/appstore/package.json +++ b/packages/appstore/package.json @@ -29,7 +29,7 @@ "license": "ISC", "dependencies": { "@deriv/account": "^1.0.0", - "@deriv/api-types": "1.0.48", + "@deriv/api-types": "^1.0.54", "@deriv/components": "^1.0.0", "@deriv/shared": "^1.0.0", "@deriv/trader": "^3.8.0", @@ -50,9 +50,9 @@ "@deriv/publisher": "^0.0.1-beta4", "@types/classnames": "^2.2.11", "@types/object.fromentries": "^2.0.0", - "@types/react-router-dom": "^5.1.6", "@types/react": "^18.0.7", "@types/react-dom": "^18.0.0", + "@types/react-router-dom": "^5.1.6", "babel-core": "^6.26.3", "babel-loader": "^8.1.0", "chai": "^4.2.0", diff --git a/packages/cashier/package.json b/packages/cashier/package.json index 81e8cc5ed925..2ce8dc40cba9 100644 --- a/packages/cashier/package.json +++ b/packages/cashier/package.json @@ -35,7 +35,7 @@ "url": "https://github.com/binary-com/deriv-app/issues" }, "dependencies": { - "@deriv/api-types": "1.0.48", + "@deriv/api-types": "^1.0.54", "@deriv/components": "^1.0.0", "@deriv/deriv-api": "^1.0.8", "@deriv/p2p": "^0.7.3", diff --git a/packages/cfd/package.json b/packages/cfd/package.json index 8894b0532aa2..3434a53d5530 100644 --- a/packages/cfd/package.json +++ b/packages/cfd/package.json @@ -35,10 +35,10 @@ }, "homepage": "https://github.com/binary-com/deriv-app", "devDependencies": { - "babel-eslint": "^10.1.0", - "babel-loader": "^8.1.0", "@types/react": "^18.0.7", "@types/react-dom": "^18.0.0", + "babel-eslint": "^10.1.0", + "babel-loader": "^8.1.0", "chai": "^4.2.0", "circular-dependency-plugin": "^5.2.2", "clean-webpack-plugin": "^3.0.0", @@ -87,7 +87,7 @@ }, "dependencies": { "@deriv/account": "^1.0.0", - "@deriv/api-types": "1.0.48", + "@deriv/api-types": "^1.0.54", "@deriv/components": "^1.0.0", "@deriv/deriv-api": "^1.0.8", "@deriv/shared": "^1.0.0", @@ -107,6 +107,7 @@ "prop-types": "^15.7.2", "react": "^16.14.0", "react-dom": "^16.14.0", + "react-qrcode": "^0.3.5", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "react-transition-group": "4.4.2" diff --git a/packages/cfd/src/Components/__tests__/cfd-demo-account-display.spec.js b/packages/cfd/src/Components/__tests__/cfd-demo-account-display.spec.js index 0671e444a350..3f3c5a463e74 100644 --- a/packages/cfd/src/Components/__tests__/cfd-demo-account-display.spec.js +++ b/packages/cfd/src/Components/__tests__/cfd-demo-account-display.spec.js @@ -223,7 +223,7 @@ describe('', () => { /> ); checkAccountCardsRendering(TESTED_CASES.NON_EU_DXTRADE); - const dxtrade_fund_top_up_button = screen.getByRole('button', { name: /fund top up/i }); + const dxtrade_fund_top_up_button = screen.getByRole('button', { name: /top up/i }); const dxtrade_trade_on_web_terminal_button = screen.getByRole('link', { name: /trade on web terminal/i }); expect(dxtrade_trade_on_web_terminal_button).toHaveAttribute('href', 'https://dx-demo.deriv.com'); diff --git a/packages/cfd/src/Containers/__tests__/cfd-dashboard-container.spec.js b/packages/cfd/src/Components/__tests__/cfd-download-container.spec.js similarity index 72% rename from packages/cfd/src/Containers/__tests__/cfd-dashboard-container.spec.js rename to packages/cfd/src/Components/__tests__/cfd-download-container.spec.js index 7e17abf89544..1b18aae48cef 100644 --- a/packages/cfd/src/Containers/__tests__/cfd-dashboard-container.spec.js +++ b/packages/cfd/src/Components/__tests__/cfd-download-container.spec.js @@ -1,6 +1,6 @@ import React from 'react'; import { render, screen } from '@testing-library/react'; -import CFDDashboardContainer from '../cfd-dashboard-container'; +import CFDDownloadContainer from '../cfd-download-container'; jest.mock('@deriv/components', () => { const original_module = jest.requireActual('@deriv/components'); @@ -10,7 +10,7 @@ jest.mock('@deriv/components', () => { }; }); -describe('CFDDashboardContainer', () => { +describe('CFDDownloadContainer', () => { const mock_props = { platform: 'mt5', active_index: 0, @@ -21,12 +21,12 @@ describe('CFDDashboardContainer', () => { }, }; - it('should render correctly', () => { - render(); + it('should render correctly', () => { + render(); expect(screen.getByTestId(/dt_cfd_dashboard_download_center_container/i)).toBeInTheDocument(); }); it('should render correct text according to the MT5 platform', () => { - render(); + render(); expect( screen.getByText(/run MT5 from your browser or download the MT5 app for your devices/i) ).toBeInTheDocument(); @@ -35,7 +35,7 @@ describe('CFDDashboardContainer', () => { ).toBeInTheDocument(); }); it('should show the proper icons for the MT5 platform ', () => { - render(); + render(); expect(screen.getByText(/IcMt5DeviceDesktop/i)).toBeInTheDocument(); expect(screen.getByText(/IcMt5DeviceLaptop/i)).toBeInTheDocument(); expect(screen.getByText(/IcInstallationWindows/i)).toBeInTheDocument(); @@ -49,7 +49,7 @@ describe('CFDDashboardContainer', () => { }); it('should download/redirect the correct file for MT5 platform', () => { - render(); + render(); expect(screen.getByText(/IcInstallationWindows/i).closest('a')).toHaveAttribute( 'href', 'https://download.mql5.com/cdn/web/deriv.limited/mt5/derivmt5setup.exe' @@ -77,27 +77,15 @@ describe('CFDDashboardContainer', () => { }); it('should render the correct icons and text for the Deriv X platform', () => { - render(); - expect(screen.getByText(/IcDxtradeDeviceDesktop/i)).toBeInTheDocument(); - expect(screen.getByText(/IcDxtradeDeviceLaptop/i)).toBeInTheDocument(); + render(); expect(screen.getByText(/IcBrandDxtrade/i)).toBeInTheDocument(); - expect(screen.getByText(/IcDxtradeDeviceTablet/i)).toBeInTheDocument(); - expect(screen.getByText(/IcDxtradeDevicePhone/i)).toBeInTheDocument(); expect(screen.getByText(/IcInstallationGoogle/i)).toBeInTheDocument(); expect(screen.getByText(/IcInstallationApple/i)).toBeInTheDocument(); - expect(screen.getByText(/Run deriv x on your browser or download the mobile app/i)).toBeInTheDocument(); expect(screen.getByText(/web terminal/i)).toBeInTheDocument(); }); - it('should render the correct icons if dark mode is on for DerivX', () => { - render(); - expect(screen.getByText(/IcDxtradeDeviceDesktopLight/i)).toBeInTheDocument(); - expect(screen.getByText(/IcDxtradeDeviceLaptopLight/i)).toBeInTheDocument(); - expect(screen.getByText(/IcDxtradeDeviceTabletLight/i)).toBeInTheDocument(); - expect(screen.getByText(/IcDxtradeDevicePhoneLight/i)).toBeInTheDocument(); - }); it('should download/redirect the correct file for DerivX', () => { - render(); + render(); expect(screen.getByText(/IcBrandDxtrade/i).closest('a')).toHaveAttribute('href', 'https://dx.deriv.com'); expect(screen.getByText(/IcInstallationGoogle/i).closest('a')).toHaveAttribute( 'href', @@ -109,7 +97,7 @@ describe('CFDDashboardContainer', () => { ); }); it('should render demo account dashboard and the demo link for derivx web terminal if active_index is 1 ', () => { - render(); + render(); expect(screen.getByText(/IcBrandDxtrade/i).closest('a')).toHaveAttribute('href', 'https://dx-demo.deriv.com'); }); }); diff --git a/packages/cfd/src/Components/cfd-account-card.tsx b/packages/cfd/src/Components/cfd-account-card.tsx index 4d0fbcb8fd79..477e4a303c66 100644 --- a/packages/cfd/src/Components/cfd-account-card.tsx +++ b/packages/cfd/src/Components/cfd-account-card.tsx @@ -25,10 +25,12 @@ const account_icons: { [key: string]: TAccountIconValues } = { financial_stp: 'IcMt5FinancialStpPlatform', cfd: 'IcMt5CfdPlatform', }, + // TODO: Line 30, 31 and 32 should be removed after real released. dxtrade: { synthetic: 'IcDxtradeSyntheticPlatform', financial: 'IcDxtradeFinancialPlatform', cfd: 'IcMt5CfdPlatform', + all: 'IcDxtradeDerivxPlatform', }, }; @@ -595,7 +597,7 @@ const CFDAccountCardComponent = ({
)} diff --git a/packages/cfd/src/Components/cfd-demo-account-display.tsx b/packages/cfd/src/Components/cfd-demo-account-display.tsx index de4289300d2c..78e0419bd89c 100644 --- a/packages/cfd/src/Components/cfd-demo-account-display.tsx +++ b/packages/cfd/src/Components/cfd-demo-account-display.tsx @@ -5,7 +5,7 @@ import { general_messages } from '../Constants/cfd-shared-strings'; import specifications, { TSpecifications } from '../Constants/cfd-specifications'; import Loading from '../templates/_common/components/loading'; import { DetailsOfEachMT5Loginid, LandingCompany } from '@deriv/api-types'; -import { TTradingPlatformAccounts } from './props.types'; +import { TTradingPlatformAccounts, TCFDPlatform } from './props.types'; import { TObjectCFDAccount } from 'Containers/cfd-dashboard'; type TStandPoint = { @@ -38,7 +38,7 @@ type TCFDDemoAccountDisplayProps = { data: DetailsOfEachMT5Loginid | TTradingPlatformAccounts, meta: TOpenAccountTransferMeta ) => void; - platform: string; + platform: TCFDPlatform; current_list: Record; openPasswordManager: (login?: string, title?: string, group?: string, type?: string, server?: string) => void; residence: string; diff --git a/packages/cfd/src/Components/cfd-download-container.tsx b/packages/cfd/src/Components/cfd-download-container.tsx new file mode 100644 index 000000000000..2346d6ad42d2 --- /dev/null +++ b/packages/cfd/src/Components/cfd-download-container.tsx @@ -0,0 +1,210 @@ +import React from 'react'; +import classnames from 'classnames'; +import { QRCode } from 'react-qrcode'; +import { Icon, Text, DesktopWrapper, MobileWrapper } from '@deriv/components'; +import { CFD_PLATFORMS, isDesktop, isMobile } from '@deriv/shared'; +import { Localize, localize } from '@deriv/translations'; +import { + getDXTradeWebTerminalLink, + getPlatformDXTradeDownloadLink, + getPlatformMt5DownloadLink, +} from '../Helpers/constants'; +import { general_messages } from '../Constants/cfd-shared-strings'; +import { TCFDDashboardContainer } from './props.types'; + +type TDxtradeDesktopDownloadProps = { + active_index: TCFDDashboardContainer['active_index']; + dxtrade_tokens: TCFDDashboardContainer['dxtrade_tokens']; +}; + +type TMobileDownloadProps = { + is_dark_mode_on: TCFDDashboardContainer['is_dark_mode_on']; + platform: TCFDDashboardContainer['platform']; +}; + +const mobileDownloadLink = (platform: string, type: 'ios' | 'android' | 'huawei') => { + return platform === CFD_PLATFORMS.MT5 ? getPlatformMt5DownloadLink(type) : getPlatformDXTradeDownloadLink(type); +}; + +const DxtradeDesktopDownload = ({ active_index, dxtrade_tokens }: TDxtradeDesktopDownloadProps) => { + return ( + +

{localize('Run Deriv X on your browser')}

+ + +
+ + + +
+
+
+ ); +}; + +const MT5DesktopDownload = () => { + return ( + +
+ + +
+ + + + +
+ ); +}; + +const MobileDownload = ({ is_dark_mode_on, platform }: TMobileDownloadProps) => { + return ( + + {platform === CFD_PLATFORMS.DXTRADE && ( +

+ {localize('Download the Deriv X mobile app')} +

+ )} +
+ {isMobile() && platform === CFD_PLATFORMS.DXTRADE && ( + + + + + )} + {platform === CFD_PLATFORMS.MT5 && ( + + + + + )} +
+ +
+ ); +}; + +const QRCodeBox = ({ platform }: { platform: string }) => { + return ( + +
+ + + {localize('Scan the QR code to download the Deriv X Mobile App')} + +
+
+ ); +}; + +const CFDDownloadContainer = ({ platform, is_dark_mode_on, active_index, dxtrade_tokens }: TCFDDashboardContainer) => { + return ( + + + + + + +
+ {platform === CFD_PLATFORMS.MT5 && ( +

+ {isDesktop() ? general_messages.getDownloadHeader(platform) : localize('Download the MT5 app')} +

+ )} +
+ +
+ {platform === CFD_PLATFORMS.DXTRADE && ( + + )} + {platform === CFD_PLATFORMS.MT5 && } +
+
+ +
+ +
+
+ + {platform === CFD_PLATFORMS.DXTRADE && } +
+
+ ); +}; + +export default CFDDownloadContainer; diff --git a/packages/cfd/src/Components/cfd-dxtrade-compare-content.tsx b/packages/cfd/src/Components/cfd-dxtrade-compare-content.tsx new file mode 100644 index 000000000000..7baa88d8bbec --- /dev/null +++ b/packages/cfd/src/Components/cfd-dxtrade-compare-content.tsx @@ -0,0 +1,476 @@ +import React from 'react'; +import { Table, Text, ThemedScrollbars, Div100vhContainer } from '@deriv/components'; +import { localize, Localize } from '@deriv/translations'; +import { isDesktop, CFD_PLATFORMS } from '@deriv/shared'; +import { LandingCompany, CurrencyConfigStructure } from '@deriv/api-types'; + +// TODO: Remove this temporary type when api-types updates +type TLandingCompany = LandingCompany & { + /** + * Available Deriv X financial account types (all except Synthetic Indices). + */ + dxtrade_all_company?: { + /** + * Landing Company details. + */ + standard?: { + /** + * Landing Company address + */ + address?: string[] | null; + /** + * Special conditions for changing sensitive fields + */ + changeable_fields?: { + [k: string]: unknown; + }; + /** + * Landing Company country of incorporation + */ + country?: string; + currency_config?: CurrencyConfigStructure; + /** + * Flag to indicate whether reality check is applicable for this Landing Company. `1`: applicable, `0`: not applicable. The Reality Check is a feature that gives a summary of the client's trades and account balances on a regular basis throughout his session, and is a regulatory requirement for certain Landing Companies. + */ + has_reality_check?: 0 | 1; + /** + * Allowed contract types + */ + legal_allowed_contract_categories?: string[]; + /** + * Allowable currencies + */ + legal_allowed_currencies?: string[]; + /** + * Allowable markets + */ + legal_allowed_markets?: string[]; + /** + * Default account currency + */ + legal_default_currency?: string; + /** + * Landing Company legal name + */ + name?: string; + /** + * Legal requirements for the Landing Company + */ + requirements?: { + [k: string]: unknown; + }; + /** + * Landing Company short code + */ + shortcode?: string; + /** + * Flag that indicates whether the landing company supports professional accounts or not + */ + support_professional_client?: 0 | 1; + }; + }; +}; + +type TCFDAttributeDescriberProps = { + name: string; + counter: number | null; +}; + +type TFilterAvailableAccounts = ( + landing_companies: TLandingCompany, + table: TAccountsDescription[], + is_logged_in: boolean, + show_eu_related: boolean, + platform: string, + is_australian: boolean +) => Array<{ [key: string]: string | React.ReactNode | undefined }>; + +type TAccountsDescription = { + attribute: string; + dxtrade: TDxTradeAccountsDescription; +}; + +type TDxTradeAccountsDescription = { + derivx: string; + footnote: string | null; +}; + +type TCompareAccountsReusedProps = { + landing_companies: TLandingCompany; + platform: string; + is_logged_in: boolean; + is_uk: boolean; +}; + +type TCompareAccountsDataParams = TCompareAccountsReusedProps & { + show_eu_related: boolean; + residence: string; +}; + +type TCFDCompareAccountHintProps = TCompareAccountsReusedProps & { + show_risk_message: boolean; +}; + +type TModalContentProps = TCompareAccountsReusedProps & { + show_eu_related: boolean; + residence: string; + is_eu: boolean; +}; + +type TGetAccounts = (params: TCompareAccountsReusedProps) => TAccountsDescription[]; + +type TAccountTypesToFilter = (TLandingCompany['dxtrade_all_company'] | boolean | undefined)[]; + +const getAccounts: TGetAccounts = ({ landing_companies, is_logged_in }) => { + const getLoggedInTypesCount = ([landing_companies?.dxtrade_all_company] as TAccountTypesToFilter).length; + + const account_types_count = is_logged_in ? getLoggedInTypesCount : 2; + + return [ + { + attribute: localize('Currency'), + dxtrade: { + derivx: localize('USD'), + footnote: null, + }, + }, + { + attribute: localize('Maximum leverage'), + dxtrade: { + derivx: localize('Up to 1:1000'), + footnote: localize( + 'Leverage gives you the ability to trade a larger position using your existing capital. Leverage varies across different symbols.' + ), + }, + }, + { + attribute: localize('Order execution'), + dxtrade: { + derivx: localize('Market'), + footnote: localize( + "All {{count}} account types use market execution. This means you agree with the broker's price in advance and will place orders at the broker's price.", + { + count: account_types_count, + } + ), + }, + }, + { + attribute: localize('Spread'), + dxtrade: { + derivx: localize('Fixed/Variable'), + footnote: localize( + "The spread is the difference between the buy price and sell price. A variable spread means that the spread is constantly changing, depending on market conditions. A fixed spread remains constant but is subject to alteration, at the Broker's absolute discretion." + ), + }, + }, + { + attribute: localize('Commission'), + dxtrade: { + derivx: localize('No'), + footnote: localize('Deriv charges no commission across all account types.'), + }, + }, + { + attribute: localize('Minimum deposit'), + dxtrade: { + derivx: localize('No'), + footnote: null, + }, + }, + { + attribute: localize('Margin call'), + dxtrade: { + derivx: localize('100%'), + footnote: localize( + 'You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.' + ), + }, + }, + { + attribute: localize('Stop out level'), + dxtrade: { + derivx: localize('50%'), + footnote: localize( + 'If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.' + ), + }, + }, + { + attribute: localize('Negative Balance Protection'), + dxtrade: { + derivx: localize('Available'), + footnote: null, + }, + }, + { + attribute: localize('Number of assets'), + dxtrade: { + derivx: localize('110+'), + footnote: null, + }, + }, + { + attribute: localize('Cryptocurrency trading'), + dxtrade: { + derivx: localize('N/A'), + footnote: localize('Indicates the availability of cryptocurrency trading on a particular account.'), + }, + }, + { + attribute: localize('Trading instruments'), + dxtrade: { + derivx: localize( + 'Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies' + ), + footnote: null, + }, + }, + ]; +}; + +const CFDAttributeDescriber = ({ name, counter }: TCFDAttributeDescriberProps) => { + // eslint-disable-next-line @typescript-eslint/no-unused-vars + const [is_visible, setIsVisible] = React.useState(false); + const toggleModal = () => setIsVisible(prev => !prev); + + return counter ? ( + + + {name} + + {counter} + + + + ) : ( + + {name} + + ); +}; + +const filterAvailableAccounts: TFilterAvailableAccounts = ( + landing_companies, + table, + is_logged_in, + show_eu_related, + platform +) => { + let footnote_number = 0; + return table + .filter(row => row[platform as keyof TAccountsDescription]) + .map(({ attribute, dxtrade = {} }) => { + const { derivx, footnote } = dxtrade; + const footnote_counter = footnote ? ++footnote_number : null; + + if (platform === CFD_PLATFORMS.DXTRADE) { + return { + attribute: , + derivx, + }; + } + if (is_logged_in) { + return { + attribute: , + }; + } + return { + attribute: , + }; + }); +}; + +const compareAccountsData = ({ + landing_companies, + is_logged_in, + show_eu_related, + platform, + residence, + is_uk, +}: TCompareAccountsDataParams) => { + const is_australian = residence === 'au'; + return filterAvailableAccounts( + landing_companies, + getAccounts({ landing_companies, platform, is_logged_in, is_uk }), + is_logged_in, + show_eu_related, + platform, + is_australian + ); +}; + +const CFDCompareAccountHint = ({ + platform, + show_risk_message, + landing_companies, + is_logged_in, + is_uk, +}: TCFDCompareAccountHintProps) => { + return ( +
+
+ + +
+ {show_risk_message && ( + +
+ + +
+
+ + * + + +
+ {is_uk && ( +
+ + ** + + +
+ )} +
+ )} + {getAccounts({ landing_companies, platform, is_logged_in, is_uk }) + .filter( + item => + !!(item[platform as keyof TAccountsDescription] as TAccountsDescription['dxtrade'])?.footnote + ) + .map((account, index) => { + return ( +
+ + {index + 1} + +
+ + {account.attribute} + + + { + ( + account[ + platform as keyof TAccountsDescription + ] as TAccountsDescription['dxtrade'] + ).footnote + } + +
+
+ ); + })} +
+ ); +}; + +const CfdDxtradeCompareContent = ({ + landing_companies, + is_logged_in, + platform, + show_eu_related, + residence, + is_uk, +}: TModalContentProps) => { + const [cols, setCols] = React.useState>>([]); + const [template_columns, updateColumnsStyle] = React.useState('1fr 1.5fr'); + + React.useEffect(() => { + setCols(compareAccountsData({ landing_companies, is_logged_in, platform, show_eu_related, residence, is_uk })); + updateColumnsStyle('1fr 1.5fr'); + }, [ + landing_companies?.mt_financial_company, + landing_companies?.mt_gaming_company, + is_logged_in, + is_uk, + landing_companies, + platform, + show_eu_related, + residence, + ]); + + const show_risk_message = !show_eu_related; + + return ( + + +
+ + + + + {localize('Deriv X')} + + + + {cols.map((row, i) => ( + + {Object.keys(row).map((col, j) => ( + + {row[col]} + + ))} + + ))} + +
+
+ +
+
+ ); +}; + +export default CfdDxtradeCompareContent; diff --git a/packages/cfd/src/Components/cfd-dxtrade-demo-account-display.tsx b/packages/cfd/src/Components/cfd-dxtrade-demo-account-display.tsx new file mode 100644 index 000000000000..397894b53223 --- /dev/null +++ b/packages/cfd/src/Components/cfd-dxtrade-demo-account-display.tsx @@ -0,0 +1,116 @@ +import React from 'react'; +import { localize } from '@deriv/translations'; +import { CFDAccountCard } from 'Components/cfd-account-card'; +import specifications from 'Constants/cfd-specifications'; +import Loading from '../templates/_common/components/loading'; +import { DetailsOfEachMT5Loginid, LandingCompany } from '@deriv/api-types'; +import { TTradingPlatformAccounts, TCFDPlatform } from 'Components/props.types'; +import { TObjectCFDAccount } from 'Containers/cfd-dashboard'; + +type TStandPoint = { + financial_company: string; + gaming_company: string; + iom: boolean; + malta: boolean; + maltainvest: boolean; + svg: boolean; +}; + +type TOpenAccountTransferMeta = { + category: string; + type?: string; +}; + +type TCFDDemoAccountDisplayProps = { + has_cfd_account_error: boolean; + standpoint: TStandPoint; + is_loading: boolean; + is_logged_in: boolean; + onSelectAccount: (objCFDAccount: TObjectCFDAccount) => void; + openAccountTransfer: ( + data: DetailsOfEachMT5Loginid | TTradingPlatformAccounts, + meta: TOpenAccountTransferMeta + ) => void; + platform: TCFDPlatform; + // TODO: update this type (DetailsOfEachMT5Loginid) when BE changed the schema + current_list: Record< + string, + DetailsOfEachMT5Loginid & { + enabled: number; + } + >; + openPasswordManager: (login?: string, title?: string, group?: string, type?: string, server?: string) => void; + landing_companies?: LandingCompany; +}; + +const CFDDxtradeDemoAccountDisplay = ({ + has_cfd_account_error, + standpoint, + is_loading, + is_logged_in, + onSelectAccount, + openAccountTransfer, + platform, + current_list, + openPasswordManager, +}: TCFDDemoAccountDisplayProps) => { + const existing_accounts_data = (acc_type: 'dxtrade') => { + const acc = Object.keys(current_list).some( + key => key.startsWith(`${platform}.demo.${acc_type}`) && current_list[key].enabled === 1 + ) + ? Object.keys(current_list) + .filter(key => key.startsWith(`${platform}.demo.${acc_type}`)) + .reduce((_acc, cur) => { + _acc.push(current_list[cur]); + return _acc; + }, [] as DetailsOfEachMT5Loginid[]) + : undefined; + return acc; + }; + + const current_list_index = Object.keys(current_list).find(key => key.startsWith(`${platform}.demo.dxtrade`)) || ''; + + return ( +
+ {is_loading ? ( + + ) : ( + + onSelectAccount({ + category: 'demo', + platform: 'dxtrade', + type: 'all', + }) + } + onPasswordManager={openPasswordManager} + onClickFund={() => + openAccountTransfer(current_list[current_list_index], { + category: 'demo', + type: 'all', + }) + } + platform={platform} + descriptor={localize( + 'Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.' + )} + specs={specifications.dxtrade.demo_all_specs} + has_banner + /> + )} +
+ ); +}; + +export default CFDDxtradeDemoAccountDisplay; diff --git a/packages/cfd/src/Components/cfd-mt5-demo-account-display.tsx b/packages/cfd/src/Components/cfd-mt5-demo-account-display.tsx new file mode 100644 index 000000000000..36d2d517acfc --- /dev/null +++ b/packages/cfd/src/Components/cfd-mt5-demo-account-display.tsx @@ -0,0 +1,185 @@ +import React from 'react'; +import { localize } from '@deriv/translations'; +import { CFDAccountCard } from './cfd-account-card'; +import { general_messages } from '../Constants/cfd-shared-strings'; +import specifications, { TSpecifications } from '../Constants/cfd-specifications'; +import Loading from '../templates/_common/components/loading'; +import { DetailsOfEachMT5Loginid, LandingCompany } from '@deriv/api-types'; +import { TTradingPlatformAccounts, TCFDPlatform } from './props.types'; +import { TObjectCFDAccount } from 'Containers/cfd-dashboard'; + +type TStandPoint = { + financial_company: string; + gaming_company: string; + iom: boolean; + malta: boolean; + maltainvest: boolean; + svg: boolean; +}; + +type TOpenAccountTransferMeta = { + category: string; + type?: string; +}; + +type TCFDDemoAccountDisplayProps = { + is_eu: boolean; + is_eu_country: boolean; + has_maltainvest_account: boolean; + has_cfd_account_error: boolean; + openAccountNeededModal: (target: string, target_label: string, target_dmt5_label: string) => void; + standpoint: TStandPoint; + is_loading: boolean; + is_logged_in: boolean; + isSyntheticCardVisible: (account_category: string) => boolean; + isFinancialCardVisible: () => boolean; + onSelectAccount: (objCFDAccount: TObjectCFDAccount) => void; + openAccountTransfer: ( + data: DetailsOfEachMT5Loginid | TTradingPlatformAccounts, + meta: TOpenAccountTransferMeta + ) => void; + platform: TCFDPlatform; + current_list: Record; + openPasswordManager: (login?: string, title?: string, group?: string, type?: string, server?: string) => void; + residence: string; + landing_companies?: LandingCompany; + toggleMT5TradeModal: () => void; +}; + +const CFDMT5DemoAccountDisplay = ({ + is_eu, + is_eu_country, + has_maltainvest_account, + has_cfd_account_error, + openAccountNeededModal, + standpoint, + is_loading, + is_logged_in, + isSyntheticCardVisible, + isFinancialCardVisible, + onSelectAccount, + openAccountTransfer, + platform, + current_list, + openPasswordManager, + residence, + toggleMT5TradeModal, +}: TCFDDemoAccountDisplayProps) => { + const is_eu_user = (is_logged_in && is_eu) || (!is_logged_in && is_eu_country); + + const openAccountTransferList = (type: 'synthetic' | 'financial') => { + return Object.keys(current_list).find((key: string) => key.startsWith(`${platform}.demo.${type}`)) || ''; + }; + + const openCFDAccount = () => { + if (is_eu && !has_maltainvest_account && standpoint.iom) { + openAccountNeededModal('maltainvest', localize('Deriv Multipliers'), localize('demo CFDs')); + } else { + onSelectAccount({ + category: 'demo', + type: 'financial', + platform, + }); + } + }; + + const financial_accounts_data = () => { + const acc = Object.keys(current_list).some(key => key.startsWith(`${platform}.demo.financial`)) + ? Object.keys(current_list) + .filter(key => key.startsWith(`${platform}.demo.financial`)) + .reduce((_acc, cur) => { + _acc.push(current_list[cur]); + return _acc; + }, [] as DetailsOfEachMT5Loginid[]) + : undefined; + return acc; + }; + + const financial_specs = React.useMemo(() => { + const should_show_eu = (is_logged_in && is_eu) || (!is_logged_in && is_eu_country); + if (residence === 'au') { + return specifications[platform as keyof TSpecifications].au_real_financial_specs; + } + if (should_show_eu) { + return specifications[platform as keyof TSpecifications].eu_real_financial_specs; + } + return specifications[platform as keyof TSpecifications].real_financial_specs; + }, [is_logged_in, is_eu, is_eu_country, residence, platform]); + + return ( +
+ {is_loading ? ( + + ) : ( +
+ {isSyntheticCardVisible('demo') && ( + + onSelectAccount({ + category: 'demo', + type: 'synthetic', + platform, + }) + } + onPasswordManager={openPasswordManager} + onClickFund={() => + openAccountTransfer(current_list[openAccountTransferList('synthetic')], { + category: 'demo', + type: 'synthetic', + }) + } + platform={platform} + descriptor={localize( + 'Trade CFDs on our synthetic indices that simulate real-world market movements.' + )} + specs={specifications[platform as keyof TSpecifications].real_synthetic_specs} + has_banner + toggleMT5TradeModal={toggleMT5TradeModal} + /> + )} + + {isFinancialCardVisible() && ( + + openAccountTransfer(current_list[openAccountTransferList('financial')], { + category: 'demo', + type: 'financial', + }) + } + platform={platform} + descriptor={general_messages.getFinancialAccountDescriptor(platform, is_eu_user)} + specs={financial_specs} + has_banner + toggleMT5TradeModal={toggleMT5TradeModal} + /> + )} +
+ )} +
+ ); +}; + +export default CFDMT5DemoAccountDisplay; diff --git a/packages/cfd/src/Components/cfd-real-account-display.tsx b/packages/cfd/src/Components/cfd-real-account-display.tsx index 0ddd7f666073..c9ae151eae61 100644 --- a/packages/cfd/src/Components/cfd-real-account-display.tsx +++ b/packages/cfd/src/Components/cfd-real-account-display.tsx @@ -7,7 +7,7 @@ import specifications, { TSpecifications } from '../Constants/cfd-specifications import { CFDAccountCard } from './cfd-account-card'; import { general_messages } from '../Constants/cfd-shared-strings'; import { DetailsOfEachMT5Loginid } from '@deriv/api-types'; -import { TExistingData, TTradingPlatformAccounts } from './props.types'; +import { TExistingData, TTradingPlatformAccounts, TCFDPlatform } from './props.types'; import { TObjectCFDAccount } from 'Containers/cfd-dashboard'; type TStandPoint = { @@ -24,6 +24,10 @@ type TOpenAccountTransferMeta = { type?: string; }; +type TCurrentList = DetailsOfEachMT5Loginid & { + enabled: number; +}; + type TCFDRealAccountDisplayProps = { has_real_account: boolean; is_accounts_switcher_on: boolean; @@ -43,11 +47,12 @@ type TCFDRealAccountDisplayProps = { data: DetailsOfEachMT5Loginid | TTradingPlatformAccounts, meta: TOpenAccountTransferMeta ) => void; - platform: string; + platform: TCFDPlatform; isAccountOfTypeDisabled: ( account: Array & { [key: string]: DetailsOfEachMT5Loginid | TTradingPlatformAccounts } ) => boolean; - current_list: Record; + // TODO: update this type (DetailsOfEachMT5Loginid) when BE changed the schema + current_list: Record; openPasswordManager: (login?: string, title?: string, group?: string, type?: string, server?: string) => void; toggleAccountsDialog: (is_accounts_switcher_on?: boolean) => void; toggleMT5TradeModal: (is_accounts_switcher_on?: boolean) => void; @@ -147,7 +152,13 @@ const CFDRealAccountDisplay = ({ }; const existing_accounts_data = (acc_type: 'synthetic' | 'financial') => { - const acc = Object.keys(current_list).some(key => key.startsWith(`${platform}.real.${acc_type}`)) + // We need to check enabled property for DXTRADE accounts only. + // TODO: This condition should be removed after separating the DXTRADE and MT5 component. + const should_be_enabled = (list_item: TCurrentList) => + platform === 'dxtrade' ? list_item.enabled === 1 : true; + const acc = Object.keys(current_list).some( + key => key.startsWith(`${platform}.real.${acc_type}`) && should_be_enabled(current_list[key]) + ) ? Object.keys(current_list) .filter(key => key.startsWith(`${platform}.real.${acc_type}`)) .reduce((_acc, cur) => { diff --git a/packages/cfd/src/Components/props.types.ts b/packages/cfd/src/Components/props.types.ts index f98a514060be..d2f0d6d443cb 100644 --- a/packages/cfd/src/Components/props.types.ts +++ b/packages/cfd/src/Components/props.types.ts @@ -1,5 +1,7 @@ import { DetailsOfEachMT5Loginid } from '@deriv/api-types'; +export type TCFDPlatform = 'dxtrade' | 'mt5'; + export type TCFDAccountCopy = { text: string | undefined; className: string; @@ -23,6 +25,16 @@ export type TType = { platform: string; }; +export type TCFDDashboardContainer = { + platform: TCFDPlatform; + active_index: number; + is_dark_mode_on: boolean; + dxtrade_tokens: { + demo: string; + real: string; + }; +}; + export type TCFDAccountCardActionProps = { button_label?: string | JSX.Element; handleClickSwitchAccount: () => void; @@ -127,7 +139,7 @@ export type TTradingPlatformAccounts = { /** * Landing company shortcode of the DXTrade account. */ - landing_company_short?: 'bvi' | 'labuan' | 'malta' | 'maltainvest' | 'samoa' | 'svg' | 'vanuatu'; + landing_company_short?: 'bvi' | 'labuan' | 'malta' | 'maltainvest' | 'svg' | 'vanuatu'; /** * Login of DXTrade account. */ diff --git a/packages/cfd/src/Constants/cfd-specifications.ts b/packages/cfd/src/Constants/cfd-specifications.ts index f3a1f4c9a88e..c6f529cdbfa7 100644 --- a/packages/cfd/src/Constants/cfd-specifications.ts +++ b/packages/cfd/src/Constants/cfd-specifications.ts @@ -10,6 +10,7 @@ type TMT5 = { }; type TDXTrade = { + demo_all_specs: Record string; value: () => string }>; real_synthetic_specs: Record string; value: () => string }>; real_financial_specs: Record string; value: () => string }>; eu_real_financial_specs: Record string; value: () => string }>; @@ -61,7 +62,15 @@ const mt5 = { 'number-of-assets': { key: () => localize('Number of assets'), value: () => localize('70+') }, }, }; + +// TODO: Edit this after real accounts release const dxtrade = { + demo_all_specs: { + leverage: { key: () => localize('Leverage'), value: () => localize('Up to 1:1000') }, + 'margin-call': { key: () => localize('Margin call'), value: () => localize('100%') }, + 'stop-out-level': { key: () => localize('Stop out level'), value: () => localize('50%') }, + 'number-of-assets': { key: () => localize('Number of assets'), value: () => localize('110+') }, + }, real_synthetic_specs: { leverage: { key: () => localize('Leverage'), value: () => localize('Up to 1:1000') }, 'margin-call': { key: () => localize('Margin call'), value: () => localize('100%') }, diff --git a/packages/cfd/src/Containers/__tests__/cfd-dashboard.spec.tsx b/packages/cfd/src/Containers/__tests__/cfd-dashboard.spec.tsx index fe0c61cf11ad..131fa4e9b176 100644 --- a/packages/cfd/src/Containers/__tests__/cfd-dashboard.spec.tsx +++ b/packages/cfd/src/Containers/__tests__/cfd-dashboard.spec.tsx @@ -290,7 +290,8 @@ describe('', () => { const account_information_button_label = /account information/i; const top_up_button_label = /top up/i; const dmt5_download_header = /run mt5 from your browser or download the mt5 app for your devices/i; - const derivx_download_header = /run deriv x on your browser or download the mobile app/i; + const derivx_mobile_app_download_header = /download the deriv X mobile app/i; + const derivx_web_terminal_header = /run deriv X on your browser/i; const mt5_account_error = /some of your dmt5 accounts are unavailable at the moment./i; const dxtrade_account_error = /some of your deriv X accounts are unavailable at the moment./i; @@ -327,7 +328,8 @@ describe('', () => { renderCFDDashboardWithRouter({ platform: CFD_PLATFORMS.DXTRADE }, rerender); expect(screen.getByRole('heading', { name: derivx_welcome_header })).toBeInTheDocument(); - expect(screen.getByRole('heading', { name: derivx_download_header })).toBeInTheDocument(); + expect(screen.getByRole('heading', { name: derivx_mobile_app_download_header })).toBeInTheDocument(); + expect(screen.getByRole('heading', { name: derivx_web_terminal_header })).toBeInTheDocument(); }); it('Real account tab is active initially, and Demo account tab gets active when clicked', () => { renderCFDDashboardWithRouter(); diff --git a/packages/cfd/src/Containers/__tests__/compare-accounts-modal.spec.js b/packages/cfd/src/Containers/__tests__/compare-accounts-modal.spec.js index d9b050c54e47..4a4c4bafa778 100644 --- a/packages/cfd/src/Containers/__tests__/compare-accounts-modal.spec.js +++ b/packages/cfd/src/Containers/__tests__/compare-accounts-modal.spec.js @@ -59,7 +59,7 @@ describe('CompareAccountsModal', () => { it('should render the CompareAccountsModal if the platform is dxtrade', async () => { render(); await waitFor(() => { - expect(screen.getAllByText(/compare accounts/i)[0]).toBeInTheDocument(); + expect(screen.getAllByText(/account information/i)[0]).toBeInTheDocument(); }); expect(screen.getAllByText(/maximum leverage/i)[0]).toBeInTheDocument(); }); diff --git a/packages/cfd/src/Containers/cfd-dashboard-container.tsx b/packages/cfd/src/Containers/cfd-dashboard-container.tsx deleted file mode 100644 index df2c0f5cf415..000000000000 --- a/packages/cfd/src/Containers/cfd-dashboard-container.tsx +++ /dev/null @@ -1,168 +0,0 @@ -import React from 'react'; -import { Icon, Text } from '@deriv/components'; -import { Localize } from '@deriv/translations'; -import { CFD_PLATFORMS } from '@deriv/shared'; -import { general_messages } from '../Constants/cfd-shared-strings'; -import { - getDXTradeWebTerminalLink, - getPlatformDXTradeDownloadLink, - getPlatformMt5DownloadLink, -} from '../Helpers/constants'; -import { TCFDDashboardContainer } from './props.types'; -import classNames from 'classnames'; - -const CFDDashboardContainer = ({ platform, active_index, is_dark_mode_on, dxtrade_tokens }: TCFDDashboardContainer) => ( -
-

{general_messages.getDownloadHeader(platform)}

-
-
-
-
-
- {platform === CFD_PLATFORMS.MT5 && ( - - - - - )} - {platform === CFD_PLATFORMS.DXTRADE && ( - - - - - )} -
- {platform === CFD_PLATFORMS.DXTRADE && ( - - )} -
- {platform === CFD_PLATFORMS.MT5 && ( - - )} -
- {platform === CFD_PLATFORMS.MT5 && ( - - - - )} -
-
-
- {platform === CFD_PLATFORMS.MT5 && ( - - - - - )} - {platform === CFD_PLATFORMS.DXTRADE && ( - - - - - )} -
-
- - - - - - - {platform === CFD_PLATFORMS.MT5 && ( - - - - )} -
-
-
-
-); - -export default CFDDashboardContainer; diff --git a/packages/cfd/src/Containers/cfd-dashboard.tsx b/packages/cfd/src/Containers/cfd-dashboard.tsx index 6f9dfc1e7c85..91f62b13d084 100644 --- a/packages/cfd/src/Containers/cfd-dashboard.tsx +++ b/packages/cfd/src/Containers/cfd-dashboard.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { RouteComponentProps, withRouter } from 'react-router'; import { Redirect } from 'react-router-dom'; -import { DesktopWrapper, Icon, MobileWrapper, Tabs, PageError, Loading, Text } from '@deriv/components'; +import { Icon, Tabs, PageError, Loading, Text } from '@deriv/components'; import { isEmptyObject, isMobile, @@ -21,19 +21,20 @@ import CompareAccountsModal from './compare-accounts-modal'; import JurisdictionModal from './jurisdiction-modal'; import MT5TradeModal from './mt5-trade-modal'; import CFDDbViOnBoarding from './cfd-dbvi-onboarding'; -import CFDDashboardContainer from './cfd-dashboard-container'; +import CFDDownloadContainer from '../Components/cfd-download-container'; import CFDPasswordManagerModal from './cfd-password-manager-modal'; import CFDPasswordModal from './cfd-password-modal'; import CFDServerErrorDialog from './cfd-server-error-dialog'; import CFDTopUpDemoModal from './cfd-top-up-demo-modal'; import CFDResetPasswordModal from './cfd-reset-password-modal'; import { general_messages } from '../Constants/cfd-shared-strings'; -import { CFDDemoAccountDisplay } from '../Components/cfd-demo-account-display'; -import { CFDRealAccountDisplay } from '../Components/cfd-real-account-display'; -import { getPlatformMt5DownloadLink, getPlatformDXTradeDownloadLink } from '../Helpers/constants'; import 'Sass/cfd-dashboard.scss'; import RootStore from 'Stores/index'; import { DetailsOfEachMT5Loginid, LandingCompany, ResidenceList } from '@deriv/api-types'; +// TODO: Change these imports after real released +import CFDDxtradeDemoAccountDisplay from '../Components/cfd-dxtrade-demo-account-display'; +import CFDMT5DemoAccountDisplay from '../Components/cfd-mt5-demo-account-display'; +import { CFDRealAccountDisplay } from '../Components/cfd-real-account-display'; declare module 'react' { interface HTMLAttributes extends React.AriaAttributes, React.DOMAttributes { @@ -94,7 +95,13 @@ export type TCFDDashboardProps = RouteComponentProps & { beginRealSignupForMt5: () => void; country: string; createCFDAccount: (objCFDAccount: TObjectCFDAccount) => void; - current_list: Record; + // TODO: update this type (DetailsOfEachMT5Loginid) when BE changed the schema + current_list: Record< + string, + DetailsOfEachMT5Loginid & { + enabled: number; + } + >; dxtrade_accounts_list_error: null; isAccountOfTypeDisabled: (account: Record) => boolean; is_accounts_switcher_on: boolean; @@ -523,32 +530,48 @@ const CFDDashboard = (props: TCFDDashboardProps) => { )} {is_demo_enabled && (
- + {platform === CFD_PLATFORMS.DXTRADE && ( + + )} + {platform === CFD_PLATFORMS.MT5 && ( + + )}
)} @@ -578,7 +601,7 @@ const CFDDashboard = (props: TCFDDashboardProps) => { />
{platform === CFD_PLATFORMS.DXTRADE && ( - + )} {platform === CFD_PLATFORMS.MT5 && ( @@ -586,75 +609,12 @@ const CFDDashboard = (props: TCFDDashboardProps) => {
- - - - -
-

- {platform === CFD_PLATFORMS.MT5 && ( - - )} - {platform === CFD_PLATFORMS.DXTRADE && ( - - )} -

-
-
- {platform === CFD_PLATFORMS.MT5 && ( - - - - - )} - {platform === CFD_PLATFORMS.DXTRADE && ( - - - - - )} -
-
- - - - - - - {platform === CFD_PLATFORMS.MT5 && ( - - - - )} -
-
-
-
+ diff --git a/packages/cfd/src/Containers/cfd-password-modal.tsx b/packages/cfd/src/Containers/cfd-password-modal.tsx index 18913c048e78..9525629f2498 100644 --- a/packages/cfd/src/Containers/cfd-password-modal.tsx +++ b/packages/cfd/src/Containers/cfd-password-modal.tsx @@ -192,10 +192,13 @@ const getSubmitText = (platform: string, is_eu: boolean, needs_poi: boolean, typ const IconType = React.memo(({ platform, type, is_eu }: TIconTypeProps) => { if (platform === CFD_PLATFORMS.DXTRADE) { - if (type === 'synthetic') { - return ; - } else if (type === 'financial') { - return ; + switch (type) { + case 'synthetic': + return ; + case 'financial': + return ; + default: + return ; } } diff --git a/packages/cfd/src/Containers/cfd-personal-details-modal.tsx b/packages/cfd/src/Containers/cfd-personal-details-modal.tsx index 5628a567bd14..fc5482694ba7 100644 --- a/packages/cfd/src/Containers/cfd-personal-details-modal.tsx +++ b/packages/cfd/src/Containers/cfd-personal-details-modal.tsx @@ -9,7 +9,7 @@ import { getPropertyValue, isDesktop, WS } from '@deriv/shared'; import { GetSettings } from '@deriv/api-types'; type TFormValues = { [key: string]: string }; -type TSetSubmiting = (isSubmitting: boolean) => void; +type TSetSubmitting = (isSubmitting: boolean) => void; const CFDPersonalDetailsModal = ({ account_settings, @@ -35,7 +35,7 @@ const CFDPersonalDetailsModal = ({ account_opening_reason: '', }); - const initiatePersonalDetails = async (setSubmitting?: TSetSubmiting) => { + const initiatePersonalDetails = async (setSubmitting?: TSetSubmitting) => { // force request to update settings cache since settings have been updated let get_settings_response: GetSettings; if (!account_settings) { @@ -96,7 +96,7 @@ const CFDPersonalDetailsModal = ({ toggleJurisdictionModal(); }; - const updateValue = async (index: number, value: TFormValues, setSubmitting: TSetSubmiting, is_dirty = true) => { + const updateValue = async (index: number, value: TFormValues, setSubmitting: TSetSubmitting, is_dirty = true) => { if (is_dirty) { // Set account settings const data = await WS.setSettings(value); diff --git a/packages/cfd/src/Containers/compare-accounts-modal.tsx b/packages/cfd/src/Containers/compare-accounts-modal.tsx index fdae781a52cb..e6bcbd19ee0b 100644 --- a/packages/cfd/src/Containers/compare-accounts-modal.tsx +++ b/packages/cfd/src/Containers/compare-accounts-modal.tsx @@ -7,6 +7,7 @@ import { CFD_PLATFORMS } from '@deriv/shared'; import { LandingCompany } from '@deriv/api-types'; import ModalContent from './compare-accounts-content'; import DMT5CompareModalContent from './mt5-compare-table-content'; +import CfdDxtradeCompareContent from '../Components/cfd-dxtrade-compare-content'; type TCompareAccountsReusedProps = { landing_companies: LandingCompany; @@ -35,6 +36,51 @@ type TCompareAccountsModalProps = TCompareAccountsReusedProps & { openDerivRealAccountNeededModal: () => void; }; +type TDxtradeCompareAccountContent = TCompareAccountsReusedProps & { + is_demo_tab: boolean; + show_eu_related: boolean; + residence: string; + is_eu: boolean; +}; + +// TODO: Remove this component and use one component for both when real released. +const DxtradeCompareAccountContent = ({ + is_demo_tab, + is_logged_in, + landing_companies, + platform, + show_eu_related, + residence, + is_eu, + is_uk, +}: TDxtradeCompareAccountContent) => { + if (is_demo_tab) { + return ( + + ); + } + + return ( + + ); +}; + const CompareAccountsModal = ({ disableApp, enableApp, @@ -62,7 +108,9 @@ const CompareAccountsModal = ({ ]; const cfd_account_button_label = - mt5_accounts.filter(Boolean).length === 1 ? localize('Account Information') : localize('Compare accounts'); + mt5_accounts.filter(Boolean).length === 1 || (is_demo_tab && platform === CFD_PLATFORMS.DXTRADE) + ? localize('Account Information') + : localize('Compare accounts'); const getCFDModalTitle = () => (is_dxtrade ? cfd_account_button_label : localize('Compare available accounts')); @@ -112,7 +160,8 @@ const CompareAccountsModal = ({ exit_classname={is_dxtrade ? '' : 'cfd-modal--custom-exit'} > {is_dxtrade ? ( - {is_dxtrade ? ( - 'Deriv Limited'; @@ -15,11 +16,15 @@ const getTopUpConfig = () => { }; }; -const getPlatformDXTradeDownloadLink = (platform: 'ios' | 'android') => { - if (platform === 'ios') { - return DXTRADE_IOS_APP_URL; +const getPlatformDXTradeDownloadLink = (platform: 'ios' | 'android' | 'huawei') => { + switch (platform) { + case 'ios': + return DXTRADE_IOS_APP_URL; + case 'huawei': + return DXTRADE_HUAWEI_APP_URL; + default: + return DXTRADE_ANDROID_APP_URL; } - return DXTRADE_ANDROID_APP_URL; }; const getPlatformMt5DownloadLink = (platform: string | undefined = undefined) => { diff --git a/packages/cfd/src/Stores/Modules/CFD/Helpers/cfd-config.ts b/packages/cfd/src/Stores/Modules/CFD/Helpers/cfd-config.ts index ef21e3aa9cbe..4a34588d6a3b 100644 --- a/packages/cfd/src/Stores/Modules/CFD/Helpers/cfd-config.ts +++ b/packages/cfd/src/Stores/Modules/CFD/Helpers/cfd-config.ts @@ -47,6 +47,12 @@ export const getDxCompanies = () => { }; export const getMtCompanies = (is_eu: boolean) => { + // TODO: Move this to the getDxCompanies for real release and when separating MT5 and DerivX components. + const all_config = { + account_type: '', + leverage: 500, + short_title: localize('CFDs'), + }; const synthetic_config = { account_type: '', leverage: 500, @@ -65,6 +71,12 @@ export const getMtCompanies = (is_eu: boolean) => { return { demo: { + all: { + mt5_account_type: all_config.account_type, + leverage: all_config.leverage, + title: localize('Demo'), + short_title: all_config.short_title, + }, synthetic: { mt5_account_type: synthetic_config.account_type, leverage: synthetic_config.leverage, @@ -98,6 +110,7 @@ export const getMtCompanies = (is_eu: boolean) => { }, }, real: { + // TODO: Add All here before real release synthetic: { mt5_account_type: synthetic_config.account_type, leverage: synthetic_config.leverage, diff --git a/packages/cfd/src/sass/cfd-dashboard.scss b/packages/cfd/src/sass/cfd-dashboard.scss index e2d68681e4a2..ea7f37f25819 100644 --- a/packages/cfd/src/sass/cfd-dashboard.scss +++ b/packages/cfd/src/sass/cfd-dashboard.scss @@ -11,27 +11,6 @@ max-width: fit-content; margin: 0 auto; - &__dxtrade-download { - background: $color-black-7; - border-radius: $BORDER_RADIUS; - text-decoration: none; - display: grid; - grid-template-columns: 32px 1fr; - grid-gap: 0.8rem; - width: 12.7rem; - align-items: center; - height: 4rem; - border: 1px solid #a6a6a6; - - &-text { - display: flex; - flex-direction: column; - padding: 0.4rem 0rem 0.4rem 0.2rem; - } - &--icon { - margin-left: 0.6rem; - } - } &--hint { @include typeface(--xsmall-left-normal-black, none); } @@ -140,97 +119,125 @@ } } } - &__download-center { + + &__download-container { border-top: 2px solid var(--general-section-1); padding-top: 2rem; - padding-bottom: 5.8rem; + display: flex; + align-items: center; + justify-content: space-evenly; - &-options { - display: flex; - justify-content: center; + @include mobile { + margin-bottom: 1.6rem; + } - &--desktop { - display: block; + &--is-mt5 { + display: block; + border-top: unset; + padding-top: unset; + } + + &-mobile-hint { + margin: 2.4rem 0; + display: block; + } + + &-heading { + @include typeface(--title-center-bold-black, none); + color: var(--text-general); + line-height: 1.5; + margin-bottom: 2.4rem; + @include desktop { + margin-left: 0; + text-align: center; + } + } + + &-links { + $parent: &; + + &--is-mt5 { + display: flex; align-items: baseline; - flex-flow: column nowrap; + justify-content: space-between; - &-links { - display: flex; - flex-direction: column; + #{$parent}--desktop { + margin-right: 6.4rem; } - &-row { - display: flex; - align-items: baseline; - justify-content: center; - margin-bottom: 3.1rem; - > svg:first-child { - margin-bottom: 0.4rem; - margin-right: 0.8rem; - } - a > svg { - margin-top: 0.8rem; - margin-right: 0.8rem; - } + @include mobile { + display: block; } - &-download { - display: grid; - grid-auto-flow: column; - grid-gap: 0.8rem; - justify-content: center; + } - a { - margin-top: 0.4rem; - } + &--desktop { + margin-bottom: 6.4rem; + } + + &-icons { + text-align: center; + margin-bottom: 1.6rem; + + svg { + margin: 0 0.4rem; + display: inline-block; } } - &--mobile { - align-items: center; + + &-download-buttons { display: flex; - flex-flow: column nowrap; - margin-left: 4.7rem; + align-items: center; + justify-content: center; + flex-wrap: wrap; - &-devices { - margin-bottom: 1.6em; - svg:first-child { - margin-right: 0.8em; - } - } - &-link:not(:first-child) { - margin-left: 0.8rem; - } - @include mobile { - margin-left: unset; - margin-right: unset; - &-links { - display: flex; - flex-direction: column; - } + & > a { + display: inline-block; + margin: 0.4rem; } } } - &--heading { - @include typeface(--title-center-bold-black, none); - color: var(--text-general); - line-height: 1.5; - margin-left: 2.1rem; - margin-bottom: 4.2rem; - @include desktop { - margin-left: 0; - text-align: center; + + &-dxtrade-button { + background: $color-black-7; + border-radius: $BORDER_RADIUS; + text-decoration: none; + display: grid; + grid-template-columns: 32px 1fr; + grid-gap: 0.8rem; + width: 12.7rem; + align-items: center; + height: 4rem; + border: 1px solid #a6a6a6; + margin: 0 auto; + + &-text { + display: flex; + flex-direction: column; + padding: 0.4rem 0rem 0.4rem 0.2rem; + } + &-icon { + margin-left: 0.6rem; } } - &--hint { - margin-top: 1.6rem; - } - @include mobile { - margin-bottom: 1.6rem; + + &-qrcode { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + border: 1px solid $color-grey-4; + border-radius: $BORDER_RADIUS; + padding: 2.4rem 2.4rem 0.8rem; + margin-left: 10rem; + + &__hint { + @include typeface(--small-center-normal-black, none); + color: $color-black-1; + margin-top: 0.8rem; + width: 160px; + } } } - &__download-center--mt5 { - border-top: unset; - padding-top: unset; - } &__maintenance { @include typeface(--small-center-normal-black, none); display: flex; @@ -649,7 +656,6 @@ &--value { @include typeface(--title-left-bold-black); color: var(--text-profit-success); - padding: 0.8rem; } } diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-deriv-x.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-deriv-x.svg new file mode 100644 index 000000000000..6a836b0dcbea --- /dev/null +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-deriv-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-derivx-platform.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-derivx-platform.svg new file mode 100644 index 000000000000..6a836b0dcbea --- /dev/null +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-derivx-platform.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop-light.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop-light.svg index e3d5a62f6971..dc103a2f049e 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop-light.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop-light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop.svg index 0023bb8dfda4..b91103cf5b9b 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-desktop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop-light.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop-light.svg index abd311c3e44e..7f9281edb2b3 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop-light.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop-light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop.svg index 3ba86fcabe2b..2d532a318234 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-laptop.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone-light.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone-light.svg index 631fb44f843b..6f2d8114e461 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone-light.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone-light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone.svg index b72d428f5821..c70d1a43e4c2 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-phone.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet-light.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet-light.svg index ae08bff6d901..447e93c1873b 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet-light.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet-light.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet.svg index 98fb3a2d47ec..336d70ab4b68 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-device-tablet.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial-platform.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial-platform.svg index d6209d1ea863..72d388cff585 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial-platform.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial-platform.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial.svg index d6209d1ea863..72d388cff585 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-financial.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-one-password.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-one-password.svg index 6f70b3ea93c9..58c375f649e3 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-one-password.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-one-password.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic-platform.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic-platform.svg index 61516fb41fdd..e69172eb3e48 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic-platform.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic-platform.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic.svg b/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic.svg index 61516fb41fdd..e69172eb3e48 100644 --- a/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic.svg +++ b/packages/components/src/components/icon/dxtrade/ic-dxtrade-synthetic.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/components/src/components/icon/icons.js b/packages/components/src/components/icon/icons.js index 68e4ea632e5b..848a836dfe0c 100644 --- a/packages/components/src/components/icon/icons.js +++ b/packages/components/src/components/icon/icons.js @@ -448,6 +448,8 @@ import './currency/ic-currency-usdc.svg'; import './currency/ic-currency-usdk.svg'; import './currency/ic-currency-ust.svg'; import './currency/ic-currency-virtual.svg'; +import './dxtrade/ic-dxtrade-deriv-x.svg'; +import './dxtrade/ic-dxtrade-derivx-platform.svg'; import './dxtrade/ic-dxtrade-device-desktop-light.svg'; import './dxtrade/ic-dxtrade-device-desktop.svg'; import './dxtrade/ic-dxtrade-device-laptop-light.svg'; diff --git a/packages/components/stories/icon/icons.js b/packages/components/stories/icon/icons.js index ee363a1df0d8..49cf65d39d25 100644 --- a/packages/components/stories/icon/icons.js +++ b/packages/components/stories/icon/icons.js @@ -461,6 +461,8 @@ export const icons = 'IcCurrencyVirtual', ], 'dxtrade': [ + 'IcDxtradeDerivX', + 'IcDxtradeDerivxPlatform', 'IcDxtradeDeviceDesktopLight', 'IcDxtradeDeviceDesktop', 'IcDxtradeDeviceLaptopLight', diff --git a/packages/core/src/App/Constants/platform-config.js b/packages/core/src/App/Constants/platform-config.js index 6f4c5f71b950..e0bf62f0f84e 100644 --- a/packages/core/src/App/Constants/platform-config.js +++ b/packages/core/src/App/Constants/platform-config.js @@ -28,7 +28,7 @@ const platform_config = [ icon: getPlatformSettings('dxtrade').icon, title: () => getPlatformSettings('dxtrade').name, name: getPlatformSettings('dxtrade').name, - description: () => localize('Trade FX and CFDs on a customisable, easy-to-use trading platform.'), + description: () => localize('Trade CFDs on a customizable, easy-to-use trading platform.'), link_to: routes.dxtrade, }, { diff --git a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx index dbd37165f2e3..16ff7b25485e 100644 --- a/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx +++ b/packages/core/src/App/Containers/AccountSwitcher/account-switcher.jsx @@ -185,7 +185,10 @@ const AccountSwitcher = props => { }; const openDXTradeDemoAccount = account_type => { - sessionStorage.setItem('open_cfd_account_type', `demo.${CFD_PLATFORMS.DXTRADE}.${account_type}`); + sessionStorage.setItem( + 'open_cfd_account_type', + `demo.${CFD_PLATFORMS.DXTRADE}.${account_type === 'dxtrade' ? 'all' : account_type}` + ); redirectToDXTradeDemo(); }; @@ -220,7 +223,17 @@ const AccountSwitcher = props => { // * we should map them to landing_company: // mt_financial_company: { financial: {}, financial_stp: {}, swap_free: {} } // mt_gaming_company: { financial: {}, swap_free: {} } - const getRemainingAccounts = (existing_cfd_accounts, platform, is_eu, getIsEligibleForMoreAccounts) => { + const getRemainingAccounts = (existing_cfd_accounts, platform, is_eu, is_demo, getIsEligibleForMoreAccounts) => { + const all_config = getCFDConfig( + 'all', + props.landing_companies?.dxtrade_all_company, + existing_cfd_accounts, + props.mt5_trading_servers, + platform, + is_eu, + props.trading_platform_available_accounts, + getIsEligibleForMoreAccounts + ); const gaming_config = getCFDConfig( 'gaming', platform === CFD_PLATFORMS.MT5 @@ -250,6 +263,11 @@ const AccountSwitcher = props => { if (is_eu) { return [...financial_config]; } + + // TODO: change this condition before real release + if (is_demo && platform === CFD_PLATFORMS.DXTRADE) { + return [...all_config]; + } return [...gaming_config, ...financial_config]; }; @@ -272,15 +290,23 @@ const AccountSwitcher = props => { }; const getDemoDXTrade = () => { - return getSortedCFDList(props.dxtrade_accounts_list).filter(isDemo); + return getSortedCFDList(props.dxtrade_accounts_list).filter( + account => isDemo(account) && account.enabled === 1 + ); }; const getRemainingDemoMT5 = () => { - return getRemainingAccounts(getDemoMT5(), CFD_PLATFORMS.MT5, props.is_eu, props.isEligibleForMoreDemoMt5Svg); + return getRemainingAccounts( + getDemoMT5(), + CFD_PLATFORMS.MT5, + props.is_eu, + true, + props.isEligibleForMoreDemoMt5Svg + ); }; const getRemainingDemoDXTrade = () => { - return getRemainingAccounts(getDemoDXTrade(), CFD_PLATFORMS.DXTRADE, props.is_eu); + return getRemainingAccounts(getDemoDXTrade(), CFD_PLATFORMS.DXTRADE, props.is_eu, true); }; const getRealMT5 = () => { @@ -288,7 +314,9 @@ const AccountSwitcher = props => { }; const getRealDXTrade = () => { - return getSortedCFDList(props.dxtrade_accounts_list).filter(account => !isDemo(account)); + return getSortedCFDList(props.dxtrade_accounts_list).filter( + account => !isDemo(account) && account.enabled === 1 + ); }; const findServerForAccount = acc => { @@ -299,7 +327,13 @@ const AccountSwitcher = props => { }; const getRemainingRealMT5 = () => { - return getRemainingAccounts(getRealMT5(), CFD_PLATFORMS.MT5, props.is_eu, props.isEligibleForMoreRealMt5); + return getRemainingAccounts( + getRealMT5(), + CFD_PLATFORMS.MT5, + props.is_eu, + false, + props.isEligibleForMoreRealMt5 + ); }; const getRemainingRealDXTrade = () => { diff --git a/packages/core/src/Stores/client-store.js b/packages/core/src/Stores/client-store.js index 1b7dc9cf472b..659e2b7241dd 100644 --- a/packages/core/src/Stores/client-store.js +++ b/packages/core/src/Stores/client-store.js @@ -781,9 +781,11 @@ export default class ClientStore extends BaseStore { if (!this.website_status?.clients_country || !landing_companies || !Object.keys(landing_companies).length) return true; + // TODO: Remove two first conditions after real released return ( 'dxtrade_financial_company' in landing_companies || 'dxtrade_gaming_company' in landing_companies || + 'dxtrade_all_company' in landing_companies || (!this.is_logged_in && !this.is_eu && !this.is_eu_country) ); }; diff --git a/packages/reports/package.json b/packages/reports/package.json index c6f02d607fa8..f4fa68a4b605 100644 --- a/packages/reports/package.json +++ b/packages/reports/package.json @@ -5,122 +5,122 @@ "main": "dist/reports/js/reports.js", "private": true, "scripts": { - "start": "npm run test && npm run serve", - "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", - "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f", - "build:travis": "echo \"No build:travis specified\"", - "test": "echo \"No mocha:test specified\"", - "test:eslint": "eslint \"./src/**/*.?(js|jsx|ts|tsx)\"", - "test:mocha": "mochapack -r babel-polyfill -r jsdom-global/register -r mock-local-storage --webpack-config \"./build/webpack.config-test.js\" \"src/**/__tests__/*.js\" --webpack-env.mocha_only --require ignore-styles", - "deploy": "echo \"No deploy specified\"", - "deploy:clean": "echo \"No deploy:clean specified\"", - "deploy:folder": "echo \"No deploy:folder specified\"", - "deploy:staging": "echo \"No deploy:staging specified\"", - "deploy:production": "echo \"No deploy:production specified\"" + "start": "npm run test && npm run serve", + "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", + "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f", + "build:travis": "echo \"No build:travis specified\"", + "test": "echo \"No mocha:test specified\"", + "test:eslint": "eslint \"./src/**/*.?(js|jsx|ts|tsx)\"", + "test:mocha": "mochapack -r babel-polyfill -r jsdom-global/register -r mock-local-storage --webpack-config \"./build/webpack.config-test.js\" \"src/**/__tests__/*.js\" --webpack-env.mocha_only --require ignore-styles", + "deploy": "echo \"No deploy specified\"", + "deploy:clean": "echo \"No deploy:clean specified\"", + "deploy:folder": "echo \"No deploy:folder specified\"", + "deploy:staging": "echo \"No deploy:staging specified\"", + "deploy:production": "echo \"No deploy:production specified\"" }, "engines": { - "node": "^16.16.0" + "node": "^16.16.0" }, "repository": { - "type": "git", - "url": "https://github.com/binary-com/deriv-app.git" + "type": "git", + "url": "https://github.com/binary-com/deriv-app.git" }, "keywords": [ - "deriv" + "deriv" ], "author": "Deriv", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/binary-com/deriv-app/issues" + "url": "https://github.com/binary-com/deriv-app/issues" }, "homepage": "https://github.com/binary-com/deriv-app", "devDependencies": { - "babel-eslint": "^10.1.0", - "babel-loader": "^8.1.0", - "chai": "^4.2.0", - "circular-dependency-plugin": "^5.2.2", - "clean-webpack-plugin": "^3.0.0", - "copy-webpack-plugin": "^9.0.1", - "css-loader": "^5.0.1", - "css-minimizer-webpack-plugin": "^3.0.1", - "enzyme": "^3.10.0", - "enzyme-adapter-react-16": "^1.14.0", - "eslint-config-airbnb-base": "^14.2.1", - "eslint-config-binary": "^1.0.2", - "eslint-config-prettier": "^7.2.0", - "eslint-plugin-import": "^2.23.4", - "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-react": "^7.22.0", - "eslint-plugin-react-hooks": "^4.2.0", - "file-loader": "^6.2.0", - "fork-ts-checker-webpack-plugin": "^6.5.0", - "html-loader": "^1.3.2", - "html-webpack-plugin": "^5.0.0-beta.5", - "html-webpack-tags-plugin": "^2.0.17", - "ignore-styles": "^5.0.1", - "jsdom": "^16.2.1", - "jsdom-global": "^2.1.1", - "mini-css-extract-plugin": "^1.3.4", - "mocha": "^7.1.1", - "mochapack": "^2.1.2", - "mock-local-storage": "^1.1.8", - "node-sass": "^7.0.1", - "postcss-loader": "^6.2.1", - "postcss-preset-env": "^7.4.3", - "postcss-scss": "^4.0.3", - "react-svg-loader": "^3.0.3", - "resolve-url-loader": "^3.1.2", - "sass-loader": "^12.6.0", - "sass-resources-loader": "^2.1.1", - "sinon": "^7.3.2", - "stylelint-formatter-pretty": "^2.1.1", - "svgo": "^2.8.0", - "terser-webpack-plugin": "^5.1.1", - "webpack": "^5.46.0", - "webpack-bundle-analyzer": "^4.3.0", - "webpack-cli": "^4.7.2", - "webpack-manifest-plugin": "^4.0.2", - "webpack-node-externals": "^2.5.2" + "babel-eslint": "^10.1.0", + "babel-loader": "^8.1.0", + "chai": "^4.2.0", + "circular-dependency-plugin": "^5.2.2", + "clean-webpack-plugin": "^3.0.0", + "copy-webpack-plugin": "^9.0.1", + "css-loader": "^5.0.1", + "css-minimizer-webpack-plugin": "^3.0.1", + "enzyme": "^3.10.0", + "enzyme-adapter-react-16": "^1.14.0", + "eslint-config-airbnb-base": "^14.2.1", + "eslint-config-binary": "^1.0.2", + "eslint-config-prettier": "^7.2.0", + "eslint-plugin-import": "^2.23.4", + "eslint-plugin-prettier": "^3.3.1", + "eslint-plugin-react": "^7.22.0", + "eslint-plugin-react-hooks": "^4.2.0", + "file-loader": "^6.2.0", + "fork-ts-checker-webpack-plugin": "^6.5.0", + "html-loader": "^1.3.2", + "html-webpack-plugin": "^5.0.0-beta.5", + "html-webpack-tags-plugin": "^2.0.17", + "ignore-styles": "^5.0.1", + "jsdom": "^16.2.1", + "jsdom-global": "^2.1.1", + "mini-css-extract-plugin": "^1.3.4", + "mocha": "^7.1.1", + "mochapack": "^2.1.2", + "mock-local-storage": "^1.1.8", + "node-sass": "^7.0.1", + "postcss-loader": "^6.2.1", + "postcss-preset-env": "^7.4.3", + "postcss-scss": "^4.0.3", + "react-svg-loader": "^3.0.3", + "resolve-url-loader": "^3.1.2", + "sass-loader": "^12.6.0", + "sass-resources-loader": "^2.1.1", + "sinon": "^7.3.2", + "stylelint-formatter-pretty": "^2.1.1", + "svgo": "^2.8.0", + "terser-webpack-plugin": "^5.1.1", + "webpack": "^5.46.0", + "webpack-bundle-analyzer": "^4.3.0", + "webpack-cli": "^4.7.2", + "webpack-manifest-plugin": "^4.0.2", + "webpack-node-externals": "^2.5.2" }, "dependencies": { - "@deriv/api-types": "1.0.48", - "@deriv/components": "^1.0.0", - "@deriv/deriv-api": "^1.0.8", - "@deriv/shared": "^1.0.0", - "@deriv/translations": "^1.0.0", - "@types/classnames": "^2.2.11", - "@types/react": "^18.0.7", - "@types/react-dom": "^18.0.0", - "@types/react-loadable": "^5.5.6", - "acorn": "^6.1.1", - "babel-polyfill": "^6.26.0", - "canvas-toBlob": "^1.0.0", - "classnames": "^2.2.6", - "crc-32": "^1.2.0", - "extend": "^3.0.2", - "formik": "^2.1.4", - "i18next": "^20.3.2", - "js-cookie": "^2.2.1", - "lodash.debounce": "^4.0.8", - "lodash.throttle": "^4.1.1", - "mobx": "^5.15.7", - "mobx-react": "6.3.1", - "mobx-utils": "^5.5.5", - "moment": "^2.29.2", - "null-loader": "^4.0.1", - "object.fromentries": "^2.0.0", - "promise-polyfill": "^8.1.3", - "prop-types": "^15.7.2", - "react": "^16.14.0", - "react-content-loader": "^4.3.2", - "react-dom": "^16.14.0", - "react-i18next": "^11.11.0", - "react-loadable": "^5.5.0", - "react-pose": "^4.0.10", - "react-router": "^5.2.0", - "react-router-dom": "^5.2.0", - "react-transition-group": "4.4.2", - "typescript": "^4.6.3", - "workbox-webpack-plugin": "^6.0.2" + "@deriv/api-types": "^1.0.54", + "@deriv/components": "^1.0.0", + "@deriv/deriv-api": "^1.0.8", + "@deriv/shared": "^1.0.0", + "@deriv/translations": "^1.0.0", + "@types/classnames": "^2.2.11", + "@types/react": "^18.0.7", + "@types/react-dom": "^18.0.0", + "@types/react-loadable": "^5.5.6", + "acorn": "^6.1.1", + "babel-polyfill": "^6.26.0", + "canvas-toBlob": "^1.0.0", + "classnames": "^2.2.6", + "crc-32": "^1.2.0", + "extend": "^3.0.2", + "formik": "^2.1.4", + "i18next": "^20.3.2", + "js-cookie": "^2.2.1", + "lodash.debounce": "^4.0.8", + "lodash.throttle": "^4.1.1", + "mobx": "^5.15.7", + "mobx-react": "6.3.1", + "mobx-utils": "^5.5.5", + "moment": "^2.29.2", + "null-loader": "^4.0.1", + "object.fromentries": "^2.0.0", + "promise-polyfill": "^8.1.3", + "prop-types": "^15.7.2", + "react": "^16.14.0", + "react-content-loader": "^4.3.2", + "react-dom": "^16.14.0", + "react-i18next": "^11.11.0", + "react-loadable": "^5.5.0", + "react-pose": "^4.0.10", + "react-router": "^5.2.0", + "react-router-dom": "^5.2.0", + "react-transition-group": "4.4.2", + "typescript": "^4.6.3", + "workbox-webpack-plugin": "^6.0.2" } - } +} diff --git a/packages/shared/src/utils/cfd/cfd.js b/packages/shared/src/utils/cfd/cfd.js index e3b5c60593de..d848bf2ca267 100644 --- a/packages/shared/src/utils/cfd/cfd.js +++ b/packages/shared/src/utils/cfd/cfd.js @@ -24,6 +24,10 @@ const CFD_text = { // * // sub_account_type financial_stp only happens in "financial" market_type export const getCFDAccountKey = ({ market_type, sub_account_type, platform, shortcode }) => { + if (market_type === 'all') { + return 'dxtrade'; + } + if (market_type === 'gaming' || market_type === 'synthetic') { if (platform === CFD_PLATFORMS.DXTRADE || sub_account_type === 'financial') { switch (shortcode) { diff --git a/packages/trader/package.json b/packages/trader/package.json index cab76bdc9e17..c39f8fc98926 100644 --- a/packages/trader/package.json +++ b/packages/trader/package.json @@ -87,12 +87,12 @@ "webpack-node-externals": "^2.5.2" }, "dependencies": { - "@deriv/api-types": "1.0.48", + "@deriv/api-types": "^1.0.54", "@deriv/components": "^1.0.0", "@deriv/deriv-api": "^1.0.8", "@deriv/deriv-charts": "^0.6.3", - "@deriv/shared": "^1.0.0", "@deriv/reports": "^1.0.0", + "@deriv/shared": "^1.0.0", "@deriv/translations": "^1.0.0", "@types/classnames": "^2.2.11", "@types/react-loadable": "^5.5.6", diff --git a/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss b/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss index 66e92d6178d8..3b440740ad7e 100644 --- a/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss +++ b/packages/trader/src/sass/app/modules/mt5/cfd-dashboard.scss @@ -21,7 +21,7 @@ width: 12.7rem; align-items: center; height: 4rem; - border: 1px solid #a6a6a6; + border: 1px solid $color-grey-4; &-text { display: flex; From 27c929ca28a32d99658c962ca46f311aabc8199f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 09:50:02 +0400 Subject: [PATCH 2/3] =?UTF-8?q?translations:=20=F0=9F=93=9A=20sync=20trans?= =?UTF-8?q?lations=20with=20crowdin=20(#6569)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com> --- packages/translations/crowdin/messages.json | 2 +- .../translations/src/translations/ach.json | 36 +- .../translations/src/translations/es.json | 54 +- .../translations/src/translations/fr.json | 36 +- .../translations/src/translations/id.json | 48 +- .../translations/src/translations/it.json | 48 +- .../translations/src/translations/ko.json | 36 +- .../translations/src/translations/pl.json | 36 +- .../translations/src/translations/pt.json | 54 +- .../translations/src/translations/ru.json | 48 +- .../translations/src/translations/th.json | 580 +++++++++--------- .../translations/src/translations/tr.json | 50 +- .../translations/src/translations/vi.json | 36 +- .../translations/src/translations/zh_cn.json | 48 +- .../translations/src/translations/zh_tw.json | 48 +- 15 files changed, 650 insertions(+), 510 deletions(-) diff --git a/packages/translations/crowdin/messages.json b/packages/translations/crowdin/messages.json index f3d468405b34..c9d6788d4fc2 100644 --- a/packages/translations/crowdin/messages.json +++ b/packages/translations/crowdin/messages.json @@ -1 +1 @@ -{"0":"","1014140":"You may also call <0>+447723580049 to place your complaint.","3215342":"Last 30 days","7100308":"Hour must be between 0 and 23.","11539750":"set {{ variable }} to Relative Strength Index Array {{ dummy }}","11872052":"Yes, I'll come back later","14365404":"Request failed for: {{ message_type }}, retrying in {{ delay }}s","15377251":"Profit amount: {{profit}}","17843034":"Check proof of identity document verification status","19424289":"Username","19552684":"USD Basket","21035405":"Please tell us why you’re leaving. (Select up to {{ allowed_reasons }} reasons.)","24900606":"Gold Basket","25854018":"This block displays messages in the developer’s console with an input that can be either a string of text, a number, boolean, or an array of data.","26566655":"Summary","26596220":"Finance","27582767":"{{amount}} {{currency}}","27830635":"Deriv (V) Ltd","28581045":"Add a real MT5 account","30801950":"Your account will be opened with {{legal_entity_name}}, regulated by the Malta Gaming Authority, and will be subject to the laws of Malta.","33433576":"Please use an e-wallet to withdraw your funds.","35089987":"Upload the front and back of your driving licence.","39720204":"AUD Index","41737927":"Thank you","44877997":"Residence permit","45453595":"Binary Coin","45941470":"Where would you like to start?","46523711":"Your proof of identity is verified","49963458":"Choose an option","50200731":"FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies","54185751":"Less than $100,000","55340304":"Keep your current contract?","55916349":"All","58254854":"Scopes","59169515":"If you select \"Asian Rise\", you will win the payout if the last tick is higher than the average of the ticks.","59341501":"Unrecognized file format","59662816":"Stated limits are subject to change without prior notice.","62748351":"List Length","63869411":"This block tests a given number according to the selection","64402604":"Check transfer information","65185694":"Fiat onramp","65982042":"Total","66519591":"Investor password","68885999":"Repeats the previous trade when an error is encountered.","69005593":"The example below restarts trading after 30 or more seconds after 1 minute candle was started.","71016232":"OMG/USD","71445658":"Open","71563326":"A fast and secure fiat-to-crypto payment service. Deposit cryptocurrencies from anywhere in the world using your credit/debit cards and bank transfers.","71853457":"$100,001 - $500,000","72500774":"Please fill in Tax residence.","73086872":"You have self-excluded from trading","73326375":"The low is the lowest point ever reached by the market during the contract period.","74963864":"Under","76916358":"You have reached the withdrawal limit.<0/>Please upload your proof of identity and address to lift the limit to continue your withdrawal.","81450871":"We couldn’t find that page","82839270":"Upload the page of your passport that contains your photo.","83202647":"Collapse Block","85343079":"Financial assessment","85389154":"Steps required to continue verification on your mobile","89062902":"Trade on MT5","90266322":"2. Start a chat with your newly created Telegram bot and make sure to send it some messages before proceeding to the next step. (e.g. Hello Bot!)","91993812":"The Martingale Strategy is a classic trading technique that has been used for more than a hundred years, popularised by the French mathematician Paul Pierre Levy in the 18th century.","96381225":"ID verification failed","98473502":"We’re not obliged to conduct an appropriateness test, nor provide you with any risk warnings.","98972777":"random item","100239694":"Upload front of card from your computer","102226908":"Field cannot be empty","107206831":"We’ll review your document and notify you of its status within 1-3 days.","108916570":"Duration: {{duration}} days","109073671":"Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.","111215238":"Move away from direct light","111718006":"End date","111931529":"Max. total stake over 7 days","113378532":"ETH/USD","113884303":"German Index","113933902":"Download the Deriv X app","115032488":"Buy price and P/L","116005488":"Indicators","117318539":"Password should have lower and uppercase English letters with numbers.","119261701":"Prediction:","119446122":"Contract type is not selected","120340777":"Complete your personal details","123454801":"{{withdraw_amount}} {{currency_symbol}}","124723298":"Upload a proof of address to verify your address","125443840":"6. Restart last trade on error","127307725":"A politically exposed person (PEP) is someone appointed with a prominent public position. Close associates and family members of a PEP are also considered to be PEPs.","130567238":"THEN","132689841":"Trade on web terminal","133523018":"Please go to the Deposit page to get an address.","133536621":"and","138055021":"Synthetic indices","139454343":"Confirm my limits","141626595":"Make sure your device has a working camera","142050447":"set {{ variable }} to create text with","142390699":"Connected to your mobile","143970826":"Payment problems?","145146541":"Our accounts and services are unavailable for the Jersey postal code","145736466":"Take a selfie","150486954":"Token name","151344063":"The exit spot is the market price when the contract is closed.","151646545":"Unable to read file {{name}}","152415091":"Math","152524253":"Trade the world’s markets with our popular user-friendly platform.","157593038":"random integer from {{ start_number }} to {{ end_number }}","160746023":"Tether as an Omni token (USDT) is a version of Tether that is hosted on the Omni layer on the Bitcoin blockchain.","160863687":"Camera not detected","162727973":"Please enter a valid payment agent ID.","164112826":"This block allows you to load blocks from a URL if you have them stored on a remote server, and they will be loaded only when your bot runs.","164564432":"Deposits are temporarily unavailable due to system maintenance. You can make your deposits when the maintenance is complete.","165294347":"Please set your country of residence in your account settings to access the cashier.","165312615":"Continue on phone","165682516":"If you don’t mind sharing, which other trading platforms do you use?","170185684":"Ignore","170244199":"I’m closing my account for other reasons.","171307423":"Recovery","171579918":"Go to Self-exclusion","171638706":"Variables","173991459":"We’re sending your request to the blockchain.","176319758":"Max. total stake over 30 days","176654019":"$100,000 - $250,000","178413314":"First name should be between 2 and 50 characters.","179083332":"Date","181881956":"Contract Type: {{ contract_type }}","182628338":"Proof of identity and address verified","184024288":"lower case","189705706":"This block uses the variable \"i\" to control the iterations. With each iteration, the value of \"i\" is determined by the items in a given list.","189759358":"Creates a list by repeating a given item","191372501":"Accumulation of Income/Savings","192436105":"No need for symbols, digits, or uppercase letters","192573933":"Verification complete","195972178":"Get character","196998347":"We hold customer funds in bank accounts separate from our operational accounts which would not, in the event of insolvency, form part of the company's assets. This meets the <0>Gambling Commission's requirements for the segregation of customer funds at the level: <1>medium protection.","197190401":"Expiry date","201091938":"30 days","203271702":"Try again","204797764":"Transfer to client","204863103":"Exit time","206010672":"Delete {{ delete_count }} Blocks","207824122":"Please withdraw your funds from the following Deriv account(s):","210385770":"If you have an active account, please log in to continue. Otherwise, please sign up.","211224838":"Investment","211461880":"Common names and surnames are easy to guess","211847965":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable withdrawals.","216650710":"You are using a demo account","217403651":"St. Vincent & Grenadines","217504255":"Financial assessment submitted successfully","218441288":"Identity card number","220014242":"Upload a selfie from your computer","220186645":"Text Is empty","220232017":"demo CFDs","222468543":"The amount that you may add to your stake if you’re losing a trade.","223120514":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 50 days.","223607908":"Last digit stats for latest 1000 ticks for {{underlying_name}}","224650827":"IOT/USD","224929714":"Virtual events based bets in the UK and the Isle of Man are offered by {{legal_entity_name}}, Millennium House, Level 1, Victoria Road, Douglas IM2 4RW, Isle of Man, licensed and regulated in Great Britain by the Gambling Commission under <0>account no. 39172 and by the Gambling Supervision Commission in the Isle of Man (<1>view licence).","225887649":"This block is mandatory. It's added to your strategy by default when you create new strategy. You can not add more than one copy of this block to the canvas.","227591929":"To timestamp {{ input_datetime }} {{ dummy }}","227903202":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and {{platform_name_mt5}} accounts.","228079844":"Click here to upload","228521812":"Tests whether a string of text is empty. Returns a boolean value (true or false).","229355215":"Trade on {{platform_name_dbot}}","233500222":"- High: the highest price","235583807":"SMA is a frequently used indicator in technical analysis. It calculates the average market price over a specified period, and is usually used to identify market trend direction: up or down. For example, if the SMA is moving upwards, it means the market trend is up. ","236642001":"Journal","240247367":"Profit table","243614144":"This is only available for existing clients.","245005091":"lower","245187862":"The DRC will make a <0>decision on the complaint (please note that the DRC mentions no timeframe for announcing its decision).","245812353":"if {{ condition }} return {{ value }}","247418415":"Gaming trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","248565468":"Check your {{ identifier_title }} account email and click the link in the email to proceed.","248909149":"Send a secure link to your phone","249908265":"Are you a citizen of {{- residence}}?","251134918":"Account Information","251445658":"Dark theme","254912581":"This block is similar to EMA, except that it gives you the entire EMA line based on the input list and the given period.","256031314":"Cash Business","256602726":"If you close your account:","258310842":"Workspace","258448370":"MT5","260069181":"An error occured while trying to load the URL","260086036":"Place blocks here to perform tasks once when your bot starts running.","260361841":"Tax Identification Number can't be longer than 25 characters.","264976398":"3. 'Error' displays a message in red to highlight something that needs to be resolved immediately.","265644304":"Trade types","267992618":"The platforms lack key features or functionality.","268940240":"Your balance ({{format_balance}} {{currency}}) is less than the current minimum withdrawal allowed ({{format_min_withdraw_amount}} {{currency}}). Please top up your account to continue with your withdrawal.","269607721":"Upload","270339490":"If you select \"Over\", you will win the payout if the last digit of the last tick is greater than your prediction.","270610771":"In this example, the open price of a candle is assigned to the variable \"candle_open_price\".","270712176":"descending","270780527":"You've reached the limit for uploading your documents.","272042258":"When you set your limits, they will be aggregated across all your account types in {{platform_name_trader}}, {{platform_name_dbot}}, {{platform_name_smarttrader}} and {{platform_name_bbot}} on Deriv. For example, the losses made on all four platforms will add up and be counted towards the loss limit you set.","272179372":"This block is commonly used to adjust the parameters of your next trade and to implement stop loss/take profit logic.","273350342":"Copy and paste the token into the app.","273728315":"Should not be 0 or empty","274268819":"Volatility 100 Index","275116637":"Deriv X","277469417":"Exclude time cannot be for more than five years.","278684544":"get sub-list from # from end","282319001":"Check your image","282564053":"Next, we'll need your proof of address.","283986166":"Self-exclusion on the website only applies to your {{brand_website_name}} account and does not include other companies or websites.","284527272":"antimode","284772879":"Contract","287934290":"Are you sure you want to cancel this transaction?","289898640":"TERMS OF USE","292491635":"If you select “Stop loss” and specify an amount to limit your loss, your position will be closed automatically when your loss is more than or equals to this amount. Your loss may be more than the amount you entered depending on the market price at closing.","292526130":"Tick and candle analysis","292589175":"This will display the SMA for the specified period, using a candle list.","292887559":"Transfer to {{selected_value}} is not allowed, Please choose another account from dropdown","294305803":"Manage account settings","294335229":"Sell at market price","300762428":"Swiss Index","303959005":"Sell Price:","304309961":"We're reviewing your withdrawal request. You may still cancel this transaction if you wish. Once we start processing, you won't be able to cancel.","310234308":"Close all your positions.","312142140":"Save new limits?","312300092":"Trims the spaces within a given string or text.","313298169":"Our cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","313741895":"This block returns “True” if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","314357202":"Click the <0>Change password button to change your {{platform_name_dxtrade}} password.","315306603":"You have an account that do not have currency assigned. Please choose a currency to trade with this account.","316694303":"Is candle black?","317601768":"Themes","318865860":"close","318984807":"This block repeats the instructions contained within for a specific number of times.","323179846":"The time interval for each candle can be set from one minute to one day.","323209316":"Select a Deriv Bot Strategy","325662004":"Expand Block","325763347":"result","326770937":"Withdraw {{currency}} ({{currency_symbol}}) to your wallet","327534692":"Duration value is not allowed. To run the bot, please enter {{min}}.","328539132":"Repeats inside instructions specified number of times","329404045":"<0>Switch to your real account<1> to create a {{platform}} {{account_title}} account.","333456603":"Withdrawal limits","334942497":"Buy time","335040248":"About us","337023006":"Start time cannot be in the past.","339449279":"Remaining time","339610914":"Spread Up/Spread Down","339879944":"GBP/USD","340807218":"Description not found.","342181776":"Cancel transaction","343873723":"This block displays a message. You can specify the color of the message and choose from 6 different sound options.","344418897":"These trading limits and self-exclusion help you control the amount of money and time you spend on {{brand_website_name}} and exercise <0>responsible trading.","345320063":"Invalid timestamp","346994074":"Selecting this will onboard you through Deriv (SVG) LLC (company no. 273 LLC 2020)","347029309":"Forex: standard/micro","347039138":"Iterate (2)","348951052":"Your cashier is currently locked","349047911":"Over","351744408":"Tests if a given text string is empty","353731490":"Job done","354945172":"Submit document","357477280":"No face found","359053005":"Please enter a token name.","359649435":"Given candle list is not valid","359809970":"This block gives you the selected candle value from a list of candles within the selected time interval. You can choose from open price, close price, high price, low price, and open time.","360224937":"Logic","362772494":"This should not exceed {{max}} characters.","363576009":"- High price: the highest price","363738790":"Browser","363990763":"Sell price:","368160866":"in list","371151609":"Last used","371710104":"This scope will allow third-party apps to buy and sell contracts for you, renew your expired purchases, and top up your demo accounts.","372291654":"Exclude time must be after today.","372645383":"True if the market direction matches the selection","372885537":"Trade CFDs on forex, stocks & stock indices, commodities, basket indices, and crypto.","373021397":"random","373306660":"{{label}} is required.","373495360":"This block returns the entire SMA line, containing a list of all values for a given period.","374537470":"No results for \"{{text}}\"","375431605":"Demo Synthetic SVG","375714803":"Deal Cancellation Error","379523479":"To avoid loss of funds, do not share tokens with the Admin scope with unauthorised parties.","379730150":"US Tech Index","380606668":"tick","380694312":"Maximum consecutive trades","382781785":"Your contract is closed automatically when your profit is more than or equals to this amount.","384303768":"This block returns \"True\" if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","386278304":"Install the {{platform_name_trader}} web app","386502387":"Bot is not running","389923099":"Zoom in","390647540":"Real account","390890891":"Last quarter","391915203":"Hedging","392582370":"Fall Equals","396418990":"Offline","396961806":"We do not support Polygon (Matic), to deposit please use only Ethereum ({{token}}).","398816980":"Launch {{platform_name_trader}} in seconds the next time you want to trade.","399387585":"Please check your email for details. If you have any questions, please go to our <0>Help Centre.","401339495":"Verify address","402343402":"Due to an issue on our server, some of your {{platform}} accounts are unavailable at the moment. Please bear with us and thank you for your patience.","403456289":"The formula for SMA is:","404743411":"Total deposits","406359555":"Contract details","406497323":"Sell your active contract if needed (optional)","411482865":"Add {{deriv_account}} account","412433839":"I agree to the <0>terms and conditions.","413594348":"Only letters, numbers, space, hyphen, period, and forward slash are allowed.","417864079":"You’ll not be able to change currency once you have made a deposit.","420072489":"CFD trading frequency","422055502":"From","426031496":"Stop","427134581":"Try using another file type.","427617266":"Bitcoin","428709688":"Your preferred time interval between each report:","430975601":"Town/City is not in a proper format.","432508385":"Take Profit: {{ currency }} {{ take_profit }}","432519573":"Document uploaded","433348384":"Real accounts are not available to politically exposed persons (PEPs).","433616983":"2. Investigation phase","434548438":"Highlight function definition","434896834":"Custom functions","436364528":"Your account will be opened with {{legal_entity_name}}, and will be subject to the laws of Saint Vincent and the Grenadines.","437138731":"Create a new {{platform}} password","437453244":"Choose your preferred cryptocurrency","437485293":"File type not supported","437904704":"Maximum open positions","438067535":"Over $500,000","442520703":"$250,001 - $500,000","443559872":"Financial SVG","444484637":"Logic negation","450983288":"Your deposit is unsuccessful due to an error on the blockchain. Please contact your crypto wallet service provider for more info.","451852761":"Continue on your phone","452054360":"Similar to RSI, this block gives you a list of values for each entry in the input list.","453175851":"Your MT5 Financial STP account will be opened through {{legal_entity_name}}. All trading in this account is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA).","453409608":"Your profit is the percentage change in market price times your stake and the multiplier of your choice.","454593402":"2. Please upload one of the following:","456746157":"Grant access to your camera from your browser settings","457020083":"It’ll take longer to verify you if we can’t read it","457494524":"1. From the block library, enter a name for the new variable and click Create.","459817765":"Pending","460975214":"Complete your Appropriateness Test","461795838":"Please contact us via live chat to unlock it.","462079779":"Resale not offered","463361726":"Select an item","465993338":"Oscar's Grind","466369320":"Your gross profit is the percentage change in market price times your stake and the multiplier chosen here.","473154195":"Settings","474306498":"We’re sorry to see you leave. Your account is now closed.","475492878":"Try Synthetic Indices","476023405":"Didn't receive the email?","477557241":"Remote blocks to load must be a collection.","478280278":"This block displays a dialog box that uses a customised message to prompt for an input. The input can be either a string of text or a number and can be assigned to a variable. When the dialog box is displayed, your strategy is paused and will only resume after you enter a response and click \"OK\".","479420576":"Tertiary","481276888":"Goes Outside","483591040":"Delete all {{ delete_count }} blocks?","485379166":"View transactions","487239607":"Converts a given True or False to the opposite value","488150742":"Resend email","489768502":"Change investor password","491603904":"Unsupported browser","492198410":"Make sure everything is clear","496680295":"Choose country","497518317":"Function that returns a value","498562439":"or","499522484":"1. for \"string\": 1325.68 USD","500855527":"Chief Executives, Senior Officials and Legislators","500920471":"This block performs arithmetic operations between two numbers.","501401157":"You are only allowed to make deposits","501537611":"*Maximum number of open positions","502041595":"This block gives you a specific candle from within the selected time interval.","503137339":"Payout limit","505793554":"last letter","508390614":"Demo Financial STP","510815408":"Letters, numbers, spaces, hyphens only","514031715":"list {{ input_list }} is empty","514776243":"Your {{account_type}} password has been changed.","514948272":"Copy link","518955798":"7. Run Once at Start","520136698":"Boom 500 Index","521872670":"item","522283618":"Digital options trading experience","522703281":"divisible by","523123321":"- 10 to the power of a given number","527329988":"This is a top-100 common password","529056539":"Options","529597350":"If you had any open positions, we have closed them and refunded you.","530953413":"Authorised applications","531114081":"3. Contract Type","531675669":"Euro","535041346":"Max. total stake per day","538228086":"Close-Low","541650045":"Manage {{platform}} password","541700024":"First, enter your driving licence number and the expiry date.","542038694":"Only letters, numbers, space, underscore, and hyphen are allowed for {{label}}.","542305026":"You must also submit a proof of identity.","543413346":"You have no open positions for this asset. To view other open positions, click Go to Reports","543915570":"Forex, stocks, stock indices, cryptocurrencies, synthetic indices","545476424":"Total withdrawals","546534357":"If you select “Deal cancellation”, you’ll be able to cancel your trade within a chosen time frame should the market move against your favour. We’ll charge a small fee for this, but we’ll return your stake amount without profit or loss. If the stop-out amount is reached before the deal cancellation expires, your position will be cancelled automatically and we’ll return your stake amount without profit or loss. While “Deal cancellation” is active:","549479175":"Deriv Multipliers","551414637":"Click the <0>Change password button to change your DMT5 password.","551569133":"Learn more about trading limits","554410233":"This is a top-10 common password","555351771":"After defining trade parameters and trade options, you may want to instruct your bot to purchase contracts when specific conditions are met. To do that you can use conditional blocks and indicators blocks to help your bot to make decisions.","556095366":"We'll process your details within a few minutes and notify its status via email.","556264438":"Time interval","559224320":"Our classic “drag-and-drop” tool for creating trading bots, featuring pop-up trading charts, for advanced users.","561982839":"Change your currency","562599414":"This block returns the purchase price for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","563034502":"We shall try to resolve your complaint within 15 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","563166122":"We shall acknowledge receiving your complaint, review it carefully, and keep you updated on the handling process. We might request further information or clarifications to facilitate the resolution of the complaint.","563652273":"Go to block","565410797":"The below image illustrates how Simple Moving Average Array block works:","566274201":"1. Market","567019968":"A variable is among the most important and powerful components in creating a bot. It is a way to store information, either as text or numbers. The information stored as a variable can be used and changed according to the given instructions. Variables can be given any name, but usually they are given useful, symbolic names so that it is easier to call them during the execution of instructions.","567163880":"Create a {{platform}} password","567755787":"Tax Identification Number is required.","569057236":"In which country was your document issued?","571921777":"Funds protection level","573173477":"Is candle {{ input_candle }} black?","577215477":"count with {{ variable }} from {{ start_number }} to {{ end_number }} by {{ step_size }}","577779861":"Withdrawal","577883523":"4. Awards and orders","578640761":"Call Spread","579529868":"Show all details — including the bottom 2 lines","580431127":"Restart buy/sell on error (disable for better performance): {{ checkbox }}","580665362":"Stays In/Goes Out","580774080":"insert at","581168980":"Legal","582945649":"2 minutes","584028307":"Allow equals","587577425":"Secure my account","589609985":"Linked with {{identifier_title}}","593459109":"Try a different currency","595136687":"Save Strategy","597089493":"Here is where you can decide to sell your contract before it expires. Only one copy of this block is allowed.","597481571":"DISCLAIMER","597707115":"Tell us about your trading experience.","599469202":"{{secondPast}}s ago","602278674":"Verify identity","606240547":"- Natural log","606877840":"Back to today","607807243":"Get candle","609519227":"This is the email address associated with your Deriv account.","609650241":"Infinite loop detected","610537973":"Any information you provide is confidential and will be used for verification purposes only.","611020126":"View address on Blockchain","611786123":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices","613877038":"Chart","617345387":"If you select \"Reset-Up”, you win the payout if the exit spot is strictly higher than either the entry spot or the spot at reset time.","618520466":"Example of a cut-off document","619268911":"<0>a.The Financial Commission will investigate the validity of the complaint within 5 business days.","619407328":"Are you sure you want to unlink from {{identifier_title}}?","623192233":"Please complete the <0>Appropriateness Test to access your cashier.","623542160":"Exponential Moving Average Array (EMAA)","626175020":"Standard Deviation Up Multiplier {{ input_number }}","626809456":"Resubmit","627292452":"<0>Your Proof of Identity or Proof of Address did not meet our requirements. Please check your email for further instructions.","627814558":"This block returns a value when a condition is true. Use this block within either of the function blocks above.","629145209":"In case if the \"AND\" operation is selected, the block returns \"True\" only if both given values are \"True\"","632398049":"This block assigns a null value to an item or statement.","634219491":"You have not provided your tax identification number. This information is necessary for legal and regulatory requirements. Please go to <0>Personal details in your account settings, and fill in your latest tax identification number.","636219628":"<0>c.If no settlement opportunity can be found, the complaint will proceed to the determination phase to be handled by the DRC.","639382772":"Please upload supported file type.","640596349":"You have yet to receive any notifications","640730141":"Refresh this page to restart the identity verification process","641420532":"We've sent you an email","642210189":"Please check your email for the verification link to complete the process.","642546661":"Upload back of license from your computer","643014039":"The trade length of your purchased contract.","644150241":"The number of contracts you have won since you last cleared your stats.","645016681":"Trading frequency in other financial instruments","645902266":"EUR/NZD","647192851":"Contract will be sold at the prevailing market price when the request is received by our servers. This price may differ from the indicated price.","647745382":"Input List {{ input_list }}","649317411":"On the basis of the information provided in relation to your knowledge and experience, we consider that the investments available via this website are not appropriate for you.<0/><1/>","649923867":"Adds a sign to a number to create a barrier offset. (deprecated)","651284052":"Low Tick","651684094":"Notify","652041791":"To create a Deriv X real account, create a Deriv real account first.","652298946":"Date of birth","654264404":"Up to 1:30","654507872":"True-False","654924603":"Martingale","655937299":"We’ll update your limits. Click <0>Accept to acknowledge that you are fully responsible for your actions, and we are not liable for any addiction or loss.","657325150":"This block is used to define trade options within the Trade parameters root block. Some options are only applicable for certain trade types. Parameters such as duration and stake are common among most trade types. Prediction is used for trade types such as Digits, while barrier offsets are for trade types that involve barriers such as Touch/No Touch, Ends In/Out, etc.","657444253":"Sorry, account opening is unavailable in your region.","659482342":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your account settings.","660481941":"To access your mobile apps and other third-party apps, you'll first need to generate an API token.","660991534":"Finish","662609119":"Download the MT5 app","665089217":"Please submit your <0>proof of identity to authenticate your account and access your Cashier.","665777772":"XLM/USD","665872465":"In the example below, the opening price is selected, which is then assigned to a variable called \"op\".","672008428":"ZEC/USD","673915530":"Jurisdiction and choice of law","676159329":"Could not switch to default account.","677918431":"Market: {{ input_market }} > {{ input_submarket }} > {{ input_symbol }}","678517581":"Units","680334348":"This block was required to correctly convert your old strategy.","681926004":"Example of a blurry document","682056402":"Standard Deviation Down Multiplier {{ input_number }}","684282133":"Trading instruments","685391401":"If you're having trouble signing in, let us know via <0>chat","687212287":"Amount is a required field.","689137215":"Purchase price","691956534":"<0>You have added a {{currency}} account.<0> Make a deposit now to start trading.","693396140":"Deal cancellation (expired)","696870196":"- Open time: the opening time stamp","697630556":"This market is presently closed.","698748892":"Let’s try that again","699159918":"1. Filing complaints","700259824":"Account currency","701034660":"We are still processing your withdrawal request.<0 />Please wait for the transaction to be completed before deactivating your account.","701462190":"Entry spot","701647434":"Search for string","705299518":"Next, upload the page of your passport that contains your photo.","706727320":"Binary options trading frequency","706755289":"This block performs trigonometric functions.","708055868":"Driving licence number","710123510":"repeat {{ while_or_until }} {{ boolean }}","711029377":"Please confirm the transaction details in order to complete the withdrawal:","711999057":"Successful","712101776":"Take a photo of your passport photo page","712635681":"This block gives you the selected candle value from a list of candles. You can choose from open price, close price, high price, low price, and open time.","713054648":"Sending","714080194":"Submit proof","714746816":"MetaTrader 5 Windows app","715841616":"Please enter a valid phone number (e.g. +15417541234).","716428965":"(Closed)","718504300":"Postal/ZIP code","720293140":"Log out","720519019":"Reset my password","721011817":"- Raise the first number to the power of the second number","723045653":"You'll log in to your Deriv account with this email address.","723961296":"Manage password","724203548":"You can send your complaint to the <0>European Commission's Online Dispute Resolution (ODR) platform. This is not applicable to UK clients.","728042840":"To continue trading with us, please confirm where you live.","728824018":"Spanish Index","730473724":"This block performs the \"AND\" or the \"OR\" logic operation with the given values.","731382582":"BNB/USD","734390964":"Insufficient balance","734881840":"false","744110277":"Bollinger Bands Array (BBA)","745656178":"Use this block to sell your contract at the market price.","745674059":"Returns the specific character from a given string of text according to the selected option. ","746112978":"Your computer may take a few seconds to update","751692023":"We <0>do not guarantee a refund if you make a wrong transfer.","752024971":"Reached maximum number of digits","752633544":"You will need to submit proof of identity and address once you reach certain thresholds","752992217":"This block gives you the selected constant values.","753088835":"Default","753184969":"In providing our services to you, we are required to obtain information from you in order to assess whether a given product or service is appropriate for you (that is, whether you possess the experience and knowledge to understand the risks involved).<0/><1/>","753727511":"Type","755867072":"{{platform_name_mt5}} is not available in {{country}}","756152377":"SMA places equal weight to the entire distribution of values.","758003269":"make list from text","759783233":"For more information and assistance to counselling and support services, please visit <0>begambleaware.org.","760528514":"Please note that changing the value of \"i\" won't change the value of the original item in the list","761576760":"Fund your account to start trading.","762185380":"<0>Multiply returns by <0>risking only what you put in.","762871622":"{{remaining_time}}s","763019867":"Your Gaming account is scheduled to be closed","764366329":"Trading limits","764540515":"Stopping the bot is risky","766317539":"Language","770171141":"Go to {{hostname}}","772632060":"Do not send any other currency to the following address. Otherwise, you'll lose funds.","773091074":"Stake:","773309981":"Oil/USD","773336410":"Tether is a blockchain-enabled platform designed to facilitate the use of fiat currencies in a digital manner.","775679302":"{{pending_withdrawals}} pending withdrawal(s)","776085955":"Strategies","781924436":"Call Spread/Put Spread","783974693":"Avoid recent years","784311461":"Exponential Moving Average (EMA)","784583814":"Linked to your computer","785969488":"Jump 75 Index","787116142":"The multiplier amount used to increase your stake if you’re losing a trade. Value must be higher than 2.","787727156":"Barrier","788005234":"NA","793526589":"To file a complaint about our service, send an email to <0>complaints@deriv.com and state your complaint in detail. Please submit any relevant screenshots of your trading or system for our better understanding.","793531921":"Our company is one of the oldest and most reputable online trading companies in the world. We are committed to treat our clients fairly and provide them with excellent service.<0/><1/>Please provide us with feedback on how we can improve our services to you. Rest assured that you will be heard, valued, and treated fairly at all times.","794682658":"Copy the link to your phone","795859446":"Password saved","797007873":"Follow these steps to recover camera access:","797500286":"negative","800228448":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}} and {{legal_entity_name_fx}}.","800521289":"Your personal details are incomplete","802436811":"View transaction details","802438383":"New proof of address is needed","802556390":"seconds","802989607":"Drag your XML file here","803500173":"Initial stake","807499069":"Financial commission complaints procedure","808323704":"You can also use \"Compare\" and \"Logic operation\" blocks to make test variables.","811876954":"You may transfer between your Deriv fiat, cryptocurrency, {{platform_name_mt5}}, and {{platform_name_dxtrade}} accounts.","816580787":"Welcome back! Your messages have been restored.","816738009":"<0/><1/>You may also raise your unresolved dispute to the <2>Office of the Arbiter for Financial Services.","818447476":"Switch account?","820877027":"Please verify your proof of identity","823186089":"A block that can contain text.","824797920":"Is list empty?","826511719":"USD/SEK","827688195":"Disable Block","828219890":"then","828602451":"Returns the list of tick values in string format","830164967":"Last name","830993327":"No current transactions available","832217983":"40 transactions or more in the past 12 months","832398317":"Sell Error","832588873":"Order execution","832721563":"If you select \"Low Tick\", you win the payout if the selected tick is the lowest among the next five ticks.","834966953":"1551661986 seconds since Jan 01 1970 (UTC) translates to 03/04/2019 @ 1:13am (UTC).","835058671":"Total buy price","835350845":"Add another word or two. Uncommon words are better.","837066896":"Your document is being reviewed, please check back in 1-3 days.","839618971":"ADDRESS","839805709":"To smoothly verify you, we need a better photo","841434703":"Disable stack","841543189":"View transaction on Blockchain","843333337":"You can only make deposits. Please complete the <0>financial assessment to unlock withdrawals.","845213721":"Logout","845304111":"Slow EMA Period {{ input_number }}","847888634":"Please withdraw all your funds.","849805216":"Choose an agent","850582774":"Please update your personal info","851054273":"If you select \"Higher\", you win the payout if the exit spot is strictly higher than the barrier.","851264055":"Creates a list with a given item repeated for a specific number of times.","851508288":"This block constrains a given number within a set range.","852583045":"Tick List String","854399751":"Digit code must only contain numbers.","854630522":"Choose a cryptocurrency account","857363137":"Volatility 300 (1s) Index","857445204":"Deriv currently supports withdrawals of Tether eUSDT to Ethereum wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","857986403":"do something","860319618":"Tourism","862283602":"Phone number*","863328851":"Proof of identity","864610268":"First, enter your {{label}} and the expiry date.","864957760":"Math Number Positive","865424952":"High-to-Low","865642450":"2. Logged in from a different browser","866496238":"Make sure your license details are clear to read, with no blur or glare","868826608":"Excluded from {{brand_website_name}} until","869611522":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts.","869823595":"Function","872549975":"You have {{number}} transfers remaining for today.","872661442":"Are you sure you want to update email <0>{{prev_email}} to <1>{{changed_email}}?","872817404":"Entry Spot Time","872957901":"Dark (Coming soon to DBot)","873166343":"1. 'Log' displays a regular message.","874461655":"Scan the QR code with your phone","874484887":"Take profit must be a positive number.","875532284":"Restart process on a different device","876086855":"Complete the financial assessment form","876292912":"Exit","879014472":"Reached maximum number of decimals","888274063":"Town/City","890299833":"Go to Reports","891097078":"USD Index","891337947":"Select country","892341141":"Your trading statistics since: {{date_time}}","893117915":"Variable","893963781":"Close-to-Low","893975500":"You do not have any recent bots","894191608":"<0>c.We must award the settlement within 28 days of when the decision is reached.","898457777":"You have added a Deriv Financial account.","902045490":"3 minutes","903429103":"In candles list read {{ candle_property }} # from end {{ input_number }}","904696726":"API token","905134118":"Payout:","905227556":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters and numbers.","905564365":"MT5 CFDs","910888293":"Too many attempts","915735109":"Back to {{platform_name}}","918447723":"Real","920125517":"Add demo account","926813068":"Fixed/Variable","929608744":"You are unable to make withdrawals","930346117":"Capitalization doesn't help very much","930546422":"Touch","933126306":"Enter some text here","933193610":"Only letters, periods, hyphens, apostrophes, and spaces, please.","934835052":"Potential profit","934932936":"PERSONAL","936766426":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit.","937237342":"Strategy name cannot be empty","937682366":"Upload both of these documents to prove your identity.","937831119":"Last name*","937992258":"Table","938988777":"High barrier","940950724":"This trade type is currently not supported on {{website_name}}. Please go to <0>Binary.com for details.","943535887":"Please close your positions in the following Deriv MT5 account(s):","944499219":"Max. open positions","945532698":"Contract sold","946204249":"Read","946841802":"A white (or green) candle indicates that the open price is lower than the close price. This represents an upward movement of the market price.","946944859":"Hit the button below and we'll send you an email with a link. Click that link to verify your withdrawal request.","947046137":"Your withdrawal will be processed within 24 hours","947363256":"Create list","947549448":"Total assets in your Deriv, {{platform_name_mt5}} and {{platform_name_dxtrade}} real accounts.","947758334":"City is required","947914894":"Top up  <0>","948156236":"Create {{type}} password","948545552":"150+","949859957":"Submit","952655566":"Payment agent","952927527":"Regulated by the Malta Financial Services Authority (MFSA) (licence no. IS/70156)","955352264":"Trade on {{platform_name_dxtrade}}","956448295":"Cut-off image detected","957182756":"Trigonometric functions","958430760":"In/Out","959031082":"set {{ variable }} to MACD Array {{ dropdown }} {{ dummy }}","960201789":"3. Sell conditions","961692401":"Bot","964780376":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your identity.","966457287":"set {{ variable }} to Exponential Moving Average {{ dummy }}","968576099":"Up/Down","969987233":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between exit spot and lower barrier.","970915884":"AN","974888153":"High-Low","975668699":"I confirm and accept {{company}} 's <0>Terms and Conditions","975950139":"Country of Residence","977929335":"Go to my account settings","981138557":"Redirect","981965437":"Scan the QR code below with your 2FA app. We recommend <0>Authy or <1>Google Authenticator.","982402892":"First line of address","982829181":"Barriers","987900242":"Total assets in your Deriv, {{platform_name_mt5}} and {{platform_name_dxtrade}} demo accounts.","988361781":"You have no trading activity yet.","988934465":"When prompted, you must enable camera access to continue","992294492":"Your postal code is invalid","993827052":"Choosing this jurisdiction will give you a Financial STP account. Your trades will go directly to the market and have tighter spreads.","995563717":"not {{ boolean }}","999008199":"text","1001160515":"Sell","1003876411":"Should start with letter or number and may contain a hyphen, period and slash.","1004127734":"Send email","1006458411":"Errors","1006664890":"Silent","1008240921":"Choose a payment agent and contact them for instructions.","1009032439":"All time","1010198306":"This block creates a list with strings and numbers.","1012102263":"You will not be able to log in to your account until this date (up to 6 weeks from today).","1015201500":"Define your trade options such as duration and stake.","1016220824":"You need to switch to a real money account to use this feature.<0/>You can do this by selecting a real account from the <1>Account Switcher.","1018803177":"standard deviation","1019265663":"You have no transactions yet.","1019508841":"Barrier 1","1022934784":"1 minute","1023237947":"1. In the example below, the instructions are repeated as long as the value of x is less than or equal to 10. Once the value of x exceeds 10, the loop is terminated.","1023643811":"This block purchases contract of a specified type.","1023795011":"Even/Odd","1024205076":"Logic operation","1026046972":"Please enter a payout amount that's lower than {{max_payout}}.","1027098103":"Leverage gives you the ability to trade a larger position using your existing capital. Leverage varies across different symbols.","1028211549":"All fields are required","1028758659":"Citizenship*","1029164365":"We presume that you possess the experience, knowledge, and expertise to make your own investment decisions and properly assess the risk involved.","1030021206":"change {{ variable }} by {{ number }}","1031602624":"We've sent a secure link to %{number}","1031731167":"Pound Sterling","1032173180":"Deriv","1032907147":"AUD/NZD","1035506236":"Choose a new password","1036353276":"Please create another Deriv or {{platform_name_mt5}} account.","1036867749":"The desired duration, stake, prediction, and/or barrier(s) for the contract is defined here.","1038575777":"Change password","1039755542":"Use a few words, avoid common phrases","1040677897":"To continue trading, you must also submit a proof of address.","1041001318":"This block performs the following operations on a given list: sum, minimum, maximum, average, median, mode, antimode, standard deviation, random item.","1041620447":"If you are unable to scan the QR code, you can manually enter this code instead:","1042659819":"You have an account that needs action","1043790274":"There was an error","1044230481":"This is an Ethereum ({{token}}) only address, please do not use {{prohibited_token}}.","1044540155":"100+","1044599642":"<0> has been credited into your {{platform}} {{title}} account.","1045704971":"Jump 150 Index","1045782294":"Click the <0>Change password button to change your Deriv password.","1047389068":"Food Services","1048947317":"Sorry, this app is unavailable in {{clients_country}}.","1049384824":"Rise","1050844889":"Reports","1052137359":"Family name*","1052779010":"You are on your demo account","1053153674":"Jump 50 Index","1053159279":"Level of education","1055313820":"No document detected","1056381071":"Return to trade","1056821534":"Are you sure?","1057216772":"text {{ input_text }} is empty","1057749183":"Two-factor authentication (2FA)","1057765448":"Stop out level","1057904606":"The concept of the D’Alembert Strategy is said to be similar to the Martingale Strategy where you will increase your contract size after a loss. With the D’Alembert Strategy, you will also decrease your contract size after a successful trade.","1061308507":"Purchase {{ contract_type }}","1062536855":"Equals","1065498209":"Iterate (1)","1069347258":"The verification link you used is invalid or expired. Please request for a new one.","1069576070":"Purchase lock","1070624871":"Check proof of address document verification status","1076006913":"Profit/loss on the last {{item_count}} contracts","1077515534":"Date to","1080068516":"Action","1080990424":"Confirm","1082158368":"*Maximum account cash balance","1082406746":"Please enter a stake amount that's at least {{min_stake}}.","1083781009":"Tax identification number*","1083826534":"Enable Block","1088138125":"Tick {{current_tick}} - ","1096175323":"You’ll need a Deriv account","1098622295":"\"i\" starts with the value of 1, and it will be increased by 2 at every iteration. The loop will repeat until \"i\" reaches the value of 12, and then the loop is terminated.","1100870148":"To learn more about account limits and how they apply, please go to the <0>Help Centre.","1101560682":"stack","1101712085":"Buy Price","1102420931":"Next, upload the front and back of your driving licence.","1102995654":"Calculates Exponential Moving Average (EMA) list from a list of values with a period","1103309514":"Target","1103452171":"Cookies help us to give you a better experience and personalised content on our site.","1104912023":"Pending verification","1107474660":"Submit proof of address","1107555942":"To","1109217274":"Success!","1110102997":"Statement","1112582372":"Interval duration","1113119682":"This block gives you the selected candle value from a list of candles.","1113292761":"Less than 8MB","1117863275":"Security and safety","1118294625":"You have chosen to exclude yourself from trading on our website until {{exclusion_end}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","1119887091":"Verification","1119986999":"Your proof of address was submitted successfully","1120985361":"Terms & conditions updated","1122910860":"Please complete your <0>financial assessment.","1123927492":"You have not selected your account currency","1125090693":"Must be a number","1126934455":"Length of token name must be between 2 and 32 characters.","1127149819":"Make sure§","1128404172":"Undo","1129124569":"If you select \"Under\", you will win the payout if the last digit of the last tick is less than your prediction.","1129296176":"IMPORTANT NOTICE TO RECEIVE YOUR FUNDS","1129842439":"Please enter a take profit amount.","1130744117":"We shall try to resolve your complaint within 10 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","1130791706":"N","1133651559":"Live chat","1134879544":"Example of a document with glare","1139483178":"Enable stack","1143730031":"Direction is {{ direction_type }}","1144028300":"Relative Strength Index Array (RSIA)","1145927365":"Run the blocks inside after a given number of seconds","1146064568":"Go to Deposit page","1147269948":"Barrier cannot be zero.","1147625645":"Please proceed to withdraw all your funds from your account before <0>30 November 2021.","1151964318":"both sides","1152294962":"Upload the front of your driving licence.","1154021400":"list","1154239195":"Title and name","1155011317":"This block converts the date and time to the number of seconds since the Unix Epoch (1970-01-01 00:00:00).","1158678321":"<0>b.The Head of the Dispute Resolution Committee (DRC) will contact both you and us within 5 business days to obtain all necessary information and see if there is a chance to settle the complaint during the investigation phase.","1160761178":"No payout if exit spot is below or equal to the lower barrier.","1161924555":"Please select an option","1163836811":"Real Estate","1164773983":"Take profit and/or stop loss are not available while deal cancellation is active.","1166128807":"Choose one of your accounts or add a new cryptocurrency account","1166377304":"Increment value","1168029733":"Win payout if exit spot is also equal to entry spot.","1169201692":"Create {{platform}} password","1170228717":"Stay on {{platform_name_trader}}","1174542625":"- Find the chat ID property in the response, and copy the value of the id property","1174748431":"Payment channel","1175183064":"Vanuatu","1176926166":"Experience with trading other financial instruments","1177396776":"If you select \"Asian Fall\", you will win the payout if the last tick is lower than the average of the ticks.","1177723589":"There are no transactions to display","1178582280":"The number of contracts you have lost since you last cleared your stats.","1178800778":"Take a photo of the back of your license","1178942276":"Please try again in a minute.","1179704370":"Please enter a take profit amount that's higher than the current potential profit.","1180619731":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts, up to {{ allowed_mt5 }} transfers between your Deriv and {{platform_name_mt5}} accounts, and up to {{ allowed_dxtrade }} transfers between your Deriv and {{platform_name_dxtrade}} accounts.","1181396316":"This block gives you a random number from within a set range","1181770592":"Profit/loss from selling","1183007646":"- Contract type: the name of the contract type such as Rise, Fall, Touch, No Touch, etс.","1188980408":"5 minutes","1189368976":"Please complete your personal details before you verify your identity.","1189886490":"Please create another Deriv, {{platform_name_mt5}}, or {{platform_name_dxtrade}} account.","1191429031":"Please click on the link in the email to change your <0>{{platform_name_dxtrade}} password.","1191644656":"Predict the market direction and select either “Up” or “Down” to open a position. We will charge a commission when you open a position.","1191778951":"Check your proof of identity and address","1192708099":"Duration unit","1195393249":"Notify {{ notification_type }} with sound: {{ notification_sound }} {{ input_message }}","1196006480":"Profit threshold","1197326289":"You are no longer able to trade digital options on any of our platforms. Also, you can’t make deposits into your Options account.","1198368641":"Relative Strength Index (RSI)","1199281499":"Last Digits List","1201533528":"Contracts won","1201773643":"numeric","1203297580":"This block sends a message to a Telegram channel.","1204223111":"In this example, the open prices from a list of candles are assigned to a variable called \"candle_list\".","1206821331":"Armed Forces","1208729868":"Ticks","1208903663":"Invalid token","1211912982":"Bot is starting","1214893428":"Account creation is currently unavailable for mobile. Please log in with your computer to create a new account.","1216408337":"Self-Employed","1217481729":"Tether as an ERC20 token (eUSDT) is a version of Tether that is hosted on Ethereum.","1218546232":"What is Fiat onramp?","1219844088":"do %1","1221250438":"To enable withdrawals, please submit your <0>Proof of Identity (POI) and <1>Proof of Address (POA) and also complete the <2>financial assessment in your account settings.","1222096166":"Deposit via bank wire, credit card, and e-wallet","1222521778":"Making deposits and withdrawals is difficult.","1222544232":"We’ve sent you an email","1225150022":"Number of assets","1227074958":"random fraction","1227240509":"Trim spaces","1228208126":"Please Verify your address","1228534821":"Some currencies may not be supported by payment agents in your country.","1229883366":"Tax identification number","1230884443":"State/Province (optional)","1231282282":"Use only the following special characters: {{permitted_characters}}","1232291311":"Maximum withdrawal remaining","1232353969":"0-5 transactions in the past 12 months","1233300532":"Payout","1234292259":"Source of wealth","1235426525":"50%","1237330017":"Pensioner","1238311538":"Admin","1239940690":"Restarts the bot when an error is encountered.","1240027773":"Please Log in","1241238585":"You may transfer between your Deriv fiat, cryptocurrency, and {{platform_name_mt5}} accounts.","1243064300":"Local","1246207976":"Enter the authentication code generated by your 2FA app:","1246880072":"Select issuing country","1247280835":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can make cryptocurrency deposits and withdrawals in a few minutes when the maintenance is complete.","1248018350":"Source of income","1248940117":"<0>a.The decisions made by the DRC are binding on us. DRC decisions are binding on you only if you accept them.","1250495155":"Token copied!","1254565203":"set {{ variable }} to create list with","1255909792":"last","1255963623":"To date/time {{ input_timestamp }} {{ dummy }}","1258097139":"What could we do to improve?","1258198117":"positive","1259598687":"GBP/JPY","1260259925":"Phone is not in a proper format.","1263387702":"All {{count}} account types use market execution. This means you agree with the broker's price in advance and will place orders at the broker's price.","1264096613":"Search for a given string","1265704976":"","1270581106":"If you select \"No Touch\", you win the payout if the market never touches the barrier at any time during the contract period.","1272012156":"GBP/CHF","1272337240":"Days","1272681097":"Hours","1274819385":"3. Complaints and Disputes","1275474387":"Quick","1281045211":"Sorts the items in a given list, by their numeric or alphabetical value, in either ascending or descending order.","1281290230":"Select","1282951921":"Only Downs","1284522768":"If \"Loss\" is selected, it will return \"True\" if your last trade was unsuccessful. Otherwise, it will return an empty string.","1286094280":"Withdraw","1286507651":"Close identity verification screen","1288965214":"Passport","1289646209":"Margin call","1290525720":"Example: ","1291887623":"Digital options trading frequency","1292891860":"Notify Telegram","1293660048":"Max. total loss per day","1294756261":"This block creates a function, which is a group of instructions that can be executed at any time. Place other blocks in here to perform any kind of action that you need in your strategy. When all the instructions in a function have been carried out, your bot will continue with the remaining blocks in your strategy. Click the “do something” field to give it a name of your choice. Click the plus icon to send a value (as a named variable) to your function.","1295284664":"Please accept our <0>updated Terms and Conditions to proceed.","1296380713":"Close my contract","1299479533":"8 hours","1301668579":"We’re working to have this available for you soon. If you have another account, switch to that account to continue trading. You may add a DMT5 Financial.","1302691457":"Occupation","1303016265":"Yes","1303530014":"We’re processing your withdrawal.","1304083330":"copy","1304620236":"Enable camera","1304788377":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to the <2>Information and Data Protection Commissioner (Malta) on their website or make a complaint to any supervisory authority within the European Union.","1305217290":"Upload the back of your identity card.","1308625834":"Sets the default time interval for blocks that read list of candles.","1309017029":"Enabling this allows you to save your blocks as one collection which can be easily integrated into other bots.","1309044871":"Returns the value of the latest tick in string format","1310483610":"Results for \"{{ search_term }}\"","1311680770":"payout","1311799109":"We do not support Binance Smart Chain tokens to deposit, please use only Ethereum ({{token}}).","1313167179":"Please log in","1313302450":"The bot will stop trading if your total loss exceeds this amount.","1314671947":"DMT5 Accounts","1316216284":"You can use this password for all your {{platform}} accounts.","1319217849":"Check your mobile","1320750775":"Front and back","1322804930":"Restart the process on the latest version of Google Chrome","1323327633":"Our complaints process comprises the following 4 steps:","1323476617":"Changes the capitalisation of a string of text to Upper case, Lower case, Title case.","1323996051":"Profile","1324110809":"Address information","1324922837":"2. The new variable will appear as a block under Set variable.","1327181172":"Financial Vanuatu","1327494533":"{{sell_value}} (Sell)","1329136554":"Jump 200 Index","1329325646":"The content of this block is called on every tick","1331199417":"Please enter the correct format. ","1331367811":"Client account number","1332168410":"Learn more","1332168769":"Disconnect","1333576137":"Please update your {{details}} to continue.","1333839457":"Submit identity card (front)","1334326985":"It may take a few minutes to arrive","1335967988":"Notice","1337846406":"This block gives you the selected candle value from a list of candles within the selected time interval.","1337864666":"Photo of your document","1338496204":"Ref. ID","1341840346":"View in Journal","1346204508":"Take profit","1346339408":"Managers","1347071802":"{{minutePast}}m ago","1348009461":"Please close your positions in the following Deriv X account(s):","1349289354":"Great, that's everything we need","1349295677":"in text {{ input_text }} get substring from {{ position1 }} {{ index1 }} to {{ position2 }} {{ index2 }}","1351152200":"Welcome to Deriv MT5 (DMT5) dashboard","1351906264":"This feature is not available for payment agents.","1353197182":"Please select","1355250245":"{{ calculation }} of list {{ input_list }}","1356574493":"Returns a specific portion of a given string of text.","1356607862":"Deriv password","1357129681":"{{num_day}} days {{num_hour}} hours {{num_minute}} minutes","1357213116":"Identity card","1358543466":"Not available","1359424217":"You have sold this contract at <0 />","1360929368":"Add a Deriv account","1362578283":"High","1363060668":"Your trading statistics since:","1363675688":"Duration is a required field.","1364958515":"Stocks","1366244749":"Limits","1367023655":"To ensure your loss does not exceed your stake, your contract will be closed automatically when your loss equals to <0/>.","1367488817":"4. Restart trading conditions","1367990698":"Volatility 10 Index","1369709538":"Our terms of use","1371193412":"Cancel","1371641641":"Open the link on your mobile","1371911731":"Financial products in the EU are offered by {{legal_entity_name}}, licensed as a Category 3 Investment Services provider by the Malta Financial Services Authority (<0>Licence no. IS/70156).","1374627690":"Max. account balance","1376329801":"Last 60 days","1378419333":"Ether","1383017005":"You have switched accounts.","1384127719":"You should enter {{min}}-{{max}} numbers.","1384222389":"Please submit valid identity documents to unlock the cashier.","1385418910":"Please set a currency for your existing real account before creating another account.","1387503299":"Log in","1388770399":"Proof of identity required","1389197139":"Import error","1390792283":"Trade parameters","1391174838":"Potential payout:","1392966771":"Mrs","1392985917":"This is similar to a commonly used password","1393559748":"Invalid date/time: {{ datetime_string }}","1393901361":"There’s an app for that","1393903598":"if true {{ return_value }}","1396179592":"Commission","1396417530":"Bear Market Index","1397046738":"View in statement","1397628594":"Insufficient funds","1399620764":"We're legally obliged to ask for your financial information.","1400341216":"We’ll review your documents and notify you of its status within 1 to 3 days.","1400637999":"(All fields are required)","1400732866":"View from camera","1400962248":"High-Close","1402208292":"Change text case","1403376207":"Update my details","1405584799":"with interval: {{ candle_interval_type }}","1408844944":"Click the plus icon to extend the functionality of this block.","1409444561":"Meanwhile, do you want to explore other accounts?","1412535872":"You can check the result of the last trade with this block. It can only be placed within the \"Restart trading conditions\" root block.","1413047745":"Assigns a given value to a variable","1413359359":"Make a new transfer","1414205271":"prime","1415006332":"get sub-list from first","1415974522":"If you select \"Differs\", you will win the payout if the last digit of the last tick is not the same as your prediction.","1417558007":"Max. total loss over 7 days","1417914636":"Login ID","1418115525":"This block repeats instructions as long as a given condition is true.","1421749665":"Simple Moving Average (SMA)","1422060302":"This block replaces a specific item in a list with another given item. It can also insert the new item in the list at a specific position.","1422129582":"All details must be clear — nothing blurry","1423082412":"Last Digit","1424741507":"See more","1424779296":"If you've recently used bots but don't see them in this list, it may be because you:","1430396558":"5. Restart buy/sell on error","1430632931":"To get trading, please confirm who you are, and where you live.","1433367863":"Sorry, an error occured while processing your request.","1434382099":"Displays a dialog window with a message","1434976996":"Announcement","1435363248":"This block converts the number of seconds since the Unix Epoch to a date and time format such as 2019-08-01 00:00:00.","1435380105":"Minimum deposit","1437396005":"Add comment","1438247001":"A professional client receives a lower degree of client protection due to the following.","1438340491":"else","1439168633":"Stop loss:","1441208301":"Total<0 />profit/loss","1442747050":"Loss amount: <0>{{profit}}","1442840749":"Random integer","1443478428":"Selected proposal does not exist","1445592224":"You accidentally gave us another email address (Usually a work or a personal one instead of the one you meant).","1449462402":"In review","1452260922":"Too many failed attempts","1452941569":"This block delays execution for a given number of seconds. You can place any blocks within this block. The execution of other blocks in your strategy will be paused until the instructions in this block are carried out.","1453317405":"This block gives you the balance of your account either as a number or a string of text.","1453362009":"Deriv Accounts","1454648764":"deal reference id","1454865058":"Do not enter an address linked to an ICO purchase or crowdsale. If you do, the ICO tokens will not be credited into your account.","1455741083":"Upload the back of your driving licence.","1457603571":"No notifications","1461323093":"Display messages in the developer’s console.","1464190305":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract without manually stopping and restarting your bot.","1464253511":"You already have an account for each of the cryptocurrencies available on {{deriv}}.","1465919899":"Pick an end date","1466430429":"Should be between {{min_value}} and {{max_value}}","1466900145":"Doe","1467017903":"This market is not yet available on {{platform_name_trader}}, but it is on {{platform_name_smarttrader}}.","1467421920":"with interval: %1","1467661678":"Cryptocurrency trading","1468308734":"This block repeats instructions as long as a given condition is true","1468419186":"Deriv currently supports withdrawals of Tether USDT to Omni wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","1468937050":"Trade on {{platform_name_trader}}","1469150826":"Take Profit","1469764234":"Cashier Error","1469814942":"- Division","1470319695":"Returns either True or False","1471070549":"Can contract be sold?","1471741480":"Severe error","1475513172":"Size","1476301886":"Similar to SMA, this block gives you the entire SMA line containing a list of all values for a given period.","1478030986":"Create or delete API tokens for trading and withdrawals","1481977420":"Please help us verify your withdrawal request.","1484336612":"This block is used to either terminate or continue a loop, and can be placed anywhere within a loop block.","1487086154":"Your documents were submitted successfully","1490583127":"DBot isn't quite ready for real accounts","1491392301":"<0>Sold for: {{sold_for}}","1492686447":"Your MT5 Financial STP account will be opened through Deriv (FX) Ltd. All trading in this account is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA).","1493673429":"Change email","1496810530":"GBP/AUD","1499074768":"Add a real Deriv Multipliers account","1499080621":"Tried to perform an invalid operation.","1502039206":"Over {{barrier}}","1502325741":"Your password cannot be the same as your email address.","1503618738":"- Deal reference ID: the reference ID of the contract","1505898522":"Download stack","1508172198":"Synthetic BVI","1509570124":"{{buy_value}} (Buy)","1509678193":"Education","1510075920":"Gold/USD","1510357015":"Tax residence is required.","1510735345":"This block gives you a list of the last digits of the last 1000 tick values.","1512469749":"In the above example it is assumed that variable candle_open_price is processed somewhere within other blocks.","1516537408":"You can no longer trade on Deriv or deposit funds into your account.","1516559721":"Please select one file only","1516676261":"Deposit","1517503814":"Drop file or click here to upload","1519336051":"Try a different phone number","1520332426":"Net annual income","1524636363":"Authentication failed","1527251898":"Unsuccessful","1527906715":"This block adds the given number to the selected variable.","1529440614":"Use the <0>Deriv password to log in to {{brand_website_name}}, {{platform_name_go}}, {{platform_name_trader}}, {{platform_name_smarttrader}}, and {{platform_name_dbot}}.","1531017969":"Creates a single text string from combining the text value of each attached item, without spaces in between. The number of items can be added accordingly.","1533177906":"Fall","1534569275":"As part of the changes in our markets, we will be closing our UK clients’ accounts.","1534796105":"Gets variable value","1537711064":"You need to make a quick identity verification before you can access the Cashier. Please go to your account settings to submit your proof of identity.","1539108340":"EUR Index","1540585098":"Decline","1541969455":"Both","1544642951":"If you select \"Only Ups\", you win the payout if consecutive ticks rise successively after the entry spot. No payout if any tick falls or is equal to any of the previous ticks.","1548765374":"Verification of document number failed","1549098835":"Total withdrawn","1551172020":"AUD Basket","1552918367":"Send only {{currency}} ({{currency_symbol}}) to this address.","1557682012":"Account Settings","1558972889":"set {{ variable }} to Simple Moving Average {{ dummy }}","1560302445":"Copied","1562374116":"Students","1564392937":"When you set your limits or self-exclusion, they will be aggregated across all your account types in {{platform_name_trader}} and {{platform_name_dbot}}. For example, the losses made on both platforms will add up and be counted towards the loss limit you set.","1566037033":"Bought: {{longcode}} (ID: {{transaction_id}})","1567076540":"Only use an address for which you have proof of residence - ","1567586204":"Self-exclusion","1569624004":"Dismiss alert","1570484627":"Ticks list","1572504270":"Rounding operation","1572982976":"Server","1575556189":"Tether on the Ethereum blockchain, as an ERC20 token, is a newer transport layer, which now makes Tether available in Ethereum smart contracts. As a standard ERC20 token, it can also be sent to any Ethereum address.","1577480486":"Your mobile link will expire in one hour","1577527507":"Account opening reason is required.","1577612026":"Select a folder","1579484521":"Trading hub","1580498808":"Multiple faces found","1584109614":"Ticks String List","1584578483":"50+ assets: forex, stocks, stock indices, synthetics indices, and cryptocurrencies.","1584936297":"XML file contains unsupported elements. Please check or modify file.","1587046102":"Documents from that country are not currently supported — try another document type","1589640950":"Resale of this contract is not offered.","1589702653":"Proof of address","1594147169":"Please come back in","1594322503":"Sell is available","1596378630":"You have added a real Gaming account.<0/>Make a deposit now to start trading.","1598009247":"<0>a.You may file a complaint with the Financial Commission up to 45 days after the incident.","1598386296":"Town/City is required.","1598443642":"Transaction hash","1602894348":"Create a password","1604171868":"Please withdraw all your funds as soon as possible.","1604916224":"Absolute","1605292429":"Max. total loss","1612105450":"Get substring","1613633732":"Interval should be between 10-60 minutes","1615897837":"Signal EMA Period {{ input_number }}","1619070150":"You are being redirected to an external website.","1620278321":"Names and surnames by themselves are easy to guess","1620346110":"Set currency","1621024661":"Tether as a TRC20 token (tUSDT) is a version of Tether that is hosted on Tron.","1622662457":"Date from","1623706874":"Use this block when you want to use multipliers as your trade type.","1630372516":"Try our Fiat onramp","1630417358":"Please go to your account settings and complete your personal details to enable withdrawals.","1631281562":"GBP Basket","1634594289":"Select language","1634903642":"Only your face can be in the selfie","1634969163":"Change currency","1635266650":"It seems that your name in the document is not the same as your Deriv profile. Please update your name in the <0>Personal details page to solve this issue.","1636605481":"Platform settings","1636782601":"Multipliers","1638321777":"Your demo account balance is low. Reset your balance to continue trading from your demo account.","1639262461":"Pending withdrawal request:","1639304182":"Please click on the link in the email to reset your password.","1641395634":"Last digits list","1641635657":"New proof of identity document needed","1641980662":"Salutation is required.","1644908559":"Digit code is required.","1647186767":"The bot encountered an error while running.","1651513020":"Display remaining time for each interval","1651951220":"Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"","1652366857":"get and remove","1652968048":"Define your trade options such as multiplier and stake.","1652976865":"In this example, this block is used with another block to get the open prices from a list of candles. The open prices are then assigned to the variable called \"cl\".","1653136377":"copied!","1653159197":"Payment agent withdrawal","1653180917":"We cannot verify you without using your camera","1654365787":"Unknown","1654496508":"Our system will finish any DBot trades that are running, and DBot will not place any new trades.","1654721858":"Upload anyway","1655627840":"UPPER CASE","1656155124":"Resend in <0 /> seconds","1658954996":"Plant and Machine Operators and Assemblers","1659074761":"Reset Put","1664508280":"Add your DMT5 {{account_type}} account under Deriv (BVI) Ltd, regulated by the British Virgin Islands Financial Services Commission (License no. SIBA/{{line_break}}L/18/1114).","1665272539":"Remember: You cannot log in to your account until the selected date.","1665738338":"Balance","1665756261":"Go to live chat","1667395210":"Your proof of identity was submitted successfully","1668138872":"Modify account settings","1670016002":"Multiplier: {{ multiplier }}","1670426231":"End Time","1671232191":"You have set the following limits:","1675030608":"To create this account first we need you to resubmit your proof of address.","1677027187":"Forex","1677990284":"My apps","1682409128":"Untitled Strategy","1682636566":"Resend email in","1683963454":"Your contract will be closed automatically at the next available asset price on {{date}} at {{timestamp}}.","1684148009":"Total assets in your Deriv and {{platform_name_mt5}} real accounts.","1684419981":"What's this?","1686800117":"{{error_msg}}","1689103988":"Second Since Epoch","1689258195":"We were unable to verify your address with the details you provided. Please check and resubmit or choose a different document type.","1689738742":"Gold Index","1691335819":"To continue trading with us, please confirm who you are.","1691765860":"- Negation","1693614409":"Start time","1694331708":"You can switch between CFDs, digital options, and multipliers at any time.","1694517345":"Enter a new email address","1695807119":"Could not load Google Drive blocks","1700233813":"Transfer from {{selected_value}} is not allowed, Please choose another account from dropdown","1708413635":"For your {{currency_name}} ({{currency}}) account","1709859601":"Exit Spot Time","1711013665":"Anticipated account turnover","1711676335":"square root","1711929663":"Your funds have been transferred","1712357617":"Invalid email address.","1715011380":"Jump 25 Index","1715630945":"Returns the total profit in string format","1719248689":"EUR/GBP/USD","1720451994":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv fiat and Deriv cryptocurrency accounts.","1720968545":"Upload passport photo page from your computer","1722401148":"The amount that you may add to your stake after each successful trade.","1723398114":"A recent utility bill (e.g. electricity, water, gas, phone or internet)","1723589564":"Represents the maximum number of outstanding contracts in your portfolio. Each line in your portfolio counts for one open position. Once the maximum is reached, you will not be able to open new positions without closing an existing position first.","1724696797":"You are limited to one fiat account only.","1726472773":"Function with no return value","1726565314":"Close my account","1727681395":"Total assets in your Deriv and {{platform_name_mt5}} demo accounts.","1728121741":"Transactions.csv","1728183781":"About Tether","1729145421":"Risk warning","1731747596":"The block(s) highlighted in red are missing input values. Please update them and click \"Run bot\".","1732891201":"Sell price","1734185104":"Balance: %1","1734264460":"Disclaimer","1736292549":"Update postal code","1737352280":"Bot.init is not called","1738681493":"Remove your glasses, if necessary","1739384082":"Unemployed","1739668049":"Close your account","1740371444":"Underlying market is not selected","1740843997":"Buy cryptocurrencies in an instant. Enjoy easy, quick, and secure exchanges using your local payment methods.","1742256256":"Please upload one of the following documents:","1743448290":"Payment agents","1743902050":"Complete your financial assessment","1745523557":"- Square root","1746051371":"Download the app","1746273643":"Moving Average Convergence Divergence","1747501260":"Sell conditions","1747523625":"Go back","1747674345":"Please use `.` as a decimal separator for fractional numbers.","1747682136":"Contract was cancelled.","1748754976":"Run","1749675724":"Deriv charges no commission across all account types.","1750065391":"Login time:","1753226544":"remove","1753975551":"Upload passport photo page","1756678453":"break out","1761038852":"Let’s continue with providing proofs of address and identity.","1761762171":"Restart last trade on error (bot ignores the unsuccessful trade): {{ checkbox }}","1762707297":"Phone number","1763123662":"Upload your NIMC slip.","1766993323":"Only letters, numbers, and underscores are allowed.","1767726621":"Choose agent","1768861315":"Minute","1768918213":"Only letters, space, hyphen, period, and apostrophe are allowed.","1769068935":"Choose any of these exchanges to buy cryptocurrencies:","1771037549":"Add a Deriv real account","1771592738":"Conditional block","1772532756":"Create and edit","1777847421":"This is a very common password","1778815073":"{{website_name}} is not affiliated with any Payment Agent. Customers deal with Payment Agents at their sole risk. Customers are advised to check the credentials of Payment Agents, and check the accuracy of any information about Payments Agents (on Deriv or elsewhere) before transferring funds.","1778893716":"Click here","1779519903":"Should be a valid number.","1780770384":"This block gives you a random fraction between 0.0 to 1.0.","1782308283":"Quick strategy","1782395995":"Last Digit Prediction","1782690282":"Blocks menu","1782703044":"Sign up","1783740125":"Upload your selfie","1787135187":"Postal/ZIP code is required","1787492950":"Indicators on the chart tab are for indicative purposes only and may vary slightly from the ones on the {{platform_name_dbot}} workspace.","1788966083":"01-07-1999","1789497185":"Make sure your passport details are clear to read, with no blur or glare","1790770969":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies","1791432284":"Search for country","1791971912":"Recent","1793913365":"To deposit money, please switch to your {{currency_symbol}} account.","1794815502":"Download your transaction history.","1797866111":"Add your DMT5 {{account_type}} account under Deriv (SVG) LLC (company no. 273 LLC 2020).","1801093206":"Get candle list","1801927731":"{{platform_name_dxtrade}} accounts","1803338729":"Choose what type of contract you want to trade. For example, for the Rise/Fall trade type you can choose one of three options: Rise, Fall, or Both. Selected option will determine available options for the Purchase block.","1804620701":"Expiration","1804789128":"{{display_value}} Ticks","1806355993":"No commission","1806503050":"Please note that some payment methods might not be available in your country.","1808058682":"Blocks are loaded successfully","1808393236":"Login","1808867555":"This block uses the variable “i” to control the iterations. With each iteration, the value of “i” is determined by the items in a given list.","1810217569":"Please refresh this page to continue.","1811109068":"Jurisdiction","1811972349":"Market","1811973475":"Returns a specific character from a given string","1812582011":"Connecting to server","1813700208":"Boom 300 Index","1813958354":"Remove comment","1815034361":"alphabetic","1815995250":"Buying contract","1816126006":"Trade on Deriv MT5 ({{platform_name_dmt5}}), the all-in-one FX and CFD trading platform.","1817154864":"This block gives you a random number from within a set range.","1820242322":"e.g. United States","1820332333":"Top up","1823177196":"Most popular","1824193700":"This block gives you the last digit of the latest tick value.","1827607208":"File not uploaded.","1830520348":"{{platform_name_dxtrade}} Password","1833481689":"Unlock","1833499833":"Proof of identity documents upload failed","1837762008":"Please submit your proof of identity and proof of address to verify your account in your account settings to access the cashier.","1838639373":"Resources","1840865068":"set {{ variable }} to Simple Moving Average Array {{ dummy }}","1841788070":"Palladium/USD","1841996888":"Daily loss limit","1842266423":"back","1842862156":"Welcome to your Deriv X dashboard","1843658716":"If you select \"Only Downs\", you win the payout if consecutive ticks fall successively after the entry spot. No payout if any tick rises or is equal to any of the previous ticks.","1845892898":"(min: {{min_stake}} - max: {{max_payout}})","1846266243":"This feature is not available for demo accounts.","1846587187":"You have not selected your country of residence","1846664364":"{{platform_name_dxtrade}}","1849484058":"Any unsaved changes will be lost.","1850031313":"- Low: the lowest price","1850132581":"Country not found","1850659345":"- Payout: the payout of the contract","1850663784":"Submit proofs","1851052337":"Place of birth is required.","1851776924":"upper","1851951013":"Please switch to your demo account to run your DBot.","1854480511":"Cashier is locked","1855566768":"List item position","1858251701":"minute","1859308030":"Give feedback","1863053247":"Please upload your identity document.","1866811212":"Deposit in your local currency via an authorised, independent payment agent in your country.","1866836018":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to your local supervisory authority.","1867217564":"Index must be a positive integer","1867783237":"High-to-Close","1869315006":"See how we protect your funds to unlock the cashier.","1869787212":"Even","1869851061":"Passwords","1870933427":"Crypto","1871196637":"True if the result of the last trade matches the selection","1871664426":"Note","1871804604":"Regulated by the British Virgin Islands Financial Services Commission (License no. SIBA/L/18/1114)","1873838570":"Please verify your address","1874481756":"Use this block to purchase the specific contract you want. You may add multiple Purchase blocks together with conditional blocks to define your purchase conditions. This block can only be used within the Purchase conditions block.","1876325183":"Minutes","1877225775":"Your proof of address is verified","1877410120":"What you need to do now","1877832150":"# from end","1879042430":"Appropriateness Test, WARNING:","1879412976":"Profit amount: <0>{{profit}}","1880029566":"Australian Dollar","1880097605":"prompt for {{ string_or_number }} with message {{ input_text }}","1880875522":"Create \"get %1\"","1881018702":"hour","1881587673":"Total stake since you last cleared your stats.","1882825238":"Restart trading conditions","1883531976":"Clerks","1885708031":"#","1887852176":"Site is being updated","1889357660":"Enter a value in minutes, up to 60480 minutes (equivalent to 6 weeks).","1890171328":"By clicking Accept below and proceeding with the Account Opening you should note that you may be exposing yourself to risks (which may be significant, including the risk of loss of the entire sum invested) that you may not have the knowledge and experience to properly assess or mitigate.","1890332321":"Returns the number of characters of a given string of text, including numbers, spaces, punctuation marks, and symbols.","1894667135":"Please verify your proof of address","1898670234":"{{formatted_opening_time}} (GMT) on {{opening_day}},<0> {{opening_date}}.","1902547203":"MetaTrader 5 MacOS app","1903437648":"Blurry photo detected","1905032541":"We're now ready to verify your identity","1905589481":"If you want to change your account currency, please contact us via <0>live chat.","1906639368":"If this is the first time you try to create a password, or you have forgotten your password, please reset it.","1907884620":"Add a real Deriv Gaming account","1908239019":"Make sure all of the document is in the photo","1909647105":"TRX/USD","1909769048":"median","1913777654":"Switch account","1914014145":"Today","1914270645":"Default Candle Interval: {{ candle_interval_type }}","1914725623":"Upload the page that contains your photo.","1917523456":"This block sends a message to a Telegram channel. You will need to create your own Telegram bot to use this block.","1917804780":"You will lose access to your Options account when it gets closed, so be sure to withdraw all your funds. (If you have a CFDs account, you can also transfer the funds from your Options account to your CFDs account.)","1918633767":"Second line of address is not in a proper format.","1918796823":"Please enter a stop loss amount.","1919030163":"Tips to take a good selfie","1920217537":"Compare","1920468180":"How to use the SMA block","1921634159":"A few personal details","1921914669":"Deposit with Deriv P2P","1922529883":"Boom 1000 Index","1922955556":"Use a longer keyboard pattern with more turns","1923431535":"“Stop loss” is deactivated and will only be available when “Deal cancellation” expires.","1924365090":"Maybe later","1924765698":"Place of birth*","1925090823":"Sorry, trading is unavailable in {{clients_country}}.","1927244779":"Use only the following special characters: . , ' : ; ( ) @ # / -","1928930389":"GBP/NOK","1929309951":"Employment Status","1929694162":"Compare accounts","1930899934":"Tether","1931659123":"Run on every tick","1931884033":"It seems that your date of birth in the document is not the same as your Deriv profile. Please update your date of birth in the <0>Personal details page to solve this issue.","1934302388":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your address.","1939902659":"Signal","1940408545":"Delete this token","1941915555":"Try later","1942091675":"Cryptocurrency trading is not available for clients residing in the United Kingdom.","1943440862":"Calculates Bollinger Bands (BB) list from a list with a period","1944204227":"This block returns current account balance.","1947527527":"1. This link was sent by you","1948092185":"GBP/CAD","1949719666":"Here are the possible reasons:","1950413928":"Submit identity documents","1952580688":"Submit passport photo page","1955219734":"Town/City*","1957759876":"Upload identity document","1958807602":"4. 'Table' takes an array of data, such as a list of candles, and displays it in a table format.","1959678342":"Highs & Lows","1960240336":"first letter","1964097111":"USD","1964165648":"Connection lost","1965916759":"Asian options settle by comparing the last tick with the average spot over the period.","1966023998":"2FA enabled","1966281100":"Console {{ message_type }} value: {{ input_message }}","1968025770":"Bitcoin Cash","1968077724":"Agriculture","1968368585":"Employment status","1971898712":"Add or manage account","1973536221":"You have no open positions yet.","1973564194":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} or {{platform_name_dxtrade}} account.","1974273865":"This scope will allow third-party apps to view your account activity, settings, limits, balance sheets, trade purchase history, and more.","1978130174":"Jurisdiction for your DMT5 CFDs account","1981940238":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}} and {{legal_entity_name_v}}.","1982912252":"Relative Strength Index (RSI) from a list with a period","1983001416":"Define your trade options such as multiplier and stake. This block can only be used with the multipliers trade type. If you select another trade type, this block will be replaced with the Trade options block.","1983387308":"Preview","1983544897":"P.O. Box is not accepted in address","1983676099":"Please check your email for details.","1984700244":"Request an input","1984742793":"Uploading documents","1985366224":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts and up to {{ allowed_mt5 }} transfers between your Deriv and {{platform_name_mt5}} accounts.","1985637974":"Any blocks placed within this block will be executed at every tick. If the default candle interval is set to 1 minute in the Trade Parameters root block, the instructions in this block will be executed once every minute. Place this block outside of any root block.","1986498784":"BTC/LTC","1987080350":"Demo","1987447369":"Your cashier is locked","1988153223":"Email address","1988302483":"Take profit:","1988601220":"Duration value","1990735316":"Rise Equals","1991448657":"Don't know your tax identification number? Click <0>here to learn more.","1991524207":"Jump 100 Index","1994023526":"The email address you entered had a mistake or typo (happens to the best of us).","1994558521":"The platforms aren’t user-friendly.","1994600896":"This block requires a list of candles as an input parameter.","1995023783":"First line of address*","1996767628":"Please confirm your tax information.","1997138507":"If the last tick is equal to the average of the ticks, you don't win the payout.","1998199587":"You can also exclude yourself entirely for a specified duration. If, at any time, you decide to trade again, you must then contact our Customer Support to remove this self-exclusion. There will be a 24-hour-cooling-off period before you can resume trading. ","2001222130":"Check your spam or junk folder. If it's not there, try resending the email.","2004792696":"If you are a UK resident, to self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","2007028410":"market, trade type, contract type","2007092908":"Trade with leverage and low spreads for better returns on successful trades.","2008809853":"Please proceed to withdraw your funds before 30 November 2021.","2009620100":"DBot will not proceed with any new trades. Any ongoing trades will be completed by our system. Any unsaved changes will be lost.<0>Note: Please check your statement to view completed transactions.","2009770416":"Address:","2010759971":"Uploads successful","2010866561":"Returns the total profit/loss","2011609940":"Please input number greater than 0","2011808755":"Purchase Time","2014590669":"Variable '{{variable_name}}' has no value. Please set a value for variable '{{variable_name}}' to notify.","2017672013":"Please select the country of document issuance.","2020545256":"Close your account?","2021037737":"Please update your details to continue.","2023659183":"Student","2023762268":"I prefer another trading website.","2024107855":"{{payment_agent}} agent contact details:","2025339348":"Move away from direct light — no glare","2027625329":"Simple Moving Average Array (SMAA)","2027696535":"Tax information","2028163119":"EOS/USD","2029237955":"Labuan","2030018735":"RSI is a technical analysis tool that helps you identify the market trend. It will give you a value from 0 to 100. An RSI value of 70 and above means that the asset is overbought and the current trend may reverse, while a value of 30 and below means that the asset is oversold.","2030045667":"Message","2033648953":"This block gives you the specified candle value for a selected time interval.","2034803607":"You must be 18 years old and above.","2035258293":"Start trading with us","2035925727":"sort {{ sort_type }} {{ sort_direction }} {{ input_list }}","2036578466":"Should be {{value}}","2037481040":"Choose a way to fund your account","2037665157":"Expand All Blocks","2037906477":"get sub-list from #","2042050260":"- Purchase price: the purchase price (stake) of the contract","2042778835":"This complaints policy, which may change from time to time, applies to your account registered with {{legal_entity_name}}.","2044086432":"The close is the latest tick at or before the end time. If you selected a specific end time, the end time is the selected time.","2046273837":"Last tick","2048110615":"Email address*","2048134463":"File size exceeded.","2050080992":"Tron","2050170533":"Tick list","2051558666":"View transaction history","2053617863":"Please proceed to withdraw all your funds from your account.","2054889300":"Create \"%1\"","2055317803":"Copy the link to your mobile browser","2057082550":"Accept our updated <0>terms and conditions","2057419639":"Exit Spot","2058978040":"Your {{platform_name_dxtrade}} password is for logging in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.","2060873863":"Your order {{order_id}} is complete","2062912059":"function {{ function_name }} {{ function_params }}","2063655921":"By purchasing the \"Close-to-Low\" contract, you'll win the multiplier times the difference between the close and low over the duration of the contract.","2063812316":"Text Statement","2063890788":"Cancelled","2065278286":"Spread","2067903936":"Driving licence","2070002739":"Don’t accept","2070752475":"Regulatory Information","2074235904":"Last name is required.","2074497711":"The Telegram notification could not be sent","2080553498":"3. Get the chat ID using the Telegram REST API (read more: https://core.telegram.org/bots/api#getupdates)","2080829530":"Sold for: {{sold_for}}","2082533832":"Yes, delete","2084693624":"Converts a string representing a date/time string into seconds since Epoch. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825. Time and time zone offset are optional.","2084925123":"Use our fiat onramp services to buy and deposit cryptocurrency into your Deriv account.","2085387371":"Must be numbers, letters, and special characters . , ' -","2085602195":"- Entry value: the value of the first tick of the contract","2086742952":"You have added a real Options account.<0/>Make a deposit now to start trading.","2086792088":"Both barriers should be relative or absolute","2088735355":"Your session and login limits","2089087110":"Basket indices","2089299875":"Total assets in your Deriv real accounts.","2089581483":"Expires on","2091671594":"Status","2093167705":"You can only make deposits. Please contact us via live chat for more information.","2093675079":"- Close: the closing price","2096014107":"Apply","2096456845":"Date of birth*","2097170986":"About Tether (Omni)","2097381850":"Calculates Simple Moving Average line from a list with a period","2100713124":"account","2101972779":"This is the same as the above example, using a tick list.","2102572780":"Length of digit code must be 6 characters.","2104115663":"Last login","2104397115":"Please go to your account settings and complete your personal details to enable deposits and withdrawals.","2107381257":"Scheduled cashier system maintenance","2109208876":"Manage {{platform}} Demo {{account_title}} account password","2109312805":"The spread is the difference between the buy price and sell price. A variable spread means that the spread is constantly changing, depending on market conditions. A fixed spread remains constant but is subject to alteration, at the Broker's absolute discretion.","2110365168":"Maximum number of trades reached","2111015970":"This block helps you check if your contract can be sold. If your contract can be sold, it returns “True”. Otherwise, it returns an empty string.","2111528352":"Creating a variable","2112119013":"Take a selfie showing your face","2112175277":"with delimiter","2113321581":"Add a Deriv Gaming account","2115007481":"Total assets in your Deriv demo accounts.","2115223095":"Loss","2117073379":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","2117165122":"1. Create a Telegram bot and get your Telegram API token. Read more on how to create bots in Telegram here: https://core.telegram.org/bots#6-botfather","2117489390":"Auto update in {{ remaining }} seconds","2118315870":"Where do you live?","2119449126":"Example output of the below example will be:","2120617758":"Set up your trade","2121227568":"NEO/USD","2127564856":"Withdrawals are locked","2131963005":"Please withdraw your funds from the following Deriv MT5 account(s):","2133451414":"Duration","2133470627":"This block returns the potential payout for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","2135563258":"Forex trading frequency","2136246996":"Selfie uploaded","2137901996":"This will clear all data in the summary, transactions, and journal panels. All counters will be reset to zero.","2137993569":"This block compares two values and is used to build a conditional structure.","2138861911":"Scans and photocopies are not accepted","2139171480":"Reset Up/Reset Down","2139362660":"left side","2141055709":"New {{type}} password","2141873796":"Get more info on <0>CFDs, <1>multipliers, and <2>options.","2143803283":"Purchase Error","2144609616":"If you select \"Reset-Down”, you win the payout if the exit spot is strictly lower than either the entry spot or the spot at reset time.","2145690912":"Income Earning","2145995536":"Create new account","2146336100":"in text %1 get %2","2146892766":"Binary options trading experience","-153346659":"Upload your selfie.","-602131304":"Passport number","-1051213440":"Upload the front and back of your identity card.","-1600807543":"First, enter your identity card number and the expiry date.","-1139923664":"Next, upload the front and back of your identity card.","-783705755":"Upload the front of your identity card.","-566750665":"NIMC slip and proof of age","-1465944279":"NIMC slip number","-429612996":"Next, upload both of the following documents.","-376981174":"Upload your proof of age: birth certificate or age declaration document.","-612174191":"First line of address is required","-242734402":"Only {{max}} characters, please.","-378415317":"State is required","-1784470716":"State is not in a proper format","-1699820408":"Please enter a {{field_name}} under {{max_number}} characters.","-1575567374":"postal/ZIP code","-1497654315":"Our accounts and services are unavailable for the Jersey postal code.","-755626951":"Complete your address details","-1024240099":"Address","-584911871":"Select wallet currency","-1461267236":"Please choose your currency","-1352330125":"CURRENCY","-1027595143":"Less than $25,000","-40491332":"$25,000 - $50,000","-1139806939":"$50,001 - $100,000","-626752657":"0-1 year","-532014689":"1-2 years","-1001024004":"Over 3 years","-790513277":"6-10 transactions in the past 12 months","-580085300":"11-39 transactions in the past 12 months","-654781670":"Primary","-1717373258":"Secondary","-996132458":"Construction","-915003867":"Health","-1430012453":"Information & Communications Technology","-987824916":"Science & Engineering","-146630682":"Social & Cultural","-761306973":"Manufacturing","-739367071":"Employed","-1156937070":"$500,001 - $1,000,000","-315534569":"Over $1,000,000","-2068544539":"Salaried Employee","-531314998":"Investments & Dividends","-1235114522":"Pension","-1298056749":"State Benefits","-449943381":"Savings & Inheritance","-1631552645":"Professionals","-474864470":"Personal Care, Sales and Service Workers","-1129355784":"Agricultural, Forestry and Fishery Workers","-1242914994":"Craft, Metal, Electrical and Electronics Workers","-1317824715":"Cleaners and Helpers","-1592729751":"Mining, Construction, Manufacturing and Transport Workers","-2137323480":"Company Ownership","-1590574533":"Divorce Settlement","-1667683002":"Inheritance","-1237843731":"Investment Income","-777506574":"Sale of Property","-1161338910":"First name is required.","-1161818065":"Last name should be between 2 and 50 characters.","-1281693513":"Date of birth is required.","-26599672":"Citizenship is required","-912174487":"Phone is required.","-673765468":"Letters, numbers, spaces, periods, hyphens and forward slashes only.","-1356204661":"This Tax Identification Number (TIN) is invalid. You may continue with account creation, but to facilitate future payment processes, valid tax information will be required.","-1823540512":"Personal details","-1227878799":"Speculative","-1174064217":"Mr","-855506127":"Ms","-621555159":"Identity information","-204765990":"Terms of use","-931052769":"Submit verification","-1004605898":"Tips","-1938142055":"Documents uploaded","-448090287":"The link only works on mobile devices","-1244287721":"Something's gone wrong","-241258681":"You'll need to restart your verification on your computer","-929254273":"Get secure link","-2021867851":"Check back here to finish the submission","-1547069149":"Open the link and complete the tasks","-1767652006":"Here's how to do it:","-277611959":"You can now return to your computer to continue","-724178625":"Make sure full document is visible","-1519380038":"Glare detected","-1895280620":"Make sure your card details are clear to read, with no blur or glare","-1464447919":"Make sure your permit details are clear to read, with no blur or glare","-1436160506":"Make sure details are clear to read, with no blur or glare","-759124288":"Close","-759118956":"Redo","-753375398":"Enlarge image","-1042933881":"Driver's license","-1503134764":"Face photo page","-1335343167":"Sorry, no mobile phone bills","-699045522":"Documents you can use to verify your identity","-543666102":"It must be an official photo ID","-903877217":"These are the documents most likely to show your current home address","-1356835948":"Choose document","-1364375936":"Select a %{country} document","-401586196":"or upload photo – no scans or photocopies","-3110517":"Take a photo with your phone","-2033894027":"Submit identity card (back)","-20684738":"Submit license (back)","-1359585500":"Submit license (front)","-106779602":"Submit residence permit (back)","-1287247476":"Submit residence permit (front)","-1954762444":"Restart the process on the latest version of Safari","-261174676":"Must be under 10MB.","-685885589":"An error occurred while loading the component","-502539866":"Your face is needed in the selfie","-1377968356":"Please try again","-1226547734":"Try using a JPG or PNG file","-849068301":"Loading...","-1730346712":"Loading","-1849371752":"Check that your number is correct","-309848900":"Copy","-1424436001":"Send link","-1093833557":"How to scan a QR code","-1408210605":"Point your phone’s camera at the QR code","-1773802163":"If it doesn’t work, download a QR code scanner from Google Play or the App Store","-109026565":"Scan QR code","-1644436882":"Get link via SMS","-1667839246":"Enter mobile number","-1533172567":"Enter your mobile number:","-1352094380":"Send this one-time link to your phone","-28974899":"Get your secure link","-359315319":"Continue","-1279080293":"2. Your desktop window stays open","-102776692":"Continue with the verification","-89152891":"Take a photo of the back of your card","-1646367396":"Take a photo of the front of your card","-1350855047":"Take a photo of the front of your license","-2119367889":"Take a photo using the basic camera mode instead","-342915396":"Take a photo","-419040068":"Passport photo page","-1354983065":"Refresh","-1925063334":"Recover camera access to continue face verification","-54784207":"Camera access is denied","-1392699864":"Allow camera access","-269477401":"Provide the whole document page for best results","-864639753":"Upload back of card from your computer","-1309771027":"Upload front of license from your computer","-1722060225":"Take photo","-565732905":"Selfie","-1703181240":"Check that it is connected and functional. You can also continue verification on your phone","-2043114239":"Camera not working?","-2029238500":"It may be disconnected. Try using your phone instead.","-468928206":"Make sure your device's camera works","-466246199":"Camera not working","-698978129":"Remember to press stop when you're done. Redo video actions","-538456609":"Looks like you took too long","-781816433":"Photo of your face","-1471336265":"Make sure your selfie clearly shows your face","-1375068556":"Check selfie","-1914530170":"Face forward and make sure your eyes are clearly visible","-776541617":"We'll compare it with your document","-478752991":"Your link will expire in one hour","-1859729380":"Keep this window open while using your mobile","-1283761937":"Resend link","-629011256":"Don't refresh this page","-1005231905":"Once you've finished we'll take you to the next step","-542134805":"Upload photo","-1462975230":"Document example","-1472844935":"The photo should clearly show your document","-189310067":"Account closed","-773766766":"Email and passwords","-1466827732":"Self exclusion","-1498206510":"Account limits","-241588481":"Login history","-966136867":"Connected apps","-213009361":"Two-factor authentication","-1214803297":"Dashboard-only path","-526636259":"Error 404","-1030759620":"Government Officers","-612752984":"These are default limits that we apply to your accounts.","-1598263601":"To learn more about trading limits and how they apply, please go to the <0>Help Centre.","-1411635770":"Learn more about account limits","-1340125291":"Done","-1786659798":"Trading limits - Item","-1101543580":"Limit","-858297154":"Represents the maximum amount of cash that you may hold in your account. If the maximum is reached, you will be asked to withdraw funds.","-1182362640":"Represents the maximum aggregate payouts on outstanding contracts in your portfolio. If the maximum is attained, you may not purchase additional contracts without first closing out existing positions.","-1781293089":"Maximum aggregate payouts on open positions","-1412690135":"*Any limits in your Self-exclusion settings will override these default limits.","-1598751496":"Represents the maximum volume of contracts that you may purchase in any given trading day.","-1359847094":"Trading limits - Maximum daily turnover","-1502578110":"Your account is fully authenticated and your withdrawal limits have been lifted.","-854023608":"To increase limit please verify your identity","-1500958859":"Verify","-1662154767":"a recent utility bill (e.g. electricity, water, gas, landline, or internet), bank statement, or government-issued letter with your name and this address.","-190838815":"We need this for verification. If the information you provide is fake or inaccurate, you won’t be able to deposit and withdraw.","-223216785":"Second line of address*","-594456225":"Second line of address","-1315410953":"State/Province","-1940457555":"Postal/ZIP Code*","-1964954030":"Postal/ZIP Code","-1541554430":"Next","-71696502":"Previous","-516397235":"Be careful who you share this token with. Anyone with this token can perform the following actions on your account behalf","-989216986":"Add accounts","-684271315":"OK","-617480265":"Delete token","-316749685":"Are you sure you want to delete this token?","-786372363":"Learn more about API token","-55560916":"To access our mobile apps and other third-party apps, you'll first need to generate an API token.","-198329198":"API Token","-955038366":"Copy this token","-1668692965":"Hide this token","-1661284324":"Show this token","-605778668":"Never","-32386760":"Name","-1628008897":"Token","-1238499897":"Last Used","-1171226355":"Length of token name must be between {{MIN_TOKEN}} and {{MAX_TOKEN}} characters.","-1803339710":"Maximum {{MAX_TOKEN}} characters.","-408613988":"Select scopes based on the access you need.","-1076138910":"Trade","-1666909852":"Payments","-5605257":"This scope will allow third-party apps to withdraw to payment agents and make inter-account transfers for you.","-488597603":"Trading information","-1373485333":"This scope will allow third-party apps to view your trading history.","-758221415":"This scope will allow third-party apps to open accounts for you, manage your settings and token usage, and more. ","-1117963487":"Name your token and click on 'Create' to generate your token.","-2005211699":"Create","-2115275974":"CFDs","-988523882":"DMT5","-460645791":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} account.","-1146960797":"Fiat currencies","-1959484303":"Cryptocurrencies","-561724665":"You are limited to one fiat currency only","-2087317410":"Oops, something went wrong.","-1437206131":"JPEG JPG PNG PDF GIF","-820458471":"1 - 6 months old","-155705811":"A clear colour photo or scanned image","-587941902":"Issued under your name with your current address","-438669274":"JPEG JPG PNG PDF GIF","-723198394":"File size should be 8MB or less","-1948369500":"File uploaded is not supported","-1040865880":"Drop files here..","-1100235269":"Industry of employment","-684388823":"Estimated net worth","-509054266":"Anticipated annual turnover","-601903492":"Forex trading experience","-1012699451":"CFD trading experience","-1437017790":"Financial information","-39038029":"Trading experience","-1044962593":"Upload Document","-164448351":"Show less","-1361653502":"Show more","-337620257":"Switch to real account","-2120454054":"Add a real account","-38915613":"Unsaved changes","-2137450250":"You have unsaved changes. Are you sure you want to discard changes and leave this page?","-1067082004":"Leave Settings","-1416797980":"Please enter your {{ field_name }} as in your official identity documents.","-1466268810":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your <0>account settings.","-1120954663":"First name*","-1659980292":"First name","-1857534296":"John","-1485480657":"Other details","-1315571766":"Place of birth","-2040322967":"Citizenship","-1692219415":"Tax residence","-1903720068":"The country in which you meet the criteria for paying taxes. Usually the country in which you physically reside.","-651516152":"Tax Identification Number","-1543016582":"I hereby confirm that the tax information I provided is true and complete. I will also inform {{legal_entity_name}} about any changes to this information.","-1387062433":"Account opening reason","-1451334536":"Continue trading","-1525879032":"Your documents for proof of address is expired. Please submit again.","-1425489838":"Proof of address verification not required","-1008641170":"Your account does not need address verification at this time. We will inform you if address verification is required in the future.","-60204971":"We could not verify your proof of address","-1944264183":"To continue trading, you must also submit a proof of identity.","-231863107":"No","-1176889260":"Please select a document type.","-1515286538":"Please enter your document number. ","-1785463422":"Verify your identity","-78467788":"Please select the document type and enter the ID number.","-1117345066":"Choose the document type","-651192353":"Sample:","-1263033978":"Please ensure all your personal details are the same as in your chosen document. If you wish to update your personal details, go to account settings.","-937707753":"Go Back","-1926456107":"The ID you submitted is expired.","-555047589":"It looks like your identity document has expired. Please try again with a valid document.","-841187054":"Try Again","-2097808873":"We were unable to verify your ID with the details you provided. ","-228284848":"We were unable to verify your ID with the details you provided.","-1443800801":"Your ID number was submitted successfully","-1391934478":"Your ID is verified. You will also need to submit proof of your address.","-118547687":"ID verification passed","-200989771":"Go to personal details","-1358357943":"Please check and update your postal code before submitting proof of identity.","-1401994581":"Your personal details are missing","-2004327866":"Please select a valid country of document issuance.","-1664159494":"Country","-1874113454":"Please check and resubmit or choose a different document type.","-749870311":"Please contact us via <0>live chat.","-1084991359":"Proof of identity verification not required","-1981334109":"Your account does not need identity verification at this time. We will inform you if identity verification is required in the future.","-182918740":"Your proof of identity submission failed because:","-246893488":"JPEG, JPG, PNG, PDF, or GIF","-1454880310":"Must be valid for at least 6 months","-100534371":"Before uploading, please ensure that you’re facing forward in the selfie, your face is within the frame, and your eyes are clearly visible even if you’re wearing glasses.","-1529523673":"Confirm and upload","-705047643":"Sorry, an error occured. Please select another file.","-1664309884":"Tap here to upload","-1725454783":"Failed","-839094775":"Back","-337979330":"We could not verify your proof of identity","-706528101":"As a precaution, we have disabled trading, deposits and withdrawals for this account. If you have any questions, please go to our Help Center.<0>Help Centre.","-856213726":"You must also submit a proof of address.","-1389323399":"You should enter {{min_number}}-{{max_number}} characters.","-1313806160":"Please request a new password and check your email for the new token.","-329713179":"Ok","-1598167506":"Success","-1077809489":"You have a new {{platform}} password to log in to your {{platform}} accounts on the web and mobile apps.","-2068479232":"{{platform}} password","-1332137219":"Strong passwords contain at least 8 characters that include uppercase and lowercase letters, numbers, and symbols.","-1597186502":"Reset {{platform}} password","-848721396":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. If you live in the United Kingdom, Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request. If you live in the Isle of Man, Customer Support can only remove or weaken your trading limits after your trading limit period has expired.","-469096390":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request.","-42808954":"You can also exclude yourself entirely for a specified duration. This can only be removed once your self-exclusion has expired. If you wish to continue trading once your self-exclusion period expires, you must contact Customer Support by calling <0>+447723580049 to lift this self-exclusion. Requests by chat or email shall not be entertained. There will be a 24-hour cooling-off period before you can resume trading.","-1088698009":"These self-exclusion limits help you control the amount of money and time you spend trading on {{platform_name_trader}}, {{platform_name_dbot}}, {{platform_name_smarttrader}} and {{platform_name_bbot}} on Deriv. The limits you set here will help you exercise <0>responsible trading.","-1702324712":"These limits are optional, and you can adjust them at any time. You decide how much and how long you’d like to trade. If you don’t wish to set a specific limit, leave the field blank.","-1819875658":"You can also exclude yourself entirely for a specified duration. Once the self-exclusion period has ended, you can either extend it further or resume trading immediately. If you wish to reduce or remove the self-exclusion period, contact our <0>Customer Support.","-1031814119":"About trading limits and self-exclusion","-183468698":"Trading limits and self-exclusion","-933963283":"No, review my limits","-1759860126":"Yes, log me out immediately","-572347855":"{{value}} mins","-313333548":"You’ll be able to adjust these limits at any time. You can reduce your limits from the <0>self-exclusion page. To increase or remove your limits, please contact our <1>Customer Support team.","-1265833982":"Accept","-2123139671":"Your stake and loss limits","-1250802290":"24 hours","-2070080356":"Max. total stake","-1545823544":"7 days","-180147209":"You will be automatically logged out from each session after this time limit.","-374553538":"Your account will be excluded from the website until this date (at least 6 months, up to 5 years).","-2121421686":"To self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","-2105708790":"Your maximum account balance and open positions","-1960600163":"Once your account balance reaches this amount, you will not be able to deposit funds into your account.","-1073845224":"No. of open position(s)","-288196326":"Your maximum deposit limit","-568749373":"Max. deposit limit","-1884902844":"Max. deposit limit per day","-545085253":"Max. deposit limit over 7 days","-1031006762":"Max. deposit limit over 30 days","-1116871438":"Max. total loss over 30 days","-2134714205":"Time limit per session","-1884271702":"Time out until","-1265825026":"Timeout time must be greater than current time.","-1332882202":"Timeout time cannot be more than 6 weeks.","-1635977118":"Exclude time cannot be less than 6 months.","-1617352279":"The email is in your spam folder (Sometimes things get lost there).","-547557964":"We can’t deliver the email to this address (Usually because of firewalls or filtering).","-976364600":"Please click on the link in the email to change your DMT5 password.","-742748008":"Check your email and click the link in the email to proceed.","-84068414":"Still didn't get the email? Please contact us via <0>live chat.","-2073934245":"The financial trading services offered on this site are only suitable for customers who accept the possibility of losing all the money they invest and who understand and have experience of the risk involved in the purchase of financial contracts. Transactions in financial contracts carry a high degree of risk. If the contracts you purchased expire as worthless, you will lose all your investment, which includes the contract premium.","-1166068675":"Your account will be opened with {{legal_entity_name}}, regulated by the UK Gaming Commission (UKGC), and will be subject to the laws of the Isle of Man.","-975118358":"Your account will be opened with {{legal_entity_name}}, regulated by the Malta Financial Services Authority (MFSA), and will be subject to the laws of Malta.","-680528873":"Your account will be opened with {{legal_entity_name}} and will be subject to the laws of Samoa.","-1125193491":"Add account","-2068229627":"I am not a PEP, and I have not been a PEP in the last 12 months.","-428335668":"You will need to set a password to complete the process.","-1850792730":"Unlink from {{identifier_title}}","-2139303636":"You may have followed a broken link, or the page has moved to a new address.","-1448368765":"Error code: {{error_code}} page not found","-2145244263":"This field is required","-70342544":"We’re legally obliged to ask for your financial information.","-1894668798":"Other trading instruments experience","-1026468600":"Other trading instruments frequency","-179005984":"Save","-789291456":"Tax residence*","-1651554702":"Only alphabet is allowed","-1458676679":"You should enter 2-50 characters.","-1166111912":"Use only the following special characters: {{ permitted_characters }}","-884768257":"You should enter 0-35 characters.","-2113555886":"Only letters, numbers, space, and hyphen are allowed.","-874280157":"This Tax Identification Number (TIN) is invalid. You may continue using it, but to facilitate future payment processes, valid tax information will be required.","-1037916704":"Miss","-1113902570":"Details","-634958629":"We use the information you give us only for verification purposes. All information is kept confidential.","-731992635":"Title*","-352888977":"Title","-136976514":"Country of residence*","-945104751":"We’re legally obliged to ask for your tax information.","-1702919018":"Second line of address (optional)","-1124948631":"Professional Client","-259515058":"By default, all {{brand_website_name}} clients are retail clients but anyone can request to be treated as a professional client.","-1463348492":"I would like to be treated as a professional client.","-1958764604":"Email preference","-2121071263":"Check this box to receive updates via email.","-2068064150":"Get updates about Deriv products, services and events.","-1558679249":"Please make sure your information is correct or it may affect your trading experience.","-1822545742":"Ether Classic","-1334641066":"Litecoin","-1214036543":"US Dollar","-1782590355":"No currency has been set for this account","-2116332353":"Please close your positions in the following Deriv account(s):","-2048005267":"{{number_of_positions}} position(s)","-1923892687":"Please withdraw your funds from the following Deriv X account(s):","-1629894615":"I have other financial priorities.","-844051272":"I want to stop myself from trading.","-1113965495":"I’m no longer interested in trading.","-1224285232":"Customer service was unsatisfactory.","-9323953":"Remaining characters: {{remaining_characters}}","-2061895474":"Closing your account will automatically log you out. We shall delete your personal information as soon as our legal obligations are met.","-203298452":"Close account","-1219849101":"Please select at least one reason","-484540402":"An error occurred","-1911549768":"Inaccessible MT5 account(s)","-1869355019":"Action required","-1030102424":"You can't trade on Deriv.","-448385353":"You can't make transactions.","-1058447223":"Before closing your account:","-912764166":"Withdraw your funds.","-60139953":"We shall delete your personal information as soon as our legal obligations are met, as mentioned in the section on Data Retention in our <0>Security and privacy policy","-536187647":"Confirm revoke access?","-1357606534":"Permission","-570222048":"Revoke access","-506510414":"Date and time","-1708927037":"IP address","-365847515":"Apps you can use with your Deriv login:","-26491905":"You're using your {{identifier_title}} account to log in to your Deriv account. To change your login method into using a username and password, click the <0>Unlink button.","-596920538":"Unlink","-1319725774":"DMT5 Password","-1403020742":"Your DMT5 password is for logging in to your Deriv MT5 accounts on the desktop, web, and mobile apps.","-412891493":"Disable 2FA","-200487676":"Enable","-1840392236":"That's not the right code. Please try again.","-307075478":"6 digit code","-790444493":"Protect your account with 2FA. Each time you log in to your account, you will need to enter your password and an authentication code generated by a 2FA app on your smartphone.","-368010540":"You have enabled 2FA for your Deriv account.","-403552929":"To disable 2FA, please enter the six-digit authentication code generated by your 2FA app below:","-752939584":"How to set up 2FA for your Deriv account","-90649785":"Click here to copy key","-206376148":"Key copied!","-650175948":"A recent bank statement or government-issued letter with your name and address.","-2006895756":"1. Address","-716361389":"An accurate and complete address helps to speed up your verification process.","-890084320":"Save and submit","-902076926":"Before uploading your document, please ensure that your personal details are updated to match your proof of identity. This will help to avoid delays during the verification process.","-1517325716":"Deposit via the following payment methods:","-1547606079":"We accept the following cryptocurrencies:","-42592103":"Deposit cryptocurrencies","-639677539":"Buy cryptocurrencies","-1560098002":"Buy cryptocurrencies via fiat onramp","-541870313":"Deposit via payment agents","-72314872":"Deposit in your local currency via peer-to-peer exchange with fellow traders in your country.","-58126117":"Your simple access to crypto. Fast and secure way to exchange and purchase cryptocurrencies. 24/7 live chat support.","-1705887186":"Your deposit is successful.","-142361708":"In process","-1582681840":"We’ve received your request and are waiting for more blockchain confirmations.","-1626218538":"You’ve cancelled your withdrawal request.","-1062841150":"Your withdrawal is unsuccessful due to an error on the blockchain. Please <0>contact us via live chat for more info.","-630780094":"We’re awaiting confirmation from the blockchain.","-1525882769":"Your withdrawal is unsuccessful. We've sent you an email with more information.","-298601922":"Your withdrawal is successful.","-2021135479":"This field is required.","-1975494965":"Cashier","-1870909526":"Our server cannot retrieve an address.","-582721696":"The current allowed withdraw amount is {{format_min_withdraw_amount}} to {{format_max_withdraw_amount}} {{currency}}","-1957498244":"more","-197251450":"Don't want to trade in {{currency_code}}? You can open another cryptocurrency account.","-1900848111":"This is your {{currency_code}} account.","-749765720":"Your fiat account currency is set to {{currency_code}}.","-803546115":"Manage your accounts ","-1463156905":"Learn more about payment methods","-1196049878":"First line of home address","-1326406485":"Postal Code/ZIP","-939625805":"Telephone","-442575534":"Email verification failed","-1459042184":"Update your personal details","-1603543465":"We can't validate your personal details because there is some information missing.","-614516651":"Need help? <0>Contact us.","-89973258":"Resend email in {{seconds}}s","-1059419768":"Notes","-598073640":"About Tether (Ethereum)","-275902914":"Tether on Ethereum (eUSDT)","-1188009792":"Tether on Omni Layer (USDT)","-1239329687":"Tether was originally created to use the bitcoin network as its transport protocol ‒ specifically, the Omni Layer ‒ to allow transactions of tokenised traditional currency.","-993393818":"Binance Smart Chain","-561858764":"Polygon (Matic)","-410890127":"Ethereum (ERC20)","-1059526741":"Ethereum (ETH)","-1615615253":"We do not support Tron, to deposit please use only Ethereum ({{token}}).","-1831000957":"Please select the network from where your deposit will come from.","-314177745":"Unfortunately, we couldn't get the address since our server was down. Please click Refresh to reload the address or try again later.","-1345040662":"Looking for a way to buy cryptocurrency?","-759000391":"We were unable to verify your information automatically. To enable this function, you must complete the following:","-1638172550":"To enable this feature you must complete the following:","-1632668764":"I accept","-666905139":"Deposits are locked","-316545835":"Please ensure <0>all details are <0>correct before making your transfer.","-1309258714":"From account number","-1247676678":"To account number","-816476007":"Account holder name","-1995606668":"Amount","-344403983":"Description","-922432739":"Please enter a valid client login ID.","-1024241603":"Insufficient balance.","-1979554765":"Please enter a valid description.","-1186807402":"Transfer","-1254233806":"You've transferred","-1179992129":"All payment agents","-1137412124":"Can’t find a suitable payment method for your country? Then try a payment agent.","-460879294":"You're not done yet. To receive the transferred funds, you must contact the payment agent for further instruction. A summary of this transaction has been emailed to you for your records.","-596416199":"By name","-1169636644":"By payment agent ID","-118683067":"Withdrawal limits: <0 />-<1 />","-1201279468":"To withdraw your funds, please choose the same payment method you used to make your deposits.","-1787304306":"Deriv P2P","-1321645628":"Your cashier is currently locked. Please contact us via live chat to find out how to unlock it.","-60779216":"Withdrawals are temporarily unavailable due to system maintenance. You can make your withdrawals when the maintenance is complete.","-215186732":"You’ve not set your country of residence. To access Cashier, please update your country of residence in the Personal details section in your account settings.","-1392897508":"The identification documents you submitted have expired. Please submit valid identity documents to unlock Cashier. ","-1158467524":"Your account is temporarily disabled. Please contact us via live chat to enable deposits and withdrawals again.","-929148387":"Please set your account currency to enable deposits and withdrawals.","-541392118":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and access your cashier.","-247122507":"Your cashier is locked. Please complete the <0>financial assessment to unlock it.","-1443721737":"Your cashier is locked. See <0>how we protect your funds before you proceed.","-901712457":"Your access to Cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to <0>Self-exclusion and set your 30-day turnover limit.","-166472881":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits and withdrawals.","-378858101":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits.","-1037495888":"You have chosen to exclude yourself from trading on our website until {{exclude_until}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","-949074612":"Please contact us via live chat.","-1318742415":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and request for withdrawals.","-127614820":"Unfortunately, you can only make deposits. Please contact us via live chat to enable withdrawals.","-172277021":"Cashier is locked for withdrawals","-1624999813":"It seems that you've no commissions to withdraw at the moment. You can make withdrawals once you receive your commissions.","-1077304626":"Amount ({{currency}})","-1559994981":"Approximate value","-190084602":"Transaction","-811190405":"Time","-1332236294":"Please verify your identity","-1675848843":"Error","-283017497":"Retry","-203002433":"Deposit now","-720315013":"You have no funds in your {{currency}} account","-2052373215":"Please make a deposit to use this feature.","-299033842":"Recent transactions","-348296830":"{{transaction_type}} {{currency}}","-1929538515":"{{amount}} {{currency}} on {{submit_date}}","-1534990259":"Transaction hash:","-1612346919":"View all","-949073402":"I confirm that I have verified the client’s transfer information.","-1752211105":"Transfer now","-1272778997":"We've sent you an email.","-2013448791":"Want to exchange between e-wallet currencies? Try <0>Ewallet.Exchange","-2061807537":"Something’s not right","-1068036170":"We do not charge a transfer fee for transfers in the same currency between your Deriv fiat and {{platform_name_mt5}} accounts and between your Deriv fiat and {{platform_name_dxtrade}} accounts.","-2056016338":"You’ll not be charged a transfer fee for transfers in the same currency between your Deriv fiat and {{platform_name_mt5}} accounts.","-599632330":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and {{platform_name_mt5}} accounts and between your Deriv fiat and {{platform_name_dxtrade}} accounts.","-1196994774":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency accounts.","-401630542":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts and between your Deriv cryptocurrency and {{platform_name_dxtrade}} accounts.","-1151983985":"Transfer limits may vary depending on the exchange rates.","-1747571263":"Please bear in mind that some transfers may not be possible.","-757062699":"Transfers may be unavailable due to high volatility or technical issues and when the exchange markets are closed.","-1221972195":"DMT5 accounts","-1344870129":"Deriv accounts","-1156059326":"You have {{number}} transfer remaining for today.","-1593609508":"Transfer between your accounts in Deriv","-464965808":"Transfer limits: <0 /> - <1 />","-553249337":"Transfers are locked","-1157701227":"You need at least two accounts","-417711545":"Create account","-1232852916":"We’re switching over to your {{currency}} account to view the transaction.","-544232635":"Please go to the Deposit page to generate an address. Then come back here to continue with your transaction.","-1161069724":"Please copy the crypto address you see below. You'll need it to deposit your cryptocurrency.","-1388977563":"Copied!","-1962894999":"This address can only be used ONCE. Please copy a new one for your next transaction.","-451858550":"By clicking 'Continue' you will be redirected to {{ service }}, a third-party payment service provider. Please note that {{ website_name }} is not responsible for the content or services provided by {{ service }}. If you encounter any issues related to {{ service }} services, you must contact {{ service }} directly.","-2005265642":"Fiat onramp is a cashier service that allows you to convert fiat currencies to crypto to top up your Deriv crypto accounts. Listed here are third-party crypto exchanges. You’ll need to create an account with them to use their services.","-1593063457":"Select payment channel","-2004264970":"Your wallet address should have 25 to 64 characters.","-1707299138":"Your {{currency_symbol}} wallet address","-38063175":"{{account_text}} wallet","-1474202916":"Make a new withdrawal","-705272444":"Upload a proof of identity to verify your identity","-2024958619":"This is to protect your account from unauthorised withdrawals.","-130833284":"Please note that your maximum and minimum withdrawal limits aren’t fixed. They change due to the high volatility of cryptocurrency.","-1531269493":"We'll send you an email once your transaction has been processed.","-113940416":"Current stake:","-1999539705":"Deal cancel. fee:","-447037544":"Buy price:","-1342699195":"Total profit/loss:","-1511825574":"Profit/Loss:","-726626679":"Potential profit/loss:","-338379841":"Indicative price:","-1525144993":"Payout limit:","-1167474366":"Tick ","-555886064":"Won","-529060972":"Lost","-571642000":"Day","-155989831":"Decrement value","-1192773792":"Don't show this again","-1769852749":"N/A","-1572746946":"Asian Up","-686840306":"Asian Down","-2141198770":"Higher","-816098265":"Lower","-1646655742":"Spread Up","-668987427":"Spread Down","-912577498":"Matches","-1862940531":"Differs","-808904691":"Odd","-556230215":"Ends Outside","-1268220904":"Ends Between","-703542574":"Up","-1127399675":"Down","-768425113":"No Touch","-1163058241":"Stays Between","-1354485738":"Reset Call","-376148198":"Only Ups","-1337379177":"High Tick","-328036042":"Please enter a stop loss amount that's higher than the current potential loss.","-2127699317":"Invalid stop loss. Stop loss cannot be more than stake.","-1940333322":"DBot is not available for this account","-1210387519":"Go to DMT5 dashboard","-1223145005":"Loss amount: {{profit}}","-1062922595":"Reference ID (buy)","-2068574600":"Reference ID (sell)","-994038153":"Start Time","-1979852400":"Entry Spot","-427802309":"Profit/Loss","-668558002":"Journal.csv","-746652890":"Notifications","-824109891":"System","-507620484":"Unsaved","-764102808":"Google Drive","-1109191651":"Must be a number higher than 0","-1917772100":"Invalid number format","-1553945114":"Value must be higher than 2","-689786738":"Minimum duration: {{ min }}","-184183432":"Maximum duration: {{ max }}","-749186458":"Account switching is disabled while your bot is running. Please stop your bot before switching accounts.","-662836330":"Would you like to keep your current contract or close it? If you decide to keep it running, you can check and close it later on the <0>Reports page.","-597939268":"Keep my contract","-1322453991":"You need to log in to run the bot.","-1483938124":"This strategy is currently not compatible with DBot.","-236548954":"Contract Update Error","-1428017300":"THE","-1450728048":"OF","-255051108":"YOU","-1845434627":"IS","-931434605":"THIS","-740712821":"A","-187634388":"This block is mandatory. Here is where you can decide if your bot should continue trading. Only one copy of this block is allowed.","-2105473795":"The only input parameter determines how block output is going to be formatted. In case if the input parameter is \"string\" then the account currency will be added.","-1800436138":"2. for \"number\": 1325.68","-2046396241":"This block is mandatory. Only one copy of this block is allowed. It is added to the canvas by default when you open DBot.","-530632460":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of \"True\" or \"False\".","-1875717842":"Examples:","-890079872":"1. If the selected direction is \"Rise\", and the previous tick value is less than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-489739641":"2. If the selected direction is \"Fall\", and the previous tick value is more than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-2116076360":"There are 4 message types:","-1421941045":"2. 'Warn' displays a message in yellow to highlight something that needs attention.","-277850921":"If \"Win\" is selected, it will return \"True\" if your last trade was successful. Otherwise, it will return an empty string.","-1918487001":"Example:","-2139916657":"1. In the below example the loop is terminated in case \"x\" is \"False\" even though only one iteration is complete","-1238900333":"2. In the below example the loop jumps to the next iteration without executing below block in case if \"x\" is \"False\"","-1729479576":"You can use \"i\" inside the loop, for example to access list items","-1474636594":"In this example, the loop will repeat three times, as that is the number of items in the given list. During each iteration, the variable \"i\" will be assigned a value from the list. ","-908772734":"This block evaluates a statement and will perform an action only when the statement is true.","-334040831":"2. In this example, the instructions are repeated as long as the value of x is greater than or equal to 10. Once the value of x drops below 10, the loop is terminated.","-444267958":"\"Seconds Since Epoch\" block returns the number of seconds since January 1st, 1970.","-447522129":"You might need it when you want to repeat an actions after certain amount of time.","-1488259879":"The term \"candle\" refers to each bar on the candlestick chart. Each candle represents four market prices for the selected time interval:","-2020693608":"Each candlestick on the chart represents 4 market prices for the selected time interval:","-62728852":"- Open price: the opening price","-1247744334":"- Low price: the lowest price","-1386365697":"- Close price: the closing price","-1498732382":"A black (or red) candle indicates that the open price is higher than the close price. This represents a downward movement of the market price.","-1871864755":"This block gives you the last digit of the latest tick value of the selected market. If the latest tick value is 1410.90, this block will return 0. It’s useful for digit-based contracts such as Even/Odd, Matches/Differs, or Higher/Lower.","-1029671512":"In case if the \"OR\" operation is selected, the block returns \"True\" in case if one or both given values are \"True\"","-210295176":"Available operations:","-1385862125":"- Addition","-983721613":"- Subtraction","-854750243":"- Multiplication","-1394815185":"In case if the given number is less than the lower boundary of the range, the block returns the lower boundary value. Similarly, if the given number is greater than the higher boundary, the block will return the higher boundary value. In case if the given value is between boundaries, the block will return the given value unchanged.","-1034564248":"In the below example the block returns the value of 10 as the given value (5) is less than the lower boundary (10)","-2009817572":"This block performs the following operations to a given number","-671300479":"Available operations are:","-514610724":"- Absolute","-1923861818":"- Euler’s number (2.71) to the power of a given number","-1556344549":"Here’s how:","-1061127827":"- Visit the following URL, make sure to replace with the Telegram API token you created in Step 1: https://api.telegram.org/bot/getUpdates","-70949308":"4. Come back to DBot and add the Notify Telegram block to the workspace. Paste the Telegram API token and chat ID into the block fields accordingly.","-311389920":"In this example, the open prices from a list of candles are assigned to a variable called \"cl\".","-1460794449":"This block gives you a list of candles within a selected time interval.","-1634242212":"Used within a function block, this block returns a value when a specific condition is true.","-2012970860":"This block gives you information about your last contract.","-1504783522":"You can choose to see one of the following:","-10612039":"- Profit: the profit you’ve earned","-555996976":"- Entry time: the starting time of the contract","-1391071125":"- Exit time: the contract expiration time","-1961642424":"- Exit value: the value of the last tick of the contract","-111312913":"- Barrier: the barrier value of the contract (applicable to barrier-based trade types such as stays in/out, touch/no touch, etc.)","-674283099":"- Result: the result of the last contract: \"win\" or \"loss\"","-704543890":"This block gives you the selected candle value such as open price, close price, high price, low price, and open time. It requires a candle as an input parameter.","-482281200":"In the example below, the open price is assigned to the variable \"op\".","-364621012":"This block gives you the specified candle value for a selected time interval. You can choose which value you want:","-232477769":"- Open: the opening price","-610736310":"Use this block to sell your contract at the market price. Selling your contract is optional. You may choose to sell if the market trend is unfavourable.","-1307657508":"This block gives you the potential profit or loss if you decide to sell your contract. It can only be used within the \"Sell conditions\" root block.","-1921072225":"In the example below, the contract will only be sold if the potential profit or loss is more than the stake.","-955397705":"SMA adds the market price in a list of ticks or candles for a number of time periods, and divides the sum by that number of time periods.","-1424923010":"where n is the number of periods.","-1835384051":"What SMA tells you","-749487251":"SMA serves as an indicator of the trend. If the SMA points up then the market price is increasing and vice versa. The larger the period number, the smoother SMA line is.","-1996062088":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 10 days.","-1866751721":"Input list accepts a list of ticks or candles, while period is the specified time period.","-1097076512":"You may compare SMA values calculated on every bot run to identify the market trend direction. Alternatively, you may also use a variation of the SMA block, the Simple Moving Average Array block. ","-1254849504":"If a period of 10 is entered, the Simple Moving Average Array block will return a list of SMA values calculated based on period of 10.","-1190046167":"This block displays a dialog box with a customised message. When the dialog box is displayed, your strategy is paused and will only resume after you click \"OK\".","-859028989":"In this example, the date and time will be displayed in a green notification box.","-1452086215":"In this example, a Rise contract will be purchased at midnight on 1 August 2019.","-1765276625":"Click the multiplier drop-down menu and choose the multiplier value you want to trade with.","-1872233077":"Your potential profit will be multiplied by the multiplier value you’ve chosen.","-614454953":"To learn more about multipliers, please go to the <0>Multipliers page.","-2078588404":"Select your desired market and asset type. For example, Forex > Major pairs > AUD/JPY","-2037446013":"2. Trade Type","-533927844":"Select your desired trade type. For example, Up/Down > Rise/Fall","-1192411640":"4. Default Candle Interval","-485434772":"8. Trade Options","-1827646586":"This block assigns a given value to a variable, creating the variable if it doesn't already exist.","-254421190":"List: ({{message_length}})","-1616649196":"results","-90107030":"No results found","-984140537":"Add","-786915692":"You are connected to Google Drive","-1150107517":"Connect","-1759213415":"Find out how this app handles your data by reviewing Deriv's <0>Privacy policy, which is part of Deriv's <1>Terms and conditions.","-934909826":"Load strategy","-1121028020":"or, if you prefer...","-254025477":"Select an XML file from your device","-1131095838":"Please upload an XML file","-523928088":"Create one or upload one from your local drive or Google Drive.","-1684205190":"Why can't I see my recent bots?","-2050879370":"1. Logged in from a different device","-811857220":"3. Cleared your browser cache","-1016171176":"Asset","-621128676":"Trade type","-671128668":"The amount that you pay to enter a trade.","-447853970":"Loss threshold","-410856998":"The bot will stop trading if your total profit exceeds this amount.","-1823621139":"Quick Strategy","-625024929":"Leaving already?","-584289785":"No, I'll stay","-1435060006":"If you leave, your current contract will be completed, but your bot will stop running immediately.","-783058284":"Total stake","-2077494994":"Total payout","-1073955629":"No. of runs","-1729519074":"Contracts lost","-42436171":"Total profit/loss","-1856204727":"Reset","-224804428":"Transactions","-1137823888":"Total payout since you last cleared your stats.","-992662695":"The number of times your bot has run since you last cleared your stats. Each run includes the execution of all the root blocks.","-1382491190":"Your total profit/loss since you last cleared your stats. It is the difference between your total payout and your total stake.","-305283152":"Strategy name","-1003476709":"Save as collection","-636521735":"Save strategy","-1373954791":"Should be a valid number","-1278608332":"Please enter a number between 0 and {{api_max_losses}}.","-287597204":"Enter limits to stop your bot from trading when any of these conditions are met.","-1445989611":"Limits your potential losses for the day across all Deriv platforms.","-152878438":"Maximum number of trades your bot will execute for this run.","-1490942825":"Apply and run","-1696412885":"Import","-250192612":"Sort","-1566369363":"Zoom out","-2060170461":"Load","-1200116647":"Click here to start building your DBot.","-1040972299":"Purchase contract","-600546154":"Sell contract (optional)","-985351204":"Trade again","-112876186":"Analysis","-1769584466":"Stats","-1133736197":"Utility","-1682372359":"Text","-907562847":"Lists","-1646497683":"Loops","-251326965":"Miscellaneous","-1285759343":"Search","-1058262694":"Stopping the bot will prevent further trades. Any ongoing trades will be completed by our system.","-1473283434":"Please be aware that some completed transactions may not be displayed in the transaction table if the bot is stopped while placing trades.","-397015538":"You may refer to the statement page for details of all completed transactions.","-1442034178":"Contract bought","-2020280751":"Bot is stopping","-1436403979":"Contract closed","-1711732508":"Reference IDs","-386141434":"(Buy)","-482272687":"(Sell)","-1983189496":"ticks","-694277729":"(High)","-2028564707":"(Low)","-627895223":"Exit spot","-596238067":"Entry/Exit spot","-558594655":"The bot is not running","-478946875":"The stats are cleared","-9461328":"Security and privacy","-563774117":"Dashboard","-418247251":"Download your journal.","-870004399":"<0>Bought: {{longcode}} (ID: {{transaction_id}})","-1211474415":"Filters","-186972150":"There are no messages to display","-999254545":"All messages are filtered out","-686334932":"Build a bot from the start menu then hit the run button to run the bot.","-1717650468":"Online","-1825471709":"A whole new trading experience on a powerful yet easy to use platform.","-981017278":"Automated trading at your fingertips. No coding needed.","-398198412":"Trade on Deriv MT5 (DMT5), the all-in-one FX and CFD trading platform.","-1793883644":"Trade FX and CFDs on a customisable, easy-to-use trading platform.","-1309011360":"Open positions","-883103549":"Account deactivated","-821418875":"Trader","-679102561":"Contract Details","-430118939":"Complaints policy","-744999940":"Deriv account","-568280383":"Deriv Gaming","-1936757551":"Deriv Synthetic","-1546927062":"Deriv Financial","-895331276":"Complete your proof of address","-782679300":"Complete your proof of identity","-1019903756":"Synthetic","-1548220954":"Synthetic SVG","-328128497":"Financial","-533935232":"Financial BVI","-565431857":"Financial Labuan","-1669418686":"AUD/CAD","-1548588249":"AUD/CHF","-1552890620":"AUD/JPY","-681231560":"AUD/PLN","-64938413":"AUD/USD","-1430522808":"EUR/AUD","-2020477069":"EUR/CAD","-1201853162":"EUR/CHF","-1318070255":"EUR/GBP","-1197505739":"EUR/JPY","-405907358":"EUR/USD","-1536293064":"NZD/JPY","-79700881":"NZD/USD","-642323838":"USD/CAD","-428199705":"USD/CHF","-424108348":"USD/JPY","-548255282":"USD/NOK","-1834131208":"USD/PLN","-524302516":"Silver/USD","-764731776":"Platinum/USD","-700966800":"Dutch Index","-1863229260":"Australian Index","-946336619":"Wall Street Index","-945048133":"French Index","-1093355162":"UK Index","-932734062":"Hong Kong Index","-2030624691":"Japanese Index","-354063409":"US Index","-232855849":"Euro 50 Index","-1925264914":"Volatility 25 Index","-708579504":"Volatility 50 Index","-975255670":"Volatility 75 Index","-1736314513":"Crash 300 Index","-342128411":"Crash 500 Index","-9704319":"Crash 1000 Index","-465860988":"Bull Market Index","-390528194":"Step Index","-280323742":"EUR Basket","-563812039":"Volatility 10 (1s) Index","-764111252":"Volatility 100 (1s) Index","-1374309449":"Volatility 200 (1s) Index","-1164978320":"Jump 10 Index","-575272887":"BCH/USD","-295406873":"BTC/ETH","-1713556301":"ZMR/USD","-2046638412":"XRP/USD","-1263203461":"BTC/USD","-1112522776":"DSH/USD","-460689370":"LTC/USD","-841561409":"Put Spread","-144803045":"Only numbers and these special characters are allowed: {{permitted_characters}}","-1450516268":"Only letters, numbers, space, hyphen, period, and apostrophe are allowed.","-1072358250":"Letters, spaces, periods, hyphens, apostrophes only","-1966032552":"The length of token should be 8.","-2128137611":"Should start with letter or number, and may contain hyphen and underscore.","-1590869353":"Up to {{decimal_count}} decimal places are allowed.","-2061307421":"Should be more than {{min_value}}","-1099941162":"Should be less than {{max_value}}","-1528188268":"Straight rows of keys are easy to guess","-1339903234":"Short keyboard patterns are easy to guess","-23980798":"Repeats like \"aaa\" are easy to guess","-235760680":"Avoid repeated words and characters","-1568933154":"Sequences like abc or 6543 are easy to guess","-725663701":"Avoid sequences","-1450768475":"Recent years are easy to guess","-1804838610":"Avoid years that are associated with you","-64849469":"Dates are often easy to guess","-2006915194":"Avoid dates and years that are associated with you","-2124205211":"A word by itself is easy to guess","-1095202689":"All-uppercase is almost as easy to guess as all-lowercase","-2137856661":"Reversed words aren't much harder to guess","-1885413063":"Predictable substitutions like '@' instead of 'a' don't help very much","-369258265":"This password is on the blacklist","-681468758":"Your web browser is out of date and may affect your trading experience. Please <0>update your browser.","-577777971":"You have reached the rate limit of requests per second. Please try later.","-206321775":"Fiat","-522767852":"DEMO","-433761292":"Switching to default account.","-405439829":"Sorry, you can't view this contract because it doesn't belong to this account.","-1590712279":"Gaming","-16448469":"Virtual","-540474806":"Your Options account is scheduled to be closed","-618539786":"Your account is scheduled to be closed","-945275490":"Withdraw all funds from your Options account.","-2093768906":"{{name}} has released your funds.
Would you like to give your feedback?","-705744796":"Your demo account balance has reached the maximum limit, and you will not be able to place new trades. Reset your balance to continue trading from your demo account.","-1585069798":"Please click the following link to complete your Appropriateness Test.","-1287141934":"Find out more","-367759751":"Your account has not been verified","-596690079":"Enjoy using Deriv?","-265932467":"We’d love to hear your thoughts","-1815573792":"Drop your review on Trustpilot.","-823349637":"Go to Trustpilot","-1204063440":"Set my account currency","-1751632759":"Get a faster mobile trading experience with the <0>{{platform_name_go}} app!","-1164554246":"You submitted expired identification documents","-219846634":"Let’s verify your ID","-529038107":"Install","-1738575826":"Please switch to your real account or create one to access the cashier.","-1329329028":"You’ve not set your 30-day turnover limit","-132893998":"Your access to the cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to Self-exclusion and set the limit.","-1852207910":"MT5 withdrawal disabled","-764323310":"MT5 withdrawals have been disabled on your account. Please check your email for more details.","-1435762703":"Please Verify your identity","-1902997828":"Refresh now","-753791937":"A new version of Deriv is available","-1775108444":"This page will automatically refresh in 5 minutes to load the latest version.","-1175685940":"Please contact us via live chat to enable withdrawals.","-1125797291":"Password updated.","-157145612":"Please log in with your updated password.","-87177461":"Please go to your account settings and complete your personal details to enable deposits.","-904632610":"Reset your balance","-470018967":"Reset balance","-156611181":"Please complete the financial assessment in your account settings to unlock it.","-1925176811":"Unable to process withdrawals in the moment","-980696193":"Withdrawals are temporarily unavailable due to system maintenance. You can make withdrawals when the maintenance is complete.","-1647226944":"Unable to process deposit in the moment","-488032975":"Deposits are temporarily unavailable due to system maintenance. You can make deposits when the maintenance is complete.","-67021419":"Our cashier is temporarily down due to system maintenance. You can access the cashier in a few minutes when the maintenance is complete.","-849587074":"You have not provided your tax identification number","-47462430":"This information is necessary for legal and regulatory requirements. Please go to your account settings, and fill in your latest tax identification number.","-2067423661":"Stronger security for your Deriv account","-1719731099":"With two-factor authentication, you’ll protect your account with both your password and your phone - so only you can access your account, even if someone knows your password.","-2087822170":"You are offline","-1669693571":"Check your connection.","-1998049070":"If you agree to our use of cookies, click on Accept. For more information, <0>see our policy.","-402093392":"Add Deriv Account","-277547429":"A Deriv account will allow you to fund (and withdraw from) your MT5 account(s).","-1721181859":"You’ll need a {{deriv_account}} account","-1989074395":"Please add a {{deriv_account}} account first before adding a {{dmt5_account}} account. Deposits and withdrawals for your {{dmt5_label}} account are done by transferring funds to and from your {{deriv_label}} account.","-689237734":"Proceed","-1642457320":"Help centre","-1966944392":"Network status: {{status}}","-594209315":"Synthetic indices in the EU are offered by {{legal_entity_name}}, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority (<0>licence no. MGA/B2C/102/2000) and by the Revenue Commissioners for clients in Ireland (<2>licence no. 1010285).","-181484419":"Responsible trading","-650505513":"Full screen","-1823504435":"View notifications","-1954045170":"No currency assigned","-583559763":"Menu","-2094580348":"Thanks for verifying your email","-1396326507":"Unfortunately, {{website_name}} is not available in your country.","-288996254":"Unavailable","-122970184":"Total assets in your Deriv and {{platform_name_dxtrade}} demo accounts.","-97270814":"Total assets in your Deriv and {{platform_name_dxtrade}} real accounts.","-1844355483":"{{platform_name_dxtrade}} Accounts","-1740162250":"Manage account","-1277942366":"Total assets","-1556699568":"Choose your citizenship","-1310654342":"As part of the changes in our product line-up, we will be closing Gaming accounts belonging to our UK clients.","-626152766":"As part of the changes in our product line-up, we are closing Options accounts belonging to our clients in Europe.","-490100162":"As part of the changes in our product line-up, we will be closing accounts belonging to our Isle of Man clients.","-1208958060":"You can no longer trade digital options on any of our platforms. You also can’t deposit funds into your account.<0/><1/>Any open positions on digital options have been closed with full payout.","-2050417883":"You’ll lose access to your Gaming account when it gets closed, so make sure to withdraw your funds as soon as possible.","-1950045402":"Withdraw all your funds","-168971942":"What this means for you","-905560792":"OK, I understand","-1308593541":"You will lose access to your account when it gets closed, so be sure to withdraw all your funds.","-2024365882":"Explore","-1197864059":"Create free demo account","-71049153":"Keep your account secure with a password","-1861974537":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters, numbers, and symbols.","-1965920446":"Start trading","-1485242688":"Step {{step}}: {{step_title}} ({{step}} of {{steps}})","-1829842622":"You can open an account for each cryptocurrency.","-987221110":"Choose a currency you would like to trade with.","-1066574182":"Choose a currency","-1914534236":"Choose your currency","-200560194":"Please switch to your {{fiat_currency}} account to change currencies.","-1829493739":"Choose the currency you would like to trade with.","-1814647553":"Add a new","-1269362917":"Add new","-650480777":"crypto account","-175638343":"Choose an account or add a new one","-1768223277":"Your account is ready","-1215717784":"<0>You have successfully changed your currency to {{currency}}.<0>Make a deposit now to start trading.","-786091297":"Trade on demo","-228099749":"Please verify your identity and address","-1041852744":"We're processing your personal information","-1775006840":"Make a deposit now to start trading.","-983734304":"We need proof of your identity and address before you can start trading.","-917733293":"To get trading, please confirm where you live.","-1282628163":"You'll be able to get trading as soon as verification is complete.","-952649119":"Log In","-3815578":"Sign Up","-1456176427":"Set a currency for your real account","-1557011219":"Add a real Deriv Options account","-259386249":"Add a Deriv Synthetic account","-241733171":"Add a Deriv Financial account","-1329687645":"Create a cryptocurrency account","-1429178373":"Create a new account","-1016775979":"Choose an account","-1369294608":"Already signed up?","-617844567":"An account with your details already exists.","-292363402":"Trading statistics report","-1656860130":"Options trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","-28080461":"Would like to check your statement first? <0>Check Statement","-611059051":"Please specify your preferred interval reality check in minutes:","-1876891031":"Currency","-11615110":"Turnover","-1370419052":"Profit / Loss","-437320982":"Session duration:","-3959715":"Current time:","-1534648620":"Your password has been changed","-596199727":"We will now redirect you to the login page.","-310434518":"The email input should not be empty.","-437918412":"No currency assigned to your account","-707550055":"We need this to make sure our service complies with laws and regulations in your country.","-280139767":"Set residence","-601615681":"Select theme","-1152511291":"Dark","-1428458509":"Light","-1917706589":"Your Deriv account is unlinked from {{social_identity_provider}}. Use your email and password for future log in.","-2017825013":"Got it","-505449293":"Enter a new password for your Deriv account.","-703818088":"Only log in to your account at this secure link, never elsewhere.","-2102997229":"Examples","-82488190":"I've read the above carefully.","-97775019":"Do not trust and give away your credentials on fake websites, ads or emails.","-2142491494":"OK, got it","-611136817":"Beware of fake links.","-1787820992":"Platforms","-184713104":"Earn fixed payouts with options, or trade multipliers to amplify your gains with limited risk.","-1571775875":"Our flagship options and multipliers trading platform.","-1107320163":"Automate your trading, no coding needed.","-820028470":"Options & Multipliers","-895091803":"If you're looking for CFDs","-1447215751":"Not sure? Try this","-2338797":"<0>Maximise returns by <0>risking more than you put in.","-1682067341":"Earn <0>fixed returns by <0>risking only what you put in.","-1744351732":"Not sure where to start?","-943710774":"This complaints policy, which may change from time to time, applies to your account registered with {{legal_entity_name}}, having its registered office address at First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, licensed and regulated respectively by (1) the Gambling Supervision Commission in the Isle of Man (current <0>licence issued on 31 August 2017) and (2) the Gambling Commission in the UK (<1>licence no. 39172).","-255056078":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name}}, having its registered office address at W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority in Malta for gambling products only, <0>licence no. MGA/B2C/102/2000, and for clients residing in the UK by the UK Gambling Commission (account number 39495).","-1941013000":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}}, {{legal_entity_name_fx}}, and {{legal_entity_name_v}}.","-594812204":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}}.","-1639808836":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Independent Betting Adjudication Service (IBAS) by filling the IBAS adjudication form. Please note that IBAS only deals with disputes that result from transactions.","-1505742956":"<0/><1/>You can also refer your dispute to the Malta Gaming Authority via the <2>Player Support Unit.","-1406192787":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Financial Commission.","-1776547326":"<0/><1/>If you reside in the UK and you are unhappy with our response you may escalate your complaint to the <2>Financial Ombudsman Service.","-2115348800":"1. Introduction","-744009523":"2. Fair treatment","-866831420":"3.1. Submission of a complaint","-1102904026":"3.2. Handling your complaint","-603378979":"3.3. Resolving your complaint","-697569974":"3.4. Your decision","-993572476":"<0>b.The Financial Commission has 5 days to acknowledge that your complaint was received and 14 days to answer the complaint through our Internal Dispute Resolution (IDR) procedure.","-1769159081":"<0>c.You will be able to file a complaint with the Financial Commission only if you are not satisfied with our decision or the decision wasn’t made within 14 days.","-58307244":"3. Determination phase","-356618087":"<0>b.The DRC may request additional information from you or us, who must then provide the requested information within 7 days.","-945718602":"<0>b.If you agree with a DRC decision, you will need to accept it within 14 days. If you do not respond to the DRC decision within 14 days, the complaint is considered closed.","-1500907666":"<0>d.If the decision is made in our favour, you must provide a release for us within 7 days of when the decision is made, and the complaint will be considered closed.","-429248139":"5. Disclaimer","-818926350":"The Financial Commission accepts appeals for 45 days following the date of the incident and only after the trader has tried to resolve the issue with the company directly.","-175369516":"Welcome to Deriv X","-1667427537":"Run Deriv X on your browser or download the mobile app","-305915794":"Run MT5 from your browser or download the MT5 app for your devices","-404375367":"Trade forex, basket indices, commodities, and cryptocurrencies with high leverage.","-811331160":"Trade CFDs on forex, stocks, stock indices, synthetic indices, and commodities with leverage.","-781132577":"Leverage","-1264604378":"Up to 1:1000","-637908996":"100%","-1420548257":"20+","-1373949478":"50+","-1686150678":"Up to 1:100","-1382029900":"70+","-1493055298":"90+","-1056874273":"25+ assets: synthetics","-223956356":"Leverage up to 1:1000","-1340877988":"Registered with the Financial Commission","-879901180":"170+ assets: forex (standard/micro), stocks, stock indices, commodities, basket indices, and cryptocurrencies","-1020615994":"Better spreads","-1789823174":"Regulated by the Vanuatu Financial Services Commission","-1040269115":"30+ assets: forex and commodities","-1372141447":"Straight-through processing","-318390366":"Regulated by the Labuan Financial Services Authority (Licence no. MB/18/0024)","-1556783479":"80+ assets: forex and cryptocurrencies","-875019707":"Leverage up to 1:100","-1752249490":"Malta Financial","-2068980956":"Leverage up to 1:30","-2098459063":"British Virgin Islands","-2050821902":"Demo Synthetic","-1434036215":"Demo Financial","-1416247163":"Financial STP","-1882063886":"Demo CFDs","-1347908717":"Demo Financial SVG","-785625598":"Use these credentials to log in to your {{platform}} account on the website and mobile apps.","-997127433":"Change Password","-162753510":"Add real account","-860609405":"Password","-742647506":"Fund transfer","-1874242353":"Fund top up","-1580554423":"Trade CFDs on our synthetic indices that simulate real-world market movements.","-712681566":"Peer-to-peer exchange","-1267880283":"{{field_name}} is required","-2084509650":"{{field_name}} is not properly formatted.","-1779241732":"First line of address is not in a proper format.","-188222339":"This should not exceed {{max_number}} characters.","-1673422138":"State/Province is not in a proper format.","-1385484963":"Confirm to change your {{platform}} password","-1990902270":"This will change the password to all of your {{platform}} accounts.","-1357917360":"Web terminal","-1454896285":"The MT5 desktop app is not supported by Windows XP, Windows 2003, and Windows Vista.","-673424733":"Demo account","-1066565281":"Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. Service may be disrupted during this time.","-1986258847":"Server maintenance starts at 01:00 GMT every Sunday, and this process may take up to 2 hours to complete. Service may be disrupted during this time.","-1199152768":"Please explore our other platforms.","-205020823":"Explore {{platform_name_trader}}","-1982499699":"Explore {{platform_name_dbot}}","-1567989247":"Submit your proof of identity and address","-464262734":"Manage {{platform}} Real {{account_title}} account password","-184453418":"Enter your {{platform}} password","-1769158315":"real","-700260448":"demo","-1175356567":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account. To start trading, transfer funds from your Deriv account into this account.","-1570793523":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account.","-790488576":"Forgot password?","-1190393389":"Enter your {{platform}} password to add a {{platform}} {{account}} account.","-2057918502":"Hint: You may have entered your Deriv password, which is different from your {{platform}} password.","-1928229820":"Reset Deriv X investor password","-1917043724":"Reset DMT5 investor password","-1087845020":"main","-1950683866":"investor","-89838213":"You can top up your demo account with an additional <0> if your balance is <1> or less.","-1211122723":"{{ platform }} {{ account_title }} account","-78895143":"Current balance","-149993085":"New current balance","-490244964":"Forex, stocks, stock indices, cryptocurrencies","-1368041210":", synthetic indices","-877064208":"EUR","-1302404116":"Maximum leverage","-1284221303":"You’ll get a warning, known as margin call, if your account balance drops down close to the stop out level.","-1848799829":"To understand stop out, first you need to learn about margin level, which is the ratio of your equity (the total balance you would have if you close all your positions at that point) to the margin you're using at the moment. If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.","-224051432":"24/7","-511301450":"Indicates the availability of cryptocurrency trading on a particular account.","-1591882610":"Synthetics","-70716111":"FX-majors (standard/micro lots), FX-minors, basket indices, commodities, cryptocurrencies, and stocks and stock indices","-1041629137":"FX-majors, FX-minors, FX-exotics, and cryptocurrencies","-287097947":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies (except UK)","-2102641225":"At bank rollover, liquidity in the forex markets is reduced and may increase the spread and processing time for client orders. This happens around 21:00 GMT during daylight saving time, and 22:00 GMT non-daylight saving time.","-495364248":"Margin call and stop out level will change from time to time based on market condition.","-536189739":"To protect your portfolio from adverse market movements due to the market opening gap, we reserve the right to decrease leverage on all offered symbols for financial accounts before market close and increase it again after market open. Please make sure that you have enough funds available in your {{platform}} account to support your positions at all times.","-1225160479":"Compare available accounts","-2042845290":"Your investor password has been changed.","-1882295407":"Your password has been changed.","-254497873":"Use this password to grant viewing access to another user. While they may view your trading account, they will not be able to trade or take any other actions.","-161656683":"Current investor password","-374736923":"New investor password","-1793894323":"Create or reset investor password","-1124208206":"Switch to your real account to create a DMT5 {{account_title}} {{type_title}} account.","-1576792859":"Proof of identity and address are required","-104382603":"Check your proof of address","-793684335":"Check your proof of identity","-1271218821":"Account added","-1422519943":"Add Your DMT5 {{account_type}} account under Deriv (V) Ltd, regulated by the Vanuatu Financial Services Commission.","-2032649678":"Add your DMT5 {{account_type}} STP account under Deriv (FX) Ltd regulated by Labuan Financial Services Authority (Licence no. MB/18/0024).","-801751276":"Add your DMT5 CFDs account under Deriv Investments (Europe) Limited regulated by the Malta Financial Services Authority (MFSA) (licence no. IS/70156).","-16048185":"To create this account first we need your proof of identity and address.","-1627989291":"To create this account first we need you to resubmit your proof of identity.","-1389025684":"To create this account first we need you to resubmit your proof of identity and address.","-1615750576":"You will be able to open this account once your submitted documents have been verified.","-352187285":"Choose a jurisdiction for your DMT5 {{account_type}} account","-1728185398":"Resubmit proof of address","-1961967032":"Resubmit proof of identity","-10956371":"You need a real account (fiat currency or cryptocurrency) in Deriv to create a real DMT5 account.","-1760596315":"Create a Deriv account","-705682181":"Malta","-194969520":"Counterparty company","-1131400885":"Deriv Investments (Europe) Limited","-409563066":"Regulator","-2073451889":"Malta Financial Services Authority (MFSA) (Licence no. IS/70156)","-362324454":"Commodities","-543177967":"Stock indices","-1089385344":"Deriv (SVG) LLC","-2019617323":"Deriv (BVI) Ltd","-112814932":"Deriv (FX) Ltd","-1747078152":"-","-1510474851":"British Virgin Islands Financial Services Commission (licence no. SIBA/L/18/1114)","-199154602":"Vanuatu Financial Services Commission","-761250329":"Labuan Financial Services Authority (Licence no. MB/18/0024)","-251202291":"Broker","-81650212":"MetaTrader 5 web","-2123571162":"Download","-941636117":"MetaTrader 5 Linux app","-2019704014":"Scan the QR code to download Deriv MT5.","-1324223697":"Use this password to log in to your DMT5 accounts on the desktop, web, and mobile apps.","-648956272":"Use this password to log in to your Deriv X accounts on the web and mobile apps.","-337314155":"Change {{platform}} password","-1814308691":"Please click on the link in the email to change your {{platform}} password.","-1282933308":"Not {{barrier}}","-968190634":"Equals {{barrier}}","-1747377543":"Under {{barrier}}","-337314714":"days","-442488432":"day","-1572548510":"Ups & Downs","-71301554":"Ins & Outs","-952298801":"Look Backs","-763273340":"Digits","-1790089996":"NEW!","-1386326276":"Barrier is a required field.","-1418742026":"Higher barrier must be higher than lower barrier.","-92007689":"Lower barrier must be lower than higher barrier.","-1095538960":"Please enter the start time in the format \"HH:MM\".","-1975910372":"Minute must be between 0 and 59.","-866277689":"Expiry time cannot be in the past.","-1455298001":"Now","-256210543":"Trading is unavailable at this time.","-28115241":"{{platform_name_trader}} is not available for this account","-453920758":"Go to {{platform_name_mt5}} dashboard","-402175529":"History","-902712434":"Deal cancellation","-988484646":"Deal cancellation (executed)","-444882676":"Deal cancellation (active)","-13423018":"Reference ID","-1551639437":"No history","-1214703885":"You have yet to update either take profit or stop loss","-880722426":"Market is closed","-504849554":"It will reopen at","-59803288":"In the meantime, try our synthetic indices. They simulate real-market volatility and are open 24/7.","-1278109940":"See open markets","-694105443":"This market is closed","-439389714":"We’re working on it","-770929448":"Go to {{platform_name_smarttrader}}","-138538812":"Log in or create a free account to place a trade.","-2036388794":"Create free account","-1813736037":"No further trading is allowed on this contract type for the current trading session. For more info, refer to our <0>terms and conditions.","-590131162":"Stay on {{website_domain}}","-1444663817":"Go to Binary.com","-1526466612":"You’ve selected a trade type that is currently unsupported, but we’re working on it.","-1043795232":"Recent positions","-1572796316":"Purchase price:","-153220091":"{{display_value}} Tick","-802374032":"Hour","-2039780875":"Purchase confirmation","-1672470173":"Require confirmation before purchasing a contract","-1342661765":"Lock contract purchase buttons","-939764287":"Charts","-1738427539":"Purchase","-1392065699":"If you select \"Rise\", you win the payout if the exit spot is strictly higher than the entry spot.","-1762566006":"If you select \"Fall\", you win the payout if the exit spot is strictly lower than the entry spot.","-1435306976":"If you select \"Allow equals\", you win the payout if exit spot is higher than or equal to entry spot for \"Rise\". Similarly, you win the payout if exit spot is lower than or equal to entry spot for \"Fall\".","-1959473569":"If you select \"Lower\", you win the payout if the exit spot is strictly lower than the barrier.","-1350745673":"If the exit spot is equal to the barrier, you don't win the payout.","-2089488446":"If you select \"Ends Between\", you win the payout if the exit spot is strictly higher than the Low barrier AND strictly lower than the High barrier.","-1876950330":"If you select \"Ends Outside\", you win the payout if the exit spot is EITHER strictly higher than the High barrier, OR strictly lower than the Low barrier.","-546460677":"If the exit spot is equal to either the Low barrier or the High barrier, you don't win the payout.","-1812957362":"If you select \"Stays Between\", you win the payout if the market stays between (does not touch) either the High barrier or the Low barrier at any time during the contract period","-220379757":"If you select \"Goes Outside\", you win the payout if the market touches either the High barrier or the Low barrier at any time during the contract period.","-1281286610":"If you select \"Matches\", you will win the payout if the last digit of the last tick is the same as your prediction.","-1929209278":"If you select \"Even\", you will win the payout if the last digit of the last tick is an even number (i.e., 2, 4, 6, 8, or 0).","-2038865615":"If you select \"Odd\", you will win the payout if the last digit of the last tick is an odd number (i.e., 1, 3, 5, 7, or 9).","-1416078023":"If you select \"Touch\", you win the payout if the market touches the barrier at any time during the contract period.","-1272255095":"If the exit spot is equal to the barrier or the new barrier (if a reset occurs), you don't win the payout.","-231957809":"Win maximum payout if the exit spot is higher than or equal to the upper barrier.","-464144986":"Win maximum payout if the exit spot is lower than or equal to the lower barrier.","-1031456093":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between upper barrier and exit spot.","-968162707":"No payout if exit spot is above or equal to the upper barrier.","-299450697":"If you select \"High Tick\", you win the payout if the selected tick is the highest among the next five ticks.","-705681870":"By purchasing the \"High-to-Low\" contract, you'll win the multiplier times the difference between the high and low over the duration of the contract.","-420387848":"The high is the highest point ever reached by the market during the contract period.","-1666375348":"By purchasing the \"High-to-Close\" contract, you'll win the multiplier times the difference between the high and close over the duration of the contract.","-2024955268":"If you select “Up”, you will earn a profit by closing your position when the market price is higher than the entry spot.","-1598433845":"If you select “Down”, you will earn a profit by closing your position when the market price is lower than the entry spot.","-1092777202":"The Stop-out level on the chart indicates the price at which your potential loss equals your entire stake. When the market price reaches this level, your position will be closed automatically. This ensures that your loss does not exceed the amount you paid to purchase the contract.","-885323297":"These are optional parameters for each position that you open:","-584696680":"If you select “Take profit” and specify an amount that you’d like to earn, your position will be closed automatically when your profit is more than or equals to this amount. Your profit may be more than the amount you entered depending on the market price at closing.","-178096090":"“Take profit” cannot be updated. You may update it only when “Deal cancellation” expires.","-206909651":"The entry spot is the market price when your contract is processed by our servers.","-149836494":"Your transaction reference number is {{transaction_id}}","-1382749084":"Go back to trading","-1231210510":"Tick","-1239477911":"second","-1585766960":"min","-1652791614":"mins","-1977959027":"hours","-8998663":"Digit: {{last_digit}} ","-1435392215":"About deal cancellation","-1280319153":"Cancel your trade anytime within a chosen time-frame. Triggered automatically if your trade reaches the stop out level within the chosen time-frame.","-471757681":"Risk management","-976258774":"Not set","-843831637":"Stop loss","-771725194":"Deal Cancellation","-45873457":"NEW","-127118348":"Choose {{contract_type}}","-543478618":"Try checking your spelling or use a different term","-338707425":"Minimum duration is 1 day","-1003473648":"Duration: {{duration}} day","-700280380":"Deal cancel. fee","-741395299":"{{value}}","-1527492178":"Purchase Locked","-725375562":"You can lock/unlock the purchase button from the Settings menu","-1358367903":"Stake","-1513281069":"Barrier 2","-390994177":"Should be between {{min}} and {{max}}","-2055106024":"Toggle between advanced and simple duration settings","-1012793015":"End time","-2037881712":"Your contract will be closed automatically at the next available asset price on <0>.","-629549519":"Commission <0/>","-2131859340":"Stop out <0/>","-1686280757":"<0>{{commission_percentage}}% of (<1/> * {{multiplier}})","-1043117679":"When your current loss equals or exceeds {{stop_out_percentage}}% of your stake, your contract will be closed at the nearest available asset price.","-477998532":"Your contract is closed automatically when your loss is more than or equals to this amount.","-243332856":"Last digit stats for latest 1000 ticks for {{ underlying_name }}","-339236213":"Multiplier","-461955353":"purchase price","-172348735":"profit","-1624674721":"contract type","-1644154369":"entry spot time","-510792478":"entry spot price","-1974651308":"exit spot time","-1600267387":"exit spot price","-514917720":"barrier","-2004386410":"Win","-1072292603":"No Change","-1631669591":"string","-1768939692":"number","-795152863":"green","-1640576332":"blue","-804983649":"yellow","-94281841":"red","-1242470654":"Earned money","-1429914047":"Low","-1893628957":"Open Time","-1896106455":"10 minutes","-999492762":"15 minutes","-1978767852":"30 minutes","-293628675":"1 hour","-385604445":"2 hours","-1965813351":"4 hours","-525321833":"1 day","-1691868913":"Touch/No Touch","-151151292":"Asians","-1048378719":"Reset Call/Reset Put","-1282312809":"High/Low Ticks","-1237186896":"Only Ups/Only Downs","-529846150":"Seconds","-2035315547":"Low barrier","-1635771697":"middle","-1529389221":"Histogram","-1819860668":"MACD","-1750896349":"D'Alembert","-102980621":"The Oscar's Grind Strategy is a low-risk positive progression strategy that first appeared in 1965. By using this strategy, the size of your contract will increase after successful trades, but remains unchanged after unsuccessful trades.","-462715374":"Untitled Bot","-2002533437":"Custom function","-215053350":"with:","-1257232389":"Specify a parameter name:","-1885742588":"with: ","-188442606":"function {{ function_name }} {{ function_params }} {{ dummy }}","-313112159":"This block is similar to the one above, except that this returns a value. The returned value can be assigned to a variable of your choice.","-1783320173":"Prematurely returns a value within a function","-1485521724":"Conditional return","-1482801393":"return","-46453136":"get","-1838027177":"first","-1182568049":"Get list item","-1675454867":"This block gives you the value of a specific item in a list, given the position of the item. It can also remove the item from the list.","-381501912":"This block creates a list of items from an existing list, using specific item positions.","-426766796":"Get sub-list","-1679267387":"in list {{ input_list }} find {{ first_or_last }} occurence of item {{ input_value }}","-2087996855":"This block gives you the position of an item in a given list.","-422008824":"Checks if a given list is empty","-1343887675":"This block checks if a given list is empty. It returns “True” if the list is empty, “False” if otherwise.","-1548407578":"length of {{ input_list }}","-1786976254":"This block gives you the total number of items in a given list.","-2113424060":"create list with item {{ input_item }} repeated {{ number }} times","-1955149944":"Repeat an item","-434887204":"set","-197957473":"as","-851591741":"Set list item","-1874774866":"ascending","-1457178757":"Sorts the items in a given list","-350986785":"Sort list","-324118987":"make text from list","-155065324":"This block creates a list from a given string of text, splitting it with the given delimiter. It can also join items in a list into a string of text.","-459051222":"Create list from text","-977241741":"List Statement","-451425933":"{{ break_or_continue }} of loop","-323735484":"continue with next iteration","-1592513697":"Break out/continue","-713658317":"for each item {{ variable }} in list {{ input_list }}","-1825658540":"Iterates through a given list","-952264826":"repeat {{ number }} times","-887757135":"Repeat (2)","-1608672233":"This block is similar to the block above, except that the number of times it repeats is determined by a given variable.","-533154446":"Repeat (1)","-1059826179":"while","-1893063293":"until","-279445533":"Repeat While/Until","-1003706492":"User-defined variable","-359097473":"set {{ variable }} to {{ value }}","-1588521055":"Sets variable value","-980448436":"Set variable","-1538570345":"Get the last trade information and result, then trade again.","-222725327":"Here is where you can decide if your bot should continue trading.","-1638446329":"Result is {{ win_or_loss }}","-1968029988":"Last trade result","-1588406981":"You can check the result of the last trade with this block.","-1459154781":"Contract Details: {{ contract_detail }}","-1652241017":"Reads a selected property from contract details list","-2082345383":"These blocks transfer control to the Purchase conditions block.","-172574065":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract.","-403103225":"restart","-837044282":"Ask Price {{ contract_type }}","-1033917049":"This block returns the purchase price for the selected trade type.","-1863737684":"2. Purchase conditions","-228133740":"Specify contract type and purchase conditions.","-1291088318":"Purchase conditions","-1098726473":"This block is mandatory. Only one copy of this block is allowed. You can place the Purchase block (see below) here as well as conditional blocks to define your purchase conditions.","-1777988407":"Payout {{ contract_type }}","-511116341":"This block returns the potential payout for the selected trade type","-1943211857":"Potential payout","-813464969":"buy","-53668380":"True if active contract can be sold before expiration at current market price","-43337012":"Sell profit/loss","-2112866691":"Returns the profit/loss from selling at market price","-2132417588":"This block gives you the potential profit or loss if you decide to sell your contract.","-1360483055":"set {{ variable }} to Bollinger Bands {{ band_type }} {{ dummy }}","-20542296":"Calculates Bollinger Bands (BB) from a list with a period","-1951109427":"Bollinger Bands (BB)","-857226052":"BB is a technical analysis indicator that’s commonly used by traders. The idea behind BB is that the market price stays within the upper and lower bands for 95% of the time. The bands are the standard deviations of the market price, while the line in the middle is a simple moving average line. If the price reaches either the upper or lower band, there’s a possibility of a trend reversal.","-325196350":"set {{ variable }} to Bollinger Bands Array {{ band_type }} {{ dummy }}","-199689794":"Similar to BB. This block gives you a choice of returning the values of either the lower band, higher band, or the SMA line in the middle.","-920690791":"Calculates Exponential Moving Average (EMA) from a list with a period","-960641587":"EMA is a type of moving average that places more significance on the most recent data points. It’s also known as the exponentially weighted moving average. EMA is different from SMA in that it reacts more significantly to recent price changes.","-1557584784":"set {{ variable }} to Exponential Moving Average Array {{ dummy }}","-32333344":"Calculates Moving Average Convergence Divergence (MACD) from a list","-628573413":"MACD is calculated by subtracting the long-term EMA (26 periods) from the short-term EMA (12 periods). If the short-term EMA is greater or lower than the long-term EMA than there’s a possibility of a trend reversal.","-1133676960":"Fast EMA Period {{ input_number }}","-883166598":"Period {{ input_period }}","-450311772":"set {{ variable }} to Relative Strength Index {{ dummy }}","-1861493523":"Calculates Relative Strength Index (RSI) list from a list of values with a period","-880048629":"Calculates Simple Moving Average (SMA) from a list with a period","-1150972084":"Market direction","-276935417":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of “True” or “False”.","-764931948":"in candle list get # from end {{ input_number }}","-924607337":"Returns the last digit of the latest tick","-560033550":"Returns the list of last digits of 1000 recent tick values","-74062476":"Make a List of {{ candle_property }} values in candles list with interval: {{ candle_interval_type }}","-1556495906":"Returns a list of specific values from a candle list according to selected time interval","-166816850":"Create a list of candle values (1)","-1261436901":"Candles List","-1174859923":"Read the selected candle value","-1972165119":"Read candle value (1)","-1956100732":"You can use this block to analyze the ticks, regardless of your trades","-443243232":"The content of this block is called on every tick. Place this block outside of any root block.","-641399277":"Last Tick","-1628954567":"Returns the value of the last tick","-1332756793":"This block gives you the value of the last tick.","-2134440920":"Last Tick String","-1466340125":"Tick value","-467913286":"Tick value Description","-785831237":"This block gives you a list of the last 1000 tick values.","-1546430304":"Tick List String Description","-1788626968":"Returns \"True\" if the given candle is black","-436010611":"Make a list of {{ candle_property }} values from candles list {{ candle_list }}","-1384340453":"Returns a list of specific values from a given candle list","-584859539":"Create a list of candle values (2)","-2010558323":"Read {{ candle_property }} value in candle {{ input_candle }}","-2846417":"This block gives you the selected candle value.","-1587644990":"Read candle value (2)","-1202212732":"This block returns account balance","-1737837036":"Account balance","-1963883840":"Put your blocks in here to prevent them from being removed","-1284013334":"Use this block if you want some instructions to be ignored when your bot runs. Instructions within this block won’t be executed.","-1217253851":"Log","-1987568069":"Warn","-104925654":"Console","-1956819233":"This block displays messages in the developer's console with an input that can be either a string of text, a number, boolean, or an array of data.","-1450461842":"Load block from URL: {{ input_url }}","-1088614441":"Loads blocks from URL","-1747943728":"Loads from URL","-2105753391":"Notify Telegram {{ dummy }} Access Token: {{ input_access_token }} Chat ID: {{ input_chat_id }} Message: {{ input_message }}","-1008209188":"Sends a message to Telegram","-1218671372":"Displays a notification and optionally play selected sound","-2099284639":"This block gives you the total profit/loss of your trading strategy since your bot started running. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-683825404":"Total Profit String","-718220730":"Total Profit String Description","-1861858493":"Number of runs","-264195345":"Returns the number of runs","-303451917":"This block gives you the total number of times your bot has run. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-2132861129":"Conversion Helper Block","-74095551":"Seconds Since Epoch","-15528039":"Returns the number of seconds since January 1st, 1970","-729807788":"This block returns the number of seconds since January 1st, 1970.","-1370107306":"{{ dummy }} {{ stack_input }} Run after {{ number }} second(s)","-558838192":"Delayed run","-1975250999":"This block converts the number of seconds since the Unix Epoch (1 January 1970) into a string of text representing the date and time.","-702370957":"Convert to date/time","-982729677":"Convert to timestamp","-311268215":"This block converts a string of text that represents the date and time into seconds since the Unix Epoch (1 January 1970). The time and time zone offset are optional. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825.","-1797602591":"Stop Loss: {{ currency }} {{ stop_loss }}","-1214929127":"Stop loss must be a positive number.","-780745489":"If the contract type is “Both”, then the Purchase Conditions should include both Rise and Fall using the “Conditional Block\"","-2142851225":"Multiplier trade options","-625636913":"Amount must be a positive number.","-1466383897":"Duration: {{ duration_unit }} {{ duration_value }}","-440702280":"Trade options","-1193894978":"Define your trade options such as duration and stake. Some options are only applicable for certain trade types.","-46523443":"Duration value is not allowed. To run the bot, please enter a value between {{min}} to {{max}}.","-1483427522":"Trade Type: {{ trade_type_category }} > {{ trade_type }}","-323348124":"1. Trade parameters","-1671903503":"Run once at start:","-783173909":"Trade options:","-376956832":"Here is where you define the parameters of your contract.","-1244007240":"if {{ condition }} then","-1577206704":"else if","-33796979":"true","-1434883449":"This is a single block that returns a boolean value, either true or false.","-1946404450":"Compares two values","-979918560":"This block converts the boolean value (true or false) to its opposite.","-2047257743":"Null","-1274387519":"Performs selected logic operation","-766386234":"This block performs the \"AND\" or the \"OR\" logic operation.","-790995537":"test {{ condition }}","-1860211657":"if false {{ return_value }}","-1643760249":"This block tests if a given value is true or false and returns “True” or “False” accordingly.","-1551875333":"Test value","-52486882":"Arithmetical operations","-1010436425":"This block adds the given number to the selected variable","-999773703":"Change variable","-1272091683":"Mathematical constants","-1396629894":"constrain {{ number }} low {{ low_number }} high {{ high_number }}","-425224412":"This block constrains a given number so that it is within a set range.","-2072551067":"Constrain within a range","-43523220":"remainder of {{ number1 }} ÷ {{ number2 }}","-1291857083":"Returns the remainder after a division","-592154850":"Remainder after division","-736665095":"Returns the remainder after the division of the given numbers.","-1266992960":"Math Number Description","-77191651":"{{ number }} is {{ type }}","-817881230":"even","-142319891":"odd","-1000789681":"whole","-1735674752":"Test a number","-1017805068":"This block tests a given number according to the selection and it returns a value of “True” or “False”. Available options: Even, Odd, Prime, Whole, Positive, Negative, Divisible","-1858332062":"Number","-1053492479":"Enter an integer or fractional number into this block. Please use `.` as a decimal separator for fractional numbers.","-927097011":"sum","-1653202295":"max","-1555878023":"average","-1748351061":"mode","-992067330":"Aggregate operations","-1691561447":"This block gives you a random fraction between 0.0 to 1.0","-523625686":"Random fraction number","-933024508":"Rounds a given number to an integer","-1656927862":"This block rounds a given number according to the selection: round, round up, round down.","-1495304618":"absolute","-61210477":"Operations on a given number","-181644914":"This block performs the selected operations to a given number.","-840732999":"to {{ variable }} append text {{ input_text }}","-1469497908":"Appends a given text to a variable","-1851366276":"Text Append","-1666316828":"Appends a given text to a variable.","-1902332770":"Transform {{ input_text }} to {{ transform_type }}","-1489004405":"Title Case","-904432685":"Changes text case accordingly","-882381096":"letter #","-1027605069":"letter # from end","-2066990284":"random letter","-337089610":"in text {{ input_text1 }} find {{ first_or_last }} occurence of text {{ input_text2 }}","-1966694141":"Searches through a string of text for a specific occurrence of a given character or word, and returns the position.","-697543841":"Text join","-141160667":"length of {{ input_text }}","-1133072029":"Text String Length","-1109723338":"print {{ input_text }}","-736668830":"Print","-1821552998":"trim spaces from {{ side }} of {{ input_text }}","-801766026":"right side","-474779821":"Trims spaces","-1219239717":"One or more mandatory blocks are missing from your workspace. Please add the required block(s) and then try again.","-250761331":"One or more mandatory blocks are disabled in your workspace. Please enable the required block(s) and then try again.","-1687036846":"Download block","-1266781295":"Expand","-894560707":"function","-1867119688":"Duplicate","-610728049":"Rearrange Vertically","-2033146714":"Collapse All Blocks","-958601558":"Delete Block","-1193267384":"Detach Block","-1750478127":"New variable name","-1061878051":"Y","-2047029150":"Unable to load the block file.","-1410769167":"Target must be an XML file","-609157479":"This URL is already loaded","-241945454":"Proposals are not ready","-1087890592":"Maximum loss amount reached","-1030545878":"You are rate limited for: {{ message_type }}, retrying in {{ delay }}s (ID: {{ request }})","-490766438":"You are disconnected, retrying in {{ delay }}s","-1389975609":"unknown","-1900515692":"Duration must be a positive integer","-245297595":"Please login","-1445046468":"Given candle is not valid","-1891622945":"{{hourPast}}h ago","-1723202824":"Please grant permission to view and manage Google Drive folders created with Binary Bot","-210953314":"There was an error retrieving data from Google Drive","-1521930919":"Select a Binary Bot strategy","-845301264":"There was an error listing files from Google Drive","-1452908801":"There was an error retrieving files from Google Drive","-232617824":"There was an error processing your request","-1800672151":"GBP Index","-1904030160":"Transaction performed by (App ID: {{app_id}})","-513103225":"Transaction time","-2066666313":"Credit/Debit","-2140412463":"Buy price","-1981004241":"Sell time","-600828210":"Indicative profit/loss","-706219815":"Indicative price","-3423966":"Take profit<0 />Stop loss","-2082644096":"Current stake","-538215347":"Net deposits","-280147477":"All transactions","-137444201":"Buy","-130601012":"Please select duration","-232254547":"Custom","-1577570698":"Start date","-1251526905":"Last 7 days","-360975483":"You've made no transactions of this type during this period.","-922253974":"Rise/Fall","-1361254291":"Higher/Lower","-335816381":"Ends In/Ends Out","-1789807039":"Asian Up/Asian Down","-330437517":"Matches/Differs","-657360193":"Over/Under","-558031309":"High Tick/Low Tick","-2092611555":"Sorry, this app is unavailable in your current location.","-1488537825":"If you have an account, log in to continue.","-555592125":"Unfortunately, trading options isn't possible in your country","-1571816573":"Sorry, trading is unavailable in your current location.","-1714959941":"This chart display is not ideal for tick contracts","-1254554534":"Please change the chart duration to tick for a better trading experience.","-1603581277":"minutes","-1658230823":"Contract was sold for <0 />.","-1905867404":"Contract cancelled"} \ No newline at end of file +{"0":"","1014140":"You may also call <0>+447723580049 to place your complaint.","3215342":"Last 30 days","7100308":"Hour must be between 0 and 23.","11539750":"set {{ variable }} to Relative Strength Index Array {{ dummy }}","11872052":"Yes, I'll come back later","14365404":"Request failed for: {{ message_type }}, retrying in {{ delay }}s","15377251":"Profit amount: {{profit}}","17843034":"Check proof of identity document verification status","19424289":"Username","19552684":"USD Basket","21035405":"Please tell us why you’re leaving. (Select up to {{ allowed_reasons }} reasons.)","24900606":"Gold Basket","25854018":"This block displays messages in the developer’s console with an input that can be either a string of text, a number, boolean, or an array of data.","26566655":"Summary","26596220":"Finance","27582767":"{{amount}} {{currency}}","27830635":"Deriv (V) Ltd","28581045":"Add a real MT5 account","30801950":"Your account will be opened with {{legal_entity_name}}, regulated by the Malta Gaming Authority, and will be subject to the laws of Malta.","33433576":"Please use an e-wallet to withdraw your funds.","35089987":"Upload the front and back of your driving licence.","39720204":"AUD Index","41737927":"Thank you","44877997":"Residence permit","45453595":"Binary Coin","45941470":"Where would you like to start?","46523711":"Your proof of identity is verified","49963458":"Choose an option","50200731":"FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies","54185751":"Less than $100,000","55340304":"Keep your current contract?","55916349":"All","58254854":"Scopes","59169515":"If you select \"Asian Rise\", you will win the payout if the last tick is higher than the average of the ticks.","59341501":"Unrecognized file format","59662816":"Stated limits are subject to change without prior notice.","62748351":"List Length","63869411":"This block tests a given number according to the selection","64402604":"Check transfer information","65185694":"Fiat onramp","65982042":"Total","66519591":"Investor password","68885999":"Repeats the previous trade when an error is encountered.","69005593":"The example below restarts trading after 30 or more seconds after 1 minute candle was started.","71016232":"OMG/USD","71445658":"Open","71563326":"A fast and secure fiat-to-crypto payment service. Deposit cryptocurrencies from anywhere in the world using your credit/debit cards and bank transfers.","71853457":"$100,001 - $500,000","72500774":"Please fill in Tax residence.","73086872":"You have self-excluded from trading","73326375":"The low is the lowest point ever reached by the market during the contract period.","74963864":"Under","76916358":"You have reached the withdrawal limit.<0/>Please upload your proof of identity and address to lift the limit to continue your withdrawal.","81450871":"We couldn’t find that page","82839270":"Upload the page of your passport that contains your photo.","83202647":"Collapse Block","85343079":"Financial assessment","85389154":"Steps required to continue verification on your mobile","89062902":"Trade on MT5","90266322":"2. Start a chat with your newly created Telegram bot and make sure to send it some messages before proceeding to the next step. (e.g. Hello Bot!)","91993812":"The Martingale Strategy is a classic trading technique that has been used for more than a hundred years, popularised by the French mathematician Paul Pierre Levy in the 18th century.","96381225":"ID verification failed","98473502":"We’re not obliged to conduct an appropriateness test, nor provide you with any risk warnings.","98972777":"random item","100239694":"Upload front of card from your computer","102226908":"Field cannot be empty","107206831":"We’ll review your document and notify you of its status within 1-3 days.","108916570":"Duration: {{duration}} days","109073671":"Please use an e-wallet that you have used for deposits previously. Ensure the e-wallet supports withdrawal. See the list of e-wallets that support withdrawals <0>here.","111215238":"Move away from direct light","111718006":"End date","111931529":"Max. total stake over 7 days","113378532":"ETH/USD","113884303":"German Index","115032488":"Buy price and P/L","116005488":"Indicators","117318539":"Password should have lower and uppercase English letters with numbers.","119261701":"Prediction:","119446122":"Contract type is not selected","120340777":"Complete your personal details","123454801":"{{withdraw_amount}} {{currency_symbol}}","124723298":"Upload a proof of address to verify your address","125443840":"6. Restart last trade on error","127307725":"A politically exposed person (PEP) is someone appointed with a prominent public position. Close associates and family members of a PEP are also considered to be PEPs.","130567238":"THEN","132689841":"Trade on web terminal","133523018":"Please go to the Deposit page to get an address.","133536621":"and","138055021":"Synthetic indices","139454343":"Confirm my limits","141626595":"Make sure your device has a working camera","142050447":"set {{ variable }} to create text with","142390699":"Connected to your mobile","143970826":"Payment problems?","145146541":"Our accounts and services are unavailable for the Jersey postal code","145736466":"Take a selfie","150486954":"Token name","151344063":"The exit spot is the market price when the contract is closed.","151646545":"Unable to read file {{name}}","152415091":"Math","152524253":"Trade the world’s markets with our popular user-friendly platform.","157593038":"random integer from {{ start_number }} to {{ end_number }}","160746023":"Tether as an Omni token (USDT) is a version of Tether that is hosted on the Omni layer on the Bitcoin blockchain.","160863687":"Camera not detected","162727973":"Please enter a valid payment agent ID.","164112826":"This block allows you to load blocks from a URL if you have them stored on a remote server, and they will be loaded only when your bot runs.","164564432":"Deposits are temporarily unavailable due to system maintenance. You can make your deposits when the maintenance is complete.","165294347":"Please set your country of residence in your account settings to access the cashier.","165312615":"Continue on phone","165682516":"If you don’t mind sharing, which other trading platforms do you use?","170185684":"Ignore","170244199":"I’m closing my account for other reasons.","171307423":"Recovery","171579918":"Go to Self-exclusion","171638706":"Variables","173991459":"We’re sending your request to the blockchain.","176319758":"Max. total stake over 30 days","176654019":"$100,000 - $250,000","178413314":"First name should be between 2 and 50 characters.","179083332":"Date","181881956":"Contract Type: {{ contract_type }}","182628338":"Proof of identity and address verified","184024288":"lower case","189705706":"This block uses the variable \"i\" to control the iterations. With each iteration, the value of \"i\" is determined by the items in a given list.","189759358":"Creates a list by repeating a given item","191372501":"Accumulation of Income/Savings","192436105":"No need for symbols, digits, or uppercase letters","192573933":"Verification complete","195972178":"Get character","196998347":"We hold customer funds in bank accounts separate from our operational accounts which would not, in the event of insolvency, form part of the company's assets. This meets the <0>Gambling Commission's requirements for the segregation of customer funds at the level: <1>medium protection.","197190401":"Expiry date","201091938":"30 days","203271702":"Try again","204797764":"Transfer to client","204863103":"Exit time","206010672":"Delete {{ delete_count }} Blocks","207824122":"Please withdraw your funds from the following Deriv account(s):","210385770":"If you have an active account, please log in to continue. Otherwise, please sign up.","211224838":"Investment","211461880":"Common names and surnames are easy to guess","211847965":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable withdrawals.","216650710":"You are using a demo account","217403651":"St. Vincent & Grenadines","217504255":"Financial assessment submitted successfully","218441288":"Identity card number","220014242":"Upload a selfie from your computer","220186645":"Text Is empty","220232017":"demo CFDs","222468543":"The amount that you may add to your stake if you’re losing a trade.","223120514":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 50 days.","223607908":"Last digit stats for latest 1000 ticks for {{underlying_name}}","224650827":"IOT/USD","224929714":"Virtual events based bets in the UK and the Isle of Man are offered by {{legal_entity_name}}, Millennium House, Level 1, Victoria Road, Douglas IM2 4RW, Isle of Man, licensed and regulated in Great Britain by the Gambling Commission under <0>account no. 39172 and by the Gambling Supervision Commission in the Isle of Man (<1>view licence).","225887649":"This block is mandatory. It's added to your strategy by default when you create new strategy. You can not add more than one copy of this block to the canvas.","227591929":"To timestamp {{ input_datetime }} {{ dummy }}","227903202":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and {{platform_name_mt5}} accounts.","228079844":"Click here to upload","228521812":"Tests whether a string of text is empty. Returns a boolean value (true or false).","229355215":"Trade on {{platform_name_dbot}}","233500222":"- High: the highest price","235583807":"SMA is a frequently used indicator in technical analysis. It calculates the average market price over a specified period, and is usually used to identify market trend direction: up or down. For example, if the SMA is moving upwards, it means the market trend is up. ","236642001":"Journal","240247367":"Profit table","243614144":"This is only available for existing clients.","245005091":"lower","245187862":"The DRC will make a <0>decision on the complaint (please note that the DRC mentions no timeframe for announcing its decision).","245812353":"if {{ condition }} return {{ value }}","247418415":"Gaming trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","248565468":"Check your {{ identifier_title }} account email and click the link in the email to proceed.","248909149":"Send a secure link to your phone","249908265":"Are you a citizen of {{- residence}}?","251134918":"Account Information","251445658":"Dark theme","254912581":"This block is similar to EMA, except that it gives you the entire EMA line based on the input list and the given period.","256031314":"Cash Business","256602726":"If you close your account:","258310842":"Workspace","258448370":"MT5","260069181":"An error occured while trying to load the URL","260086036":"Place blocks here to perform tasks once when your bot starts running.","260361841":"Tax Identification Number can't be longer than 25 characters.","264976398":"3. 'Error' displays a message in red to highlight something that needs to be resolved immediately.","265644304":"Trade types","267992618":"The platforms lack key features or functionality.","268940240":"Your balance ({{format_balance}} {{currency}}) is less than the current minimum withdrawal allowed ({{format_min_withdraw_amount}} {{currency}}). Please top up your account to continue with your withdrawal.","269607721":"Upload","270339490":"If you select \"Over\", you will win the payout if the last digit of the last tick is greater than your prediction.","270610771":"In this example, the open price of a candle is assigned to the variable \"candle_open_price\".","270712176":"descending","270780527":"You've reached the limit for uploading your documents.","272042258":"When you set your limits, they will be aggregated across all your account types in {{platform_name_trader}}, {{platform_name_dbot}}, {{platform_name_smarttrader}} and {{platform_name_bbot}} on Deriv. For example, the losses made on all four platforms will add up and be counted towards the loss limit you set.","272179372":"This block is commonly used to adjust the parameters of your next trade and to implement stop loss/take profit logic.","273350342":"Copy and paste the token into the app.","273728315":"Should not be 0 or empty","274268819":"Volatility 100 Index","275116637":"Deriv X","277469417":"Exclude time cannot be for more than five years.","278684544":"get sub-list from # from end","282319001":"Check your image","282564053":"Next, we'll need your proof of address.","283986166":"Self-exclusion on the website only applies to your {{brand_website_name}} account and does not include other companies or websites.","284527272":"antimode","284772879":"Contract","287934290":"Are you sure you want to cancel this transaction?","289898640":"TERMS OF USE","292491635":"If you select “Stop loss” and specify an amount to limit your loss, your position will be closed automatically when your loss is more than or equals to this amount. Your loss may be more than the amount you entered depending on the market price at closing.","292526130":"Tick and candle analysis","292589175":"This will display the SMA for the specified period, using a candle list.","292887559":"Transfer to {{selected_value}} is not allowed, Please choose another account from dropdown","294305803":"Manage account settings","294335229":"Sell at market price","300762428":"Swiss Index","303959005":"Sell Price:","304309961":"We're reviewing your withdrawal request. You may still cancel this transaction if you wish. Once we start processing, you won't be able to cancel.","310234308":"Close all your positions.","312142140":"Save new limits?","312300092":"Trims the spaces within a given string or text.","313298169":"Our cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","313741895":"This block returns “True” if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","315306603":"You have an account that do not have currency assigned. Please choose a currency to trade with this account.","316694303":"Is candle black?","317601768":"Themes","318865860":"close","318984807":"This block repeats the instructions contained within for a specific number of times.","323179846":"The time interval for each candle can be set from one minute to one day.","323209316":"Select a Deriv Bot Strategy","325662004":"Expand Block","325763347":"result","326770937":"Withdraw {{currency}} ({{currency_symbol}}) to your wallet","327534692":"Duration value is not allowed. To run the bot, please enter {{min}}.","328539132":"Repeats inside instructions specified number of times","329404045":"<0>Switch to your real account<1> to create a {{platform}} {{account_title}} account.","333456603":"Withdrawal limits","334942497":"Buy time","335040248":"About us","337023006":"Start time cannot be in the past.","339449279":"Remaining time","339610914":"Spread Up/Spread Down","339879944":"GBP/USD","340807218":"Description not found.","342181776":"Cancel transaction","343873723":"This block displays a message. You can specify the color of the message and choose from 6 different sound options.","344418897":"These trading limits and self-exclusion help you control the amount of money and time you spend on {{brand_website_name}} and exercise <0>responsible trading.","345320063":"Invalid timestamp","346994074":"Selecting this will onboard you through Deriv (SVG) LLC (company no. 273 LLC 2020)","347029309":"Forex: standard/micro","347039138":"Iterate (2)","348951052":"Your cashier is currently locked","349047911":"Over","351744408":"Tests if a given text string is empty","353731490":"Job done","354945172":"Submit document","357477280":"No face found","359053005":"Please enter a token name.","359649435":"Given candle list is not valid","359809970":"This block gives you the selected candle value from a list of candles within the selected time interval. You can choose from open price, close price, high price, low price, and open time.","360224937":"Logic","362772494":"This should not exceed {{max}} characters.","363576009":"- High price: the highest price","363738790":"Browser","363990763":"Sell price:","368160866":"in list","371151609":"Last used","371710104":"This scope will allow third-party apps to buy and sell contracts for you, renew your expired purchases, and top up your demo accounts.","372291654":"Exclude time must be after today.","372645383":"True if the market direction matches the selection","372885537":"Trade CFDs on forex, stocks & stock indices, commodities, basket indices, and crypto.","373021397":"random","373306660":"{{label}} is required.","373495360":"This block returns the entire SMA line, containing a list of all values for a given period.","374537470":"No results for \"{{text}}\"","375431605":"Demo Synthetic SVG","375714803":"Deal Cancellation Error","379523479":"To avoid loss of funds, do not share tokens with the Admin scope with unauthorised parties.","379730150":"US Tech Index","380606668":"tick","380694312":"Maximum consecutive trades","382781785":"Your contract is closed automatically when your profit is more than or equals to this amount.","384303768":"This block returns \"True\" if the last candle is black. It can be placed anywhere on the canvas except within the Trade parameters root block.","386278304":"Install the {{platform_name_trader}} web app","386502387":"Bot is not running","389923099":"Zoom in","390647540":"Real account","390890891":"Last quarter","391915203":"Hedging","392582370":"Fall Equals","396418990":"Offline","396961806":"We do not support Polygon (Matic), to deposit please use only Ethereum ({{token}}).","398816980":"Launch {{platform_name_trader}} in seconds the next time you want to trade.","399387585":"Please check your email for details. If you have any questions, please go to our <0>Help Centre.","401339495":"Verify address","402343402":"Due to an issue on our server, some of your {{platform}} accounts are unavailable at the moment. Please bear with us and thank you for your patience.","403456289":"The formula for SMA is:","404743411":"Total deposits","406359555":"Contract details","406497323":"Sell your active contract if needed (optional)","411482865":"Add {{deriv_account}} account","412433839":"I agree to the <0>terms and conditions.","413594348":"Only letters, numbers, space, hyphen, period, and forward slash are allowed.","417714706":"If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.","417864079":"You’ll not be able to change currency once you have made a deposit.","420072489":"CFD trading frequency","422055502":"From","426031496":"Stop","427134581":"Try using another file type.","427617266":"Bitcoin","428709688":"Your preferred time interval between each report:","430975601":"Town/City is not in a proper format.","432508385":"Take Profit: {{ currency }} {{ take_profit }}","432519573":"Document uploaded","433348384":"Real accounts are not available to politically exposed persons (PEPs).","433616983":"2. Investigation phase","434548438":"Highlight function definition","434896834":"Custom functions","436364528":"Your account will be opened with {{legal_entity_name}}, and will be subject to the laws of Saint Vincent and the Grenadines.","437138731":"Create a new {{platform}} password","437453244":"Choose your preferred cryptocurrency","437485293":"File type not supported","437904704":"Maximum open positions","438067535":"Over $500,000","442520703":"$250,001 - $500,000","443559872":"Financial SVG","444484637":"Logic negation","450983288":"Your deposit is unsuccessful due to an error on the blockchain. Please contact your crypto wallet service provider for more info.","451852761":"Continue on your phone","452054360":"Similar to RSI, this block gives you a list of values for each entry in the input list.","453175851":"Your MT5 Financial STP account will be opened through {{legal_entity_name}}. All trading in this account is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA).","453409608":"Your profit is the percentage change in market price times your stake and the multiplier of your choice.","454593402":"2. Please upload one of the following:","456746157":"Grant access to your camera from your browser settings","457020083":"It’ll take longer to verify you if we can’t read it","457494524":"1. From the block library, enter a name for the new variable and click Create.","459817765":"Pending","460975214":"Complete your Appropriateness Test","461795838":"Please contact us via live chat to unlock it.","462079779":"Resale not offered","463361726":"Select an item","465993338":"Oscar's Grind","466369320":"Your gross profit is the percentage change in market price times your stake and the multiplier chosen here.","473154195":"Settings","474306498":"We’re sorry to see you leave. Your account is now closed.","475492878":"Try Synthetic Indices","476023405":"Didn't receive the email?","477557241":"Remote blocks to load must be a collection.","478280278":"This block displays a dialog box that uses a customised message to prompt for an input. The input can be either a string of text or a number and can be assigned to a variable. When the dialog box is displayed, your strategy is paused and will only resume after you enter a response and click \"OK\".","479420576":"Tertiary","481276888":"Goes Outside","483591040":"Delete all {{ delete_count }} blocks?","485379166":"View transactions","487239607":"Converts a given True or False to the opposite value","488150742":"Resend email","489768502":"Change investor password","491603904":"Unsupported browser","492198410":"Make sure everything is clear","496680295":"Choose country","497518317":"Function that returns a value","498562439":"or","499522484":"1. for \"string\": 1325.68 USD","500855527":"Chief Executives, Senior Officials and Legislators","500920471":"This block performs arithmetic operations between two numbers.","501401157":"You are only allowed to make deposits","501537611":"*Maximum number of open positions","502041595":"This block gives you a specific candle from within the selected time interval.","503137339":"Payout limit","505793554":"last letter","508390614":"Demo Financial STP","510815408":"Letters, numbers, spaces, hyphens only","514031715":"list {{ input_list }} is empty","514776243":"Your {{account_type}} password has been changed.","514948272":"Copy link","518955798":"7. Run Once at Start","520136698":"Boom 500 Index","521872670":"item","522283618":"Digital options trading experience","522703281":"divisible by","523123321":"- 10 to the power of a given number","527329988":"This is a top-100 common password","529056539":"Options","529597350":"If you had any open positions, we have closed them and refunded you.","530953413":"Authorised applications","531114081":"3. Contract Type","531675669":"Euro","535041346":"Max. total stake per day","538228086":"Close-Low","541650045":"Manage {{platform}} password","541700024":"First, enter your driving licence number and the expiry date.","542038694":"Only letters, numbers, space, underscore, and hyphen are allowed for {{label}}.","542305026":"You must also submit a proof of identity.","543413346":"You have no open positions for this asset. To view other open positions, click Go to Reports","543915570":"Forex, stocks, stock indices, cryptocurrencies, synthetic indices","545476424":"Total withdrawals","546534357":"If you select “Deal cancellation”, you’ll be able to cancel your trade within a chosen time frame should the market move against your favour. We’ll charge a small fee for this, but we’ll return your stake amount without profit or loss. If the stop-out amount is reached before the deal cancellation expires, your position will be cancelled automatically and we’ll return your stake amount without profit or loss. While “Deal cancellation” is active:","549479175":"Deriv Multipliers","551414637":"Click the <0>Change password button to change your DMT5 password.","551569133":"Learn more about trading limits","554410233":"This is a top-10 common password","555351771":"After defining trade parameters and trade options, you may want to instruct your bot to purchase contracts when specific conditions are met. To do that you can use conditional blocks and indicators blocks to help your bot to make decisions.","556095366":"We'll process your details within a few minutes and notify its status via email.","556264438":"Time interval","559224320":"Our classic “drag-and-drop” tool for creating trading bots, featuring pop-up trading charts, for advanced users.","561982839":"Change your currency","562599414":"This block returns the purchase price for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","563034502":"We shall try to resolve your complaint within 15 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","563166122":"We shall acknowledge receiving your complaint, review it carefully, and keep you updated on the handling process. We might request further information or clarifications to facilitate the resolution of the complaint.","563652273":"Go to block","565410797":"The below image illustrates how Simple Moving Average Array block works:","566274201":"1. Market","567019968":"A variable is among the most important and powerful components in creating a bot. It is a way to store information, either as text or numbers. The information stored as a variable can be used and changed according to the given instructions. Variables can be given any name, but usually they are given useful, symbolic names so that it is easier to call them during the execution of instructions.","567163880":"Create a {{platform}} password","567755787":"Tax Identification Number is required.","569057236":"In which country was your document issued?","571921777":"Funds protection level","573173477":"Is candle {{ input_candle }} black?","577215477":"count with {{ variable }} from {{ start_number }} to {{ end_number }} by {{ step_size }}","577779861":"Withdrawal","577883523":"4. Awards and orders","578640761":"Call Spread","579529868":"Show all details — including the bottom 2 lines","580431127":"Restart buy/sell on error (disable for better performance): {{ checkbox }}","580665362":"Stays In/Goes Out","580774080":"insert at","581168980":"Legal","582945649":"2 minutes","584028307":"Allow equals","587577425":"Secure my account","589609985":"Linked with {{identifier_title}}","593459109":"Try a different currency","595136687":"Save Strategy","597089493":"Here is where you can decide to sell your contract before it expires. Only one copy of this block is allowed.","597481571":"DISCLAIMER","597707115":"Tell us about your trading experience.","599469202":"{{secondPast}}s ago","602278674":"Verify identity","606240547":"- Natural log","606877840":"Back to today","607807243":"Get candle","609519227":"This is the email address associated with your Deriv account.","609650241":"Infinite loop detected","610537973":"Any information you provide is confidential and will be used for verification purposes only.","611020126":"View address on Blockchain","611786123":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies, Stocks, and Stock Indices","613877038":"Chart","617345387":"If you select \"Reset-Up”, you win the payout if the exit spot is strictly higher than either the entry spot or the spot at reset time.","618520466":"Example of a cut-off document","619268911":"<0>a.The Financial Commission will investigate the validity of the complaint within 5 business days.","619407328":"Are you sure you want to unlink from {{identifier_title}}?","623192233":"Please complete the <0>Appropriateness Test to access your cashier.","623542160":"Exponential Moving Average Array (EMAA)","626175020":"Standard Deviation Up Multiplier {{ input_number }}","626809456":"Resubmit","627292452":"<0>Your Proof of Identity or Proof of Address did not meet our requirements. Please check your email for further instructions.","627814558":"This block returns a value when a condition is true. Use this block within either of the function blocks above.","629145209":"In case if the \"AND\" operation is selected, the block returns \"True\" only if both given values are \"True\"","632398049":"This block assigns a null value to an item or statement.","634219491":"You have not provided your tax identification number. This information is necessary for legal and regulatory requirements. Please go to <0>Personal details in your account settings, and fill in your latest tax identification number.","636219628":"<0>c.If no settlement opportunity can be found, the complaint will proceed to the determination phase to be handled by the DRC.","639382772":"Please upload supported file type.","640596349":"You have yet to receive any notifications","640730141":"Refresh this page to restart the identity verification process","641420532":"We've sent you an email","642210189":"Please check your email for the verification link to complete the process.","642546661":"Upload back of license from your computer","643014039":"The trade length of your purchased contract.","644150241":"The number of contracts you have won since you last cleared your stats.","645016681":"Trading frequency in other financial instruments","645902266":"EUR/NZD","647192851":"Contract will be sold at the prevailing market price when the request is received by our servers. This price may differ from the indicated price.","647745382":"Input List {{ input_list }}","649317411":"On the basis of the information provided in relation to your knowledge and experience, we consider that the investments available via this website are not appropriate for you.<0/><1/>","649923867":"Adds a sign to a number to create a barrier offset. (deprecated)","651284052":"Low Tick","651684094":"Notify","652041791":"To create a Deriv X real account, create a Deriv real account first.","652298946":"Date of birth","654264404":"Up to 1:30","654507872":"True-False","654924603":"Martingale","655937299":"We’ll update your limits. Click <0>Accept to acknowledge that you are fully responsible for your actions, and we are not liable for any addiction or loss.","657325150":"This block is used to define trade options within the Trade parameters root block. Some options are only applicable for certain trade types. Parameters such as duration and stake are common among most trade types. Prediction is used for trade types such as Digits, while barrier offsets are for trade types that involve barriers such as Touch/No Touch, Ends In/Out, etc.","657444253":"Sorry, account opening is unavailable in your region.","659482342":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your account settings.","660481941":"To access your mobile apps and other third-party apps, you'll first need to generate an API token.","660991534":"Finish","662578726":"Available","662609119":"Download the MT5 app","665089217":"Please submit your <0>proof of identity to authenticate your account and access your Cashier.","665777772":"XLM/USD","665872465":"In the example below, the opening price is selected, which is then assigned to a variable called \"op\".","668344562":"Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies","672008428":"ZEC/USD","673915530":"Jurisdiction and choice of law","676159329":"Could not switch to default account.","677918431":"Market: {{ input_market }} > {{ input_submarket }} > {{ input_symbol }}","678517581":"Units","680334348":"This block was required to correctly convert your old strategy.","681926004":"Example of a blurry document","682056402":"Standard Deviation Down Multiplier {{ input_number }}","684282133":"Trading instruments","685391401":"If you're having trouble signing in, let us know via <0>chat","687212287":"Amount is a required field.","689137215":"Purchase price","691956534":"<0>You have added a {{currency}} account.<0> Make a deposit now to start trading.","693396140":"Deal cancellation (expired)","696870196":"- Open time: the opening time stamp","697630556":"This market is presently closed.","698748892":"Let’s try that again","699159918":"1. Filing complaints","700259824":"Account currency","701034660":"We are still processing your withdrawal request.<0 />Please wait for the transaction to be completed before deactivating your account.","701462190":"Entry spot","701647434":"Search for string","705299518":"Next, upload the page of your passport that contains your photo.","706727320":"Binary options trading frequency","706755289":"This block performs trigonometric functions.","708055868":"Driving licence number","710123510":"repeat {{ while_or_until }} {{ boolean }}","711029377":"Please confirm the transaction details in order to complete the withdrawal:","711999057":"Successful","712101776":"Take a photo of your passport photo page","712635681":"This block gives you the selected candle value from a list of candles. You can choose from open price, close price, high price, low price, and open time.","713054648":"Sending","714080194":"Submit proof","714746816":"MetaTrader 5 Windows app","715841616":"Please enter a valid phone number (e.g. +15417541234).","716428965":"(Closed)","718504300":"Postal/ZIP code","720293140":"Log out","720519019":"Reset my password","721011817":"- Raise the first number to the power of the second number","723045653":"You'll log in to your Deriv account with this email address.","723961296":"Manage password","724203548":"You can send your complaint to the <0>European Commission's Online Dispute Resolution (ODR) platform. This is not applicable to UK clients.","728042840":"To continue trading with us, please confirm where you live.","728824018":"Spanish Index","730473724":"This block performs the \"AND\" or the \"OR\" logic operation with the given values.","731382582":"BNB/USD","734390964":"Insufficient balance","734881840":"false","742676532":"Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.","744110277":"Bollinger Bands Array (BBA)","745656178":"Use this block to sell your contract at the market price.","745674059":"Returns the specific character from a given string of text according to the selected option. ","746112978":"Your computer may take a few seconds to update","751692023":"We <0>do not guarantee a refund if you make a wrong transfer.","752024971":"Reached maximum number of digits","752633544":"You will need to submit proof of identity and address once you reach certain thresholds","752992217":"This block gives you the selected constant values.","753088835":"Default","753184969":"In providing our services to you, we are required to obtain information from you in order to assess whether a given product or service is appropriate for you (that is, whether you possess the experience and knowledge to understand the risks involved).<0/><1/>","753727511":"Type","755867072":"{{platform_name_mt5}} is not available in {{country}}","756152377":"SMA places equal weight to the entire distribution of values.","758003269":"make list from text","759783233":"For more information and assistance to counselling and support services, please visit <0>begambleaware.org.","760528514":"Please note that changing the value of \"i\" won't change the value of the original item in the list","761576760":"Fund your account to start trading.","762185380":"<0>Multiply returns by <0>risking only what you put in.","762871622":"{{remaining_time}}s","763019867":"Your Gaming account is scheduled to be closed","764366329":"Trading limits","764540515":"Stopping the bot is risky","766317539":"Language","770171141":"Go to {{hostname}}","772632060":"Do not send any other currency to the following address. Otherwise, you'll lose funds.","773091074":"Stake:","773309981":"Oil/USD","773336410":"Tether is a blockchain-enabled platform designed to facilitate the use of fiat currencies in a digital manner.","775679302":"{{pending_withdrawals}} pending withdrawal(s)","776085955":"Strategies","781924436":"Call Spread/Put Spread","783974693":"Avoid recent years","784311461":"Exponential Moving Average (EMA)","784583814":"Linked to your computer","785969488":"Jump 75 Index","787116142":"The multiplier amount used to increase your stake if you’re losing a trade. Value must be higher than 2.","787727156":"Barrier","788005234":"NA","793526589":"To file a complaint about our service, send an email to <0>complaints@deriv.com and state your complaint in detail. Please submit any relevant screenshots of your trading or system for our better understanding.","793531921":"Our company is one of the oldest and most reputable online trading companies in the world. We are committed to treat our clients fairly and provide them with excellent service.<0/><1/>Please provide us with feedback on how we can improve our services to you. Rest assured that you will be heard, valued, and treated fairly at all times.","794682658":"Copy the link to your phone","795859446":"Password saved","797007873":"Follow these steps to recover camera access:","797500286":"negative","800228448":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}} and {{legal_entity_name_fx}}.","800521289":"Your personal details are incomplete","802436811":"View transaction details","802438383":"New proof of address is needed","802556390":"seconds","802989607":"Drag your XML file here","803500173":"Initial stake","807499069":"Financial commission complaints procedure","808323704":"You can also use \"Compare\" and \"Logic operation\" blocks to make test variables.","811876954":"You may transfer between your Deriv fiat, cryptocurrency, {{platform_name_mt5}}, and {{platform_name_dxtrade}} accounts.","816580787":"Welcome back! Your messages have been restored.","816738009":"<0/><1/>You may also raise your unresolved dispute to the <2>Office of the Arbiter for Financial Services.","818447476":"Switch account?","820877027":"Please verify your proof of identity","823186089":"A block that can contain text.","824797920":"Is list empty?","826511719":"USD/SEK","827688195":"Disable Block","828219890":"then","828602451":"Returns the list of tick values in string format","830164967":"Last name","830993327":"No current transactions available","832217983":"40 transactions or more in the past 12 months","832398317":"Sell Error","832588873":"Order execution","832721563":"If you select \"Low Tick\", you win the payout if the selected tick is the lowest among the next five ticks.","834966953":"1551661986 seconds since Jan 01 1970 (UTC) translates to 03/04/2019 @ 1:13am (UTC).","835058671":"Total buy price","835350845":"Add another word or two. Uncommon words are better.","837066896":"Your document is being reviewed, please check back in 1-3 days.","839618971":"ADDRESS","839805709":"To smoothly verify you, we need a better photo","841434703":"Disable stack","841543189":"View transaction on Blockchain","843333337":"You can only make deposits. Please complete the <0>financial assessment to unlock withdrawals.","845213721":"Logout","845304111":"Slow EMA Period {{ input_number }}","847888634":"Please withdraw all your funds.","849805216":"Choose an agent","850582774":"Please update your personal info","851054273":"If you select \"Higher\", you win the payout if the exit spot is strictly higher than the barrier.","851264055":"Creates a list with a given item repeated for a specific number of times.","851508288":"This block constrains a given number within a set range.","852583045":"Tick List String","854399751":"Digit code must only contain numbers.","854630522":"Choose a cryptocurrency account","857363137":"Volatility 300 (1s) Index","857445204":"Deriv currently supports withdrawals of Tether eUSDT to Ethereum wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","857986403":"do something","860319618":"Tourism","862283602":"Phone number*","863328851":"Proof of identity","864610268":"First, enter your {{label}} and the expiry date.","864957760":"Math Number Positive","865424952":"High-to-Low","865642450":"2. Logged in from a different browser","866496238":"Make sure your license details are clear to read, with no blur or glare","868826608":"Excluded from {{brand_website_name}} until","869611522":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts.","869823595":"Function","872549975":"You have {{number}} transfers remaining for today.","872661442":"Are you sure you want to update email <0>{{prev_email}} to <1>{{changed_email}}?","872817404":"Entry Spot Time","872957901":"Dark (Coming soon to DBot)","873166343":"1. 'Log' displays a regular message.","874461655":"Scan the QR code with your phone","874484887":"Take profit must be a positive number.","875532284":"Restart process on a different device","876086855":"Complete the financial assessment form","876292912":"Exit","879014472":"Reached maximum number of decimals","888274063":"Town/City","890299833":"Go to Reports","891097078":"USD Index","891337947":"Select country","892341141":"Your trading statistics since: {{date_time}}","893117915":"Variable","893963781":"Close-to-Low","893975500":"You do not have any recent bots","894191608":"<0>c.We must award the settlement within 28 days of when the decision is reached.","898457777":"You have added a Deriv Financial account.","902045490":"3 minutes","903429103":"In candles list read {{ candle_property }} # from end {{ input_number }}","904696726":"API token","905134118":"Payout:","905227556":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters and numbers.","905564365":"MT5 CFDs","910888293":"Too many attempts","915735109":"Back to {{platform_name}}","918447723":"Real","920125517":"Add demo account","926813068":"Fixed/Variable","929608744":"You are unable to make withdrawals","930346117":"Capitalization doesn't help very much","930546422":"Touch","933126306":"Enter some text here","933193610":"Only letters, periods, hyphens, apostrophes, and spaces, please.","934835052":"Potential profit","934932936":"PERSONAL","936766426":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit.","937237342":"Strategy name cannot be empty","937682366":"Upload both of these documents to prove your identity.","937831119":"Last name*","937992258":"Table","938988777":"High barrier","940950724":"This trade type is currently not supported on {{website_name}}. Please go to <0>Binary.com for details.","943535887":"Please close your positions in the following Deriv MT5 account(s):","944499219":"Max. open positions","945532698":"Contract sold","946204249":"Read","946841802":"A white (or green) candle indicates that the open price is lower than the close price. This represents an upward movement of the market price.","946944859":"Hit the button below and we'll send you an email with a link. Click that link to verify your withdrawal request.","947046137":"Your withdrawal will be processed within 24 hours","947363256":"Create list","947549448":"Total assets in your Deriv, {{platform_name_mt5}} and {{platform_name_dxtrade}} real accounts.","947758334":"City is required","947914894":"Top up  <0>","948156236":"Create {{type}} password","948545552":"150+","949859957":"Submit","952655566":"Payment agent","952927527":"Regulated by the Malta Financial Services Authority (MFSA) (licence no. IS/70156)","955352264":"Trade on {{platform_name_dxtrade}}","956448295":"Cut-off image detected","957182756":"Trigonometric functions","958430760":"In/Out","959031082":"set {{ variable }} to MACD Array {{ dropdown }} {{ dummy }}","960201789":"3. Sell conditions","961692401":"Bot","964780376":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your identity.","966457287":"set {{ variable }} to Exponential Moving Average {{ dummy }}","968576099":"Up/Down","969987233":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between exit spot and lower barrier.","970915884":"AN","974888153":"High-Low","975668699":"I confirm and accept {{company}} 's <0>Terms and Conditions","975950139":"Country of Residence","977929335":"Go to my account settings","981138557":"Redirect","981965437":"Scan the QR code below with your 2FA app. We recommend <0>Authy or <1>Google Authenticator.","982402892":"First line of address","982829181":"Barriers","987900242":"Total assets in your Deriv, {{platform_name_mt5}} and {{platform_name_dxtrade}} demo accounts.","988361781":"You have no trading activity yet.","988934465":"When prompted, you must enable camera access to continue","992294492":"Your postal code is invalid","993827052":"Choosing this jurisdiction will give you a Financial STP account. Your trades will go directly to the market and have tighter spreads.","995563717":"not {{ boolean }}","999008199":"text","1001160515":"Sell","1001749987":"You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.","1003876411":"Should start with letter or number and may contain a hyphen, period and slash.","1004127734":"Send email","1006458411":"Errors","1006664890":"Silent","1008240921":"Choose a payment agent and contact them for instructions.","1009032439":"All time","1010198306":"This block creates a list with strings and numbers.","1012102263":"You will not be able to log in to your account until this date (up to 6 weeks from today).","1015201500":"Define your trade options such as duration and stake.","1016220824":"You need to switch to a real money account to use this feature.<0/>You can do this by selecting a real account from the <1>Account Switcher.","1018803177":"standard deviation","1019265663":"You have no transactions yet.","1019508841":"Barrier 1","1022934784":"1 minute","1023237947":"1. In the example below, the instructions are repeated as long as the value of x is less than or equal to 10. Once the value of x exceeds 10, the loop is terminated.","1023643811":"This block purchases contract of a specified type.","1023795011":"Even/Odd","1024205076":"Logic operation","1025887996":"Negative Balance Protection","1026046972":"Please enter a payout amount that's lower than {{max_payout}}.","1027098103":"Leverage gives you the ability to trade a larger position using your existing capital. Leverage varies across different symbols.","1028211549":"All fields are required","1028758659":"Citizenship*","1029164365":"We presume that you possess the experience, knowledge, and expertise to make your own investment decisions and properly assess the risk involved.","1030021206":"change {{ variable }} by {{ number }}","1031602624":"We've sent a secure link to %{number}","1031731167":"Pound Sterling","1032173180":"Deriv","1032907147":"AUD/NZD","1035506236":"Choose a new password","1036353276":"Please create another Deriv or {{platform_name_mt5}} account.","1036867749":"The desired duration, stake, prediction, and/or barrier(s) for the contract is defined here.","1038575777":"Change password","1039755542":"Use a few words, avoid common phrases","1040677897":"To continue trading, you must also submit a proof of address.","1041001318":"This block performs the following operations on a given list: sum, minimum, maximum, average, median, mode, antimode, standard deviation, random item.","1041620447":"If you are unable to scan the QR code, you can manually enter this code instead:","1042659819":"You have an account that needs action","1043790274":"There was an error","1044230481":"This is an Ethereum ({{token}}) only address, please do not use {{prohibited_token}}.","1044540155":"100+","1044599642":"<0> has been credited into your {{platform}} {{title}} account.","1045704971":"Jump 150 Index","1045782294":"Click the <0>Change password button to change your Deriv password.","1047389068":"Food Services","1048947317":"Sorry, this app is unavailable in {{clients_country}}.","1049384824":"Rise","1050844889":"Reports","1052137359":"Family name*","1052779010":"You are on your demo account","1053153674":"Jump 50 Index","1053159279":"Level of education","1055313820":"No document detected","1056381071":"Return to trade","1056821534":"Are you sure?","1057216772":"text {{ input_text }} is empty","1057749183":"Two-factor authentication (2FA)","1057765448":"Stop out level","1057904606":"The concept of the D’Alembert Strategy is said to be similar to the Martingale Strategy where you will increase your contract size after a loss. With the D’Alembert Strategy, you will also decrease your contract size after a successful trade.","1061308507":"Purchase {{ contract_type }}","1062536855":"Equals","1065353420":"110+","1065498209":"Iterate (1)","1069347258":"The verification link you used is invalid or expired. Please request for a new one.","1069576070":"Purchase lock","1070624871":"Check proof of address document verification status","1076006913":"Profit/loss on the last {{item_count}} contracts","1077515534":"Date to","1080068516":"Action","1080990424":"Confirm","1082158368":"*Maximum account cash balance","1082406746":"Please enter a stake amount that's at least {{min_stake}}.","1083781009":"Tax identification number*","1083826534":"Enable Block","1088138125":"Tick {{current_tick}} - ","1096175323":"You’ll need a Deriv account","1098622295":"\"i\" starts with the value of 1, and it will be increased by 2 at every iteration. The loop will repeat until \"i\" reaches the value of 12, and then the loop is terminated.","1100870148":"To learn more about account limits and how they apply, please go to the <0>Help Centre.","1101560682":"stack","1101712085":"Buy Price","1102420931":"Next, upload the front and back of your driving licence.","1102995654":"Calculates Exponential Moving Average (EMA) list from a list of values with a period","1103309514":"Target","1103452171":"Cookies help us to give you a better experience and personalised content on our site.","1104912023":"Pending verification","1107474660":"Submit proof of address","1107555942":"To","1109217274":"Success!","1110102997":"Statement","1112582372":"Interval duration","1113119682":"This block gives you the selected candle value from a list of candles.","1113292761":"Less than 8MB","1117863275":"Security and safety","1118294625":"You have chosen to exclude yourself from trading on our website until {{exclusion_end}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","1119887091":"Verification","1119986999":"Your proof of address was submitted successfully","1120985361":"Terms & conditions updated","1122910860":"Please complete your <0>financial assessment.","1123927492":"You have not selected your account currency","1125090693":"Must be a number","1126934455":"Length of token name must be between 2 and 32 characters.","1127149819":"Make sure§","1128404172":"Undo","1129124569":"If you select \"Under\", you will win the payout if the last digit of the last tick is less than your prediction.","1129296176":"IMPORTANT NOTICE TO RECEIVE YOUR FUNDS","1129842439":"Please enter a take profit amount.","1130744117":"We shall try to resolve your complaint within 10 business days. We will inform you of the outcome together with an explanation of our position and propose any remedial measures we intend to take.","1130791706":"N","1133651559":"Live chat","1134879544":"Example of a document with glare","1139483178":"Enable stack","1143730031":"Direction is {{ direction_type }}","1144028300":"Relative Strength Index Array (RSIA)","1145927365":"Run the blocks inside after a given number of seconds","1146064568":"Go to Deposit page","1147269948":"Barrier cannot be zero.","1147625645":"Please proceed to withdraw all your funds from your account before <0>30 November 2021.","1151964318":"both sides","1152294962":"Upload the front of your driving licence.","1154021400":"list","1154239195":"Title and name","1155011317":"This block converts the date and time to the number of seconds since the Unix Epoch (1970-01-01 00:00:00).","1158678321":"<0>b.The Head of the Dispute Resolution Committee (DRC) will contact both you and us within 5 business days to obtain all necessary information and see if there is a chance to settle the complaint during the investigation phase.","1160761178":"No payout if exit spot is below or equal to the lower barrier.","1161924555":"Please select an option","1163836811":"Real Estate","1164773983":"Take profit and/or stop loss are not available while deal cancellation is active.","1166128807":"Choose one of your accounts or add a new cryptocurrency account","1166377304":"Increment value","1168029733":"Win payout if exit spot is also equal to entry spot.","1169201692":"Create {{platform}} password","1170228717":"Stay on {{platform_name_trader}}","1174542625":"- Find the chat ID property in the response, and copy the value of the id property","1174748431":"Payment channel","1175183064":"Vanuatu","1176926166":"Experience with trading other financial instruments","1177396776":"If you select \"Asian Fall\", you will win the payout if the last tick is lower than the average of the ticks.","1177723589":"There are no transactions to display","1178582280":"The number of contracts you have lost since you last cleared your stats.","1178800778":"Take a photo of the back of your license","1178942276":"Please try again in a minute.","1179704370":"Please enter a take profit amount that's higher than the current potential profit.","1180619731":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts, up to {{ allowed_mt5 }} transfers between your Deriv and {{platform_name_mt5}} accounts, and up to {{ allowed_dxtrade }} transfers between your Deriv and {{platform_name_dxtrade}} accounts.","1181396316":"This block gives you a random number from within a set range","1181770592":"Profit/loss from selling","1183007646":"- Contract type: the name of the contract type such as Rise, Fall, Touch, No Touch, etс.","1188980408":"5 minutes","1189368976":"Please complete your personal details before you verify your identity.","1189886490":"Please create another Deriv, {{platform_name_mt5}}, or {{platform_name_dxtrade}} account.","1191429031":"Please click on the link in the email to change your <0>{{platform_name_dxtrade}} password.","1191644656":"Predict the market direction and select either “Up” or “Down” to open a position. We will charge a commission when you open a position.","1191778951":"Check your proof of identity and address","1192708099":"Duration unit","1195393249":"Notify {{ notification_type }} with sound: {{ notification_sound }} {{ input_message }}","1196006480":"Profit threshold","1197326289":"You are no longer able to trade digital options on any of our platforms. Also, you can’t make deposits into your Options account.","1198368641":"Relative Strength Index (RSI)","1199281499":"Last Digits List","1201533528":"Contracts won","1201773643":"numeric","1203297580":"This block sends a message to a Telegram channel.","1204223111":"In this example, the open prices from a list of candles are assigned to a variable called \"candle_list\".","1206821331":"Armed Forces","1208729868":"Ticks","1208903663":"Invalid token","1211912982":"Bot is starting","1214893428":"Account creation is currently unavailable for mobile. Please log in with your computer to create a new account.","1216408337":"Self-Employed","1217481729":"Tether as an ERC20 token (eUSDT) is a version of Tether that is hosted on Ethereum.","1218546232":"What is Fiat onramp?","1219844088":"do %1","1221250438":"To enable withdrawals, please submit your <0>Proof of Identity (POI) and <1>Proof of Address (POA) and also complete the <2>financial assessment in your account settings.","1222096166":"Deposit via bank wire, credit card, and e-wallet","1222521778":"Making deposits and withdrawals is difficult.","1222544232":"We’ve sent you an email","1225150022":"Number of assets","1227074958":"random fraction","1227240509":"Trim spaces","1228208126":"Please Verify your address","1228534821":"Some currencies may not be supported by payment agents in your country.","1229883366":"Tax identification number","1230884443":"State/Province (optional)","1231282282":"Use only the following special characters: {{permitted_characters}}","1232291311":"Maximum withdrawal remaining","1232353969":"0-5 transactions in the past 12 months","1233300532":"Payout","1234292259":"Source of wealth","1235426525":"50%","1237330017":"Pensioner","1238311538":"Admin","1239940690":"Restarts the bot when an error is encountered.","1240027773":"Please Log in","1241238585":"You may transfer between your Deriv fiat, cryptocurrency, and {{platform_name_mt5}} accounts.","1243064300":"Local","1246207976":"Enter the authentication code generated by your 2FA app:","1246880072":"Select issuing country","1247280835":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can make cryptocurrency deposits and withdrawals in a few minutes when the maintenance is complete.","1248018350":"Source of income","1248940117":"<0>a.The decisions made by the DRC are binding on us. DRC decisions are binding on you only if you accept them.","1250495155":"Token copied!","1254565203":"set {{ variable }} to create list with","1255909792":"last","1255963623":"To date/time {{ input_timestamp }} {{ dummy }}","1258097139":"What could we do to improve?","1258198117":"positive","1259598687":"GBP/JPY","1260259925":"Phone is not in a proper format.","1263387702":"All {{count}} account types use market execution. This means you agree with the broker's price in advance and will place orders at the broker's price.","1264096613":"Search for a given string","1265704976":"","1270581106":"If you select \"No Touch\", you win the payout if the market never touches the barrier at any time during the contract period.","1272012156":"GBP/CHF","1272337240":"Days","1272681097":"Hours","1274819385":"3. Complaints and Disputes","1275474387":"Quick","1281045211":"Sorts the items in a given list, by their numeric or alphabetical value, in either ascending or descending order.","1281290230":"Select","1282951921":"Only Downs","1284522768":"If \"Loss\" is selected, it will return \"True\" if your last trade was unsuccessful. Otherwise, it will return an empty string.","1286094280":"Withdraw","1286507651":"Close identity verification screen","1288965214":"Passport","1289646209":"Margin call","1290525720":"Example: ","1291887623":"Digital options trading frequency","1292891860":"Notify Telegram","1293660048":"Max. total loss per day","1294756261":"This block creates a function, which is a group of instructions that can be executed at any time. Place other blocks in here to perform any kind of action that you need in your strategy. When all the instructions in a function have been carried out, your bot will continue with the remaining blocks in your strategy. Click the “do something” field to give it a name of your choice. Click the plus icon to send a value (as a named variable) to your function.","1295284664":"Please accept our <0>updated Terms and Conditions to proceed.","1296380713":"Close my contract","1299479533":"8 hours","1301668579":"We’re working to have this available for you soon. If you have another account, switch to that account to continue trading. You may add a DMT5 Financial.","1302691457":"Occupation","1303016265":"Yes","1303530014":"We’re processing your withdrawal.","1304083330":"copy","1304620236":"Enable camera","1304788377":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to the <2>Information and Data Protection Commissioner (Malta) on their website or make a complaint to any supervisory authority within the European Union.","1305217290":"Upload the back of your identity card.","1308625834":"Sets the default time interval for blocks that read list of candles.","1309017029":"Enabling this allows you to save your blocks as one collection which can be easily integrated into other bots.","1309044871":"Returns the value of the latest tick in string format","1310483610":"Results for \"{{ search_term }}\"","1311680770":"payout","1311799109":"We do not support Binance Smart Chain tokens to deposit, please use only Ethereum ({{token}}).","1313167179":"Please log in","1313302450":"The bot will stop trading if your total loss exceeds this amount.","1314671947":"DMT5 Accounts","1316216284":"You can use this password for all your {{platform}} accounts.","1319217849":"Check your mobile","1320750775":"Front and back","1322804930":"Restart the process on the latest version of Google Chrome","1323327633":"Our complaints process comprises the following 4 steps:","1323476617":"Changes the capitalisation of a string of text to Upper case, Lower case, Title case.","1323996051":"Profile","1324110809":"Address information","1324922837":"2. The new variable will appear as a block under Set variable.","1327181172":"Financial Vanuatu","1327494533":"{{sell_value}} (Sell)","1329136554":"Jump 200 Index","1329325646":"The content of this block is called on every tick","1331199417":"Please enter the correct format. ","1331367811":"Client account number","1332168410":"Learn more","1332168769":"Disconnect","1333576137":"Please update your {{details}} to continue.","1333839457":"Submit identity card (front)","1334326985":"It may take a few minutes to arrive","1335967988":"Notice","1337846406":"This block gives you the selected candle value from a list of candles within the selected time interval.","1337864666":"Photo of your document","1338496204":"Ref. ID","1341840346":"View in Journal","1346204508":"Take profit","1346339408":"Managers","1347071802":"{{minutePast}}m ago","1348009461":"Please close your positions in the following Deriv X account(s):","1349289354":"Great, that's everything we need","1349295677":"in text {{ input_text }} get substring from {{ position1 }} {{ index1 }} to {{ position2 }} {{ index2 }}","1351152200":"Welcome to Deriv MT5 (DMT5) dashboard","1351906264":"This feature is not available for payment agents.","1353197182":"Please select","1355250245":"{{ calculation }} of list {{ input_list }}","1356574493":"Returns a specific portion of a given string of text.","1356607862":"Deriv password","1357129681":"{{num_day}} days {{num_hour}} hours {{num_minute}} minutes","1357213116":"Identity card","1358543466":"Not available","1359424217":"You have sold this contract at <0 />","1360929368":"Add a Deriv account","1362578283":"High","1363060668":"Your trading statistics since:","1363675688":"Duration is a required field.","1364958515":"Stocks","1366244749":"Limits","1367023655":"To ensure your loss does not exceed your stake, your contract will be closed automatically when your loss equals to <0/>.","1367488817":"4. Restart trading conditions","1367990698":"Volatility 10 Index","1369709538":"Our terms of use","1371193412":"Cancel","1371641641":"Open the link on your mobile","1371911731":"Financial products in the EU are offered by {{legal_entity_name}}, licensed as a Category 3 Investment Services provider by the Malta Financial Services Authority (<0>Licence no. IS/70156).","1374627690":"Max. account balance","1376329801":"Last 60 days","1378419333":"Ether","1383017005":"You have switched accounts.","1384127719":"You should enter {{min}}-{{max}} numbers.","1384222389":"Please submit valid identity documents to unlock the cashier.","1385418910":"Please set a currency for your existing real account before creating another account.","1387503299":"Log in","1388770399":"Proof of identity required","1389197139":"Import error","1390792283":"Trade parameters","1391174838":"Potential payout:","1392966771":"Mrs","1392985917":"This is similar to a commonly used password","1393559748":"Invalid date/time: {{ datetime_string }}","1393901361":"There’s an app for that","1393903598":"if true {{ return_value }}","1396179592":"Commission","1396417530":"Bear Market Index","1397046738":"View in statement","1397628594":"Insufficient funds","1399620764":"We're legally obliged to ask for your financial information.","1400341216":"We’ll review your documents and notify you of its status within 1 to 3 days.","1400637999":"(All fields are required)","1400732866":"View from camera","1400962248":"High-Close","1402208292":"Change text case","1403376207":"Update my details","1405584799":"with interval: {{ candle_interval_type }}","1408844944":"Click the plus icon to extend the functionality of this block.","1409444561":"Meanwhile, do you want to explore other accounts?","1412535872":"You can check the result of the last trade with this block. It can only be placed within the \"Restart trading conditions\" root block.","1413047745":"Assigns a given value to a variable","1413359359":"Make a new transfer","1414205271":"prime","1415006332":"get sub-list from first","1415974522":"If you select \"Differs\", you will win the payout if the last digit of the last tick is not the same as your prediction.","1417558007":"Max. total loss over 7 days","1417914636":"Login ID","1418115525":"This block repeats instructions as long as a given condition is true.","1421749665":"Simple Moving Average (SMA)","1422060302":"This block replaces a specific item in a list with another given item. It can also insert the new item in the list at a specific position.","1422129582":"All details must be clear — nothing blurry","1423082412":"Last Digit","1424741507":"See more","1424779296":"If you've recently used bots but don't see them in this list, it may be because you:","1430396558":"5. Restart buy/sell on error","1430632931":"To get trading, please confirm who you are, and where you live.","1433367863":"Sorry, an error occured while processing your request.","1434382099":"Displays a dialog window with a message","1434976996":"Announcement","1435363248":"This block converts the number of seconds since the Unix Epoch to a date and time format such as 2019-08-01 00:00:00.","1435380105":"Minimum deposit","1437396005":"Add comment","1438247001":"A professional client receives a lower degree of client protection due to the following.","1438340491":"else","1439168633":"Stop loss:","1441208301":"Total<0 />profit/loss","1442747050":"Loss amount: <0>{{profit}}","1442840749":"Random integer","1443478428":"Selected proposal does not exist","1445592224":"You accidentally gave us another email address (Usually a work or a personal one instead of the one you meant).","1449462402":"In review","1452260922":"Too many failed attempts","1452941569":"This block delays execution for a given number of seconds. You can place any blocks within this block. The execution of other blocks in your strategy will be paused until the instructions in this block are carried out.","1453317405":"This block gives you the balance of your account either as a number or a string of text.","1453362009":"Deriv Accounts","1454648764":"deal reference id","1454865058":"Do not enter an address linked to an ICO purchase or crowdsale. If you do, the ICO tokens will not be credited into your account.","1455741083":"Upload the back of your driving licence.","1457603571":"No notifications","1461323093":"Display messages in the developer’s console.","1464190305":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract without manually stopping and restarting your bot.","1464253511":"You already have an account for each of the cryptocurrencies available on {{deriv}}.","1465919899":"Pick an end date","1466430429":"Should be between {{min_value}} and {{max_value}}","1466900145":"Doe","1467017903":"This market is not yet available on {{platform_name_trader}}, but it is on {{platform_name_smarttrader}}.","1467421920":"with interval: %1","1467661678":"Cryptocurrency trading","1468308734":"This block repeats instructions as long as a given condition is true","1468419186":"Deriv currently supports withdrawals of Tether USDT to Omni wallet. To ensure a successful transaction, enter a wallet address compatible with the tokens you wish to withdraw. <0>Learn more","1468937050":"Trade on {{platform_name_trader}}","1469150826":"Take Profit","1469764234":"Cashier Error","1469814942":"- Division","1470319695":"Returns either True or False","1471070549":"Can contract be sold?","1471741480":"Severe error","1475513172":"Size","1476301886":"Similar to SMA, this block gives you the entire SMA line containing a list of all values for a given period.","1478030986":"Create or delete API tokens for trading and withdrawals","1481977420":"Please help us verify your withdrawal request.","1484336612":"This block is used to either terminate or continue a loop, and can be placed anywhere within a loop block.","1487086154":"Your documents were submitted successfully","1490583127":"DBot isn't quite ready for real accounts","1491392301":"<0>Sold for: {{sold_for}}","1492686447":"Your MT5 Financial STP account will be opened through Deriv (FX) Ltd. All trading in this account is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA). None of your other accounts, including your Deriv account, is subject to the regulations and guidelines of the Labuan Financial Service Authority (LFSA).","1493673429":"Change email","1493866481":"Run Deriv X on your browser","1496810530":"GBP/AUD","1499074768":"Add a real Deriv Multipliers account","1499080621":"Tried to perform an invalid operation.","1502039206":"Over {{barrier}}","1502325741":"Your password cannot be the same as your email address.","1503618738":"- Deal reference ID: the reference ID of the contract","1505898522":"Download stack","1508172198":"Synthetic BVI","1509570124":"{{buy_value}} (Buy)","1509678193":"Education","1510075920":"Gold/USD","1510357015":"Tax residence is required.","1510735345":"This block gives you a list of the last digits of the last 1000 tick values.","1512469749":"In the above example it is assumed that variable candle_open_price is processed somewhere within other blocks.","1516537408":"You can no longer trade on Deriv or deposit funds into your account.","1516559721":"Please select one file only","1516676261":"Deposit","1517503814":"Drop file or click here to upload","1519336051":"Try a different phone number","1520332426":"Net annual income","1524636363":"Authentication failed","1527251898":"Unsuccessful","1527906715":"This block adds the given number to the selected variable.","1529440614":"Use the <0>Deriv password to log in to {{brand_website_name}}, {{platform_name_go}}, {{platform_name_trader}}, {{platform_name_smarttrader}}, and {{platform_name_dbot}}.","1531017969":"Creates a single text string from combining the text value of each attached item, without spaces in between. The number of items can be added accordingly.","1533177906":"Fall","1534569275":"As part of the changes in our markets, we will be closing our UK clients’ accounts.","1534796105":"Gets variable value","1537711064":"You need to make a quick identity verification before you can access the Cashier. Please go to your account settings to submit your proof of identity.","1539108340":"EUR Index","1540585098":"Decline","1541969455":"Both","1544642951":"If you select \"Only Ups\", you win the payout if consecutive ticks rise successively after the entry spot. No payout if any tick falls or is equal to any of the previous ticks.","1548765374":"Verification of document number failed","1549098835":"Total withdrawn","1551172020":"AUD Basket","1552918367":"Send only {{currency}} ({{currency_symbol}}) to this address.","1557682012":"Account Settings","1558972889":"set {{ variable }} to Simple Moving Average {{ dummy }}","1560302445":"Copied","1562374116":"Students","1564392937":"When you set your limits or self-exclusion, they will be aggregated across all your account types in {{platform_name_trader}} and {{platform_name_dbot}}. For example, the losses made on both platforms will add up and be counted towards the loss limit you set.","1566037033":"Bought: {{longcode}} (ID: {{transaction_id}})","1567076540":"Only use an address for which you have proof of residence - ","1567586204":"Self-exclusion","1569624004":"Dismiss alert","1570484627":"Ticks list","1572504270":"Rounding operation","1572982976":"Server","1575556189":"Tether on the Ethereum blockchain, as an ERC20 token, is a newer transport layer, which now makes Tether available in Ethereum smart contracts. As a standard ERC20 token, it can also be sent to any Ethereum address.","1577480486":"Your mobile link will expire in one hour","1577527507":"Account opening reason is required.","1577612026":"Select a folder","1579484521":"Trading hub","1580498808":"Multiple faces found","1584109614":"Ticks String List","1584578483":"50+ assets: forex, stocks, stock indices, synthetics indices, and cryptocurrencies.","1584936297":"XML file contains unsupported elements. Please check or modify file.","1587046102":"Documents from that country are not currently supported — try another document type","1589640950":"Resale of this contract is not offered.","1589702653":"Proof of address","1594147169":"Please come back in","1594322503":"Sell is available","1596378630":"You have added a real Gaming account.<0/>Make a deposit now to start trading.","1598009247":"<0>a.You may file a complaint with the Financial Commission up to 45 days after the incident.","1598386296":"Town/City is required.","1598443642":"Transaction hash","1602894348":"Create a password","1604171868":"Please withdraw all your funds as soon as possible.","1604916224":"Absolute","1605292429":"Max. total loss","1612105450":"Get substring","1613633732":"Interval should be between 10-60 minutes","1615897837":"Signal EMA Period {{ input_number }}","1619070150":"You are being redirected to an external website.","1620278321":"Names and surnames by themselves are easy to guess","1620346110":"Set currency","1621024661":"Tether as a TRC20 token (tUSDT) is a version of Tether that is hosted on Tron.","1622662457":"Date from","1623706874":"Use this block when you want to use multipliers as your trade type.","1630372516":"Try our Fiat onramp","1630417358":"Please go to your account settings and complete your personal details to enable withdrawals.","1631281562":"GBP Basket","1634594289":"Select language","1634903642":"Only your face can be in the selfie","1634969163":"Change currency","1635266650":"It seems that your name in the document is not the same as your Deriv profile. Please update your name in the <0>Personal details page to solve this issue.","1636605481":"Platform settings","1636782601":"Multipliers","1638321777":"Your demo account balance is low. Reset your balance to continue trading from your demo account.","1639262461":"Pending withdrawal request:","1639304182":"Please click on the link in the email to reset your password.","1641395634":"Last digits list","1641635657":"New proof of identity document needed","1641980662":"Salutation is required.","1644908559":"Digit code is required.","1647186767":"The bot encountered an error while running.","1651513020":"Display remaining time for each interval","1651951220":"Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"","1652366857":"get and remove","1652968048":"Define your trade options such as multiplier and stake.","1652976865":"In this example, this block is used with another block to get the open prices from a list of candles. The open prices are then assigned to the variable called \"cl\".","1653136377":"copied!","1653159197":"Payment agent withdrawal","1653180917":"We cannot verify you without using your camera","1654365787":"Unknown","1654496508":"Our system will finish any DBot trades that are running, and DBot will not place any new trades.","1654721858":"Upload anyway","1655627840":"UPPER CASE","1656155124":"Resend in <0 /> seconds","1658954996":"Plant and Machine Operators and Assemblers","1659074761":"Reset Put","1664508280":"Add your DMT5 {{account_type}} account under Deriv (BVI) Ltd, regulated by the British Virgin Islands Financial Services Commission (License no. SIBA/{{line_break}}L/18/1114).","1665272539":"Remember: You cannot log in to your account until the selected date.","1665738338":"Balance","1665756261":"Go to live chat","1667395210":"Your proof of identity was submitted successfully","1668138872":"Modify account settings","1670016002":"Multiplier: {{ multiplier }}","1670426231":"End Time","1671232191":"You have set the following limits:","1675030608":"To create this account first we need you to resubmit your proof of address.","1677027187":"Forex","1677990284":"My apps","1682409128":"Untitled Strategy","1682636566":"Resend email in","1683963454":"Your contract will be closed automatically at the next available asset price on {{date}} at {{timestamp}}.","1684148009":"Total assets in your Deriv and {{platform_name_mt5}} real accounts.","1684419981":"What's this?","1686800117":"{{error_msg}}","1689103988":"Second Since Epoch","1689258195":"We were unable to verify your address with the details you provided. Please check and resubmit or choose a different document type.","1689738742":"Gold Index","1691335819":"To continue trading with us, please confirm who you are.","1691765860":"- Negation","1693614409":"Start time","1694331708":"You can switch between CFDs, digital options, and multipliers at any time.","1694517345":"Enter a new email address","1695807119":"Could not load Google Drive blocks","1700233813":"Transfer from {{selected_value}} is not allowed, Please choose another account from dropdown","1708413635":"For your {{currency_name}} ({{currency}}) account","1709859601":"Exit Spot Time","1710662619":"If you have the app, launch it to start trading.","1711013665":"Anticipated account turnover","1711676335":"square root","1711929663":"Your funds have been transferred","1712357617":"Invalid email address.","1715011380":"Jump 25 Index","1715630945":"Returns the total profit in string format","1719248689":"EUR/GBP/USD","1720451994":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv fiat and Deriv cryptocurrency accounts.","1720968545":"Upload passport photo page from your computer","1722401148":"The amount that you may add to your stake after each successful trade.","1723398114":"A recent utility bill (e.g. electricity, water, gas, phone or internet)","1723589564":"Represents the maximum number of outstanding contracts in your portfolio. Each line in your portfolio counts for one open position. Once the maximum is reached, you will not be able to open new positions without closing an existing position first.","1724696797":"You are limited to one fiat account only.","1726472773":"Function with no return value","1726565314":"Close my account","1727681395":"Total assets in your Deriv and {{platform_name_mt5}} demo accounts.","1728121741":"Transactions.csv","1728183781":"About Tether","1729145421":"Risk warning","1731747596":"The block(s) highlighted in red are missing input values. Please update them and click \"Run bot\".","1732891201":"Sell price","1734185104":"Balance: %1","1734264460":"Disclaimer","1736292549":"Update postal code","1737352280":"Bot.init is not called","1738681493":"Remove your glasses, if necessary","1739384082":"Unemployed","1739668049":"Close your account","1740371444":"Underlying market is not selected","1740843997":"Buy cryptocurrencies in an instant. Enjoy easy, quick, and secure exchanges using your local payment methods.","1742256256":"Please upload one of the following documents:","1743448290":"Payment agents","1743902050":"Complete your financial assessment","1745523557":"- Square root","1746051371":"Download the app","1746273643":"Moving Average Convergence Divergence","1747501260":"Sell conditions","1747523625":"Go back","1747674345":"Please use `.` as a decimal separator for fractional numbers.","1747682136":"Contract was cancelled.","1748754976":"Run","1749675724":"Deriv charges no commission across all account types.","1750065391":"Login time:","1753226544":"remove","1753975551":"Upload passport photo page","1756678453":"break out","1761038852":"Let’s continue with providing proofs of address and identity.","1761762171":"Restart last trade on error (bot ignores the unsuccessful trade): {{ checkbox }}","1762707297":"Phone number","1763123662":"Upload your NIMC slip.","1766212789":"Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.","1766993323":"Only letters, numbers, and underscores are allowed.","1767726621":"Choose agent","1768861315":"Minute","1768918213":"Only letters, space, hyphen, period, and apostrophe are allowed.","1769068935":"Choose any of these exchanges to buy cryptocurrencies:","1771037549":"Add a Deriv real account","1771592738":"Conditional block","1772532756":"Create and edit","1777847421":"This is a very common password","1778815073":"{{website_name}} is not affiliated with any Payment Agent. Customers deal with Payment Agents at their sole risk. Customers are advised to check the credentials of Payment Agents, and check the accuracy of any information about Payments Agents (on Deriv or elsewhere) before transferring funds.","1778893716":"Click here","1779519903":"Should be a valid number.","1780770384":"This block gives you a random fraction between 0.0 to 1.0.","1782308283":"Quick strategy","1782395995":"Last Digit Prediction","1782690282":"Blocks menu","1782703044":"Sign up","1783740125":"Upload your selfie","1787135187":"Postal/ZIP code is required","1787492950":"Indicators on the chart tab are for indicative purposes only and may vary slightly from the ones on the {{platform_name_dbot}} workspace.","1788966083":"01-07-1999","1789497185":"Make sure your passport details are clear to read, with no blur or glare","1790770969":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies","1791432284":"Search for country","1791971912":"Recent","1793913365":"To deposit money, please switch to your {{currency_symbol}} account.","1794815502":"Download your transaction history.","1797866111":"Add your DMT5 {{account_type}} account under Deriv (SVG) LLC (company no. 273 LLC 2020).","1801093206":"Get candle list","1801927731":"{{platform_name_dxtrade}} accounts","1803338729":"Choose what type of contract you want to trade. For example, for the Rise/Fall trade type you can choose one of three options: Rise, Fall, or Both. Selected option will determine available options for the Purchase block.","1804620701":"Expiration","1804789128":"{{display_value}} Ticks","1806355993":"No commission","1806503050":"Please note that some payment methods might not be available in your country.","1808058682":"Blocks are loaded successfully","1808393236":"Login","1808867555":"This block uses the variable “i” to control the iterations. With each iteration, the value of “i” is determined by the items in a given list.","1810217569":"Please refresh this page to continue.","1811109068":"Jurisdiction","1811972349":"Market","1811973475":"Returns a specific character from a given string","1812582011":"Connecting to server","1813700208":"Boom 300 Index","1813958354":"Remove comment","1815034361":"alphabetic","1815995250":"Buying contract","1816126006":"Trade on Deriv MT5 ({{platform_name_dmt5}}), the all-in-one FX and CFD trading platform.","1817154864":"This block gives you a random number from within a set range.","1820242322":"e.g. United States","1820332333":"Top up","1823177196":"Most popular","1824193700":"This block gives you the last digit of the latest tick value.","1827607208":"File not uploaded.","1830520348":"{{platform_name_dxtrade}} Password","1833481689":"Unlock","1833499833":"Proof of identity documents upload failed","1837762008":"Please submit your proof of identity and proof of address to verify your account in your account settings to access the cashier.","1838639373":"Resources","1840865068":"set {{ variable }} to Simple Moving Average Array {{ dummy }}","1841788070":"Palladium/USD","1841996888":"Daily loss limit","1842266423":"back","1842862156":"Welcome to your Deriv X dashboard","1843658716":"If you select \"Only Downs\", you win the payout if consecutive ticks fall successively after the entry spot. No payout if any tick rises or is equal to any of the previous ticks.","1845892898":"(min: {{min_stake}} - max: {{max_payout}})","1846266243":"This feature is not available for demo accounts.","1846587187":"You have not selected your country of residence","1846664364":"{{platform_name_dxtrade}}","1849484058":"Any unsaved changes will be lost.","1850031313":"- Low: the lowest price","1850132581":"Country not found","1850659345":"- Payout: the payout of the contract","1850663784":"Submit proofs","1851052337":"Place of birth is required.","1851776924":"upper","1851951013":"Please switch to your demo account to run your DBot.","1854480511":"Cashier is locked","1855566768":"List item position","1858251701":"minute","1859308030":"Give feedback","1863053247":"Please upload your identity document.","1866811212":"Deposit in your local currency via an authorised, independent payment agent in your country.","1866836018":"<0/><1/>If your complaint relates to our data processing practices, you can submit a formal complaint to your local supervisory authority.","1867217564":"Index must be a positive integer","1867783237":"High-to-Close","1869315006":"See how we protect your funds to unlock the cashier.","1869787212":"Even","1869851061":"Passwords","1870933427":"Crypto","1871196637":"True if the result of the last trade matches the selection","1871664426":"Note","1871804604":"Regulated by the British Virgin Islands Financial Services Commission (License no. SIBA/L/18/1114)","1873838570":"Please verify your address","1874481756":"Use this block to purchase the specific contract you want. You may add multiple Purchase blocks together with conditional blocks to define your purchase conditions. This block can only be used within the Purchase conditions block.","1876325183":"Minutes","1877225775":"Your proof of address is verified","1877410120":"What you need to do now","1877832150":"# from end","1879042430":"Appropriateness Test, WARNING:","1879412976":"Profit amount: <0>{{profit}}","1880029566":"Australian Dollar","1880097605":"prompt for {{ string_or_number }} with message {{ input_text }}","1880875522":"Create \"get %1\"","1881018702":"hour","1881587673":"Total stake since you last cleared your stats.","1882825238":"Restart trading conditions","1883531976":"Clerks","1885708031":"#","1887852176":"Site is being updated","1889357660":"Enter a value in minutes, up to 60480 minutes (equivalent to 6 weeks).","1890171328":"By clicking Accept below and proceeding with the Account Opening you should note that you may be exposing yourself to risks (which may be significant, including the risk of loss of the entire sum invested) that you may not have the knowledge and experience to properly assess or mitigate.","1890332321":"Returns the number of characters of a given string of text, including numbers, spaces, punctuation marks, and symbols.","1894667135":"Please verify your proof of address","1898670234":"{{formatted_opening_time}} (GMT) on {{opening_day}},<0> {{opening_date}}.","1902547203":"MetaTrader 5 MacOS app","1903437648":"Blurry photo detected","1905032541":"We're now ready to verify your identity","1905589481":"If you want to change your account currency, please contact us via <0>live chat.","1906639368":"If this is the first time you try to create a password, or you have forgotten your password, please reset it.","1907884620":"Add a real Deriv Gaming account","1908239019":"Make sure all of the document is in the photo","1909647105":"TRX/USD","1909769048":"median","1913777654":"Switch account","1914014145":"Today","1914270645":"Default Candle Interval: {{ candle_interval_type }}","1914725623":"Upload the page that contains your photo.","1917523456":"This block sends a message to a Telegram channel. You will need to create your own Telegram bot to use this block.","1917804780":"You will lose access to your Options account when it gets closed, so be sure to withdraw all your funds. (If you have a CFDs account, you can also transfer the funds from your Options account to your CFDs account.)","1918633767":"Second line of address is not in a proper format.","1918796823":"Please enter a stop loss amount.","1919030163":"Tips to take a good selfie","1920217537":"Compare","1920468180":"How to use the SMA block","1921634159":"A few personal details","1921914669":"Deposit with Deriv P2P","1922529883":"Boom 1000 Index","1922955556":"Use a longer keyboard pattern with more turns","1923431535":"“Stop loss” is deactivated and will only be available when “Deal cancellation” expires.","1924365090":"Maybe later","1924765698":"Place of birth*","1925090823":"Sorry, trading is unavailable in {{clients_country}}.","1927244779":"Use only the following special characters: . , ' : ; ( ) @ # / -","1928930389":"GBP/NOK","1929309951":"Employment Status","1929694162":"Compare accounts","1930899934":"Tether","1931659123":"Run on every tick","1931884033":"It seems that your date of birth in the document is not the same as your Deriv profile. Please update your date of birth in the <0>Personal details page to solve this issue.","1934302388":"We couldn’t verify your personal details with our records, to enable deposit, withdrawals and trading, you need to upload proof of your address.","1939902659":"Signal","1940408545":"Delete this token","1941915555":"Try later","1942091675":"Cryptocurrency trading is not available for clients residing in the United Kingdom.","1943440862":"Calculates Bollinger Bands (BB) list from a list with a period","1944204227":"This block returns current account balance.","1947527527":"1. This link was sent by you","1948092185":"GBP/CAD","1949719666":"Here are the possible reasons:","1950413928":"Submit identity documents","1952580688":"Submit passport photo page","1955219734":"Town/City*","1957759876":"Upload identity document","1958807602":"4. 'Table' takes an array of data, such as a list of candles, and displays it in a table format.","1959678342":"Highs & Lows","1960240336":"first letter","1964097111":"USD","1964165648":"Connection lost","1965916759":"Asian options settle by comparing the last tick with the average spot over the period.","1966023998":"2FA enabled","1966281100":"Console {{ message_type }} value: {{ input_message }}","1968025770":"Bitcoin Cash","1968077724":"Agriculture","1968368585":"Employment status","1971898712":"Add or manage account","1973536221":"You have no open positions yet.","1973564194":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} or {{platform_name_dxtrade}} account.","1974273865":"This scope will allow third-party apps to view your account activity, settings, limits, balance sheets, trade purchase history, and more.","1978130174":"Jurisdiction for your DMT5 CFDs account","1981940238":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}} and {{legal_entity_name_v}}.","1982912252":"Relative Strength Index (RSI) from a list with a period","1983001416":"Define your trade options such as multiplier and stake. This block can only be used with the multipliers trade type. If you select another trade type, this block will be replaced with the Trade options block.","1983387308":"Preview","1983544897":"P.O. Box is not accepted in address","1983676099":"Please check your email for details.","1984700244":"Request an input","1984742793":"Uploading documents","1985366224":"Each day, you can make up to {{ allowed_internal }} transfers between your Deriv accounts and up to {{ allowed_mt5 }} transfers between your Deriv and {{platform_name_mt5}} accounts.","1985637974":"Any blocks placed within this block will be executed at every tick. If the default candle interval is set to 1 minute in the Trade Parameters root block, the instructions in this block will be executed once every minute. Place this block outside of any root block.","1986498784":"BTC/LTC","1987080350":"Demo","1987447369":"Your cashier is locked","1988153223":"Email address","1988302483":"Take profit:","1988601220":"Duration value","1990735316":"Rise Equals","1991448657":"Don't know your tax identification number? Click <0>here to learn more.","1991524207":"Jump 100 Index","1994023526":"The email address you entered had a mistake or typo (happens to the best of us).","1994558521":"The platforms aren’t user-friendly.","1994600896":"This block requires a list of candles as an input parameter.","1995023783":"First line of address*","1996767628":"Please confirm your tax information.","1997138507":"If the last tick is equal to the average of the ticks, you don't win the payout.","1998199587":"You can also exclude yourself entirely for a specified duration. If, at any time, you decide to trade again, you must then contact our Customer Support to remove this self-exclusion. There will be a 24-hour-cooling-off period before you can resume trading. ","2001222130":"Check your spam or junk folder. If it's not there, try resending the email.","2004792696":"If you are a UK resident, to self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","2007028410":"market, trade type, contract type","2007092908":"Trade with leverage and low spreads for better returns on successful trades.","2008809853":"Please proceed to withdraw your funds before 30 November 2021.","2009620100":"DBot will not proceed with any new trades. Any ongoing trades will be completed by our system. Any unsaved changes will be lost.<0>Note: Please check your statement to view completed transactions.","2009770416":"Address:","2010759971":"Uploads successful","2010866561":"Returns the total profit/loss","2011609940":"Please input number greater than 0","2011808755":"Purchase Time","2014590669":"Variable '{{variable_name}}' has no value. Please set a value for variable '{{variable_name}}' to notify.","2017672013":"Please select the country of document issuance.","2020545256":"Close your account?","2021037737":"Please update your details to continue.","2023659183":"Student","2023762268":"I prefer another trading website.","2024107855":"{{payment_agent}} agent contact details:","2025339348":"Move away from direct light — no glare","2027625329":"Simple Moving Average Array (SMAA)","2027696535":"Tax information","2028163119":"EOS/USD","2029237955":"Labuan","2030018735":"RSI is a technical analysis tool that helps you identify the market trend. It will give you a value from 0 to 100. An RSI value of 70 and above means that the asset is overbought and the current trend may reverse, while a value of 30 and below means that the asset is oversold.","2030045667":"Message","2033648953":"This block gives you the specified candle value for a selected time interval.","2034803607":"You must be 18 years old and above.","2035258293":"Start trading with us","2035925727":"sort {{ sort_type }} {{ sort_direction }} {{ input_list }}","2036578466":"Should be {{value}}","2037481040":"Choose a way to fund your account","2037665157":"Expand All Blocks","2037906477":"get sub-list from #","2042050260":"- Purchase price: the purchase price (stake) of the contract","2042778835":"This complaints policy, which may change from time to time, applies to your account registered with {{legal_entity_name}}.","2044086432":"The close is the latest tick at or before the end time. If you selected a specific end time, the end time is the selected time.","2046273837":"Last tick","2048110615":"Email address*","2048134463":"File size exceeded.","2050080992":"Tron","2050170533":"Tick list","2051558666":"View transaction history","2053617863":"Please proceed to withdraw all your funds from your account.","2054889300":"Create \"%1\"","2055317803":"Copy the link to your mobile browser","2057082550":"Accept our updated <0>terms and conditions","2057419639":"Exit Spot","2060873863":"Your order {{order_id}} is complete","2062912059":"function {{ function_name }} {{ function_params }}","2063655921":"By purchasing the \"Close-to-Low\" contract, you'll win the multiplier times the difference between the close and low over the duration of the contract.","2063812316":"Text Statement","2063890788":"Cancelled","2065278286":"Spread","2067903936":"Driving licence","2070002739":"Don’t accept","2070752475":"Regulatory Information","2074235904":"Last name is required.","2074497711":"The Telegram notification could not be sent","2080553498":"3. Get the chat ID using the Telegram REST API (read more: https://core.telegram.org/bots/api#getupdates)","2080829530":"Sold for: {{sold_for}}","2082533832":"Yes, delete","2084693624":"Converts a string representing a date/time string into seconds since Epoch. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825. Time and time zone offset are optional.","2084925123":"Use our fiat onramp services to buy and deposit cryptocurrency into your Deriv account.","2085387371":"Must be numbers, letters, and special characters . , ' -","2085602195":"- Entry value: the value of the first tick of the contract","2086742952":"You have added a real Options account.<0/>Make a deposit now to start trading.","2086792088":"Both barriers should be relative or absolute","2088735355":"Your session and login limits","2089087110":"Basket indices","2089299875":"Total assets in your Deriv real accounts.","2089581483":"Expires on","2091671594":"Status","2093167705":"You can only make deposits. Please contact us via live chat for more information.","2093675079":"- Close: the closing price","2096014107":"Apply","2096456845":"Date of birth*","2097170986":"About Tether (Omni)","2097381850":"Calculates Simple Moving Average line from a list with a period","2100713124":"account","2101972779":"This is the same as the above example, using a tick list.","2102572780":"Length of digit code must be 6 characters.","2104115663":"Last login","2104397115":"Please go to your account settings and complete your personal details to enable deposits and withdrawals.","2107381257":"Scheduled cashier system maintenance","2109208876":"Manage {{platform}} Demo {{account_title}} account password","2109312805":"The spread is the difference between the buy price and sell price. A variable spread means that the spread is constantly changing, depending on market conditions. A fixed spread remains constant but is subject to alteration, at the Broker's absolute discretion.","2110365168":"Maximum number of trades reached","2111015970":"This block helps you check if your contract can be sold. If your contract can be sold, it returns “True”. Otherwise, it returns an empty string.","2111528352":"Creating a variable","2112119013":"Take a selfie showing your face","2112175277":"with delimiter","2113321581":"Add a Deriv Gaming account","2115007481":"Total assets in your Deriv demo accounts.","2115223095":"Loss","2117073379":"Our cryptocurrency cashier is temporarily down due to system maintenance. You can access the Cashier in a few minutes when the maintenance is complete.","2117165122":"1. Create a Telegram bot and get your Telegram API token. Read more on how to create bots in Telegram here: https://core.telegram.org/bots#6-botfather","2117489390":"Auto update in {{ remaining }} seconds","2118315870":"Where do you live?","2119449126":"Example output of the below example will be:","2120617758":"Set up your trade","2121227568":"NEO/USD","2127564856":"Withdrawals are locked","2131963005":"Please withdraw your funds from the following Deriv MT5 account(s):","2133451414":"Duration","2133470627":"This block returns the potential payout for the selected trade type. This block can be used only in the \"Purchase conditions\" root block.","2135563258":"Forex trading frequency","2136246996":"Selfie uploaded","2137901996":"This will clear all data in the summary, transactions, and journal panels. All counters will be reset to zero.","2137993569":"This block compares two values and is used to build a conditional structure.","2138861911":"Scans and photocopies are not accepted","2139171480":"Reset Up/Reset Down","2139362660":"left side","2141055709":"New {{type}} password","2141873796":"Get more info on <0>CFDs, <1>multipliers, and <2>options.","2143803283":"Purchase Error","2144609616":"If you select \"Reset-Down”, you win the payout if the exit spot is strictly lower than either the entry spot or the spot at reset time.","2145690912":"Income Earning","2145995536":"Create new account","2146336100":"in text %1 get %2","2146892766":"Binary options trading experience","-153346659":"Upload your selfie.","-602131304":"Passport number","-1051213440":"Upload the front and back of your identity card.","-1600807543":"First, enter your identity card number and the expiry date.","-1139923664":"Next, upload the front and back of your identity card.","-783705755":"Upload the front of your identity card.","-566750665":"NIMC slip and proof of age","-1465944279":"NIMC slip number","-429612996":"Next, upload both of the following documents.","-376981174":"Upload your proof of age: birth certificate or age declaration document.","-612174191":"First line of address is required","-242734402":"Only {{max}} characters, please.","-378415317":"State is required","-1784470716":"State is not in a proper format","-1699820408":"Please enter a {{field_name}} under {{max_number}} characters.","-1575567374":"postal/ZIP code","-1497654315":"Our accounts and services are unavailable for the Jersey postal code.","-755626951":"Complete your address details","-1024240099":"Address","-584911871":"Select wallet currency","-1461267236":"Please choose your currency","-1352330125":"CURRENCY","-1027595143":"Less than $25,000","-40491332":"$25,000 - $50,000","-1139806939":"$50,001 - $100,000","-626752657":"0-1 year","-532014689":"1-2 years","-1001024004":"Over 3 years","-790513277":"6-10 transactions in the past 12 months","-580085300":"11-39 transactions in the past 12 months","-654781670":"Primary","-1717373258":"Secondary","-996132458":"Construction","-915003867":"Health","-1430012453":"Information & Communications Technology","-987824916":"Science & Engineering","-146630682":"Social & Cultural","-761306973":"Manufacturing","-739367071":"Employed","-1156937070":"$500,001 - $1,000,000","-315534569":"Over $1,000,000","-2068544539":"Salaried Employee","-531314998":"Investments & Dividends","-1235114522":"Pension","-1298056749":"State Benefits","-449943381":"Savings & Inheritance","-1631552645":"Professionals","-474864470":"Personal Care, Sales and Service Workers","-1129355784":"Agricultural, Forestry and Fishery Workers","-1242914994":"Craft, Metal, Electrical and Electronics Workers","-1317824715":"Cleaners and Helpers","-1592729751":"Mining, Construction, Manufacturing and Transport Workers","-2137323480":"Company Ownership","-1590574533":"Divorce Settlement","-1667683002":"Inheritance","-1237843731":"Investment Income","-777506574":"Sale of Property","-1161338910":"First name is required.","-1161818065":"Last name should be between 2 and 50 characters.","-1281693513":"Date of birth is required.","-26599672":"Citizenship is required","-912174487":"Phone is required.","-673765468":"Letters, numbers, spaces, periods, hyphens and forward slashes only.","-1356204661":"This Tax Identification Number (TIN) is invalid. You may continue with account creation, but to facilitate future payment processes, valid tax information will be required.","-1823540512":"Personal details","-1227878799":"Speculative","-1174064217":"Mr","-855506127":"Ms","-621555159":"Identity information","-204765990":"Terms of use","-931052769":"Submit verification","-1004605898":"Tips","-1938142055":"Documents uploaded","-448090287":"The link only works on mobile devices","-1244287721":"Something's gone wrong","-241258681":"You'll need to restart your verification on your computer","-929254273":"Get secure link","-2021867851":"Check back here to finish the submission","-1547069149":"Open the link and complete the tasks","-1767652006":"Here's how to do it:","-277611959":"You can now return to your computer to continue","-724178625":"Make sure full document is visible","-1519380038":"Glare detected","-1895280620":"Make sure your card details are clear to read, with no blur or glare","-1464447919":"Make sure your permit details are clear to read, with no blur or glare","-1436160506":"Make sure details are clear to read, with no blur or glare","-759124288":"Close","-759118956":"Redo","-753375398":"Enlarge image","-1042933881":"Driver's license","-1503134764":"Face photo page","-1335343167":"Sorry, no mobile phone bills","-699045522":"Documents you can use to verify your identity","-543666102":"It must be an official photo ID","-903877217":"These are the documents most likely to show your current home address","-1356835948":"Choose document","-1364375936":"Select a %{country} document","-401586196":"or upload photo – no scans or photocopies","-3110517":"Take a photo with your phone","-2033894027":"Submit identity card (back)","-20684738":"Submit license (back)","-1359585500":"Submit license (front)","-106779602":"Submit residence permit (back)","-1287247476":"Submit residence permit (front)","-1954762444":"Restart the process on the latest version of Safari","-261174676":"Must be under 10MB.","-685885589":"An error occurred while loading the component","-502539866":"Your face is needed in the selfie","-1377968356":"Please try again","-1226547734":"Try using a JPG or PNG file","-849068301":"Loading...","-1730346712":"Loading","-1849371752":"Check that your number is correct","-309848900":"Copy","-1424436001":"Send link","-1093833557":"How to scan a QR code","-1408210605":"Point your phone’s camera at the QR code","-1773802163":"If it doesn’t work, download a QR code scanner from Google Play or the App Store","-109026565":"Scan QR code","-1644436882":"Get link via SMS","-1667839246":"Enter mobile number","-1533172567":"Enter your mobile number:","-1352094380":"Send this one-time link to your phone","-28974899":"Get your secure link","-359315319":"Continue","-1279080293":"2. Your desktop window stays open","-102776692":"Continue with the verification","-89152891":"Take a photo of the back of your card","-1646367396":"Take a photo of the front of your card","-1350855047":"Take a photo of the front of your license","-2119367889":"Take a photo using the basic camera mode instead","-342915396":"Take a photo","-419040068":"Passport photo page","-1354983065":"Refresh","-1925063334":"Recover camera access to continue face verification","-54784207":"Camera access is denied","-1392699864":"Allow camera access","-269477401":"Provide the whole document page for best results","-864639753":"Upload back of card from your computer","-1309771027":"Upload front of license from your computer","-1722060225":"Take photo","-565732905":"Selfie","-1703181240":"Check that it is connected and functional. You can also continue verification on your phone","-2043114239":"Camera not working?","-2029238500":"It may be disconnected. Try using your phone instead.","-468928206":"Make sure your device's camera works","-466246199":"Camera not working","-698978129":"Remember to press stop when you're done. Redo video actions","-538456609":"Looks like you took too long","-781816433":"Photo of your face","-1471336265":"Make sure your selfie clearly shows your face","-1375068556":"Check selfie","-1914530170":"Face forward and make sure your eyes are clearly visible","-776541617":"We'll compare it with your document","-478752991":"Your link will expire in one hour","-1859729380":"Keep this window open while using your mobile","-1283761937":"Resend link","-629011256":"Don't refresh this page","-1005231905":"Once you've finished we'll take you to the next step","-542134805":"Upload photo","-1462975230":"Document example","-1472844935":"The photo should clearly show your document","-189310067":"Account closed","-773766766":"Email and passwords","-1466827732":"Self exclusion","-1498206510":"Account limits","-241588481":"Login history","-966136867":"Connected apps","-213009361":"Two-factor authentication","-1214803297":"Dashboard-only path","-526636259":"Error 404","-1030759620":"Government Officers","-612752984":"These are default limits that we apply to your accounts.","-1598263601":"To learn more about trading limits and how they apply, please go to the <0>Help Centre.","-1411635770":"Learn more about account limits","-1340125291":"Done","-1786659798":"Trading limits - Item","-1101543580":"Limit","-858297154":"Represents the maximum amount of cash that you may hold in your account. If the maximum is reached, you will be asked to withdraw funds.","-1182362640":"Represents the maximum aggregate payouts on outstanding contracts in your portfolio. If the maximum is attained, you may not purchase additional contracts without first closing out existing positions.","-1781293089":"Maximum aggregate payouts on open positions","-1412690135":"*Any limits in your Self-exclusion settings will override these default limits.","-1598751496":"Represents the maximum volume of contracts that you may purchase in any given trading day.","-1359847094":"Trading limits - Maximum daily turnover","-1502578110":"Your account is fully authenticated and your withdrawal limits have been lifted.","-854023608":"To increase limit please verify your identity","-1500958859":"Verify","-1662154767":"a recent utility bill (e.g. electricity, water, gas, landline, or internet), bank statement, or government-issued letter with your name and this address.","-190838815":"We need this for verification. If the information you provide is fake or inaccurate, you won’t be able to deposit and withdraw.","-223216785":"Second line of address*","-594456225":"Second line of address","-1315410953":"State/Province","-1940457555":"Postal/ZIP Code*","-1964954030":"Postal/ZIP Code","-1541554430":"Next","-71696502":"Previous","-516397235":"Be careful who you share this token with. Anyone with this token can perform the following actions on your account behalf","-989216986":"Add accounts","-684271315":"OK","-617480265":"Delete token","-316749685":"Are you sure you want to delete this token?","-786372363":"Learn more about API token","-55560916":"To access our mobile apps and other third-party apps, you'll first need to generate an API token.","-198329198":"API Token","-955038366":"Copy this token","-1668692965":"Hide this token","-1661284324":"Show this token","-605778668":"Never","-32386760":"Name","-1628008897":"Token","-1238499897":"Last Used","-1171226355":"Length of token name must be between {{MIN_TOKEN}} and {{MAX_TOKEN}} characters.","-1803339710":"Maximum {{MAX_TOKEN}} characters.","-408613988":"Select scopes based on the access you need.","-1076138910":"Trade","-1666909852":"Payments","-5605257":"This scope will allow third-party apps to withdraw to payment agents and make inter-account transfers for you.","-488597603":"Trading information","-1373485333":"This scope will allow third-party apps to view your trading history.","-758221415":"This scope will allow third-party apps to open accounts for you, manage your settings and token usage, and more. ","-1117963487":"Name your token and click on 'Create' to generate your token.","-2005211699":"Create","-2115275974":"CFDs","-988523882":"DMT5","-460645791":"You are limited to one fiat account. You won’t be able to change your account currency if you have already made your first deposit or created a real {{dmt5_label}} account.","-1146960797":"Fiat currencies","-1959484303":"Cryptocurrencies","-561724665":"You are limited to one fiat currency only","-2087317410":"Oops, something went wrong.","-1437206131":"JPEG JPG PNG PDF GIF","-820458471":"1 - 6 months old","-155705811":"A clear colour photo or scanned image","-587941902":"Issued under your name with your current address","-438669274":"JPEG JPG PNG PDF GIF","-723198394":"File size should be 8MB or less","-1948369500":"File uploaded is not supported","-1040865880":"Drop files here..","-1100235269":"Industry of employment","-684388823":"Estimated net worth","-509054266":"Anticipated annual turnover","-601903492":"Forex trading experience","-1012699451":"CFD trading experience","-1437017790":"Financial information","-39038029":"Trading experience","-1044962593":"Upload Document","-164448351":"Show less","-1361653502":"Show more","-337620257":"Switch to real account","-2120454054":"Add a real account","-38915613":"Unsaved changes","-2137450250":"You have unsaved changes. Are you sure you want to discard changes and leave this page?","-1067082004":"Leave Settings","-1416797980":"Please enter your {{ field_name }} as in your official identity documents.","-1466268810":"Please remember that it is your responsibility to keep your answers accurate and up to date. You can update your personal details at any time in your <0>account settings.","-1120954663":"First name*","-1659980292":"First name","-1857534296":"John","-1485480657":"Other details","-1315571766":"Place of birth","-2040322967":"Citizenship","-1692219415":"Tax residence","-1903720068":"The country in which you meet the criteria for paying taxes. Usually the country in which you physically reside.","-651516152":"Tax Identification Number","-1543016582":"I hereby confirm that the tax information I provided is true and complete. I will also inform {{legal_entity_name}} about any changes to this information.","-1387062433":"Account opening reason","-1451334536":"Continue trading","-1525879032":"Your documents for proof of address is expired. Please submit again.","-1425489838":"Proof of address verification not required","-1008641170":"Your account does not need address verification at this time. We will inform you if address verification is required in the future.","-60204971":"We could not verify your proof of address","-1944264183":"To continue trading, you must also submit a proof of identity.","-231863107":"No","-1176889260":"Please select a document type.","-1515286538":"Please enter your document number. ","-1785463422":"Verify your identity","-78467788":"Please select the document type and enter the ID number.","-1117345066":"Choose the document type","-651192353":"Sample:","-1263033978":"Please ensure all your personal details are the same as in your chosen document. If you wish to update your personal details, go to account settings.","-937707753":"Go Back","-1926456107":"The ID you submitted is expired.","-555047589":"It looks like your identity document has expired. Please try again with a valid document.","-841187054":"Try Again","-2097808873":"We were unable to verify your ID with the details you provided. ","-228284848":"We were unable to verify your ID with the details you provided.","-1443800801":"Your ID number was submitted successfully","-1391934478":"Your ID is verified. You will also need to submit proof of your address.","-118547687":"ID verification passed","-200989771":"Go to personal details","-1358357943":"Please check and update your postal code before submitting proof of identity.","-1401994581":"Your personal details are missing","-2004327866":"Please select a valid country of document issuance.","-1664159494":"Country","-1874113454":"Please check and resubmit or choose a different document type.","-749870311":"Please contact us via <0>live chat.","-1084991359":"Proof of identity verification not required","-1981334109":"Your account does not need identity verification at this time. We will inform you if identity verification is required in the future.","-182918740":"Your proof of identity submission failed because:","-246893488":"JPEG, JPG, PNG, PDF, or GIF","-1454880310":"Must be valid for at least 6 months","-100534371":"Before uploading, please ensure that you’re facing forward in the selfie, your face is within the frame, and your eyes are clearly visible even if you’re wearing glasses.","-1529523673":"Confirm and upload","-705047643":"Sorry, an error occured. Please select another file.","-1664309884":"Tap here to upload","-1725454783":"Failed","-839094775":"Back","-337979330":"We could not verify your proof of identity","-706528101":"As a precaution, we have disabled trading, deposits and withdrawals for this account. If you have any questions, please go to our Help Center.<0>Help Centre.","-856213726":"You must also submit a proof of address.","-1389323399":"You should enter {{min_number}}-{{max_number}} characters.","-1313806160":"Please request a new password and check your email for the new token.","-329713179":"Ok","-1598167506":"Success","-1077809489":"You have a new {{platform}} password to log in to your {{platform}} accounts on the web and mobile apps.","-2068479232":"{{platform}} password","-1332137219":"Strong passwords contain at least 8 characters that include uppercase and lowercase letters, numbers, and symbols.","-1597186502":"Reset {{platform}} password","-848721396":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. If you live in the United Kingdom, Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request. If you live in the Isle of Man, Customer Support can only remove or weaken your trading limits after your trading limit period has expired.","-469096390":"These trading limits are optional, and you can strengthen them at any time. If you don’t wish to set a specific limit, leave the field blank. Customer Support can only remove or weaken your trading limits after 24 hours of receiving the request.","-42808954":"You can also exclude yourself entirely for a specified duration. This can only be removed once your self-exclusion has expired. If you wish to continue trading once your self-exclusion period expires, you must contact Customer Support by calling <0>+447723580049 to lift this self-exclusion. Requests by chat or email shall not be entertained. There will be a 24-hour cooling-off period before you can resume trading.","-1088698009":"These self-exclusion limits help you control the amount of money and time you spend trading on {{platform_name_trader}}, {{platform_name_dbot}}, {{platform_name_smarttrader}} and {{platform_name_bbot}} on Deriv. The limits you set here will help you exercise <0>responsible trading.","-1702324712":"These limits are optional, and you can adjust them at any time. You decide how much and how long you’d like to trade. If you don’t wish to set a specific limit, leave the field blank.","-1819875658":"You can also exclude yourself entirely for a specified duration. Once the self-exclusion period has ended, you can either extend it further or resume trading immediately. If you wish to reduce or remove the self-exclusion period, contact our <0>Customer Support.","-1031814119":"About trading limits and self-exclusion","-183468698":"Trading limits and self-exclusion","-933963283":"No, review my limits","-1759860126":"Yes, log me out immediately","-572347855":"{{value}} mins","-313333548":"You’ll be able to adjust these limits at any time. You can reduce your limits from the <0>self-exclusion page. To increase or remove your limits, please contact our <1>Customer Support team.","-1265833982":"Accept","-2123139671":"Your stake and loss limits","-1250802290":"24 hours","-2070080356":"Max. total stake","-1545823544":"7 days","-180147209":"You will be automatically logged out from each session after this time limit.","-374553538":"Your account will be excluded from the website until this date (at least 6 months, up to 5 years).","-2121421686":"To self-exclude from all online gambling companies licensed in Great Britain, go to <0>www.gamstop.co.uk.","-2105708790":"Your maximum account balance and open positions","-1960600163":"Once your account balance reaches this amount, you will not be able to deposit funds into your account.","-1073845224":"No. of open position(s)","-288196326":"Your maximum deposit limit","-568749373":"Max. deposit limit","-1884902844":"Max. deposit limit per day","-545085253":"Max. deposit limit over 7 days","-1031006762":"Max. deposit limit over 30 days","-1116871438":"Max. total loss over 30 days","-2134714205":"Time limit per session","-1884271702":"Time out until","-1265825026":"Timeout time must be greater than current time.","-1332882202":"Timeout time cannot be more than 6 weeks.","-1635977118":"Exclude time cannot be less than 6 months.","-1617352279":"The email is in your spam folder (Sometimes things get lost there).","-547557964":"We can’t deliver the email to this address (Usually because of firewalls or filtering).","-976364600":"Please click on the link in the email to change your DMT5 password.","-742748008":"Check your email and click the link in the email to proceed.","-84068414":"Still didn't get the email? Please contact us via <0>live chat.","-2073934245":"The financial trading services offered on this site are only suitable for customers who accept the possibility of losing all the money they invest and who understand and have experience of the risk involved in the purchase of financial contracts. Transactions in financial contracts carry a high degree of risk. If the contracts you purchased expire as worthless, you will lose all your investment, which includes the contract premium.","-1166068675":"Your account will be opened with {{legal_entity_name}}, regulated by the UK Gaming Commission (UKGC), and will be subject to the laws of the Isle of Man.","-975118358":"Your account will be opened with {{legal_entity_name}}, regulated by the Malta Financial Services Authority (MFSA), and will be subject to the laws of Malta.","-680528873":"Your account will be opened with {{legal_entity_name}} and will be subject to the laws of Samoa.","-1125193491":"Add account","-2068229627":"I am not a PEP, and I have not been a PEP in the last 12 months.","-428335668":"You will need to set a password to complete the process.","-1850792730":"Unlink from {{identifier_title}}","-2139303636":"You may have followed a broken link, or the page has moved to a new address.","-1448368765":"Error code: {{error_code}} page not found","-2145244263":"This field is required","-70342544":"We’re legally obliged to ask for your financial information.","-1894668798":"Other trading instruments experience","-1026468600":"Other trading instruments frequency","-179005984":"Save","-789291456":"Tax residence*","-1651554702":"Only alphabet is allowed","-1458676679":"You should enter 2-50 characters.","-1166111912":"Use only the following special characters: {{ permitted_characters }}","-884768257":"You should enter 0-35 characters.","-2113555886":"Only letters, numbers, space, and hyphen are allowed.","-874280157":"This Tax Identification Number (TIN) is invalid. You may continue using it, but to facilitate future payment processes, valid tax information will be required.","-1037916704":"Miss","-1113902570":"Details","-634958629":"We use the information you give us only for verification purposes. All information is kept confidential.","-731992635":"Title*","-352888977":"Title","-136976514":"Country of residence*","-945104751":"We’re legally obliged to ask for your tax information.","-1702919018":"Second line of address (optional)","-1124948631":"Professional Client","-259515058":"By default, all {{brand_website_name}} clients are retail clients but anyone can request to be treated as a professional client.","-1463348492":"I would like to be treated as a professional client.","-1958764604":"Email preference","-2121071263":"Check this box to receive updates via email.","-2068064150":"Get updates about Deriv products, services and events.","-1558679249":"Please make sure your information is correct or it may affect your trading experience.","-1822545742":"Ether Classic","-1334641066":"Litecoin","-1214036543":"US Dollar","-1782590355":"No currency has been set for this account","-2116332353":"Please close your positions in the following Deriv account(s):","-2048005267":"{{number_of_positions}} position(s)","-1923892687":"Please withdraw your funds from the following Deriv X account(s):","-1629894615":"I have other financial priorities.","-844051272":"I want to stop myself from trading.","-1113965495":"I’m no longer interested in trading.","-1224285232":"Customer service was unsatisfactory.","-9323953":"Remaining characters: {{remaining_characters}}","-2061895474":"Closing your account will automatically log you out. We shall delete your personal information as soon as our legal obligations are met.","-203298452":"Close account","-1219849101":"Please select at least one reason","-484540402":"An error occurred","-1911549768":"Inaccessible MT5 account(s)","-1869355019":"Action required","-1030102424":"You can't trade on Deriv.","-448385353":"You can't make transactions.","-1058447223":"Before closing your account:","-912764166":"Withdraw your funds.","-60139953":"We shall delete your personal information as soon as our legal obligations are met, as mentioned in the section on Data Retention in our <0>Security and privacy policy","-536187647":"Confirm revoke access?","-1357606534":"Permission","-570222048":"Revoke access","-506510414":"Date and time","-1708927037":"IP address","-365847515":"Apps you can use with your Deriv login:","-26491905":"You're using your {{identifier_title}} account to log in to your Deriv account. To change your login method into using a username and password, click the <0>Unlink button.","-596920538":"Unlink","-1319725774":"DMT5 Password","-1403020742":"Your DMT5 password is for logging in to your Deriv MT5 accounts on the desktop, web, and mobile apps.","-9570380":"Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.","-412891493":"Disable 2FA","-200487676":"Enable","-1840392236":"That's not the right code. Please try again.","-307075478":"6 digit code","-790444493":"Protect your account with 2FA. Each time you log in to your account, you will need to enter your password and an authentication code generated by a 2FA app on your smartphone.","-368010540":"You have enabled 2FA for your Deriv account.","-403552929":"To disable 2FA, please enter the six-digit authentication code generated by your 2FA app below:","-752939584":"How to set up 2FA for your Deriv account","-90649785":"Click here to copy key","-206376148":"Key copied!","-650175948":"A recent bank statement or government-issued letter with your name and address.","-2006895756":"1. Address","-716361389":"An accurate and complete address helps to speed up your verification process.","-890084320":"Save and submit","-902076926":"Before uploading your document, please ensure that your personal details are updated to match your proof of identity. This will help to avoid delays during the verification process.","-1517325716":"Deposit via the following payment methods:","-1547606079":"We accept the following cryptocurrencies:","-42592103":"Deposit cryptocurrencies","-639677539":"Buy cryptocurrencies","-1560098002":"Buy cryptocurrencies via fiat onramp","-541870313":"Deposit via payment agents","-72314872":"Deposit in your local currency via peer-to-peer exchange with fellow traders in your country.","-58126117":"Your simple access to crypto. Fast and secure way to exchange and purchase cryptocurrencies. 24/7 live chat support.","-1705887186":"Your deposit is successful.","-142361708":"In process","-1582681840":"We’ve received your request and are waiting for more blockchain confirmations.","-1626218538":"You’ve cancelled your withdrawal request.","-1062841150":"Your withdrawal is unsuccessful due to an error on the blockchain. Please <0>contact us via live chat for more info.","-630780094":"We’re awaiting confirmation from the blockchain.","-1525882769":"Your withdrawal is unsuccessful. We've sent you an email with more information.","-298601922":"Your withdrawal is successful.","-2021135479":"This field is required.","-1975494965":"Cashier","-1870909526":"Our server cannot retrieve an address.","-582721696":"The current allowed withdraw amount is {{format_min_withdraw_amount}} to {{format_max_withdraw_amount}} {{currency}}","-1957498244":"more","-197251450":"Don't want to trade in {{currency_code}}? You can open another cryptocurrency account.","-1900848111":"This is your {{currency_code}} account.","-749765720":"Your fiat account currency is set to {{currency_code}}.","-803546115":"Manage your accounts ","-1463156905":"Learn more about payment methods","-1196049878":"First line of home address","-1326406485":"Postal Code/ZIP","-939625805":"Telephone","-442575534":"Email verification failed","-1459042184":"Update your personal details","-1603543465":"We can't validate your personal details because there is some information missing.","-614516651":"Need help? <0>Contact us.","-89973258":"Resend email in {{seconds}}s","-1059419768":"Notes","-598073640":"About Tether (Ethereum)","-275902914":"Tether on Ethereum (eUSDT)","-1188009792":"Tether on Omni Layer (USDT)","-1239329687":"Tether was originally created to use the bitcoin network as its transport protocol ‒ specifically, the Omni Layer ‒ to allow transactions of tokenised traditional currency.","-993393818":"Binance Smart Chain","-561858764":"Polygon (Matic)","-410890127":"Ethereum (ERC20)","-1059526741":"Ethereum (ETH)","-1615615253":"We do not support Tron, to deposit please use only Ethereum ({{token}}).","-1831000957":"Please select the network from where your deposit will come from.","-314177745":"Unfortunately, we couldn't get the address since our server was down. Please click Refresh to reload the address or try again later.","-1345040662":"Looking for a way to buy cryptocurrency?","-759000391":"We were unable to verify your information automatically. To enable this function, you must complete the following:","-1638172550":"To enable this feature you must complete the following:","-1632668764":"I accept","-666905139":"Deposits are locked","-316545835":"Please ensure <0>all details are <0>correct before making your transfer.","-1309258714":"From account number","-1247676678":"To account number","-816476007":"Account holder name","-1995606668":"Amount","-344403983":"Description","-922432739":"Please enter a valid client login ID.","-1024241603":"Insufficient balance.","-1979554765":"Please enter a valid description.","-1186807402":"Transfer","-1254233806":"You've transferred","-1179992129":"All payment agents","-1137412124":"Can’t find a suitable payment method for your country? Then try a payment agent.","-460879294":"You're not done yet. To receive the transferred funds, you must contact the payment agent for further instruction. A summary of this transaction has been emailed to you for your records.","-596416199":"By name","-1169636644":"By payment agent ID","-118683067":"Withdrawal limits: <0 />-<1 />","-1201279468":"To withdraw your funds, please choose the same payment method you used to make your deposits.","-1787304306":"Deriv P2P","-1321645628":"Your cashier is currently locked. Please contact us via live chat to find out how to unlock it.","-60779216":"Withdrawals are temporarily unavailable due to system maintenance. You can make your withdrawals when the maintenance is complete.","-215186732":"You’ve not set your country of residence. To access Cashier, please update your country of residence in the Personal details section in your account settings.","-1392897508":"The identification documents you submitted have expired. Please submit valid identity documents to unlock Cashier. ","-1158467524":"Your account is temporarily disabled. Please contact us via live chat to enable deposits and withdrawals again.","-929148387":"Please set your account currency to enable deposits and withdrawals.","-541392118":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and access your cashier.","-247122507":"Your cashier is locked. Please complete the <0>financial assessment to unlock it.","-1443721737":"Your cashier is locked. See <0>how we protect your funds before you proceed.","-901712457":"Your access to Cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to <0>Self-exclusion and set your 30-day turnover limit.","-166472881":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits and withdrawals.","-378858101":"Your <0>personal details are incomplete. Please go to your account settings and complete your personal details to enable deposits.","-1037495888":"You have chosen to exclude yourself from trading on our website until {{exclude_until}}. If you are unable to place a trade or deposit after your self-exclusion period, please contact us via live chat.","-949074612":"Please contact us via live chat.","-1318742415":"Your account has not been authenticated. Please submit your <0>proof of identity and <1>proof of address to authenticate your account and request for withdrawals.","-127614820":"Unfortunately, you can only make deposits. Please contact us via live chat to enable withdrawals.","-172277021":"Cashier is locked for withdrawals","-1624999813":"It seems that you've no commissions to withdraw at the moment. You can make withdrawals once you receive your commissions.","-1077304626":"Amount ({{currency}})","-1559994981":"Approximate value","-190084602":"Transaction","-811190405":"Time","-1332236294":"Please verify your identity","-1675848843":"Error","-283017497":"Retry","-203002433":"Deposit now","-720315013":"You have no funds in your {{currency}} account","-2052373215":"Please make a deposit to use this feature.","-299033842":"Recent transactions","-348296830":"{{transaction_type}} {{currency}}","-1929538515":"{{amount}} {{currency}} on {{submit_date}}","-1534990259":"Transaction hash:","-1612346919":"View all","-949073402":"I confirm that I have verified the client’s transfer information.","-1752211105":"Transfer now","-1272778997":"We've sent you an email.","-2013448791":"Want to exchange between e-wallet currencies? Try <0>Ewallet.Exchange","-2061807537":"Something’s not right","-1068036170":"We do not charge a transfer fee for transfers in the same currency between your Deriv fiat and {{platform_name_mt5}} accounts and between your Deriv fiat and {{platform_name_dxtrade}} accounts.","-2056016338":"You’ll not be charged a transfer fee for transfers in the same currency between your Deriv fiat and {{platform_name_mt5}} accounts.","-599632330":"We’ll charge a 1% transfer fee for transfers in different currencies between your Deriv fiat and {{platform_name_mt5}} accounts and between your Deriv fiat and {{platform_name_dxtrade}} accounts.","-1196994774":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency accounts.","-401630542":"We’ll charge a 2% transfer fee or {{minimum_fee}} {{currency}}, whichever is higher, for transfers between your Deriv cryptocurrency and DMT5 accounts and between your Deriv cryptocurrency and {{platform_name_dxtrade}} accounts.","-1151983985":"Transfer limits may vary depending on the exchange rates.","-1747571263":"Please bear in mind that some transfers may not be possible.","-757062699":"Transfers may be unavailable due to high volatility or technical issues and when the exchange markets are closed.","-1221972195":"DMT5 accounts","-1344870129":"Deriv accounts","-1156059326":"You have {{number}} transfer remaining for today.","-1593609508":"Transfer between your accounts in Deriv","-464965808":"Transfer limits: <0 /> - <1 />","-553249337":"Transfers are locked","-1157701227":"You need at least two accounts","-417711545":"Create account","-1232852916":"We’re switching over to your {{currency}} account to view the transaction.","-544232635":"Please go to the Deposit page to generate an address. Then come back here to continue with your transaction.","-1161069724":"Please copy the crypto address you see below. You'll need it to deposit your cryptocurrency.","-1388977563":"Copied!","-1962894999":"This address can only be used ONCE. Please copy a new one for your next transaction.","-451858550":"By clicking 'Continue' you will be redirected to {{ service }}, a third-party payment service provider. Please note that {{ website_name }} is not responsible for the content or services provided by {{ service }}. If you encounter any issues related to {{ service }} services, you must contact {{ service }} directly.","-2005265642":"Fiat onramp is a cashier service that allows you to convert fiat currencies to crypto to top up your Deriv crypto accounts. Listed here are third-party crypto exchanges. You’ll need to create an account with them to use their services.","-1593063457":"Select payment channel","-2004264970":"Your wallet address should have 25 to 64 characters.","-1707299138":"Your {{currency_symbol}} wallet address","-38063175":"{{account_text}} wallet","-1474202916":"Make a new withdrawal","-705272444":"Upload a proof of identity to verify your identity","-2024958619":"This is to protect your account from unauthorised withdrawals.","-130833284":"Please note that your maximum and minimum withdrawal limits aren’t fixed. They change due to the high volatility of cryptocurrency.","-1531269493":"We'll send you an email once your transaction has been processed.","-113940416":"Current stake:","-1999539705":"Deal cancel. fee:","-447037544":"Buy price:","-1342699195":"Total profit/loss:","-1511825574":"Profit/Loss:","-726626679":"Potential profit/loss:","-338379841":"Indicative price:","-1525144993":"Payout limit:","-1167474366":"Tick ","-555886064":"Won","-529060972":"Lost","-571642000":"Day","-155989831":"Decrement value","-1192773792":"Don't show this again","-1769852749":"N/A","-1572746946":"Asian Up","-686840306":"Asian Down","-2141198770":"Higher","-816098265":"Lower","-1646655742":"Spread Up","-668987427":"Spread Down","-912577498":"Matches","-1862940531":"Differs","-808904691":"Odd","-556230215":"Ends Outside","-1268220904":"Ends Between","-703542574":"Up","-1127399675":"Down","-768425113":"No Touch","-1163058241":"Stays Between","-1354485738":"Reset Call","-376148198":"Only Ups","-1337379177":"High Tick","-328036042":"Please enter a stop loss amount that's higher than the current potential loss.","-2127699317":"Invalid stop loss. Stop loss cannot be more than stake.","-1940333322":"DBot is not available for this account","-1210387519":"Go to DMT5 dashboard","-1223145005":"Loss amount: {{profit}}","-1062922595":"Reference ID (buy)","-2068574600":"Reference ID (sell)","-994038153":"Start Time","-1979852400":"Entry Spot","-427802309":"Profit/Loss","-668558002":"Journal.csv","-746652890":"Notifications","-824109891":"System","-507620484":"Unsaved","-764102808":"Google Drive","-1109191651":"Must be a number higher than 0","-1917772100":"Invalid number format","-1553945114":"Value must be higher than 2","-689786738":"Minimum duration: {{ min }}","-184183432":"Maximum duration: {{ max }}","-749186458":"Account switching is disabled while your bot is running. Please stop your bot before switching accounts.","-662836330":"Would you like to keep your current contract or close it? If you decide to keep it running, you can check and close it later on the <0>Reports page.","-597939268":"Keep my contract","-1322453991":"You need to log in to run the bot.","-1483938124":"This strategy is currently not compatible with DBot.","-236548954":"Contract Update Error","-1428017300":"THE","-1450728048":"OF","-255051108":"YOU","-1845434627":"IS","-931434605":"THIS","-740712821":"A","-187634388":"This block is mandatory. Here is where you can decide if your bot should continue trading. Only one copy of this block is allowed.","-2105473795":"The only input parameter determines how block output is going to be formatted. In case if the input parameter is \"string\" then the account currency will be added.","-1800436138":"2. for \"number\": 1325.68","-2046396241":"This block is mandatory. Only one copy of this block is allowed. It is added to the canvas by default when you open DBot.","-530632460":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of \"True\" or \"False\".","-1875717842":"Examples:","-890079872":"1. If the selected direction is \"Rise\", and the previous tick value is less than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-489739641":"2. If the selected direction is \"Fall\", and the previous tick value is more than the current tick value, the output will be \"True\". Otherwise, the output will be an empty string.","-2116076360":"There are 4 message types:","-1421941045":"2. 'Warn' displays a message in yellow to highlight something that needs attention.","-277850921":"If \"Win\" is selected, it will return \"True\" if your last trade was successful. Otherwise, it will return an empty string.","-1918487001":"Example:","-2139916657":"1. In the below example the loop is terminated in case \"x\" is \"False\" even though only one iteration is complete","-1238900333":"2. In the below example the loop jumps to the next iteration without executing below block in case if \"x\" is \"False\"","-1729479576":"You can use \"i\" inside the loop, for example to access list items","-1474636594":"In this example, the loop will repeat three times, as that is the number of items in the given list. During each iteration, the variable \"i\" will be assigned a value from the list. ","-908772734":"This block evaluates a statement and will perform an action only when the statement is true.","-334040831":"2. In this example, the instructions are repeated as long as the value of x is greater than or equal to 10. Once the value of x drops below 10, the loop is terminated.","-444267958":"\"Seconds Since Epoch\" block returns the number of seconds since January 1st, 1970.","-447522129":"You might need it when you want to repeat an actions after certain amount of time.","-1488259879":"The term \"candle\" refers to each bar on the candlestick chart. Each candle represents four market prices for the selected time interval:","-2020693608":"Each candlestick on the chart represents 4 market prices for the selected time interval:","-62728852":"- Open price: the opening price","-1247744334":"- Low price: the lowest price","-1386365697":"- Close price: the closing price","-1498732382":"A black (or red) candle indicates that the open price is higher than the close price. This represents a downward movement of the market price.","-1871864755":"This block gives you the last digit of the latest tick value of the selected market. If the latest tick value is 1410.90, this block will return 0. It’s useful for digit-based contracts such as Even/Odd, Matches/Differs, or Higher/Lower.","-1029671512":"In case if the \"OR\" operation is selected, the block returns \"True\" in case if one or both given values are \"True\"","-210295176":"Available operations:","-1385862125":"- Addition","-983721613":"- Subtraction","-854750243":"- Multiplication","-1394815185":"In case if the given number is less than the lower boundary of the range, the block returns the lower boundary value. Similarly, if the given number is greater than the higher boundary, the block will return the higher boundary value. In case if the given value is between boundaries, the block will return the given value unchanged.","-1034564248":"In the below example the block returns the value of 10 as the given value (5) is less than the lower boundary (10)","-2009817572":"This block performs the following operations to a given number","-671300479":"Available operations are:","-514610724":"- Absolute","-1923861818":"- Euler’s number (2.71) to the power of a given number","-1556344549":"Here’s how:","-1061127827":"- Visit the following URL, make sure to replace with the Telegram API token you created in Step 1: https://api.telegram.org/bot/getUpdates","-70949308":"4. Come back to DBot and add the Notify Telegram block to the workspace. Paste the Telegram API token and chat ID into the block fields accordingly.","-311389920":"In this example, the open prices from a list of candles are assigned to a variable called \"cl\".","-1460794449":"This block gives you a list of candles within a selected time interval.","-1634242212":"Used within a function block, this block returns a value when a specific condition is true.","-2012970860":"This block gives you information about your last contract.","-1504783522":"You can choose to see one of the following:","-10612039":"- Profit: the profit you’ve earned","-555996976":"- Entry time: the starting time of the contract","-1391071125":"- Exit time: the contract expiration time","-1961642424":"- Exit value: the value of the last tick of the contract","-111312913":"- Barrier: the barrier value of the contract (applicable to barrier-based trade types such as stays in/out, touch/no touch, etc.)","-674283099":"- Result: the result of the last contract: \"win\" or \"loss\"","-704543890":"This block gives you the selected candle value such as open price, close price, high price, low price, and open time. It requires a candle as an input parameter.","-482281200":"In the example below, the open price is assigned to the variable \"op\".","-364621012":"This block gives you the specified candle value for a selected time interval. You can choose which value you want:","-232477769":"- Open: the opening price","-610736310":"Use this block to sell your contract at the market price. Selling your contract is optional. You may choose to sell if the market trend is unfavourable.","-1307657508":"This block gives you the potential profit or loss if you decide to sell your contract. It can only be used within the \"Sell conditions\" root block.","-1921072225":"In the example below, the contract will only be sold if the potential profit or loss is more than the stake.","-955397705":"SMA adds the market price in a list of ticks or candles for a number of time periods, and divides the sum by that number of time periods.","-1424923010":"where n is the number of periods.","-1835384051":"What SMA tells you","-749487251":"SMA serves as an indicator of the trend. If the SMA points up then the market price is increasing and vice versa. The larger the period number, the smoother SMA line is.","-1996062088":"In this example, each point of the SMA line is an arithmetic average of close prices for the last 10 days.","-1866751721":"Input list accepts a list of ticks or candles, while period is the specified time period.","-1097076512":"You may compare SMA values calculated on every bot run to identify the market trend direction. Alternatively, you may also use a variation of the SMA block, the Simple Moving Average Array block. ","-1254849504":"If a period of 10 is entered, the Simple Moving Average Array block will return a list of SMA values calculated based on period of 10.","-1190046167":"This block displays a dialog box with a customised message. When the dialog box is displayed, your strategy is paused and will only resume after you click \"OK\".","-859028989":"In this example, the date and time will be displayed in a green notification box.","-1452086215":"In this example, a Rise contract will be purchased at midnight on 1 August 2019.","-1765276625":"Click the multiplier drop-down menu and choose the multiplier value you want to trade with.","-1872233077":"Your potential profit will be multiplied by the multiplier value you’ve chosen.","-614454953":"To learn more about multipliers, please go to the <0>Multipliers page.","-2078588404":"Select your desired market and asset type. For example, Forex > Major pairs > AUD/JPY","-2037446013":"2. Trade Type","-533927844":"Select your desired trade type. For example, Up/Down > Rise/Fall","-1192411640":"4. Default Candle Interval","-485434772":"8. Trade Options","-1827646586":"This block assigns a given value to a variable, creating the variable if it doesn't already exist.","-254421190":"List: ({{message_length}})","-1616649196":"results","-90107030":"No results found","-984140537":"Add","-786915692":"You are connected to Google Drive","-1150107517":"Connect","-1759213415":"Find out how this app handles your data by reviewing Deriv's <0>Privacy policy, which is part of Deriv's <1>Terms and conditions.","-934909826":"Load strategy","-1121028020":"or, if you prefer...","-254025477":"Select an XML file from your device","-1131095838":"Please upload an XML file","-523928088":"Create one or upload one from your local drive or Google Drive.","-1684205190":"Why can't I see my recent bots?","-2050879370":"1. Logged in from a different device","-811857220":"3. Cleared your browser cache","-1016171176":"Asset","-621128676":"Trade type","-671128668":"The amount that you pay to enter a trade.","-447853970":"Loss threshold","-410856998":"The bot will stop trading if your total profit exceeds this amount.","-1823621139":"Quick Strategy","-625024929":"Leaving already?","-584289785":"No, I'll stay","-1435060006":"If you leave, your current contract will be completed, but your bot will stop running immediately.","-783058284":"Total stake","-2077494994":"Total payout","-1073955629":"No. of runs","-1729519074":"Contracts lost","-42436171":"Total profit/loss","-1856204727":"Reset","-224804428":"Transactions","-1137823888":"Total payout since you last cleared your stats.","-992662695":"The number of times your bot has run since you last cleared your stats. Each run includes the execution of all the root blocks.","-1382491190":"Your total profit/loss since you last cleared your stats. It is the difference between your total payout and your total stake.","-305283152":"Strategy name","-1003476709":"Save as collection","-636521735":"Save strategy","-1373954791":"Should be a valid number","-1278608332":"Please enter a number between 0 and {{api_max_losses}}.","-287597204":"Enter limits to stop your bot from trading when any of these conditions are met.","-1445989611":"Limits your potential losses for the day across all Deriv platforms.","-152878438":"Maximum number of trades your bot will execute for this run.","-1490942825":"Apply and run","-1696412885":"Import","-250192612":"Sort","-1566369363":"Zoom out","-2060170461":"Load","-1200116647":"Click here to start building your DBot.","-1040972299":"Purchase contract","-600546154":"Sell contract (optional)","-985351204":"Trade again","-112876186":"Analysis","-1769584466":"Stats","-1133736197":"Utility","-1682372359":"Text","-907562847":"Lists","-1646497683":"Loops","-251326965":"Miscellaneous","-1285759343":"Search","-1058262694":"Stopping the bot will prevent further trades. Any ongoing trades will be completed by our system.","-1473283434":"Please be aware that some completed transactions may not be displayed in the transaction table if the bot is stopped while placing trades.","-397015538":"You may refer to the statement page for details of all completed transactions.","-1442034178":"Contract bought","-2020280751":"Bot is stopping","-1436403979":"Contract closed","-1711732508":"Reference IDs","-386141434":"(Buy)","-482272687":"(Sell)","-1983189496":"ticks","-694277729":"(High)","-2028564707":"(Low)","-627895223":"Exit spot","-596238067":"Entry/Exit spot","-558594655":"The bot is not running","-478946875":"The stats are cleared","-9461328":"Security and privacy","-563774117":"Dashboard","-418247251":"Download your journal.","-870004399":"<0>Bought: {{longcode}} (ID: {{transaction_id}})","-1211474415":"Filters","-186972150":"There are no messages to display","-999254545":"All messages are filtered out","-686334932":"Build a bot from the start menu then hit the run button to run the bot.","-1717650468":"Online","-1825471709":"A whole new trading experience on a powerful yet easy to use platform.","-981017278":"Automated trading at your fingertips. No coding needed.","-398198412":"Trade on Deriv MT5 (DMT5), the all-in-one FX and CFD trading platform.","-1768586966":"Trade CFDs on a customizable, easy-to-use trading platform.","-1309011360":"Open positions","-883103549":"Account deactivated","-821418875":"Trader","-679102561":"Contract Details","-430118939":"Complaints policy","-744999940":"Deriv account","-568280383":"Deriv Gaming","-1936757551":"Deriv Synthetic","-1546927062":"Deriv Financial","-895331276":"Complete your proof of address","-782679300":"Complete your proof of identity","-1019903756":"Synthetic","-1548220954":"Synthetic SVG","-328128497":"Financial","-533935232":"Financial BVI","-565431857":"Financial Labuan","-1669418686":"AUD/CAD","-1548588249":"AUD/CHF","-1552890620":"AUD/JPY","-681231560":"AUD/PLN","-64938413":"AUD/USD","-1430522808":"EUR/AUD","-2020477069":"EUR/CAD","-1201853162":"EUR/CHF","-1318070255":"EUR/GBP","-1197505739":"EUR/JPY","-405907358":"EUR/USD","-1536293064":"NZD/JPY","-79700881":"NZD/USD","-642323838":"USD/CAD","-428199705":"USD/CHF","-424108348":"USD/JPY","-548255282":"USD/NOK","-1834131208":"USD/PLN","-524302516":"Silver/USD","-764731776":"Platinum/USD","-700966800":"Dutch Index","-1863229260":"Australian Index","-946336619":"Wall Street Index","-945048133":"French Index","-1093355162":"UK Index","-932734062":"Hong Kong Index","-2030624691":"Japanese Index","-354063409":"US Index","-232855849":"Euro 50 Index","-1925264914":"Volatility 25 Index","-708579504":"Volatility 50 Index","-975255670":"Volatility 75 Index","-1736314513":"Crash 300 Index","-342128411":"Crash 500 Index","-9704319":"Crash 1000 Index","-465860988":"Bull Market Index","-390528194":"Step Index","-280323742":"EUR Basket","-563812039":"Volatility 10 (1s) Index","-764111252":"Volatility 100 (1s) Index","-1374309449":"Volatility 200 (1s) Index","-1164978320":"Jump 10 Index","-575272887":"BCH/USD","-295406873":"BTC/ETH","-1713556301":"ZMR/USD","-2046638412":"XRP/USD","-1263203461":"BTC/USD","-1112522776":"DSH/USD","-460689370":"LTC/USD","-841561409":"Put Spread","-144803045":"Only numbers and these special characters are allowed: {{permitted_characters}}","-1450516268":"Only letters, numbers, space, hyphen, period, and apostrophe are allowed.","-1072358250":"Letters, spaces, periods, hyphens, apostrophes only","-1966032552":"The length of token should be 8.","-2128137611":"Should start with letter or number, and may contain hyphen and underscore.","-1590869353":"Up to {{decimal_count}} decimal places are allowed.","-2061307421":"Should be more than {{min_value}}","-1099941162":"Should be less than {{max_value}}","-1528188268":"Straight rows of keys are easy to guess","-1339903234":"Short keyboard patterns are easy to guess","-23980798":"Repeats like \"aaa\" are easy to guess","-235760680":"Avoid repeated words and characters","-1568933154":"Sequences like abc or 6543 are easy to guess","-725663701":"Avoid sequences","-1450768475":"Recent years are easy to guess","-1804838610":"Avoid years that are associated with you","-64849469":"Dates are often easy to guess","-2006915194":"Avoid dates and years that are associated with you","-2124205211":"A word by itself is easy to guess","-1095202689":"All-uppercase is almost as easy to guess as all-lowercase","-2137856661":"Reversed words aren't much harder to guess","-1885413063":"Predictable substitutions like '@' instead of 'a' don't help very much","-369258265":"This password is on the blacklist","-681468758":"Your web browser is out of date and may affect your trading experience. Please <0>update your browser.","-577777971":"You have reached the rate limit of requests per second. Please try later.","-206321775":"Fiat","-522767852":"DEMO","-433761292":"Switching to default account.","-405439829":"Sorry, you can't view this contract because it doesn't belong to this account.","-1590712279":"Gaming","-16448469":"Virtual","-540474806":"Your Options account is scheduled to be closed","-618539786":"Your account is scheduled to be closed","-945275490":"Withdraw all funds from your Options account.","-2093768906":"{{name}} has released your funds.
Would you like to give your feedback?","-705744796":"Your demo account balance has reached the maximum limit, and you will not be able to place new trades. Reset your balance to continue trading from your demo account.","-1585069798":"Please click the following link to complete your Appropriateness Test.","-1287141934":"Find out more","-367759751":"Your account has not been verified","-596690079":"Enjoy using Deriv?","-265932467":"We’d love to hear your thoughts","-1815573792":"Drop your review on Trustpilot.","-823349637":"Go to Trustpilot","-1204063440":"Set my account currency","-1751632759":"Get a faster mobile trading experience with the <0>{{platform_name_go}} app!","-1164554246":"You submitted expired identification documents","-219846634":"Let’s verify your ID","-529038107":"Install","-1738575826":"Please switch to your real account or create one to access the cashier.","-1329329028":"You’ve not set your 30-day turnover limit","-132893998":"Your access to the cashier has been temporarily disabled as you have not set your 30-day turnover limit. Please go to Self-exclusion and set the limit.","-1852207910":"MT5 withdrawal disabled","-764323310":"MT5 withdrawals have been disabled on your account. Please check your email for more details.","-1435762703":"Please Verify your identity","-1902997828":"Refresh now","-753791937":"A new version of Deriv is available","-1775108444":"This page will automatically refresh in 5 minutes to load the latest version.","-1175685940":"Please contact us via live chat to enable withdrawals.","-1125797291":"Password updated.","-157145612":"Please log in with your updated password.","-87177461":"Please go to your account settings and complete your personal details to enable deposits.","-904632610":"Reset your balance","-470018967":"Reset balance","-156611181":"Please complete the financial assessment in your account settings to unlock it.","-1925176811":"Unable to process withdrawals in the moment","-980696193":"Withdrawals are temporarily unavailable due to system maintenance. You can make withdrawals when the maintenance is complete.","-1647226944":"Unable to process deposit in the moment","-488032975":"Deposits are temporarily unavailable due to system maintenance. You can make deposits when the maintenance is complete.","-67021419":"Our cashier is temporarily down due to system maintenance. You can access the cashier in a few minutes when the maintenance is complete.","-849587074":"You have not provided your tax identification number","-47462430":"This information is necessary for legal and regulatory requirements. Please go to your account settings, and fill in your latest tax identification number.","-2067423661":"Stronger security for your Deriv account","-1719731099":"With two-factor authentication, you’ll protect your account with both your password and your phone - so only you can access your account, even if someone knows your password.","-2087822170":"You are offline","-1669693571":"Check your connection.","-1998049070":"If you agree to our use of cookies, click on Accept. For more information, <0>see our policy.","-402093392":"Add Deriv Account","-277547429":"A Deriv account will allow you to fund (and withdraw from) your MT5 account(s).","-1721181859":"You’ll need a {{deriv_account}} account","-1989074395":"Please add a {{deriv_account}} account first before adding a {{dmt5_account}} account. Deposits and withdrawals for your {{dmt5_label}} account are done by transferring funds to and from your {{deriv_label}} account.","-689237734":"Proceed","-1642457320":"Help centre","-1966944392":"Network status: {{status}}","-594209315":"Synthetic indices in the EU are offered by {{legal_entity_name}}, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority (<0>licence no. MGA/B2C/102/2000) and by the Revenue Commissioners for clients in Ireland (<2>licence no. 1010285).","-181484419":"Responsible trading","-650505513":"Full screen","-1823504435":"View notifications","-1954045170":"No currency assigned","-583559763":"Menu","-2094580348":"Thanks for verifying your email","-1396326507":"Unfortunately, {{website_name}} is not available in your country.","-288996254":"Unavailable","-122970184":"Total assets in your Deriv and {{platform_name_dxtrade}} demo accounts.","-97270814":"Total assets in your Deriv and {{platform_name_dxtrade}} real accounts.","-1844355483":"{{platform_name_dxtrade}} Accounts","-1740162250":"Manage account","-1277942366":"Total assets","-1556699568":"Choose your citizenship","-1310654342":"As part of the changes in our product line-up, we will be closing Gaming accounts belonging to our UK clients.","-626152766":"As part of the changes in our product line-up, we are closing Options accounts belonging to our clients in Europe.","-490100162":"As part of the changes in our product line-up, we will be closing accounts belonging to our Isle of Man clients.","-1208958060":"You can no longer trade digital options on any of our platforms. You also can’t deposit funds into your account.<0/><1/>Any open positions on digital options have been closed with full payout.","-2050417883":"You’ll lose access to your Gaming account when it gets closed, so make sure to withdraw your funds as soon as possible.","-1950045402":"Withdraw all your funds","-168971942":"What this means for you","-905560792":"OK, I understand","-1308593541":"You will lose access to your account when it gets closed, so be sure to withdraw all your funds.","-2024365882":"Explore","-1197864059":"Create free demo account","-71049153":"Keep your account secure with a password","-1861974537":"Strong passwords contain at least 8 characters, combine uppercase and lowercase letters, numbers, and symbols.","-1965920446":"Start trading","-1485242688":"Step {{step}}: {{step_title}} ({{step}} of {{steps}})","-1829842622":"You can open an account for each cryptocurrency.","-987221110":"Choose a currency you would like to trade with.","-1066574182":"Choose a currency","-1914534236":"Choose your currency","-200560194":"Please switch to your {{fiat_currency}} account to change currencies.","-1829493739":"Choose the currency you would like to trade with.","-1814647553":"Add a new","-1269362917":"Add new","-650480777":"crypto account","-175638343":"Choose an account or add a new one","-1768223277":"Your account is ready","-1215717784":"<0>You have successfully changed your currency to {{currency}}.<0>Make a deposit now to start trading.","-786091297":"Trade on demo","-228099749":"Please verify your identity and address","-1041852744":"We're processing your personal information","-1775006840":"Make a deposit now to start trading.","-983734304":"We need proof of your identity and address before you can start trading.","-917733293":"To get trading, please confirm where you live.","-1282628163":"You'll be able to get trading as soon as verification is complete.","-952649119":"Log In","-3815578":"Sign Up","-1456176427":"Set a currency for your real account","-1557011219":"Add a real Deriv Options account","-259386249":"Add a Deriv Synthetic account","-241733171":"Add a Deriv Financial account","-1329687645":"Create a cryptocurrency account","-1429178373":"Create a new account","-1016775979":"Choose an account","-1369294608":"Already signed up?","-617844567":"An account with your details already exists.","-292363402":"Trading statistics report","-1656860130":"Options trading can become a real addiction, as can any other activity pushed to its limits. To avoid the danger of such an addiction, we provide a reality-check that gives you a summary of your trades and accounts on a regular basis.","-28080461":"Would like to check your statement first? <0>Check Statement","-611059051":"Please specify your preferred interval reality check in minutes:","-1876891031":"Currency","-11615110":"Turnover","-1370419052":"Profit / Loss","-437320982":"Session duration:","-3959715":"Current time:","-1534648620":"Your password has been changed","-596199727":"We will now redirect you to the login page.","-310434518":"The email input should not be empty.","-437918412":"No currency assigned to your account","-707550055":"We need this to make sure our service complies with laws and regulations in your country.","-280139767":"Set residence","-601615681":"Select theme","-1152511291":"Dark","-1428458509":"Light","-1917706589":"Your Deriv account is unlinked from {{social_identity_provider}}. Use your email and password for future log in.","-2017825013":"Got it","-505449293":"Enter a new password for your Deriv account.","-703818088":"Only log in to your account at this secure link, never elsewhere.","-2102997229":"Examples","-82488190":"I've read the above carefully.","-97775019":"Do not trust and give away your credentials on fake websites, ads or emails.","-2142491494":"OK, got it","-611136817":"Beware of fake links.","-1787820992":"Platforms","-1793883644":"Trade FX and CFDs on a customisable, easy-to-use trading platform.","-184713104":"Earn fixed payouts with options, or trade multipliers to amplify your gains with limited risk.","-1571775875":"Our flagship options and multipliers trading platform.","-1107320163":"Automate your trading, no coding needed.","-820028470":"Options & Multipliers","-895091803":"If you're looking for CFDs","-1447215751":"Not sure? Try this","-2338797":"<0>Maximise returns by <0>risking more than you put in.","-1682067341":"Earn <0>fixed returns by <0>risking only what you put in.","-1744351732":"Not sure where to start?","-943710774":"This complaints policy, which may change from time to time, applies to your account registered with {{legal_entity_name}}, having its registered office address at First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW, licensed and regulated respectively by (1) the Gambling Supervision Commission in the Isle of Man (current <0>licence issued on 31 August 2017) and (2) the Gambling Commission in the UK (<1>licence no. 39172).","-255056078":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name}}, having its registered office address at W Business Centre, Level 3, Triq Dun Karm, Birkirkara, BKR 9033, Malta, licensed and regulated by the Malta Gaming Authority in Malta for gambling products only, <0>licence no. MGA/B2C/102/2000, and for clients residing in the UK by the UK Gambling Commission (account number 39495).","-1941013000":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}}, {{legal_entity_name_fx}}, and {{legal_entity_name_v}}.","-594812204":"This complaints policy, which may change from time to time, applies to your account(s) registered with {{legal_entity_name_svg}}.","-1639808836":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Independent Betting Adjudication Service (IBAS) by filling the IBAS adjudication form. Please note that IBAS only deals with disputes that result from transactions.","-1505742956":"<0/><1/>You can also refer your dispute to the Malta Gaming Authority via the <2>Player Support Unit.","-1406192787":"If you are not satisfied with the outcome, you can escalate your complaint to the <0>Financial Commission.","-1776547326":"<0/><1/>If you reside in the UK and you are unhappy with our response you may escalate your complaint to the <2>Financial Ombudsman Service.","-2115348800":"1. Introduction","-744009523":"2. Fair treatment","-866831420":"3.1. Submission of a complaint","-1102904026":"3.2. Handling your complaint","-603378979":"3.3. Resolving your complaint","-697569974":"3.4. Your decision","-993572476":"<0>b.The Financial Commission has 5 days to acknowledge that your complaint was received and 14 days to answer the complaint through our Internal Dispute Resolution (IDR) procedure.","-1769159081":"<0>c.You will be able to file a complaint with the Financial Commission only if you are not satisfied with our decision or the decision wasn’t made within 14 days.","-58307244":"3. Determination phase","-356618087":"<0>b.The DRC may request additional information from you or us, who must then provide the requested information within 7 days.","-945718602":"<0>b.If you agree with a DRC decision, you will need to accept it within 14 days. If you do not respond to the DRC decision within 14 days, the complaint is considered closed.","-1500907666":"<0>d.If the decision is made in our favour, you must provide a release for us within 7 days of when the decision is made, and the complaint will be considered closed.","-429248139":"5. Disclaimer","-818926350":"The Financial Commission accepts appeals for 45 days following the date of the incident and only after the trader has tried to resolve the issue with the company directly.","-175369516":"Welcome to Deriv X","-1667427537":"Run Deriv X on your browser or download the mobile app","-305915794":"Run MT5 from your browser or download the MT5 app for your devices","-404375367":"Trade forex, basket indices, commodities, and cryptocurrencies with high leverage.","-811331160":"Trade CFDs on forex, stocks, stock indices, synthetic indices, and commodities with leverage.","-781132577":"Leverage","-1264604378":"Up to 1:1000","-637908996":"100%","-1420548257":"20+","-1373949478":"50+","-1686150678":"Up to 1:100","-1382029900":"70+","-1493055298":"90+","-1056874273":"25+ assets: synthetics","-223956356":"Leverage up to 1:1000","-1340877988":"Registered with the Financial Commission","-879901180":"170+ assets: forex (standard/micro), stocks, stock indices, commodities, basket indices, and cryptocurrencies","-1020615994":"Better spreads","-1789823174":"Regulated by the Vanuatu Financial Services Commission","-1040269115":"30+ assets: forex and commodities","-1372141447":"Straight-through processing","-318390366":"Regulated by the Labuan Financial Services Authority (Licence no. MB/18/0024)","-1556783479":"80+ assets: forex and cryptocurrencies","-875019707":"Leverage up to 1:100","-1752249490":"Malta Financial","-2068980956":"Leverage up to 1:30","-2098459063":"British Virgin Islands","-2050821902":"Demo Synthetic","-1434036215":"Demo Financial","-1416247163":"Financial STP","-1882063886":"Demo CFDs","-1347908717":"Demo Financial SVG","-785625598":"Use these credentials to log in to your {{platform}} account on the website and mobile apps.","-997127433":"Change Password","-162753510":"Add real account","-860609405":"Password","-742647506":"Fund transfer","-1580554423":"Trade CFDs on our synthetic indices that simulate real-world market movements.","-1357917360":"Web terminal","-1454896285":"The MT5 desktop app is not supported by Windows XP, Windows 2003, and Windows Vista.","-810388996":"Download the Deriv X mobile app","-1727991510":"Scan the QR code to download the Deriv X Mobile App","-1302404116":"Maximum leverage","-511301450":"Indicates the availability of cryptocurrency trading on a particular account.","-2102641225":"At bank rollover, liquidity in the forex markets is reduced and may increase the spread and processing time for client orders. This happens around 21:00 GMT during daylight saving time, and 22:00 GMT non-daylight saving time.","-495364248":"Margin call and stop out level will change from time to time based on market condition.","-536189739":"To protect your portfolio from adverse market movements due to the market opening gap, we reserve the right to decrease leverage on all offered symbols for financial accounts before market close and increase it again after market open. Please make sure that you have enough funds available in your {{platform}} account to support your positions at all times.","-712681566":"Peer-to-peer exchange","-1267880283":"{{field_name}} is required","-2084509650":"{{field_name}} is not properly formatted.","-1779241732":"First line of address is not in a proper format.","-188222339":"This should not exceed {{max_number}} characters.","-1673422138":"State/Province is not in a proper format.","-1385484963":"Confirm to change your {{platform}} password","-1990902270":"This will change the password to all of your {{platform}} accounts.","-673424733":"Demo account","-1986258847":"Server maintenance starts at 01:00 GMT every Sunday, and this process may take up to 2 hours to complete. Service may be disrupted during this time.","-1199152768":"Please explore our other platforms.","-205020823":"Explore {{platform_name_trader}}","-1982499699":"Explore {{platform_name_dbot}}","-1567989247":"Submit your proof of identity and address","-464262734":"Manage {{platform}} Real {{account_title}} account password","-184453418":"Enter your {{platform}} password","-1769158315":"real","-700260448":"demo","-1175356567":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account. To start trading, transfer funds from your Deriv account into this account.","-1570793523":"Congratulations, you have successfully created your {{category}} <0>{{platform}} <1>{{type}} account.","-790488576":"Forgot password?","-1190393389":"Enter your {{platform}} password to add a {{platform}} {{account}} account.","-2057918502":"Hint: You may have entered your Deriv password, which is different from your {{platform}} password.","-1928229820":"Reset Deriv X investor password","-1917043724":"Reset DMT5 investor password","-1087845020":"main","-1950683866":"investor","-1874242353":"Fund top up","-89838213":"You can top up your demo account with an additional <0> if your balance is <1> or less.","-1211122723":"{{ platform }} {{ account_title }} account","-78895143":"Current balance","-149993085":"New current balance","-490244964":"Forex, stocks, stock indices, cryptocurrencies","-1368041210":", synthetic indices","-877064208":"EUR","-1284221303":"You’ll get a warning, known as margin call, if your account balance drops down close to the stop out level.","-1848799829":"To understand stop out, first you need to learn about margin level, which is the ratio of your equity (the total balance you would have if you close all your positions at that point) to the margin you're using at the moment. If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.","-224051432":"24/7","-1591882610":"Synthetics","-70716111":"FX-majors (standard/micro lots), FX-minors, basket indices, commodities, cryptocurrencies, and stocks and stock indices","-1041629137":"FX-majors, FX-minors, FX-exotics, and cryptocurrencies","-287097947":"FX-majors (standard/micro lots), FX-minors, Commodities, Cryptocurrencies (except UK)","-1225160479":"Compare available accounts","-2042845290":"Your investor password has been changed.","-1882295407":"Your password has been changed.","-254497873":"Use this password to grant viewing access to another user. While they may view your trading account, they will not be able to trade or take any other actions.","-161656683":"Current investor password","-374736923":"New investor password","-1793894323":"Create or reset investor password","-1124208206":"Switch to your real account to create a DMT5 {{account_title}} {{type_title}} account.","-1576792859":"Proof of identity and address are required","-104382603":"Check your proof of address","-793684335":"Check your proof of identity","-1271218821":"Account added","-1422519943":"Add Your DMT5 {{account_type}} account under Deriv (V) Ltd, regulated by the Vanuatu Financial Services Commission.","-2032649678":"Add your DMT5 {{account_type}} STP account under Deriv (FX) Ltd regulated by Labuan Financial Services Authority (Licence no. MB/18/0024).","-801751276":"Add your DMT5 CFDs account under Deriv Investments (Europe) Limited regulated by the Malta Financial Services Authority (MFSA) (licence no. IS/70156).","-16048185":"To create this account first we need your proof of identity and address.","-1627989291":"To create this account first we need you to resubmit your proof of identity.","-1389025684":"To create this account first we need you to resubmit your proof of identity and address.","-1615750576":"You will be able to open this account once your submitted documents have been verified.","-352187285":"Choose a jurisdiction for your DMT5 {{account_type}} account","-1728185398":"Resubmit proof of address","-1961967032":"Resubmit proof of identity","-10956371":"You need a real account (fiat currency or cryptocurrency) in Deriv to create a real DMT5 account.","-1760596315":"Create a Deriv account","-705682181":"Malta","-194969520":"Counterparty company","-1131400885":"Deriv Investments (Europe) Limited","-409563066":"Regulator","-2073451889":"Malta Financial Services Authority (MFSA) (Licence no. IS/70156)","-362324454":"Commodities","-543177967":"Stock indices","-1089385344":"Deriv (SVG) LLC","-2019617323":"Deriv (BVI) Ltd","-112814932":"Deriv (FX) Ltd","-1747078152":"-","-1510474851":"British Virgin Islands Financial Services Commission (licence no. SIBA/L/18/1114)","-199154602":"Vanuatu Financial Services Commission","-761250329":"Labuan Financial Services Authority (Licence no. MB/18/0024)","-251202291":"Broker","-81650212":"MetaTrader 5 web","-2123571162":"Download","-941636117":"MetaTrader 5 Linux app","-2019704014":"Scan the QR code to download Deriv MT5.","-1324223697":"Use this password to log in to your DMT5 accounts on the desktop, web, and mobile apps.","-648956272":"Use this password to log in to your Deriv X accounts on the web and mobile apps.","-337314155":"Change {{platform}} password","-1814308691":"Please click on the link in the email to change your {{platform}} password.","-1282933308":"Not {{barrier}}","-968190634":"Equals {{barrier}}","-1747377543":"Under {{barrier}}","-337314714":"days","-442488432":"day","-1572548510":"Ups & Downs","-71301554":"Ins & Outs","-952298801":"Look Backs","-763273340":"Digits","-1790089996":"NEW!","-1386326276":"Barrier is a required field.","-1418742026":"Higher barrier must be higher than lower barrier.","-92007689":"Lower barrier must be lower than higher barrier.","-1095538960":"Please enter the start time in the format \"HH:MM\".","-1975910372":"Minute must be between 0 and 59.","-866277689":"Expiry time cannot be in the past.","-1455298001":"Now","-256210543":"Trading is unavailable at this time.","-28115241":"{{platform_name_trader}} is not available for this account","-453920758":"Go to {{platform_name_mt5}} dashboard","-402175529":"History","-902712434":"Deal cancellation","-988484646":"Deal cancellation (executed)","-444882676":"Deal cancellation (active)","-13423018":"Reference ID","-1551639437":"No history","-1214703885":"You have yet to update either take profit or stop loss","-880722426":"Market is closed","-504849554":"It will reopen at","-59803288":"In the meantime, try our synthetic indices. They simulate real-market volatility and are open 24/7.","-1278109940":"See open markets","-694105443":"This market is closed","-439389714":"We’re working on it","-770929448":"Go to {{platform_name_smarttrader}}","-138538812":"Log in or create a free account to place a trade.","-2036388794":"Create free account","-1813736037":"No further trading is allowed on this contract type for the current trading session. For more info, refer to our <0>terms and conditions.","-590131162":"Stay on {{website_domain}}","-1444663817":"Go to Binary.com","-1526466612":"You’ve selected a trade type that is currently unsupported, but we’re working on it.","-1043795232":"Recent positions","-1572796316":"Purchase price:","-153220091":"{{display_value}} Tick","-802374032":"Hour","-2039780875":"Purchase confirmation","-1672470173":"Require confirmation before purchasing a contract","-1342661765":"Lock contract purchase buttons","-939764287":"Charts","-1738427539":"Purchase","-1392065699":"If you select \"Rise\", you win the payout if the exit spot is strictly higher than the entry spot.","-1762566006":"If you select \"Fall\", you win the payout if the exit spot is strictly lower than the entry spot.","-1435306976":"If you select \"Allow equals\", you win the payout if exit spot is higher than or equal to entry spot for \"Rise\". Similarly, you win the payout if exit spot is lower than or equal to entry spot for \"Fall\".","-1959473569":"If you select \"Lower\", you win the payout if the exit spot is strictly lower than the barrier.","-1350745673":"If the exit spot is equal to the barrier, you don't win the payout.","-2089488446":"If you select \"Ends Between\", you win the payout if the exit spot is strictly higher than the Low barrier AND strictly lower than the High barrier.","-1876950330":"If you select \"Ends Outside\", you win the payout if the exit spot is EITHER strictly higher than the High barrier, OR strictly lower than the Low barrier.","-546460677":"If the exit spot is equal to either the Low barrier or the High barrier, you don't win the payout.","-1812957362":"If you select \"Stays Between\", you win the payout if the market stays between (does not touch) either the High barrier or the Low barrier at any time during the contract period","-220379757":"If you select \"Goes Outside\", you win the payout if the market touches either the High barrier or the Low barrier at any time during the contract period.","-1281286610":"If you select \"Matches\", you will win the payout if the last digit of the last tick is the same as your prediction.","-1929209278":"If you select \"Even\", you will win the payout if the last digit of the last tick is an even number (i.e., 2, 4, 6, 8, or 0).","-2038865615":"If you select \"Odd\", you will win the payout if the last digit of the last tick is an odd number (i.e., 1, 3, 5, 7, or 9).","-1416078023":"If you select \"Touch\", you win the payout if the market touches the barrier at any time during the contract period.","-1272255095":"If the exit spot is equal to the barrier or the new barrier (if a reset occurs), you don't win the payout.","-231957809":"Win maximum payout if the exit spot is higher than or equal to the upper barrier.","-464144986":"Win maximum payout if the exit spot is lower than or equal to the lower barrier.","-1031456093":"Win up to maximum payout if exit spot is between lower and upper barrier, in proportion to the difference between upper barrier and exit spot.","-968162707":"No payout if exit spot is above or equal to the upper barrier.","-299450697":"If you select \"High Tick\", you win the payout if the selected tick is the highest among the next five ticks.","-705681870":"By purchasing the \"High-to-Low\" contract, you'll win the multiplier times the difference between the high and low over the duration of the contract.","-420387848":"The high is the highest point ever reached by the market during the contract period.","-1666375348":"By purchasing the \"High-to-Close\" contract, you'll win the multiplier times the difference between the high and close over the duration of the contract.","-2024955268":"If you select “Up”, you will earn a profit by closing your position when the market price is higher than the entry spot.","-1598433845":"If you select “Down”, you will earn a profit by closing your position when the market price is lower than the entry spot.","-1092777202":"The Stop-out level on the chart indicates the price at which your potential loss equals your entire stake. When the market price reaches this level, your position will be closed automatically. This ensures that your loss does not exceed the amount you paid to purchase the contract.","-885323297":"These are optional parameters for each position that you open:","-584696680":"If you select “Take profit” and specify an amount that you’d like to earn, your position will be closed automatically when your profit is more than or equals to this amount. Your profit may be more than the amount you entered depending on the market price at closing.","-178096090":"“Take profit” cannot be updated. You may update it only when “Deal cancellation” expires.","-206909651":"The entry spot is the market price when your contract is processed by our servers.","-149836494":"Your transaction reference number is {{transaction_id}}","-1382749084":"Go back to trading","-1231210510":"Tick","-1239477911":"second","-1585766960":"min","-1652791614":"mins","-1977959027":"hours","-8998663":"Digit: {{last_digit}} ","-1435392215":"About deal cancellation","-1280319153":"Cancel your trade anytime within a chosen time-frame. Triggered automatically if your trade reaches the stop out level within the chosen time-frame.","-471757681":"Risk management","-976258774":"Not set","-843831637":"Stop loss","-771725194":"Deal Cancellation","-45873457":"NEW","-127118348":"Choose {{contract_type}}","-543478618":"Try checking your spelling or use a different term","-338707425":"Minimum duration is 1 day","-1003473648":"Duration: {{duration}} day","-700280380":"Deal cancel. fee","-741395299":"{{value}}","-1527492178":"Purchase Locked","-725375562":"You can lock/unlock the purchase button from the Settings menu","-1358367903":"Stake","-1513281069":"Barrier 2","-390994177":"Should be between {{min}} and {{max}}","-2055106024":"Toggle between advanced and simple duration settings","-1012793015":"End time","-2037881712":"Your contract will be closed automatically at the next available asset price on <0>.","-629549519":"Commission <0/>","-2131859340":"Stop out <0/>","-1686280757":"<0>{{commission_percentage}}% of (<1/> * {{multiplier}})","-1043117679":"When your current loss equals or exceeds {{stop_out_percentage}}% of your stake, your contract will be closed at the nearest available asset price.","-477998532":"Your contract is closed automatically when your loss is more than or equals to this amount.","-243332856":"Last digit stats for latest 1000 ticks for {{ underlying_name }}","-339236213":"Multiplier","-461955353":"purchase price","-172348735":"profit","-1624674721":"contract type","-1644154369":"entry spot time","-510792478":"entry spot price","-1974651308":"exit spot time","-1600267387":"exit spot price","-514917720":"barrier","-2004386410":"Win","-1072292603":"No Change","-1631669591":"string","-1768939692":"number","-795152863":"green","-1640576332":"blue","-804983649":"yellow","-94281841":"red","-1242470654":"Earned money","-1429914047":"Low","-1893628957":"Open Time","-1896106455":"10 minutes","-999492762":"15 minutes","-1978767852":"30 minutes","-293628675":"1 hour","-385604445":"2 hours","-1965813351":"4 hours","-525321833":"1 day","-1691868913":"Touch/No Touch","-151151292":"Asians","-1048378719":"Reset Call/Reset Put","-1282312809":"High/Low Ticks","-1237186896":"Only Ups/Only Downs","-529846150":"Seconds","-2035315547":"Low barrier","-1635771697":"middle","-1529389221":"Histogram","-1819860668":"MACD","-1750896349":"D'Alembert","-102980621":"The Oscar's Grind Strategy is a low-risk positive progression strategy that first appeared in 1965. By using this strategy, the size of your contract will increase after successful trades, but remains unchanged after unsuccessful trades.","-462715374":"Untitled Bot","-2002533437":"Custom function","-215053350":"with:","-1257232389":"Specify a parameter name:","-1885742588":"with: ","-188442606":"function {{ function_name }} {{ function_params }} {{ dummy }}","-313112159":"This block is similar to the one above, except that this returns a value. The returned value can be assigned to a variable of your choice.","-1783320173":"Prematurely returns a value within a function","-1485521724":"Conditional return","-1482801393":"return","-46453136":"get","-1838027177":"first","-1182568049":"Get list item","-1675454867":"This block gives you the value of a specific item in a list, given the position of the item. It can also remove the item from the list.","-381501912":"This block creates a list of items from an existing list, using specific item positions.","-426766796":"Get sub-list","-1679267387":"in list {{ input_list }} find {{ first_or_last }} occurence of item {{ input_value }}","-2087996855":"This block gives you the position of an item in a given list.","-422008824":"Checks if a given list is empty","-1343887675":"This block checks if a given list is empty. It returns “True” if the list is empty, “False” if otherwise.","-1548407578":"length of {{ input_list }}","-1786976254":"This block gives you the total number of items in a given list.","-2113424060":"create list with item {{ input_item }} repeated {{ number }} times","-1955149944":"Repeat an item","-434887204":"set","-197957473":"as","-851591741":"Set list item","-1874774866":"ascending","-1457178757":"Sorts the items in a given list","-350986785":"Sort list","-324118987":"make text from list","-155065324":"This block creates a list from a given string of text, splitting it with the given delimiter. It can also join items in a list into a string of text.","-459051222":"Create list from text","-977241741":"List Statement","-451425933":"{{ break_or_continue }} of loop","-323735484":"continue with next iteration","-1592513697":"Break out/continue","-713658317":"for each item {{ variable }} in list {{ input_list }}","-1825658540":"Iterates through a given list","-952264826":"repeat {{ number }} times","-887757135":"Repeat (2)","-1608672233":"This block is similar to the block above, except that the number of times it repeats is determined by a given variable.","-533154446":"Repeat (1)","-1059826179":"while","-1893063293":"until","-279445533":"Repeat While/Until","-1003706492":"User-defined variable","-359097473":"set {{ variable }} to {{ value }}","-1588521055":"Sets variable value","-980448436":"Set variable","-1538570345":"Get the last trade information and result, then trade again.","-222725327":"Here is where you can decide if your bot should continue trading.","-1638446329":"Result is {{ win_or_loss }}","-1968029988":"Last trade result","-1588406981":"You can check the result of the last trade with this block.","-1459154781":"Contract Details: {{ contract_detail }}","-1652241017":"Reads a selected property from contract details list","-2082345383":"These blocks transfer control to the Purchase conditions block.","-172574065":"This block will transfer the control back to the Purchase conditions block, enabling you to purchase another contract.","-403103225":"restart","-837044282":"Ask Price {{ contract_type }}","-1033917049":"This block returns the purchase price for the selected trade type.","-1863737684":"2. Purchase conditions","-228133740":"Specify contract type and purchase conditions.","-1291088318":"Purchase conditions","-1098726473":"This block is mandatory. Only one copy of this block is allowed. You can place the Purchase block (see below) here as well as conditional blocks to define your purchase conditions.","-1777988407":"Payout {{ contract_type }}","-511116341":"This block returns the potential payout for the selected trade type","-1943211857":"Potential payout","-813464969":"buy","-53668380":"True if active contract can be sold before expiration at current market price","-43337012":"Sell profit/loss","-2112866691":"Returns the profit/loss from selling at market price","-2132417588":"This block gives you the potential profit or loss if you decide to sell your contract.","-1360483055":"set {{ variable }} to Bollinger Bands {{ band_type }} {{ dummy }}","-20542296":"Calculates Bollinger Bands (BB) from a list with a period","-1951109427":"Bollinger Bands (BB)","-857226052":"BB is a technical analysis indicator that’s commonly used by traders. The idea behind BB is that the market price stays within the upper and lower bands for 95% of the time. The bands are the standard deviations of the market price, while the line in the middle is a simple moving average line. If the price reaches either the upper or lower band, there’s a possibility of a trend reversal.","-325196350":"set {{ variable }} to Bollinger Bands Array {{ band_type }} {{ dummy }}","-199689794":"Similar to BB. This block gives you a choice of returning the values of either the lower band, higher band, or the SMA line in the middle.","-920690791":"Calculates Exponential Moving Average (EMA) from a list with a period","-960641587":"EMA is a type of moving average that places more significance on the most recent data points. It’s also known as the exponentially weighted moving average. EMA is different from SMA in that it reacts more significantly to recent price changes.","-1557584784":"set {{ variable }} to Exponential Moving Average Array {{ dummy }}","-32333344":"Calculates Moving Average Convergence Divergence (MACD) from a list","-628573413":"MACD is calculated by subtracting the long-term EMA (26 periods) from the short-term EMA (12 periods). If the short-term EMA is greater or lower than the long-term EMA than there’s a possibility of a trend reversal.","-1133676960":"Fast EMA Period {{ input_number }}","-883166598":"Period {{ input_period }}","-450311772":"set {{ variable }} to Relative Strength Index {{ dummy }}","-1861493523":"Calculates Relative Strength Index (RSI) list from a list of values with a period","-880048629":"Calculates Simple Moving Average (SMA) from a list with a period","-1150972084":"Market direction","-276935417":"This block is used to determine if the market price moves in the selected direction or not. It gives you a value of “True” or “False”.","-764931948":"in candle list get # from end {{ input_number }}","-924607337":"Returns the last digit of the latest tick","-560033550":"Returns the list of last digits of 1000 recent tick values","-74062476":"Make a List of {{ candle_property }} values in candles list with interval: {{ candle_interval_type }}","-1556495906":"Returns a list of specific values from a candle list according to selected time interval","-166816850":"Create a list of candle values (1)","-1261436901":"Candles List","-1174859923":"Read the selected candle value","-1972165119":"Read candle value (1)","-1956100732":"You can use this block to analyze the ticks, regardless of your trades","-443243232":"The content of this block is called on every tick. Place this block outside of any root block.","-641399277":"Last Tick","-1628954567":"Returns the value of the last tick","-1332756793":"This block gives you the value of the last tick.","-2134440920":"Last Tick String","-1466340125":"Tick value","-467913286":"Tick value Description","-785831237":"This block gives you a list of the last 1000 tick values.","-1546430304":"Tick List String Description","-1788626968":"Returns \"True\" if the given candle is black","-436010611":"Make a list of {{ candle_property }} values from candles list {{ candle_list }}","-1384340453":"Returns a list of specific values from a given candle list","-584859539":"Create a list of candle values (2)","-2010558323":"Read {{ candle_property }} value in candle {{ input_candle }}","-2846417":"This block gives you the selected candle value.","-1587644990":"Read candle value (2)","-1202212732":"This block returns account balance","-1737837036":"Account balance","-1963883840":"Put your blocks in here to prevent them from being removed","-1284013334":"Use this block if you want some instructions to be ignored when your bot runs. Instructions within this block won’t be executed.","-1217253851":"Log","-1987568069":"Warn","-104925654":"Console","-1956819233":"This block displays messages in the developer's console with an input that can be either a string of text, a number, boolean, or an array of data.","-1450461842":"Load block from URL: {{ input_url }}","-1088614441":"Loads blocks from URL","-1747943728":"Loads from URL","-2105753391":"Notify Telegram {{ dummy }} Access Token: {{ input_access_token }} Chat ID: {{ input_chat_id }} Message: {{ input_message }}","-1008209188":"Sends a message to Telegram","-1218671372":"Displays a notification and optionally play selected sound","-2099284639":"This block gives you the total profit/loss of your trading strategy since your bot started running. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-683825404":"Total Profit String","-718220730":"Total Profit String Description","-1861858493":"Number of runs","-264195345":"Returns the number of runs","-303451917":"This block gives you the total number of times your bot has run. You can reset this by clicking “Clear stats” on the Transaction Stats window, or by refreshing this page in your browser.","-2132861129":"Conversion Helper Block","-74095551":"Seconds Since Epoch","-15528039":"Returns the number of seconds since January 1st, 1970","-729807788":"This block returns the number of seconds since January 1st, 1970.","-1370107306":"{{ dummy }} {{ stack_input }} Run after {{ number }} second(s)","-558838192":"Delayed run","-1975250999":"This block converts the number of seconds since the Unix Epoch (1 January 1970) into a string of text representing the date and time.","-702370957":"Convert to date/time","-982729677":"Convert to timestamp","-311268215":"This block converts a string of text that represents the date and time into seconds since the Unix Epoch (1 January 1970). The time and time zone offset are optional. Example: 2019-01-01 21:03:45 GMT+0800 will be converted to 1546347825.","-1797602591":"Stop Loss: {{ currency }} {{ stop_loss }}","-1214929127":"Stop loss must be a positive number.","-780745489":"If the contract type is “Both”, then the Purchase Conditions should include both Rise and Fall using the “Conditional Block\"","-2142851225":"Multiplier trade options","-625636913":"Amount must be a positive number.","-1466383897":"Duration: {{ duration_unit }} {{ duration_value }}","-440702280":"Trade options","-1193894978":"Define your trade options such as duration and stake. Some options are only applicable for certain trade types.","-46523443":"Duration value is not allowed. To run the bot, please enter a value between {{min}} to {{max}}.","-1483427522":"Trade Type: {{ trade_type_category }} > {{ trade_type }}","-323348124":"1. Trade parameters","-1671903503":"Run once at start:","-783173909":"Trade options:","-376956832":"Here is where you define the parameters of your contract.","-1244007240":"if {{ condition }} then","-1577206704":"else if","-33796979":"true","-1434883449":"This is a single block that returns a boolean value, either true or false.","-1946404450":"Compares two values","-979918560":"This block converts the boolean value (true or false) to its opposite.","-2047257743":"Null","-1274387519":"Performs selected logic operation","-766386234":"This block performs the \"AND\" or the \"OR\" logic operation.","-790995537":"test {{ condition }}","-1860211657":"if false {{ return_value }}","-1643760249":"This block tests if a given value is true or false and returns “True” or “False” accordingly.","-1551875333":"Test value","-52486882":"Arithmetical operations","-1010436425":"This block adds the given number to the selected variable","-999773703":"Change variable","-1272091683":"Mathematical constants","-1396629894":"constrain {{ number }} low {{ low_number }} high {{ high_number }}","-425224412":"This block constrains a given number so that it is within a set range.","-2072551067":"Constrain within a range","-43523220":"remainder of {{ number1 }} ÷ {{ number2 }}","-1291857083":"Returns the remainder after a division","-592154850":"Remainder after division","-736665095":"Returns the remainder after the division of the given numbers.","-1266992960":"Math Number Description","-77191651":"{{ number }} is {{ type }}","-817881230":"even","-142319891":"odd","-1000789681":"whole","-1735674752":"Test a number","-1017805068":"This block tests a given number according to the selection and it returns a value of “True” or “False”. Available options: Even, Odd, Prime, Whole, Positive, Negative, Divisible","-1858332062":"Number","-1053492479":"Enter an integer or fractional number into this block. Please use `.` as a decimal separator for fractional numbers.","-927097011":"sum","-1653202295":"max","-1555878023":"average","-1748351061":"mode","-992067330":"Aggregate operations","-1691561447":"This block gives you a random fraction between 0.0 to 1.0","-523625686":"Random fraction number","-933024508":"Rounds a given number to an integer","-1656927862":"This block rounds a given number according to the selection: round, round up, round down.","-1495304618":"absolute","-61210477":"Operations on a given number","-181644914":"This block performs the selected operations to a given number.","-840732999":"to {{ variable }} append text {{ input_text }}","-1469497908":"Appends a given text to a variable","-1851366276":"Text Append","-1666316828":"Appends a given text to a variable.","-1902332770":"Transform {{ input_text }} to {{ transform_type }}","-1489004405":"Title Case","-904432685":"Changes text case accordingly","-882381096":"letter #","-1027605069":"letter # from end","-2066990284":"random letter","-337089610":"in text {{ input_text1 }} find {{ first_or_last }} occurence of text {{ input_text2 }}","-1966694141":"Searches through a string of text for a specific occurrence of a given character or word, and returns the position.","-697543841":"Text join","-141160667":"length of {{ input_text }}","-1133072029":"Text String Length","-1109723338":"print {{ input_text }}","-736668830":"Print","-1821552998":"trim spaces from {{ side }} of {{ input_text }}","-801766026":"right side","-474779821":"Trims spaces","-1219239717":"One or more mandatory blocks are missing from your workspace. Please add the required block(s) and then try again.","-250761331":"One or more mandatory blocks are disabled in your workspace. Please enable the required block(s) and then try again.","-1687036846":"Download block","-1266781295":"Expand","-894560707":"function","-1867119688":"Duplicate","-610728049":"Rearrange Vertically","-2033146714":"Collapse All Blocks","-958601558":"Delete Block","-1193267384":"Detach Block","-1750478127":"New variable name","-1061878051":"Y","-2047029150":"Unable to load the block file.","-1410769167":"Target must be an XML file","-609157479":"This URL is already loaded","-241945454":"Proposals are not ready","-1087890592":"Maximum loss amount reached","-1030545878":"You are rate limited for: {{ message_type }}, retrying in {{ delay }}s (ID: {{ request }})","-490766438":"You are disconnected, retrying in {{ delay }}s","-1389975609":"unknown","-1900515692":"Duration must be a positive integer","-245297595":"Please login","-1445046468":"Given candle is not valid","-1891622945":"{{hourPast}}h ago","-1723202824":"Please grant permission to view and manage Google Drive folders created with Binary Bot","-210953314":"There was an error retrieving data from Google Drive","-1521930919":"Select a Binary Bot strategy","-845301264":"There was an error listing files from Google Drive","-1452908801":"There was an error retrieving files from Google Drive","-232617824":"There was an error processing your request","-1800672151":"GBP Index","-1904030160":"Transaction performed by (App ID: {{app_id}})","-513103225":"Transaction time","-2066666313":"Credit/Debit","-2140412463":"Buy price","-1981004241":"Sell time","-600828210":"Indicative profit/loss","-706219815":"Indicative price","-3423966":"Take profit<0 />Stop loss","-2082644096":"Current stake","-538215347":"Net deposits","-280147477":"All transactions","-137444201":"Buy","-130601012":"Please select duration","-232254547":"Custom","-1577570698":"Start date","-1251526905":"Last 7 days","-360975483":"You've made no transactions of this type during this period.","-922253974":"Rise/Fall","-1361254291":"Higher/Lower","-335816381":"Ends In/Ends Out","-1789807039":"Asian Up/Asian Down","-330437517":"Matches/Differs","-657360193":"Over/Under","-558031309":"High Tick/Low Tick","-2092611555":"Sorry, this app is unavailable in your current location.","-1488537825":"If you have an account, log in to continue.","-555592125":"Unfortunately, trading options isn't possible in your country","-1571816573":"Sorry, trading is unavailable in your current location.","-1714959941":"This chart display is not ideal for tick contracts","-1254554534":"Please change the chart duration to tick for a better trading experience.","-1603581277":"minutes","-1658230823":"Contract was sold for <0 />.","-1905867404":"Contract cancelled"} \ No newline at end of file diff --git a/packages/translations/src/translations/ach.json b/packages/translations/src/translations/ach.json index 70887ddb9c22..02e5bcd095ae 100644 --- a/packages/translations/src/translations/ach.json +++ b/packages/translations/src/translations/ach.json @@ -74,7 +74,6 @@ "111931529": "crwdns123570:0crwdne123570:0", "113378532": "crwdns162618:0crwdne162618:0", "113884303": "crwdns79991:0crwdne79991:0", - "113933902": "crwdns170572:0crwdne170572:0", "115032488": "crwdns85861:0crwdne85861:0", "116005488": "crwdns163996:0crwdne163996:0", "117318539": "crwdns125070:0crwdne125070:0", @@ -220,7 +219,6 @@ "312300092": "crwdns69002:0crwdne69002:0", "313298169": "crwdns167955:0crwdne167955:0", "313741895": "crwdns70422:0crwdne70422:0", - "314357202": "crwdns496824:0{{platform_name_dxtrade}}crwdne496824:0", "315306603": "crwdns123604:0crwdne123604:0", "316694303": "crwdns70424:0crwdne70424:0", "317601768": "crwdns80041:0crwdne80041:0", @@ -301,6 +299,7 @@ "411482865": "crwdns123616:0{{deriv_account}}crwdne123616:0", "412433839": "crwdns123618:0crwdne123618:0", "413594348": "crwdns168563:0crwdne168563:0", + "417714706": "crwdns1047698:0crwdne1047698:0", "417864079": "crwdns160050:0crwdne160050:0", "420072489": "crwdns123622:0crwdne123622:0", "422055502": "crwdns160304:0crwdne160304:0", @@ -484,10 +483,12 @@ "659482342": "crwdns167513:0crwdne167513:0", "660481941": "crwdns156992:0crwdne156992:0", "660991534": "crwdns159494:0crwdne159494:0", + "662578726": "crwdns1047700:0crwdne1047700:0", "662609119": "crwdns170620:0crwdne170620:0", "665089217": "crwdns169283:0crwdne169283:0", "665777772": "crwdns162626:0crwdne162626:0", "665872465": "crwdns89254:0crwdne89254:0", + "668344562": "crwdns1047702:0crwdne1047702:0", "672008428": "crwdns162628:0crwdne162628:0", "673915530": "crwdns120588:0crwdne120588:0", "676159329": "crwdns80179:0crwdne80179:0", @@ -537,6 +538,7 @@ "731382582": "crwdns162632:0crwdne162632:0", "734390964": "crwdns84899:0crwdne84899:0", "734881840": "crwdns69148:0crwdne69148:0", + "742676532": "crwdns1047704:0crwdne1047704:0", "744110277": "crwdns69150:0crwdne69150:0", "745656178": "crwdns69152:0crwdne69152:0", "745674059": "crwdns120594:0crwdne120594:0", @@ -731,6 +733,7 @@ "995563717": "crwdns157008:0{{ boolean }}crwdne157008:0", "999008199": "crwdns69234:0crwdne69234:0", "1001160515": "crwdns80293:0crwdne80293:0", + "1001749987": "crwdns1047706:0crwdne1047706:0", "1003876411": "crwdns168565:0crwdne168565:0", "1004127734": "crwdns165819:0crwdne165819:0", "1006458411": "crwdns89294:0crwdne89294:0", @@ -749,6 +752,7 @@ "1023643811": "crwdns69248:0crwdne69248:0", "1023795011": "crwdns80301:0crwdne80301:0", "1024205076": "crwdns69250:0crwdne69250:0", + "1025887996": "crwdns1047708:0crwdne1047708:0", "1026046972": "crwdns163610:0{{max_payout}}crwdne163610:0", "1027098103": "crwdns170646:0crwdne170646:0", "1028211549": "crwdns80307:0crwdne80307:0", @@ -791,6 +795,7 @@ "1057904606": "crwdns69256:0crwdne69256:0", "1061308507": "crwdns157014:0{{ contract_type }}crwdne157014:0", "1062536855": "crwdns89296:0crwdne89296:0", + "1065353420": "crwdns1047710:0crwdne1047710:0", "1065498209": "crwdns69260:0crwdne69260:0", "1069347258": "crwdns160336:0crwdne160336:0", "1069576070": "crwdns80333:0crwdne80333:0", @@ -1131,6 +1136,7 @@ "1491392301": "crwdns117746:0{{sold_for}}crwdne117746:0", "1492686447": "crwdns170682:0crwdne170682:0", "1493673429": "crwdns171196:0crwdne171196:0", + "1493866481": "crwdns1047712:0crwdne1047712:0", "1496810530": "crwdns80533:0crwdne80533:0", "1499074768": "crwdns167519:0crwdne167519:0", "1499080621": "crwdns157384:0crwdne157384:0", @@ -1273,6 +1279,7 @@ "1700233813": "crwdns160390:0{{selected_value}}crwdne160390:0", "1708413635": "crwdns80609:0{{currency_name}}crwdnd80609:0{{currency}}crwdne80609:0", "1709859601": "crwdns125090:0crwdne125090:0", + "1710662619": "crwdns1047714:0crwdne1047714:0", "1711013665": "crwdns80611:0crwdne80611:0", "1711676335": "crwdns69492:0crwdne69492:0", "1711929663": "crwdns160392:0crwdne160392:0", @@ -1323,6 +1330,7 @@ "1761762171": "crwdns157046:0{{ checkbox }}crwdne157046:0", "1762707297": "crwdns80631:0crwdne80631:0", "1763123662": "crwdns876440:0crwdne876440:0", + "1766212789": "crwdns1047716:0crwdne1047716:0", "1766993323": "crwdns120980:0crwdne120980:0", "1767726621": "crwdns160400:0crwdne160400:0", "1768861315": "crwdns80633:0crwdne80633:0", @@ -1576,7 +1584,6 @@ "2055317803": "crwdns156510:0crwdne156510:0", "2057082550": "crwdns160414:0crwdne160414:0", "2057419639": "crwdns125102:0crwdne125102:0", - "2058978040": "crwdns496894:0{{platform_name_dxtrade}}crwdnd496894:0{{platform_name_dxtrade}}crwdne496894:0", "2060873863": "crwdns921090:0{{order_id}}crwdne921090:0", "2062912059": "crwdns157062:0{{ function_name }}crwdnd157062:0{{ function_params }}crwdne157062:0", "2063655921": "crwdns117218:0crwdne117218:0", @@ -2076,6 +2083,7 @@ "-596920538": "crwdns162092:0crwdne162092:0", "-1319725774": "crwdns165263:0crwdne165263:0", "-1403020742": "crwdns165265:0crwdne165265:0", + "-9570380": "crwdns1047718:0{{platform_name_dxtrade}}crwdnd1047718:0{{platform_name_dxtrade}}crwdne1047718:0", "-412891493": "crwdns121238:0crwdne121238:0", "-200487676": "crwdns121240:0crwdne121240:0", "-1840392236": "crwdns121242:0crwdne121242:0", @@ -2462,7 +2470,7 @@ "-1825471709": "crwdns89660:0crwdne89660:0", "-981017278": "crwdns89662:0crwdne89662:0", "-398198412": "crwdns168607:0crwdne168607:0", - "-1793883644": "crwdns163338:0crwdne163338:0", + "-1768586966": "crwdns1047720:0crwdne1047720:0", "-1309011360": "crwdns81411:0crwdne81411:0", "-883103549": "crwdns123904:0crwdne123904:0", "-821418875": "crwdns81433:0crwdne81433:0", @@ -2700,6 +2708,7 @@ "-2142491494": "crwdns1047670:0crwdne1047670:0", "-611136817": "crwdns1047672:0crwdne1047672:0", "-1787820992": "crwdns157158:0crwdne157158:0", + "-1793883644": "crwdns163338:0crwdne163338:0", "-184713104": "crwdns163516:0crwdne163516:0", "-1571775875": "crwdns163518:0crwdne163518:0", "-1107320163": "crwdns163520:0crwdne163520:0", @@ -2768,8 +2777,16 @@ "-162753510": "crwdns170800:0crwdne170800:0", "-860609405": "crwdns170804:0crwdne170804:0", "-742647506": "crwdns170806:0crwdne170806:0", - "-1874242353": "crwdns170808:0crwdne170808:0", "-1580554423": "crwdns838676:0crwdne838676:0", + "-1357917360": "crwdns170832:0crwdne170832:0", + "-1454896285": "crwdns170834:0crwdne170834:0", + "-810388996": "crwdns1047722:0crwdne1047722:0", + "-1727991510": "crwdns1047724:0crwdne1047724:0", + "-1302404116": "crwdns170890:0crwdne170890:0", + "-511301450": "crwdns170898:0crwdne170898:0", + "-2102641225": "crwdns170904:0crwdne170904:0", + "-495364248": "crwdns170906:0crwdne170906:0", + "-536189739": "crwdns170908:0{{platform}}crwdne170908:0", "-712681566": "crwdns170814:0crwdne170814:0", "-1267880283": "crwdns170816:0{{field_name}}crwdne170816:0", "-2084509650": "crwdns170818:0{{field_name}}crwdne170818:0", @@ -2778,10 +2795,7 @@ "-1673422138": "crwdns170824:0crwdne170824:0", "-1385484963": "crwdns170828:0{{platform}}crwdne170828:0", "-1990902270": "crwdns170830:0{{platform}}crwdne170830:0", - "-1357917360": "crwdns170832:0crwdne170832:0", - "-1454896285": "crwdns170834:0crwdne170834:0", "-673424733": "crwdns170836:0crwdne170836:0", - "-1066565281": "crwdns170838:0crwdne170838:0", "-1986258847": "crwdns838678:0crwdne838678:0", "-1199152768": "crwdns170842:0crwdne170842:0", "-205020823": "crwdns496938:0{{platform_name_trader}}crwdne496938:0", @@ -2800,6 +2814,7 @@ "-1917043724": "crwdns170870:0crwdne170870:0", "-1087845020": "crwdns170872:0crwdne170872:0", "-1950683866": "crwdns170874:0crwdne170874:0", + "-1874242353": "crwdns170808:0crwdne170808:0", "-89838213": "crwdns170876:0crwdne170876:0", "-1211122723": "crwdns170878:0{{ platform }}crwdnd170878:0{{ account_title }}crwdne170878:0", "-78895143": "crwdns170880:0crwdne170880:0", @@ -2807,18 +2822,13 @@ "-490244964": "crwdns170884:0crwdne170884:0", "-1368041210": "crwdns170886:0crwdne170886:0", "-877064208": "crwdns170888:0crwdne170888:0", - "-1302404116": "crwdns170890:0crwdne170890:0", "-1284221303": "crwdns170892:0crwdne170892:0", "-1848799829": "crwdns170894:0crwdne170894:0", "-224051432": "crwdns170896:0crwdne170896:0", - "-511301450": "crwdns170898:0crwdne170898:0", "-1591882610": "crwdns170900:0crwdne170900:0", "-70716111": "crwdns170982:0crwdne170982:0", "-1041629137": "crwdns170984:0crwdne170984:0", "-287097947": "crwdns170902:0crwdne170902:0", - "-2102641225": "crwdns170904:0crwdne170904:0", - "-495364248": "crwdns170906:0crwdne170906:0", - "-536189739": "crwdns170908:0{{platform}}crwdne170908:0", "-1225160479": "crwdns838682:0crwdne838682:0", "-2042845290": "crwdns120672:0crwdne120672:0", "-1882295407": "crwdns120674:0crwdne120674:0", diff --git a/packages/translations/src/translations/es.json b/packages/translations/src/translations/es.json index 68bf91dcbc99..1056a6a549e3 100644 --- a/packages/translations/src/translations/es.json +++ b/packages/translations/src/translations/es.json @@ -74,7 +74,6 @@ "111931529": "Inversión máx. total durante 7 días", "113378532": "ETH/USD", "113884303": "Índice alemán", - "113933902": "Descargar la aplicación Deriv X", "115032488": "Precio de compra y P / L", "116005488": "Indicadores", "117318539": "La contraseña debe tener letras minúsculas y mayúsculas del alfabeto inglés, con números.", @@ -220,7 +219,6 @@ "312300092": "Recorta los espacios dentro de una cadena o texto dado.", "313298169": "Nuestro cajero está temporalmente fuera de servicio debido al mantenimiento del sistema. Puede acceder al Cajero en unos minutos cuando se complete el mantenimiento.", "313741895": "Este bloque devuelve un valor booleano de \"verdadero\" si la última vela es negra. Se puede colocar en cualquier lugar del lienzo, excepto dentro del bloque raíz de parámetros de trading.", - "314357202": "Haga clic en el botón <0>Cambiar contraseña para cambiar su contraseña {{platform_name_dxtrade}}.", "315306603": "Tiene una cuenta sin una moneda asignada. Elija una moneda para poder operar con esa cuenta.", "316694303": "¿La vela es negra?", "317601768": "Temas", @@ -301,6 +299,7 @@ "411482865": "Agregar cuenta {{deriv_account}}", "412433839": "Acepto los <0>términos y condiciones.", "413594348": "Se permite sólo el uso de letras, números, espacios, guiones, puntos y barras diagonales.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "No podrá cambiar la moneda una vez que haya realizado un depósito.", "420072489": "Frecuencia del trading con CFD", "422055502": "De", @@ -484,10 +483,12 @@ "659482342": "Recuerde que es su responsabilidad mantener sus respuestas exactas y actualizadas. Puede actualizar sus datos personales en cualquier momento en la configuración de su cuenta.", "660481941": "Para acceder a sus aplicaciones móviles y otras aplicaciones de terceros, primero deberá generar un token de la API.", "660991534": "Terminar", + "662578726": "Available", "662609119": "Descargar la aplicación MT5", "665089217": "Por favor, presente su <0>prueba de identidad para autenticar su cuenta y acceder a su Cajero.", "665777772": "XLM/USD", "665872465": "En el siguiente ejemplo, se selecciona el precio de apertura, que luego se asigna a una variable llamada \"op\".", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Jurisdicción y legislación elegida", "676159329": "No se pudo cambiar a la cuenta predeterminada.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Saldo insuficiente", "734881840": "falso", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Conjunto de Bandas de Bollinger (BBA)", "745656178": "Use este bloque para vender su contrato al precio de mercado.", "745674059": "Devuelve el carácter específico de una cadena de texto dada de acuerdo con la opción seleccionada. ", @@ -731,6 +733,7 @@ "995563717": "no {{ boolean }}", "999008199": "texto", "1001160515": "Vender", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Debe empezar con letra o número y puede contener guión, punto y barra.", "1004127734": "Enviar correo electrónico", "1006458411": "Errores", @@ -749,6 +752,7 @@ "1023643811": "Este bloque compra un contrato de un tipo específico.", "1023795011": "Par/Impar", "1024205076": "Operación lógica", + "1025887996": "Negative Balance Protection", "1026046972": "Por favor, introduzca un importe de pago inferior a {{max_payout}}.", "1027098103": "El apalancamiento le brinda la posibilidad de operar con una posición más amplia utilizando su capital existente. El apalancamiento varía según los diferentes símbolos.", "1028211549": "Todos los campos son obligatorios", @@ -791,6 +795,7 @@ "1057904606": "Se dice que el concepto de la estrategia D'Alembert es similar a la estrategia Martingala, donde aumentará el tamaño de su contrato después de una pérdida. Con la estrategia D'Alembert, también disminuirá el tamaño de su contrato después de una operación exitosa.", "1061308507": "Compre {{ contract_type }}", "1062536855": "Iguales", + "1065353420": "110+", "1065498209": "Iterar (1)", "1069347258": "El enlace de verificación que usó no es válido o expiró. Solicite uno nuevo.", "1069576070": "Compra bloqueada", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Vendido por: {{sold_for}}", "1492686447": "Su cuenta STP Financiera de MT5 se abrirá a través de Deriv (FX) Ltd. Todas las operaciones en esta cuenta están sujetas a las regulaciones y directrices de la Autoridad de Servicios Financieros de Labuan (LFSA, por sus siglas en inglés). Ninguna de sus otras cuentas, incluyendo su cuenta Deriv, está sujeta a las regulaciones y directrices de la Autoridad de Servicios Financieros de Labuan (LFSA).", "1493673429": "Cambiar correo electrónico", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Agregue una cuenta real de Multiplicadores de Deriv", "1499080621": "Ha intentado realizar una operación no válida.", @@ -1273,6 +1279,7 @@ "1700233813": "No se permite la transferencia desde {{selected_value}}. Elija otra cuenta del menú desplegable", "1708413635": "Para su cuenta {{currency_name}} ({{currency}})", "1709859601": "Tiempo del punto de salida", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Facturación anticipada de cuenta", "1711676335": "raíz cuadrada", "1711929663": "Sus fondos han sido transferidos", @@ -1323,6 +1330,7 @@ "1761762171": "Reinicie la última operación con error (el bot ignora la operación fallida): {{ checkbox }}", "1762707297": "Número de teléfono", "1763123662": "Suba su recibo de NIMC.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Se permiten solo letras, números y guiones bajos.", "1767726621": "Elija agente", "1768861315": "Minuto", @@ -1374,7 +1382,7 @@ "1817154864": "Este bloque le da un número aleatorio dentro de un rango establecido.", "1820242322": "p.ej. Estados Unidos", "1820332333": "Recargar", - "1823177196": "Más popular", + "1823177196": "La más popular", "1824193700": "Este bloque le proporciona el último dígito del último valor de tick.", "1827607208": "Archivo no cargado.", "1830520348": "Contraseña {{platform_name_dxtrade}}", @@ -1576,7 +1584,6 @@ "2055317803": "Copie el enlace en su navegador móvil", "2057082550": "Acepte nuestros <0>términos y condiciones actualizados", "2057419639": "Punto de salida", - "2058978040": "Su contraseña {{platform_name_dxtrade}} es para iniciar sesión en su cuenta {{platform_name_dxtrade}} en las aplicaciones web y móvil.", "2060873863": "Su Pedido {{order_id}} está completo", "2062912059": "función {{ function_name }} {{ function_params }}", "2063655921": "Al comprar el contrato \"Cierre-a-Bajo\", ganará el valor del multiplicador por la diferencia entre el cierre y el bajo a lo largo la duración del contrato.", @@ -1898,7 +1905,7 @@ "-164448351": "Mostrar menos", "-1361653502": "Mostrar más", "-337620257": "Cambiar a la cuenta real", - "-2120454054": "Agregar una cuenta real", + "-2120454054": "Agregar cuenta real", "-38915613": "Cambios no guardados", "-2137450250": "Tiene cambios no guardados. ¿Está seguro de que desea descartar los cambios y salir de esta página?", "-1067082004": "Salir de los ajustes", @@ -2076,6 +2083,7 @@ "-596920538": "Desvincular", "-1319725774": "Contraseña DMT5", "-1403020742": "Esta contraseña DMT5 es para acceder a sus cuentas de Deriv MT5 en la aplicación de escritorio, web y móvil.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Deshabilitar 2FA", "-200487676": "Activar", "-1840392236": "Ese no es el código correcto. Inténtelo de nuevo.", @@ -2462,7 +2470,7 @@ "-1825471709": "Una experiencia de operaciones completamente nueva en una plataforma poderosa pero fácil de usar.", "-981017278": "Operaciones automatizadas a tu alcance. No se necesita conocimiento de codificación.", "-398198412": "Opere en Deriv MT5 (DMT5), la plataforma de operación con CFD y FX todo en uno.", - "-1793883644": "Opere FX y CFD en una plataforma de operaciones personalizable y fácil de usar.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Posiciones abiertas", "-883103549": "Cuenta desactivada", "-821418875": "Trader", @@ -2693,13 +2701,14 @@ "-1917706589": "Su cuenta de Deriv está desvinculada de {{social_identity_provider}}. Utilice su correo electrónico y contraseña para iniciar sesión en el futuro.", "-2017825013": "Entendido", "-505449293": "Ingrese una nueva contraseña para su cuenta Deriv.", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "Inicie sesión en su cuenta solo a través de este enlace seguro, nunca en ningún otro lugar.", + "-2102997229": "Ejemplos", + "-82488190": "He leído lo anterior detenidamente.", + "-97775019": "No se fíe y no revele sus credenciales en sitios web, anuncios o correos electrónicos falsos.", + "-2142491494": "Vale, entendido", + "-611136817": "Cuidado con los enlaces falsos.", "-1787820992": "Plataformas", + "-1793883644": "Opere FX y CFD en una plataforma de operaciones personalizable y fácil de usar.", "-184713104": "Obtenga pagos fijos con opciones u opere con multiplicadores para amplificar sus ganancias con un riesgo limitado.", "-1571775875": "Nuestra plataforma insignia de trading con opciones y multiplicadores.", "-1107320163": "Automatice sus operaciones, sin necesidad de codificación.", @@ -2765,11 +2774,19 @@ "-1347908717": "Financiera SVG Demo", "-785625598": "Utilice estas credenciales para iniciar sesión en su cuenta {{platform}} en el sitio web y en las aplicaciones móviles.", "-997127433": "Cambiar contraseña", - "-162753510": "Agregar la cuenta real", + "-162753510": "Agregar cuenta real", "-860609405": "Contraseña", "-742647506": "Transferencia de fondos", - "-1874242353": "Recarga de fondos", "-1580554423": "Opere con CFD en nuestros índices sintéticos que simulan los movimientos del mercado en el mundo real.", + "-1357917360": "Terminal web", + "-1454896285": "La aplicación de escritorio MT5 no es compatible con Windows XP, Windows 2003 y Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Apalancamiento máximo", + "-511301450": "Indica la disponibilidad para operar con criptomonedas en una cuenta particular.", + "-2102641225": "Durante prórrogas bancarias, la liquidez del mercado forex se reduce y puede incrementar el spread y tiempo de proceso de las operaciones de los clientes. Esto ocurre alrededor de las 21:00 GMT en horario de verano, y las 22:00 GMT en horario de invierno.", + "-495364248": "La llamada de margen y el nivel de stop out cambiarán de vez en cuando según las condiciones del mercado.", + "-536189739": "Para proteger su cartera de movimientos adversos del mercado debido a la brecha de apertura del mercado, nos reservamos el derecho de disminuir el apalancamiento en todos los símbolos ofrecidos para las cuentas financieras antes del cierre del mercado y aumentarlo nuevamente después de la apertura del mercado. Asegúrese de tener suficientes fondos disponibles en su cuenta {{platform}} para respaldar sus posiciones en todo momento.", "-712681566": "Intercambio entre pares (peer-to-peer)", "-1267880283": "Se requiere {{field_name}}", "-2084509650": "{{field_name}} no tiene el formato adecuado.", @@ -2778,10 +2795,7 @@ "-1673422138": "El Estado/Provincia no está en un formato adecuado.", "-1385484963": "Confirme el cambio de su contraseña {{platform}}", "-1990902270": "Esto cambiará la contraseña de todas sus cuentas {{platform}}.", - "-1357917360": "Terminal web", - "-1454896285": "La aplicación de escritorio MT5 no es compatible con Windows XP, Windows 2003 y Windows Vista.", "-673424733": "Cuenta demo", - "-1066565281": "El mantenimiento del servidor comienza a las 06:00 GMT todos los domingos y puede durar hasta 2 horas. El servicio puede ser interrumpido durante este tiempo.", "-1986258847": "El mantenimiento del servidor empieza a las 01:00 GMT todos los domingos. Este proceso puede durar hasta 2 horas en completarse. El servicio puede ser interrumpido durante este tiempo.", "-1199152768": "Explore nuestras otras plataformas.", "-205020823": "Explore {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Restablecer la contraseña de inversor DMT5", "-1087845020": "principal", "-1950683866": "inversor", + "-1874242353": "Recarga de fondos", "-89838213": "Puede recargar su cuenta demo con unos <0> adicionales si su saldo es <1> o menos.", "-1211122723": "cuenta {{ account_title }} de {{ platform }}", "-78895143": "Saldo actual", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, acciones, índices bursátiles, criptomonedas", "-1368041210": ", índices sintéticos", "-877064208": "EUR", - "-1302404116": "Apalancamiento máximo", "-1284221303": "Recibirá una advertencia, conocida como llamada de margen, si el saldo de su cuenta cae cerca del nivel de stop out.", "-1848799829": "Para comprender el stop out, primero debe aprender sobre el nivel de margen, que es la proporción de su capital (el saldo total que tendría si cerrase todas sus posiciones en ese punto) al margen que está utilizando en este momento. Si su nivel de margen cae por debajo de nuestro nivel de stop out, sus posiciones pueden cerrarse automáticamente para protegerlo de más pérdidas.", "-224051432": "24/7", - "-511301450": "Indica la disponibilidad para operar con criptomonedas en una cuenta particular.", "-1591882610": "Sintéticos", "-70716111": "FX-mayores (lotes estándar/micro lotes), FX-menores, cesta de índices, materias primas, criptodivisas y acciones e índices bursátiles", "-1041629137": "FX-mayores, FX-menores, FX-exóticos y criptomonedas", "-287097947": "FX-mayores (lotes estándar/micro), FX-menores, materias primas, criptomonedas (excepto Reino Unido)", - "-2102641225": "Durante prórrogas bancarias, la liquidez del mercado forex se reduce y puede incrementar el spread y tiempo de proceso de las operaciones de los clientes. Esto ocurre alrededor de las 21:00 GMT en horario de verano, y las 22:00 GMT en horario de invierno.", - "-495364248": "La llamada de margen y el nivel de stop out cambiarán de vez en cuando según las condiciones del mercado.", - "-536189739": "Para proteger su cartera de movimientos adversos del mercado debido a la brecha de apertura del mercado, nos reservamos el derecho de disminuir el apalancamiento en todos los símbolos ofrecidos para las cuentas financieras antes del cierre del mercado y aumentarlo nuevamente después de la apertura del mercado. Asegúrese de tener suficientes fondos disponibles en su cuenta {{platform}} para respaldar sus posiciones en todo momento.", "-1225160479": "Comparar cuentas disponibles", "-2042845290": "Su contraseña de inversionista ha sido cambiada.", "-1882295407": "Su contraseña sido cambiada.", diff --git a/packages/translations/src/translations/fr.json b/packages/translations/src/translations/fr.json index 0c4168c6cda9..3b9912194c93 100644 --- a/packages/translations/src/translations/fr.json +++ b/packages/translations/src/translations/fr.json @@ -74,7 +74,6 @@ "111931529": "Max. mise totale sur 7 jours", "113378532": "ETH/USD", "113884303": "Index Allemagne", - "113933902": "Téléchargez l’application Deriv X", "115032488": "Prix ​​d'achat et P/L", "116005488": "Indicateurs", "117318539": "Le mot de passe doit être composé de majuscules, de minuscules et de chiffres.", @@ -220,7 +219,6 @@ "312300092": "Découpe les espaces dans une chaîne ou un texte donné.", "313298169": "Notre caisse est temporairement hors service en raison d'une maintenance du système. Vous pourrez accéder à la caisse dans quelques minutes lorsque la maintenance sera terminée.", "313741895": "Ce bloc renvoie «Vrai» si la dernière bougie est noire. Il peut être placé n'importe où sur le canevas, sauf dans le bloc racine des paramètres du Trade.", - "314357202": "Cliquez sur <0>Changer le mot de passe afin de modifier votre mot de passe {{platform_name_dxtrade}}.", "315306603": "Vous avez un compte auquel aucune devise n'est affectée. Veuillez choisir une devise pour trader avec ce compte.", "316694303": "La bougie est-elle noire ?", "317601768": "Thèmes", @@ -301,6 +299,7 @@ "411482865": "Ajouter un compte {{deriv_account}}", "412433839": "J'accepte les <0>conditions générales.", "413594348": "Seuls les lettres, les chiffres, les espaces, les traits d'union, les points et les barres obliques sont autorisés.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "Vous ne pourrez pas changer de devise une fois que vous aurez effectué un dépôt.", "420072489": "Fréquence de trading CFD", "422055502": "De", @@ -484,10 +483,12 @@ "659482342": "N'oubliez pas qu'il est de votre responsabilité de maintenir vos informations exactes et à jour. Vous pouvez mettre à jour vos données personnelles à tout moment dans vos paramètres de compte.", "660481941": "Pour accéder à vos applications mobiles et à d'autres applications tierces, vous devez d'abord générer un token API.", "660991534": "Terminé", + "662578726": "Available", "662609119": "Téléchargez l’application MT5", "665089217": "Veuillez soumettre votre <0>document d'identité pour authentifier votre compte et accéder à votre caisse.", "665777772": "XLM/USD", "665872465": "Dans l'exemple ci-dessous, le prix d'ouverture est sélectionné, qui est ensuite affecté à une variable appelée \"op\".", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Compétence et choix de la loi", "676159329": "Impossible de basculer vers le compte par défaut.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Solde insuffisant", "734881840": "faux", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Tableau des Bandes de Bollinger", "745656178": "Utilisez ce bloc pour vendre votre contrat au prix du marché.", "745674059": "Renvoie le caractère spécifique d'une chaîne de texte donnée selon l'option sélectionnée. ", @@ -731,6 +733,7 @@ "995563717": "pas {{ boolean }}", "999008199": "texte", "1001160515": "Vente", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Doit commencer par une lettre ou un chiffre et peut contenir un trait d'union, un point et une barre oblique.", "1004127734": "Envoyer l'email", "1006458411": "Erreurs", @@ -749,6 +752,7 @@ "1023643811": "Ce bloc achète un contrat d'un type spécifié.", "1023795011": "Pair/Impair", "1024205076": "Opération logique", + "1025887996": "Negative Balance Protection", "1026046972": "Veuillez entrer un montant de paiement inférieur à {{max_payout}}.", "1027098103": "L'effet de levier vous donne la possibilité de trader une position plus importante en utilisant votre capital existant. L'effet de levier varie selon les différents symboles.", "1028211549": "Tous les champs sont requis", @@ -791,6 +795,7 @@ "1057904606": "Le concept de la stratégie D’Alembert est similaire à celui de la stratégie Martingale où vous augmenterez la taille de votre contrat après une perte. Avec la stratégie D’Alembert, vous réduirez également la taille de votre contrat après un trade réussi.", "1061308507": "Acheter {{ contract_type }}", "1062536855": "Égaux", + "1065353420": "110+", "1065498209": "Itérer (1)", "1069347258": "Le lien de vérification que vous avez utilisé est invalide ou a expiré. Veuillez en demander un nouveau.", "1069576070": "Achat bloqué", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Vendu pour: {{sold_for}}", "1492686447": "Votre compte MT5 Financial STP sera ouvert via Deriv (FX) Ltd. Toutes les transactions sur ce compte sont soumises aux réglementations et directives de la Labuan Financial Service Authority (LFSA). Aucun de vos autres comptes, y compris votre compte Deriv, n'est soumis aux réglementations et directives de la Labuan Financial Service Authority (LFSA).", "1493673429": "Changer d'email", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Ajouter un compte réel Multiplicateurs Deriv", "1499080621": "Essai d'effectuer une opération non valide.", @@ -1273,6 +1279,7 @@ "1700233813": "Le transfert depuis {{selected_value}} n'est pas autorisé, veuillez choisir un autre compte dans la liste déroulante", "1708413635": "Pour votre compte {{currency_name}} ({{currency}})", "1709859601": "Heure du Point de Sortie", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Chiffre d'affaire anticipé du compte", "1711676335": "racine carrée", "1711929663": "Vos fonds ont été transférés", @@ -1323,6 +1330,7 @@ "1761762171": "Redémarrez la dernière transaction en cas d'erreur (le bot ignore la transaction infructueuse): {{ checkbox }}", "1762707297": "Numéro de téléphone", "1763123662": "Téléchargez votre NIMC.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Seuls les lettres, les chiffres et les traits de soulignement sont autorisés.", "1767726621": "Choisissez un agent", "1768861315": "Minute", @@ -1576,7 +1584,6 @@ "2055317803": "Copiez le lien dans votre navigateur mobile", "2057082550": "Acceptez nos <0>conditions générales mises à jour", "2057419639": "Point de sortie", - "2058978040": "Votre mot de passe {{platform_name_dxtrade}} sert à vous connecter à vos comptes {{platform_name_dxtrade}} sur le web et les applications mobiles.", "2060873863": "Votre commande {{order_id}} est terminée", "2062912059": "fonction {{ function_name }} {{ function_params }}", "2063655921": "En achetant le contrat « Clôture-Bas », vous gagnerez le multiplicateur fois la différence entre la clôture et le bas pendant toute la durée du contrat.", @@ -2076,6 +2083,7 @@ "-596920538": "Déconnecter", "-1319725774": "Mot de passe DMT5", "-1403020742": "Votre mot de passe DMT5 sert à vous connecter à vos comptes Deriv MT5 sur les applications de bureau, web et mobile.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Désactiver 2FA", "-200487676": "Activé", "-1840392236": "Ce n'est pas le bon code. Veuillez réessayer.", @@ -2462,7 +2470,7 @@ "-1825471709": "Une toute nouvelle expérience de trading sur une plateforme puissante mais facile à utiliser.", "-981017278": "Trading automatisé à portée de main. Aucun codage nécessaire.", "-398198412": "Tradez sur Deriv MT5 (DMT5), la plateforme de trading FX et CFD tout-en-un.", - "-1793883644": "Commercialisez les FX et CFD sur une plateforme de trading personnalisable, simple et facile à utiliser.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Positions ouvertes", "-883103549": "Compte désactivé", "-821418875": "Trader", @@ -2700,6 +2708,7 @@ "-2142491494": "OK, got it", "-611136817": "Beware of fake links.", "-1787820992": "Plateformes", + "-1793883644": "Commercialisez les FX et CFD sur une plateforme de trading personnalisable, simple et facile à utiliser.", "-184713104": "Gagnez des paiements fixes en trading sur options ou multiplicateurs afin d'amplifier vos gains avec un risque limité.", "-1571775875": "Notre plateforme de trading d'options et de multiplicateurs.", "-1107320163": "Automatisez votre trading, pas besoin de codage.", @@ -2768,8 +2777,16 @@ "-162753510": "Ajouter un compte réel", "-860609405": "Mot de passe", "-742647506": "Transfert de fonds", - "-1874242353": "Top up de fonds", "-1580554423": "Tradez des CFD sur nos indices synthétiques qui simulent les mouvements réels du marché.", + "-1357917360": "Terminal Web", + "-1454896285": "L'application de bureau MT5 n'est pas prise en charge par, Windows XP, Windows 2003 et Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Effet de levier maximum", + "-511301450": "Indique la disponibilité du trading de crypto-monnaie sur un compte particulier.", + "-2102641225": "Lors du refinancement bancaire, la liquidité sur les marchés des changes est réduite et peut augmenter le spread et le temps de traitement des ordres des clients. Cela se produit vers 21h00 GMT pendant l'heure d'été et 22h00 GMT hors heure d'été.", + "-495364248": "Les niveaux d'appel de marge et d'arrêt changeront de temps en temps en fonction des conditions du marché.", + "-536189739": "Pour protéger votre portefeuille contre les mouvements défavorables du marché en raison de l'écart d'ouverture du marché, nous nous réservons le droit de réduire l'effet de levier sur tous les symboles offerts pour les comptes financiers avant la fermeture du marché et de l'augmenter à nouveau après l'ouverture du marché. Veuillez vous assurer que vous disposez de suffisamment de fonds sur votre compte {{platform}} pour soutenir vos positions à tout moment.", "-712681566": "Échange Peer-to-peer", "-1267880283": "{{field_name}} est obligatoire", "-2084509650": "{{field_name}} n'est pas dans un format correct.", @@ -2778,10 +2795,7 @@ "-1673422138": "Région/Département n'est pas dans un format approprié.", "-1385484963": "Confirmer le changement de votre mot de passe {{platform}}", "-1990902270": "Cela changera le mot de passe de tous vos comptes {{platform}}.", - "-1357917360": "Terminal Web", - "-1454896285": "L'application de bureau MT5 n'est pas prise en charge par, Windows XP, Windows 2003 et Windows Vista.", "-673424733": "Compte démo", - "-1066565281": "Maintenance du serveur à partir de 06:00 GMT tous les dimanches. Ce processus peut prendre jusqu'à 2 heures. Le service peut être interrompu pendant cette période.", "-1986258847": "Maintenance du serveur à partir de 01h00 GMT tous les dimanches et ce processus peut prendre jusqu'à 2 heures. Le service peut être interrompu pendant cette période.", "-1199152768": "Veuillez explorer nos autres plateformes.", "-205020823": "Explorer {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Réinitialiser le mot de passe investisseur de DMT5", "-1087845020": "principal", "-1950683866": "investisseur", + "-1874242353": "Top up de fonds", "-89838213": "Vous pouvez recharger votre compte de démonstration avec un <0> supplémentaire si votre solde est <1> ou moins.", "-1211122723": "Compte {{ platform }} {{ account_title }}", "-78895143": "Solde actuel", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, actions, indices boursiers, cryptomonnaies", "-1368041210": ", indices synthétiques", "-877064208": "EUR", - "-1302404116": "Effet de levier maximum", "-1284221303": "Si le solde de votre compte descend près du niveau de stop out, vous recevrez un avertissement, connu sous le nom d'appel de marge.", "-1848799829": "Pour comprendre le stop out, vous devez d'abord connaître le niveau de marge. C'est est le coefficient de fonds propres (le solde total que vous auriez si vous fermiez toutes vos positions à ce stade) à la marge que vous utilisez en ce moment. Si votre niveau de marge tombe en dessous de notre niveau de stop out, vos positions peuvent être fermées automatiquement afin de vous protéger contre de nouvelles pertes.", "-224051432": "24/7", - "-511301450": "Indique la disponibilité du trading de crypto-monnaie sur un compte particulier.", "-1591882610": "Synthétiques", "-70716111": "FX-majeurs (lots standard/micro), FX-mineurs, panier d'indices, matières premières, crypto-monnaies, actions et indices boursiers", "-1041629137": "FX-majeures, FX-mineures, FX-exotiques et cryptomonnaies", "-287097947": "FX Majeures (lots standard/micro), FX Mineures, Matières premières, Cryptodevises (sauf Royaume-Uni)", - "-2102641225": "Lors du refinancement bancaire, la liquidité sur les marchés des changes est réduite et peut augmenter le spread et le temps de traitement des ordres des clients. Cela se produit vers 21h00 GMT pendant l'heure d'été et 22h00 GMT hors heure d'été.", - "-495364248": "Les niveaux d'appel de marge et d'arrêt changeront de temps en temps en fonction des conditions du marché.", - "-536189739": "Pour protéger votre portefeuille contre les mouvements défavorables du marché en raison de l'écart d'ouverture du marché, nous nous réservons le droit de réduire l'effet de levier sur tous les symboles offerts pour les comptes financiers avant la fermeture du marché et de l'augmenter à nouveau après l'ouverture du marché. Veuillez vous assurer que vous disposez de suffisamment de fonds sur votre compte {{platform}} pour soutenir vos positions à tout moment.", "-1225160479": "Comparez les comptes disponibles", "-2042845290": "Votre mot de passe investisseur a été modifié.", "-1882295407": "Votre mot de passe a été modifié.", diff --git a/packages/translations/src/translations/id.json b/packages/translations/src/translations/id.json index 08618073b72c..f307a2d5a736 100644 --- a/packages/translations/src/translations/id.json +++ b/packages/translations/src/translations/id.json @@ -74,7 +74,6 @@ "111931529": "Maks. total modal dalam 7 hari", "113378532": "ETH/USD", "113884303": "Indeks Jerman", - "113933902": "Download aplikasi Deriv X", "115032488": "Harga beli dan Untung/Rugi", "116005488": "Indikator", "117318539": "Kata sandi harus terdiri dari huruf kecil dan besar alfabet beserta angka.", @@ -220,7 +219,6 @@ "312300092": "Potong spasi dalam string atau teks tertentu.", "313298169": "Kasir tidak tersedia untuk sementara waktu berhubung perbaikan sistem. Anda dapat mengakses bagian Kasir kembali setelah perbaikan selesai.", "313741895": "Blok ini akan menampilkan \"benar\" jika candle terakhir berwarna hitam. Dapat ditempatkan di mana saja pada kanvas kecuali dalam blok trading parameter root.", - "314357202": "Klik tombol <0>Ubah kata sandi untuk mengubah kata sandi {{platform_name_dxtrade}} Anda.", "315306603": "Akun Anda belum memiliki mata uang yang ditetapkan. Silakan pilih mata uang untuk bertrading menggunakan akun ini.", "316694303": "Apakah candle berwarna hitam?", "317601768": "Tema", @@ -301,6 +299,7 @@ "411482865": "Daftar akun {{deriv_account}}", "412433839": "Saya setuju dengan <0>syarat dan ketentuan.", "413594348": "Hanya huruf, angka, spasi, tanda hubung, titik, dan garis miring yang diperbolehkan.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "Anda tidak dapat mengubah mata uang akun setelah melakukan deposit.", "420072489": "Frekuensi trading CFD", "422055502": "Dari", @@ -484,10 +483,12 @@ "659482342": "Merupakan tanggung jawab Anda untuk memastikan data adalah benar dan akurat. Anda dapat memperbarui data pribadi kapan saja pada bagian pengaturan akun Anda.", "660481941": "Untuk mengakses aplikasi seluler dan aplikasi pihak ketiga lainnya, Anda harus membuat token API terlebih dahulu.", "660991534": "Selesai", + "662578726": "Available", "662609119": "Download aplikasi MT5", "665089217": "Kirimkan <0>bukti identitas untuk mengotentikasi akun dan mengakses bagian Kasir Anda.", "665777772": "XLM/USD", "665872465": "Pada contoh di bawah ini, harga pembukaan dipilih, yang kemudian ditugaskan pada variabel yang disebut \"op\".", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Yurisdiksi dan pilihan hukum", "676159329": "Tidak dapat pindah ke akun sebelumnya.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Saldo tidak mencukupi", "734881840": "salah", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Bollinger Bands Array (BBA)", "745656178": "Gunakan blok ini untuk menjual kontrak Anda pada harga pasar.", "745674059": "Menampilkan karakter spesifik dari string teks tertentu sesuai dengan opsi yang dipilih. ", @@ -731,6 +733,7 @@ "995563717": "bukan {{ boolean }}", "999008199": "teks", "1001160515": "Jual", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Harus dimulai dengan huruf atau angka dan dapat berisi tanda hubung, titik, dan garis miring.", "1004127734": "Kirim email", "1006458411": "Error", @@ -749,6 +752,7 @@ "1023643811": "Blok ini pembelian kontrak pada jenis tertentu.", "1023795011": "Even/Odd", "1024205076": "Pengoperasian logik", + "1025887996": "Negative Balance Protection", "1026046972": "Masukkan jumlah hasil yang lebih rendah dari {{max_payout}}.", "1027098103": "Leverage memberi Anda kemampuan untuk bertrading posisi yang lebih besar menggunakan modal yang ada. Leverage bervariasi pada berbagai simbol.", "1028211549": "Semua kolom wajib diisi", @@ -791,6 +795,7 @@ "1057904606": "Konsep Strategi D'Alembert ini dikatakan hampir sama dengan Strategi Martingale di mana Anda akan meningkatkan ukuran modal setelah mengalami kerugian. Dengan Strategi D'Alembert, Anda juga akan menurunkan ukuran modal setelah trading sebelumnya memperoleh keuntungan.", "1061308507": "Beli {{ contract_type }}", "1062536855": "Equal", + "1065353420": "110+", "1065498209": "Pengulangan (1)", "1069347258": "Tautan verifikasi yang Anda gunakan tidak valid atau telah berakhir. Silakan ajukan permohonan untuk tautan baru.", "1069576070": "Kunci pembelian", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Dijual sebesar: {{sold_for}}", "1492686447": "Akun MT5 Finansial STP Anda akan didaftarkan pada Deriv (FX) Ltd. Semua trading pada akun ini adalah tunduk pada peraturan dan pedoman dari Otoritas Jasa Keuangan Labuan (LFSA). Tidak ada akun lain, termasuk akun Deriv Anda, tunduk pada peraturan dan pedoman pada Otoritas Jasa Keuangan Labuan (LFSA).", "1493673429": "Rubah email", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Tambahkan akun riil Multiplier Deriv", "1499080621": "Mencoba melakukan operasi yang tidak valid.", @@ -1273,6 +1279,7 @@ "1700233813": "Transfer dari {{selected_value}} tidak diperbolehkan, silakan pilih akun lain dari menu dropdown", "1708413635": "Untuk akun {{currency_name}} ({{currency}}) Anda", "1709859601": "Waktu Spot Akhir", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Antisipasi total pembelian akun", "1711676335": "akar kuadrat", "1711929663": "Dana Anda telah ditransfer", @@ -1323,6 +1330,7 @@ "1761762171": "Restart trade terakhir yang mengalami error (bot mengabaikan trading gagal): {{ checkbox }}", "1762707297": "Nomor telepon", "1763123662": "Unggah slip NIMC Anda.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Hanya huruf, angka, dan garis bawah yang diizinkan.", "1767726621": "Pilih agen", "1768861315": "Menit", @@ -1576,7 +1584,6 @@ "2055317803": "Salin tautan ke browser seluler Anda", "2057082550": "Terima <0>persyaratan dan ketentuan yang telah diperbarui", "2057419639": "Spot Akhir", - "2058978040": "Kata sandi {{platform_name_dxtrade}} adalah untuk mengakses akun {{platform_name_dxtrade}} Anda pada situs web dan aplikasi seluler.", "2060873863": "Order {{order_id}} telah diproses", "2062912059": "fungsi {{ function_name }} {{ function_params }}", "2063655921": "Dengan membeli kontrak \"Close-to-Low \", Anda akan memperoleh hasil pada selisih nilai close (penutupan) dan nilai terendah dikalikan dengan nilai multiplier selama durasi kontrak.", @@ -2076,6 +2083,7 @@ "-596920538": "Batalkan tautan", "-1319725774": "Kata sandi DMT5", "-1403020742": "Kata sandi DMT5 adalah untuk mengakses akun Deriv MT5 Anda pada desktop, web dan aplikasi seluler.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Nonaktifkan 2FA", "-200487676": "Mengaktifkan", "-1840392236": "Itu bukan kode yang tepat. Silakan coba lagi.", @@ -2462,7 +2470,7 @@ "-1825471709": "Sebuah pengalaman trading baru pada platform yang luar biasa namun mudah untuk digunakan.", "-981017278": "Trading otomatis di ujung jari Anda. Tanpa coding.", "-398198412": "Trading di Deriv MT5 (DMT5), platform trading semua dalam satu untuk FX dan CFD.", - "-1793883644": "Trading FX dan CFD pada platform trading yang dapat disesuaikan dan mudah digunakan.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Posisi berjalan", "-883103549": "Akun dinonaktifkan", "-821418875": "Trader", @@ -2693,13 +2701,14 @@ "-1917706589": "Akun Deriv Anda sudah tidak ditautkan ke {{social_identity_provider}}. Gunakan email dan kata sandi untuk login di masa mendatang.", "-2017825013": "Mengerti", "-505449293": "Masukkan kata sandi baru untuk akun Deriv Anda.", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "Hanya masuk ke akun Anda di tautan aman ini, jangan pernah mengakses di tempat lain.", + "-2102997229": "Contoh", + "-82488190": "Saya telah membaca informasi di atas dengan seksama.", + "-97775019": "Jangan cepat percaya atau memberi informasi data pribadi Anda pada situs web, iklan, atau email palsu.", + "-2142491494": "OK, mengerti", + "-611136817": "Waspadalah terhadap tautan palsu.", "-1787820992": "Berbagai Platform", + "-1793883644": "Trading FX dan CFD pada platform trading yang dapat disesuaikan dan mudah digunakan.", "-184713104": "Dapatkan hasil tetap menggunakan opsi, atau trading menggunakan multiplier untuk meningkatkan keuntungan dengan risiko terbatas.", "-1571775875": "Opsi unggulan dan platform tarding multiplier kami.", "-1107320163": "Otomatiskan trading Anda, tanpa perlu menulis kode.", @@ -2768,8 +2777,16 @@ "-162753510": "Tambahkan akun riil", "-860609405": "Kata sandi", "-742647506": "Transfer dana", - "-1874242353": "Tambahkan dana", "-1580554423": "Trading CFD pada indeks sintetis kami yang mensimulasikan pergerakan pasar dunia nyata.", + "-1357917360": "Terminal web", + "-1454896285": "Aplikasi desktop MT5 tidak tersedia pada Windows XP, Windows 2003, dan Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Leverage maksimal", + "-511301450": "Menunjukkan ketersediaan perdagangan mata uang kripto pada akun tertentu.", + "-2102641225": "Pada saat rollover bank terjadi, likuiditas pada pasar forex akan berkurang dan hal ini dapat menyebabkan spread dan waktu pemrosesan order klien meningkat. Hal ini biasanya terjadi sekitar pukul 21:00 GMT selama waktu daylight saving, dan pukul 22:00 GMT di luar waktu daylight saving.", + "-495364248": "Margin call dan stop out level akan berubah dari waktu ke waktu berdasarkan kondisi pasar.", + "-536189739": "Untuk melindungi portofolio Anda dari pergerakan pasar yang merugikan karena kesenjangan pembukaan pasar, kami berhak menurunkan leverage pada semua simbol yang ditawarkan untuk akun keuangan sebelum penutupan pasar dan meningkatkannya kembali setelah pasar terbuka. Mohon pastikan bahwa Anda memiliki cukup dana yang tersedia pada akun {{platform}} Anda untuk mendukung posisi Anda setiap saat.", "-712681566": "Pertukaran peer-to-peer", "-1267880283": "{{field_name}} diperlukan", "-2084509650": "{{field_name}} tidak diformat dengan benar.", @@ -2778,10 +2795,7 @@ "-1673422138": "Wilayah/Propinsi tidak dalam format yang benar.", "-1385484963": "Konfirmasi untuk mengubah kata sandi {{platform}} Anda", "-1990902270": "Ini akan mengubah kata sandi untuk semua akun {{platform}} Anda.", - "-1357917360": "Terminal web", - "-1454896285": "Aplikasi desktop MT5 tidak tersedia pada Windows XP, Windows 2003, dan Windows Vista.", "-673424733": "Akun demo", - "-1066565281": "Pemeliharaan server akan di mulai pada pukul 06:00 GMT (13:00 WIB) setiap hari Minggu dan proses ini dapat mengambil waktu selama 2 jam. Beberapa layanan mungkin akan mengalami gangguan selama periode ini.", "-1986258847": "Pemeliharaan server dimulai pada pukul 01:00 GMT (08:00 WIB) setiap hari Minggu, proses ini dapat memakan waktu hingga 2 jam. Beberapa layanan mungkin akan mengalami gangguan.", "-1199152768": "Silakan jelajahi platform lainnya.", "-205020823": "Jelajahi {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Reset kata sandi investor DMT5", "-1087845020": "utama", "-1950683866": "investor", + "-1874242353": "Tambahkan dana", "-89838213": "Anda dapat mengisi ulang akun demo Anda sejumlah <0> jika saldo Anda <1> atau kurang.", "-1211122723": "akun {{ platform }} {{ account_title }}", "-78895143": "Saldo saat ini", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, saham, indeks saham, mata uang kripto", "-1368041210": ", indeks sintetis", "-877064208": "EUR", - "-1302404116": "Leverage maksimal", "-1284221303": "Anda akan mendapatkan peringatan, yang dikenal sebagai margin call, jika saldo akun Anda turun mendekati level stop out.", "-1848799829": "Untuk memahami stop out, pertama-tama Anda perlu belajar tentang level margin, yang merupakan rasio ekuitas Anda (total saldo yang akan Anda miliki jika Anda menutup semua posisi Anda pada saat itu) dengan margin yang Anda gunakan saat ini. Jika level margin Anda turun di bawah level stop out kami, posisi Anda mungkin ditutup secara otomatis untuk melindungi Anda dari kerugian lebih lanjut.", "-224051432": "24/7", - "-511301450": "Menunjukkan ketersediaan perdagangan mata uang kripto pada akun tertentu.", "-1591882610": "Sintetis", "-70716111": "FX-mayor (standar/lot mikro), FX-minor, indeks basket, komoditas, mata uang kripto, saham, dan indeks saham", "-1041629137": "FX-mayor, FX-minor, FX-eksotik, dan mata uang kripto", "-287097947": "FX-mayor (standar/lot mikro), FX-minor, Komoditas, Mata uang kripto (kecuali Inggris)", - "-2102641225": "Pada saat rollover bank terjadi, likuiditas pada pasar forex akan berkurang dan hal ini dapat menyebabkan spread dan waktu pemrosesan order klien meningkat. Hal ini biasanya terjadi sekitar pukul 21:00 GMT selama waktu daylight saving, dan pukul 22:00 GMT di luar waktu daylight saving.", - "-495364248": "Margin call dan stop out level akan berubah dari waktu ke waktu berdasarkan kondisi pasar.", - "-536189739": "Untuk melindungi portofolio Anda dari pergerakan pasar yang merugikan karena kesenjangan pembukaan pasar, kami berhak menurunkan leverage pada semua simbol yang ditawarkan untuk akun keuangan sebelum penutupan pasar dan meningkatkannya kembali setelah pasar terbuka. Mohon pastikan bahwa Anda memiliki cukup dana yang tersedia pada akun {{platform}} Anda untuk mendukung posisi Anda setiap saat.", "-1225160479": "Bandingkan akun yang tersedia", "-2042845290": "Kata sandi investor Anda telah diubah.", "-1882295407": "Kata sandi Anda telah diubah.", diff --git a/packages/translations/src/translations/it.json b/packages/translations/src/translations/it.json index 2645386767d1..3172c8c4bb44 100644 --- a/packages/translations/src/translations/it.json +++ b/packages/translations/src/translations/it.json @@ -74,7 +74,6 @@ "111931529": "Puntata massima totale su 7 giorni", "113378532": "ETH/USD", "113884303": "Indice tedesco", - "113933902": "Scarica l'app Deriv X", "115032488": "Prezzo d'acquisto e P/L", "116005488": "Indicatori", "117318539": "La password deve contenere lettere minuscole e maiuscole in inglese con numeri.", @@ -220,7 +219,6 @@ "312300092": "Elimina gli spazi contenuti in una determinata stringa o porzione di testo.", "313298169": "Il nostro cassiere è temporaneamente fuori uso a causa della manutenzione del sistema. Potrai accedere alla cassa tra pochi minuti, quando la manutenzione sarà completata.", "313741895": "Questo blocco risulterà nuovamente \"Vero\" se l'ultima candela è nera. Può essere posizionato in qualunque punto dell'area di disegno tranne entro il blocco principale dei parametri di trading.", - "314357202": "Fai clic sul pulsante <0>Cambia password per cambiare la password {{platform_name_dxtrade}}.", "315306603": "Al tuo conto non è stata assegnata alcuna valuta. Selezionane una per iniziare il trading con questo conto.", "316694303": "La candela è nera?", "317601768": "Tema", @@ -301,6 +299,7 @@ "411482865": "Aggiungi conto {{deriv_account}}", "412433839": "Accetto i <0>termini e le condizioni.", "413594348": "Sono consentite solo lettere, numeri, spazi, trattini, punti e barre oblique.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "Una volta eseguito il deposito, non potrai cambiare valuta.", "420072489": "Frequenza del trading di CFD", "422055502": "Da", @@ -484,10 +483,12 @@ "659482342": "Ricorda che è tua responsabilità dare risposte precise e aggiornate. Puoi aggiornare i dati personali in qualsiasi momento dalle impostazioni del conto.", "660481941": "Per accedere alle tue app su telefono e ad altre app di parti terze, occorre generare prima un token API.", "660991534": "Termina", + "662578726": "Available", "662609119": "Scarica l'app per MT5", "665089217": "Invia <0>il documenti di verifica dell'identità per autenticare il tuo conto e accedere alla cassa.", "665777772": "XLM/USD", "665872465": "Nell'esempio sottostante, è stato selezionato il prezzo di apertura, che viene poi assegnato a una variabile chiamata \"op\".", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Giurisdizione e scelta delle legge applicabile", "676159329": "Non è stato possibile passare al conto default.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Saldo non sufficiente", "734881840": "falso", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Serie di Bande di Bollinger (BBA)", "745656178": "Utilizza questo blocco per vendere il tuo contratto al prezzo di mercato.", "745674059": "Restituisce il carattere specifico di una data stringa di testo secondo l'opzione selezionata. ", @@ -731,6 +733,7 @@ "995563717": "non {{ boolean }}", "999008199": "testo", "1001160515": "Vendi", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Deve iniziare con una lettera o un numero e può contenere un trattino, un punto e una barra.", "1004127734": "Invia un'e-mail", "1006458411": "Errori", @@ -749,6 +752,7 @@ "1023643811": "Questo blocco acquista una specifica tipologia di contratti.", "1023795011": "Pari/Dispari", "1024205076": "Operazione logica", + "1025887996": "Negative Balance Protection", "1026046972": "Inserisci un importo di payout inferiore a {{max_payout}}.", "1027098103": "La leva offre la possibilità di fare trading con una posizione più ampia utilizzando il capitale esistente, e cambia a seconda dei simboli.", "1028211549": "Tutti i campi sono obbligatori", @@ -791,6 +795,7 @@ "1057904606": "Il concetto espresso dalla strategia di D'Alembert è considerato simile alla strategia di Martingale poiché la dimensione di un contratto aumento dopo una perdita. Con la prima strategia, tuttavia, la dimensione del contratto diminuisce dopo un trade vincente.", "1061308507": "Acquista {{ contract_type }}", "1062536855": "Equivale a", + "1065353420": "110+", "1065498209": "Esegui iterazione (1)", "1069347258": "Il link di verifica usato non è valido o è scaduto. Richiedine uno nuovo.", "1069576070": "Blocca l'acquisto", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Venduto per: {{sold_for}}", "1492686447": "Il tuo conto reale STP di MT5 verrà aperto tramite Deriv (FX) Ltd. I trade effettuati con questo conto sono soggetti a regolamenti e linee guida della Labuan Financial Service Authority (LFSA). Nessuno degli altri conti, incluso quello Deriv, fa riferimento a tali regolamenti e linee guida.", "1493673429": "Cambia l'e-mail", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Aggiungi un conto reale per moltiplicatori di Deriv", "1499080621": "Operazione non valida.", @@ -1273,6 +1279,7 @@ "1700233813": "Il trasferimento da {{selected_value}} non è consentito. Scegli un altro conto dal menu a discesa", "1708413635": "Per il tuo conto {{currency_name}} in {{currency}}", "1709859601": "Orario dello spot di uscita", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Fatturato previsto del conto", "1711676335": "radice quadrata", "1711929663": "I fondi sono stati trasferiti", @@ -1323,6 +1330,7 @@ "1761762171": "Riavvia l'ultimo trade con errore (il bot ignora i trade non andati a buon fine): {{ checkbox }}", "1762707297": "Numero di telefono", "1763123662": "Carica la tua ricevuta NIMC.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Sono consentiti solo numeri, lettere e trattini bassi.", "1767726621": "Scegli agente", "1768861315": "Minuto", @@ -1576,7 +1584,6 @@ "2055317803": "Copia il link sul browser del tuo smartphone", "2057082550": "Accetta <0>termini e condizioni aggiornati", "2057419639": "Spot di uscita", - "2058978040": "La tua password {{platform_name_dxtrade}} serve per accedere ai conti {{platform_name_dxtrade}} su web e app per smartphone.", "2060873863": "L'ordine {{order_id}} è completo", "2062912059": "funzione {{ function_name }} {{ function_params }}", "2063655921": "Acquistando il contratto \"Close-to-Low\", la vincita corrisponderà al prodotto tra il moltiplicatore e la differenza tra il valore di chiusura (close) e il valore minimo (low) nel corso della durata del contratto.", @@ -2076,6 +2083,7 @@ "-596920538": "Scollegare", "-1319725774": "Password DMT5", "-1403020742": "La password DMT5 serve ad accedere ai conti MT5 di Deriv via desktop, web e app su smartphone.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Disabilita 2FA", "-200487676": "Abilita", "-1840392236": "Quello non è il codice giusto. Prova di nuovo.", @@ -2462,7 +2470,7 @@ "-1825471709": "Una nuova esperienza di trading su una piattaforma semplice ed efficiente.", "-981017278": "Trading automatizzato e a portata di mano, senza bisogno di codifiche.", "-398198412": "Fai trading su MT5 (DMT5) di Deriv, la piattaforma di trading completa con Forex e CFD.", - "-1793883644": "Fai trading con FX e CFD su una piattaforma personalizzabile e facile da usare.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Posizioni aperte", "-883103549": "Conto disattivato", "-821418875": "Trader", @@ -2693,13 +2701,14 @@ "-1917706589": "Il conto Deriv è scollegato da {{social_identity_provider}}. Usa la tua e-mail e password per accedere in futuro.", "-2017825013": "Capito", "-505449293": "Inserisci una nuova password per il conto Deriv.", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "Accedi al tuo conto solo tramite questo link sicuro, mai altrove.", + "-2102997229": "Esempi", + "-82488190": "Ho letto attentamente quanto sopra.", + "-97775019": "Non fidarti e fornire le tue credenziali su siti Web, annunci o e-mail falsi.", + "-2142491494": "OK, ho capito", + "-611136817": "Attenzione ai link falsi.", "-1787820992": "Piattaforme", + "-1793883644": "Fai trading con FX e CFD su una piattaforma personalizzabile e facile da usare.", "-184713104": "Ottieni payout prestabiliti con le opzioni, oppure fai trading con moltiplicatori per aumentare le vincite limitando i rischi.", "-1571775875": "La nostra principale piattaforma di trading con opzioni e moltiplicatori.", "-1107320163": "Automatizza il trading, non serve alcun codice.", @@ -2768,8 +2777,16 @@ "-162753510": "Aggiungi conto reale", "-860609405": "Password", "-742647506": "Trasferisci fondi", - "-1874242353": "Accredita fondi", "-1580554423": "Fai trading con i CFD sui nostri indici sintetici che simulano i movimenti del mercato reale.", + "-1357917360": "Terminale web", + "-1454896285": "L'app per Desktop di MT5 non è supportata da Windows XP, Windows 2003 e Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Leva massima", + "-511301450": "Indica la possibilità di fare trading di criptovalute su un conto specifico.", + "-2102641225": "In caso di rollover bancario, la liquidità dei mercati Forex è ridotta e potrebbe aumentare il tempo di elaborazione e diffusione degli ordini dei clienti. Ciò accade intorno alle 21:00 GMT durante l'ora legale e alle 22:00 GMT durante l'ora solare.", + "-495364248": "Il livello di chiamata di margine e stop out cambierà di volta in volta in base alle condizioni di mercato.", + "-536189739": "Per proteggere il portafoglio da movimenti di mercato sfavorevoli causati dalle differenze nelle aperture dei mercati, ci riserviamo il diritto di ridurre la leva finanziaria sui simboli offerti per i conti finanziari prima della chiusura del mercato, e di aumentarla di nuovo all'apertura. Assicurati di avere fondi sufficienti sul conto {{platform}} per mantenere sempre le tue posizioni.", "-712681566": "Scambio peer-to-peer", "-1267880283": "{{field_name}} è obbligatorio", "-2084509650": "{{field_name}} non è in un formato corretto.", @@ -2778,10 +2795,7 @@ "-1673422138": "Lo Stato/Provincia non è in un formato corretto.", "-1385484963": "Conferma per modificare la password {{platform}}", "-1990902270": "Così cambierai la password per tutti i conti {{platform}}.", - "-1357917360": "Terminale web", - "-1454896285": "L'app per Desktop di MT5 non è supportata da Windows XP, Windows 2003 e Windows Vista.", "-673424733": "Conto demo", - "-1066565281": "La manutenzione del server inizia ogni domenica alle 06:00 GMT e potrebbe richiedere fino a 2 ore. Possibili interruzioni del servizio.", "-1986258847": "La manutenzione del server inizia ogni domenica alle 01:00 GMT. Questa operazione potrebbe richiedere fino a 2 ore e provocare alcune interruzioni del servizio.", "-1199152768": "Scopri tutte le nostre piattaforme.", "-205020823": "Esplora {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Reimposta password investitore DMT5", "-1087845020": "principale", "-1950683866": "investitore", + "-1874242353": "Accredita fondi", "-89838213": "Puoi versare <0> addizionali sul conto demo se il saldo è minore o uguale a <1>.", "-1211122723": "Conto {{ platform }} {{ account_title }}", "-78895143": "Saldo attuale", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, azioni, indici azionari, criptovalute", "-1368041210": ", indici sintetici", "-877064208": "EUR", - "-1302404116": "Leva massima", "-1284221303": "Riceverai un avviso, detto \"chiamata a margine\", se il saldo del conto scende quasi fino al livello di stop out.", "-1848799829": "Per capire lo stop out è importante conoscere prima il livello di margine, ovvero il rapporto tra l'equity (il saldo totale che otterresti chiudendo tutte le posizioni in un dato momento) e il margine utilizzato in quel momento. Se il livello di margine scende sotto al livello di stop out, le posizioni potrebbero essere chiuse automaticamente per evitare ulteriori perdite.", "-224051432": "24/7", - "-511301450": "Indica la possibilità di fare trading di criptovalute su un conto specifico.", "-1591882610": "Sintetici", "-70716111": "Coppie valutarie maggiori (standard/micro-lotti) e minori su FX, paniere di indici, materie prime e criptovalute, azioni e indici azionari", "-1041629137": "FX-maggiori, FX-minori, FX-esotiche e criptovalute", "-287097947": "Maggiori FX (standard/micro-lotti), minori FX, materie prime, criptovalute (tranne Regno Unito)", - "-2102641225": "In caso di rollover bancario, la liquidità dei mercati Forex è ridotta e potrebbe aumentare il tempo di elaborazione e diffusione degli ordini dei clienti. Ciò accade intorno alle 21:00 GMT durante l'ora legale e alle 22:00 GMT durante l'ora solare.", - "-495364248": "Il livello di chiamata di margine e stop out cambierà di volta in volta in base alle condizioni di mercato.", - "-536189739": "Per proteggere il portafoglio da movimenti di mercato sfavorevoli causati dalle differenze nelle aperture dei mercati, ci riserviamo il diritto di ridurre la leva finanziaria sui simboli offerti per i conti finanziari prima della chiusura del mercato, e di aumentarla di nuovo all'apertura. Assicurati di avere fondi sufficienti sul conto {{platform}} per mantenere sempre le tue posizioni.", "-1225160479": "Confronta i conti disponibili", "-2042845290": "La password di investitore è stata modificata.", "-1882295407": "La password è stata modificata.", diff --git a/packages/translations/src/translations/ko.json b/packages/translations/src/translations/ko.json index a55836d5aed1..b2ecdf0d1c3b 100644 --- a/packages/translations/src/translations/ko.json +++ b/packages/translations/src/translations/ko.json @@ -74,7 +74,6 @@ "111931529": "7일간에 대한 최대 총 지분", "113378532": "ETH/USD", "113884303": "독일 지수", - "113933902": "Deriv X 앱을 다운받으세요", "115032488": "구입 가격 및 P/L", "116005488": "지표", "117318539": "비밀번호는 영어의 소문자 및 대문자와 숫자들을 포함해야 합니다.", @@ -220,7 +219,6 @@ "312300092": "주어진 문자열 또는 문자 내의 띄어쓰기들을 잘라냅니다.", "313298169": "저희의 캐셔는 현재 시스템 관리로 인하여 일시적으로 다운되어 있습니다. 몇 분 후 시스템 관리가 완료되면 귀하께서는 캐셔에 접근하실 수 있습니다.", "313741895": "만약 직전의 캔들이 검정이었다면 블록은 \"참\"으로 불러옵니다. 이 블록은 트레이드 파라미터 루트 블록 내를 제외하고는 캔버스의 그 어떤 곳이든 간에 위치 될 수 있습니다.", - "314357202": "귀하의 {{platform_name_dxtrade}} 비밀번호를 변경하기 위해 <0>비밀번호 변경 버튼을 클릭하세요.", "315306603": "귀하께서는 통화가 할당되지 않은 계좌를 한 개 보유하고 있습니다. 이 계좌를 통해 거래하실 통화를 선택해주시기 바랍니다.", "316694303": "캔들은 검정인가요?", "317601768": "테마", @@ -301,6 +299,7 @@ "411482865": "{{deriv_account}} 계좌 추가", "412433839": "저는 <0>약관에 동의합니다.", "413594348": "오직 문자, 숫자, 띄어쓰기, 하이픈, 온점 및 사선 키만 허용됩니다.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "입금을 하시면 그 후에는 통화를 변경하실 수 없게 됩니다.", "420072489": "CFD 거래 빈도", "422055502": "으로부터", @@ -484,10 +483,12 @@ "659482342": "귀하의 답변이 정확하고 최신인 상태로 유지하는 것은 귀하의 책임이라는 것을 기억해 주시기 바랍니다. 귀하께서는 계좌 설정에서 귀하의 개인 세부정보를 언제든지 업데이트 하실 수 있습니다.", "660481941": "귀하의 모바일 앱과 다른 제 3자 앱들에 접근하기 위해서, 귀하꼐서는 먼저 API 토큰을 생성하셔야 합니다.", "660991534": "종료", + "662578726": "Available", "662609119": "MT5앱을 다운받으세요", "665089217": "귀하의 계좌의 인증과 귀하의 캐셔에 접근하기 위하여 귀하의 <0>신분 증명을 제출해 주시기 바랍니다.", "665777772": "XLM/USD", "665872465": "아래의 예시에서, 시작 가격이 선택 된 후 \"op\"라는 변수에 할당됩니다.", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "관할권 및 법 선택", "676159329": "디폴트 계좌로 바꿀 수 없었습니다.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "부족한 잔액", "734881840": "거짓", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "볼린저 밴드 배열 (BBA)", "745656178": "이 블록을 사용하셔서 귀하의 계약을 시장가격으로 판매하세요.", "745674059": "선택되어진 옵션에 따라 주어진 무자열에서 특정 문자를 불러옵니다. ", @@ -731,6 +733,7 @@ "995563717": "비 {{ boolean }}", "999008199": "텍스트", "1001160515": "판매", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "문자 또는 숫자로 함께 시작하여야 하거나 하이픈, 온점 및 슬래시를 포함할 수 있습니다.", "1004127734": "이메일 전송", "1006458411": "에러", @@ -749,6 +752,7 @@ "1023643811": "이 블록은 특정한 종류의 계약을 구매합니다.", "1023795011": "짝/홀", "1024205076": "논리 연산", + "1025887996": "Negative Balance Protection", "1026046972": "{{max_payout}} 보다 더 적은 지불금 금액을 입력해 주시기 바랍니다.", "1027098103": "레버리지는 귀하께서 보유하고 계시는 자금을 이용하여 더 큰 규모의 포지션을 거래하실 수 있는 능력을 제공합니다. 레버리지는 다른 기호들에 걸쳐서 다양합니다.", "1028211549": "모든 입력란이 요구됩니다", @@ -791,6 +795,7 @@ "1057904606": "달랑베르 전략의 개념은 손실 이후에 귀하의 계약 규모를 증가시킬 것이라는 마팅게일 전략과 유사하다고 말해집니다. 달랑베르 번략과 함께, 또한 귀하께서는 성공적인 거래 이후 계약 규모를 줄일 것입니다.", "1061308507": "구매 {{ contract_type }}", "1062536855": "일치", + "1065353420": "110+", "1065498209": "반복 (1)", "1069347258": "귀하께서 이용하신 인증 링크는 유효하지 않거나 만기되었습니다. 새 링크를 요청 해 주시기 바랍니다.", "1069576070": "매입 잠금", @@ -1131,6 +1136,7 @@ "1491392301": "<0>판매 금액: {{sold_for}}", "1492686447": "귀하의 MT5 금융 STP 계좌는 Deriv (FX) Ltd를 통해 개설될 것입니다. 이 계좌의 모든 거래는 라부안 금융감독청 (LFSA) 의 가이드라인 및 규제에 따릅니다. 귀하의 Deriv 계좌를 포함하여 귀하의 다른 계좌들은 라부안 금융감독청 (LFSA) 의 가이드라인과 규제에 적용되지 않습니다.", "1493673429": "이메일을 변경하세요", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "실제 Deriv 승수 계좌를 추가하세요", "1499080621": "유효하지 않은 연산 수행이 시도되었습니다", @@ -1273,6 +1279,7 @@ "1700233813": "{{selected_value}} 에서의 송금이 허용되지 않습니다, 드롭다운에서 다른 계좌를 선택해주시기 바랍니다", "1708413635": "귀하의 {{currency_name}} ({{currency}}) 계좌", "1709859601": "출구부 시간", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "예상되는 계좌 턴오버", "1711676335": "제곱근", "1711929663": "귀하의 자금이 송금되었습니다", @@ -1323,6 +1330,7 @@ "1761762171": "에러가 있는 경우 지난 거래 재시작하기 (봇은 성공적이지 않은 거래를 무시합니다): {{ checkbox }}", "1762707297": "전화번호", "1763123662": "귀하의 NIMC 슬립을 업로드하세요.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "문자, 숫자 및 밑줄 표시만 허용됩니다.", "1767726621": "에이전트를 선택하세요", "1768861315": "분", @@ -1576,7 +1584,6 @@ "2055317803": "해당 링크를 귀하의 모바일 브라우저로 복사해주세요", "2057082550": "업데이트 된 우리의 <0>이용 약관을 수락하세요", "2057419639": "출구부", - "2058978040": "귀하의 {{platform_name_dxtrade}} 비밀번호는 웹과 모바일 앱에서 귀하의 {{platform_name_dxtrade}} 계정들에 로그인 하기 위함입니다.", "2060873863": "귀하의 주문 {{order_id}} 은 완료되었습니다", "2062912059": "함수 {{ function_name }} {{ function_params }}", "2063655921": "\"종가-저가\" 계약을 구매함으로써, 귀하께서는 해당 계약의 기간에 걸쳐 종가와 저가의 차이에 승수를 곱한만큼 획득하게 될 것입니다.", @@ -2076,6 +2083,7 @@ "-596920538": "연결해제", "-1319725774": "DMT5 비밀번호", "-1403020742": "귀하의 DMT5 비밀번호는 데스크탑, 웹 및 모바일 앱에서 귀하의 Deriv MT5 계좌에 로그인하시기 위한 것입니다.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "2FA 비활성화", "-200487676": "활성화", "-1840392236": "올바른 코드가 아닙니다. 다시 시작해주세요.", @@ -2462,7 +2470,7 @@ "-1825471709": "강력하지만 이용하기 쉬운 플랫폼에서의 완전히 새로운 트레이딩 경험.", "-981017278": "귀하의 손가락 끝에서 진행되는 자동화된 거래입니다. 코팅이 필요하지 않습니다.", "-398198412": "올인원 FX 및 CFD 트레이딩 플랫폼인 Deriv MT5 (DMT5) 에서 거래하세요.", - "-1793883644": "맞춤형이며 이용하기 쉬운 트레이딩 플랫폼에서 FX와 CFD를 거래하세요.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "오픈 포지션", "-883103549": "계좌가 비활성화되었습니다", "-821418875": "트레이더", @@ -2700,6 +2708,7 @@ "-2142491494": "OK, got it", "-611136817": "Beware of fake links.", "-1787820992": "플랫폼", + "-1793883644": "맞춤형이며 이용하기 쉬운 트레이딩 플랫폼에서 FX와 CFD를 거래하세요.", "-184713104": "옵션을 통해 고정된 지불금을 받으시거나, 또는 제한된 위험으로 귀하의 이익을 확대시키기 위해 승수를 거래하세요.", "-1571775875": "우리의 플래그십 옵션 및 승수 트레이딩 플랫폼.", "-1107320163": "귀하의 트레이딩을 자동화하세요, 코딩이 필요없습니다.", @@ -2768,8 +2777,16 @@ "-162753510": "실제계좌 추가하기", "-860609405": "비밀번호", "-742647506": "자금 이체", - "-1874242353": "자금 완전 충전", "-1580554423": "실제 세계의 시장 동향을 시뮬레이션 하는 저희의 합성 지수에서 CFD를 거래하세요.", + "-1357917360": "웹 터미널", + "-1454896285": "MT5 데스크탑 앱은 윈도우 XP, 윈도우 2003 및 윈도우 비스타에서는 지원이 되지 않습니다.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "최대 레버리지", + "-511301450": "특정한 계좌에 대해 암호화폐 트레이딩의 이용 가능성을 나타냅니다.", + "-2102641225": "은행 롤오버시에는 외환 시장에서의 유동성이 감소되며 고객 주문에 대하여 스프레드와 처리 시간이 증가될 수 있습니다. 이는 일광절약시간제(서머타임)에 21:00 GMT 정도에 일어나며, 일광절약시간제가 아닐 시에는 22:00 GMT에 일어납니다.", + "-495364248": "마진 콜 및 스탑아웃 레벨은 시장 상태에 따라 때때로 변동될 것입니다.", + "-536189739": "시장 개설 갭으로 인한 불리한 시장동향으로부터 귀하의 포트폴리오를 보호하기 위해서, 우리는 시장이 종료되기 이전에 금융 계좌들을 위해 제공된 모든 심볼들에 대하여 레버리지를 감소시키고 시장이 개설된 이후 다시 증가시킬 권리를 가지고 있습니다. 귀하의 포지션들을 항상 지원할 수 있도록 귀하의 {{platform}} 계좌에 충분한 자금이 있도록 확실히 해주시기를 바랍니다.", "-712681566": "피어 투 피어 거래", "-1267880283": "{{field_name}} 은 필수입력 사항입니다", "-2084509650": "{{field_name}} 이 올바른 형식으로 되어 있지 않습니다.", @@ -2778,10 +2795,7 @@ "-1673422138": "주/지방이 올바른 형식으로 되어 있지 않습니다.", "-1385484963": "귀하의 {{platform}} 비밀번호를 변경하기 위해 확인하세요", "-1990902270": "이는 귀하의 모든 {{platform}} 계좌들의 비밀번호를 바꿀 것입니다.", - "-1357917360": "웹 터미널", - "-1454896285": "MT5 데스크탑 앱은 윈도우 XP, 윈도우 2003 및 윈도우 비스타에서는 지원이 되지 않습니다.", "-673424733": "데모 계좌", - "-1066565281": "서버관리는 매 일요일 06:00 GMT에 시작되며 최대 2시간까지 걸릴 수 있습니다. 이 시간에는 서비스가 원활하지 않을 수 있습니다.", "-1986258847": "서버 관리는 매 일요일마다 01:00 GMT에 시작하며 이 절차는 완료되기까지 최대 2시간까지 걸릴 수 있습니다. ㅇ 시간에 서비스는 방해받을 수 있습니다.", "-1199152768": "우리의 다른 플랫폼들도 둘러보시기 바랍니다.", "-205020823": "{{platform_name_trader}} 둘러보기", @@ -2800,6 +2814,7 @@ "-1917043724": "DMT5 투자자 비밀번호 재설정", "-1087845020": "주요", "-1950683866": "투자자", + "-1874242353": "자금 완전 충전", "-89838213": "만약 귀하의 잔액이 <0>거나 또는 이보다 적을 경우 추가적인 <1>으로 귀하의 데모 계좌를 충전하실 수 있습니다.", "-1211122723": "{{ platform }} {{ account_title }} 계좌", "-78895143": "현재 잔액", @@ -2807,18 +2822,13 @@ "-490244964": "외환, 주식, 주식 지수, 암호화폐", "-1368041210": ", 합성 지수", "-877064208": "EUR", - "-1302404116": "최대 레버리지", "-1284221303": "만약 귀하의 계좌 잔액이 스탑아웃 수준에 가깝게 떨어지면 귀하께서는 마진콜이라고 불리는 경고를 받게 될 것입니다.", "-1848799829": "스탑아웃을 이애하기 위해서 귀하께서는 귀하의 지분 (해당되는 때에 귀하의 모든 포지션을 닫았을 때 귀하께서 보유하시게 되는 총 잔액) 과 그 때 귀하께서 활용하시는 마진의 비율인 마진 레벨에 대하여 배우셔야 할 필요가 있습니다. 만약 귀하의 마진 레벨이 우리의 스탑아웃 레벨 아래로 떨어지는 경우, 귀하의 포지션들은 추가적인 손실로부터 귀하를 보호하기 위해 자동적으로 종료될 수 있습니다.", "-224051432": "24/7", - "-511301450": "특정한 계좌에 대해 암호화폐 트레이딩의 이용 가능성을 나타냅니다.", "-1591882610": "종합", "-70716111": "FX-주요 (기준/마이크로 랏), FX-마이너, 바스켓 지수, 원자재, 암호화폐 및 주식 및 주식 지수들", "-1041629137": "FX-메이저, FX-마이너, FX-이국, 및 암호화폐", "-287097947": "FX-메이저 (스탠다드/마이크로 랏), FX-마이너, 원자재, 암호화폐 (영국 제외)", - "-2102641225": "은행 롤오버시에는 외환 시장에서의 유동성이 감소되며 고객 주문에 대하여 스프레드와 처리 시간이 증가될 수 있습니다. 이는 일광절약시간제(서머타임)에 21:00 GMT 정도에 일어나며, 일광절약시간제가 아닐 시에는 22:00 GMT에 일어납니다.", - "-495364248": "마진 콜 및 스탑아웃 레벨은 시장 상태에 따라 때때로 변동될 것입니다.", - "-536189739": "시장 개설 갭으로 인한 불리한 시장동향으로부터 귀하의 포트폴리오를 보호하기 위해서, 우리는 시장이 종료되기 이전에 금융 계좌들을 위해 제공된 모든 심볼들에 대하여 레버리지를 감소시키고 시장이 개설된 이후 다시 증가시킬 권리를 가지고 있습니다. 귀하의 포지션들을 항상 지원할 수 있도록 귀하의 {{platform}} 계좌에 충분한 자금이 있도록 확실히 해주시기를 바랍니다.", "-1225160479": "사용 가능한 계좌 비교", "-2042845290": "귀하의 투자자 비밀번호가 변경되었습니다.", "-1882295407": "귀하의 비밀번호가 변경되었습니다.", diff --git a/packages/translations/src/translations/pl.json b/packages/translations/src/translations/pl.json index a9a381e03852..378a7497c244 100644 --- a/packages/translations/src/translations/pl.json +++ b/packages/translations/src/translations/pl.json @@ -74,7 +74,6 @@ "111931529": "Całkowita maks. stawka w ciągu 7 dni", "113378532": "ETH/USD", "113884303": "Indeks niemiecki", - "113933902": "Pobierz aplikację Deriv X", "115032488": "Cena zakupu i P/L", "116005488": "Wskaźniki", "117318539": "Hasło powinno się składać z małych i wielkich angielskich liter oraz cyfr.", @@ -220,7 +219,6 @@ "312300092": "Usuwa odstępy w danym ciągu lub tekście.", "313298169": "Kasjer jest tymczasowo niedostępny z powodu konserwacji systemu. Możesz skorzystać z sekcji Kasjer za kilka minut, gdy zakończymy konserwację.", "313741895": "Ten blok zwraca wartość „Prawda”, jeśli ostatnia świeca jest czarna. Można go umieścić w dowolnym miejscu w kanwie z wyjątkiem Parametrów zakładu bloku źródłowego.", - "314357202": "Kliknij przycisk <0>Zmień hasło, aby zmienić swoje hasło {{platform_name_dxtrade}}.", "315306603": "Masz konto bez przydzielonej waluty. Wybierz walutę, aby handlować przy użyciu tego konta.", "316694303": "Czy świeca jest czarna?", "317601768": "Motywy", @@ -301,6 +299,7 @@ "411482865": "Dodaj konto {{deriv_account}}", "412433839": "Akceptuję <0>regulamin.", "413594348": "Dozwolone są wyłącznie litery, cyfry, znak spacji, myślnik, kropka i ukośnik.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "Po dokonaniu wpłaty nie będzie możliwa zmiana waluty.", "420072489": "Częstotliwość handlowania kontraktami na różnice kursowe (CFD)", "422055502": "Od", @@ -484,10 +483,12 @@ "659482342": "Pamiętaj, że Twoim obowiązkiem jest podanie odpowiednich odpowiedzi i aktualizowanie ich. Możesz zaktualizować swoje informacje w dowolnej chwili w ustawieniach konta.", "660481941": "Aby uzyskać dostęp do swoich aplikacji mobilnych i do aplikacji stron trzecich, musisz najpierw wygenerować token API.", "660991534": "Zakończ", + "662578726": "Available", "662609119": "Pobierz aplikację dla systemu MT5", "665089217": "Prześlij <0>potwierdzenie tożsamości, aby zatwierdzić swoje konto i uzyskać dostęp do sekcji Kasjer.", "665777772": "XLM/USD", "665872465": "W poniższym przykładzie wybrana jest cena otwarcia, która następnie jest przypisana do zmiennej o nazwie „op”.", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Jurysdykcja i wybór prawa", "676159329": "Nie można przełączyć na konto domyślne.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Niewystarczające saldo", "734881840": "fałsz", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Szereg wstęgi Bollingera (BBA)", "745656178": "Użyj tego bloku, aby sprzedać swój kontrakt po cenie rynkowej.", "745674059": "Zwraca określony znak z danego ciągu tekstu zgodnie z wybraną opcją. ", @@ -731,6 +733,7 @@ "995563717": "nie {{ boolean }}", "999008199": "tekst", "1001160515": "Sprzedaj", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Powinno rozpoczynać się od litery lub cyfry i może zawierać myślnik, kropkę i ukośnik.", "1004127734": "Wyślij e-mail", "1006458411": "Błędy", @@ -749,6 +752,7 @@ "1023643811": "Ten blok kupuje kontrakt określonego typu.", "1023795011": "Parzysta/nieparzysta", "1024205076": "Działanie logiczne", + "1025887996": "Negative Balance Protection", "1026046972": "Wprowadź kwotę wypłaty niższą niż {{max_payout}}.", "1027098103": "Dźwignia daje Ci możliwość handlowania większą pozycją przy użyciu Twojego obecnego kapitału. Dźwignia różni się w zależności od symbolu.", "1028211549": "Wszystkie pola są wymagane", @@ -791,6 +795,7 @@ "1057904606": "Koncepcja strategii D’Alemberta jest podobna do strategii Martingale'a, zakładającej zwiększanie wielkości kontraktu po stracie. W przypadku strategii D’Alemberta będziesz też zmniejszać wielkość kontraktu po zakładzie wygranym.", "1061308507": "Kup {{ contract_type }}", "1062536855": "Równa się", + "1065353420": "110+", "1065498209": "Iteracja (1)", "1069347258": "Użyty przez Ciebie link weryfikujący jest nieprawidłowy lub wygasł. Poproś o nowy.", "1069576070": "Zablokowanie zakupu", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Sprzedano za: {{sold_for}}", "1492686447": "Twoje konto finansowe MT5 STP zostanie otwarte przez Deriv (FX) Ltd. Handlowanie na tym koncie podlega przepisom i zaleceniom Urzędu ds. Usług Finansowych na Labuanie: Labuan Financial Service Authority (LFSA). Żadne inne Twoje konta, również konto Deriv, nie podlegają pod regulacje i zalecenia Urzędu ds. Usług Finansowych na Labuanie: Labuan Financial Service Authority (LFSA).", "1493673429": "Zmień adres e-mail", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Dodaj prawdziwe konto Mnożników Deriv", "1499080621": "Próba wykonania nieprawidłowej operacji.", @@ -1273,6 +1279,7 @@ "1700233813": "Przelew z konta {{selected_value}} nie jest dozwolony. Wybierz inne konto z rozwijanej listy", "1708413635": "Dla Twojego konta {{currency_name}} ({{currency}})", "1709859601": "Czas punktu wyjściowego", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Przewidywany obrót na koncie", "1711676335": "pierwiastek kwadratowy", "1711929663": "Twoje środki zostały przelane", @@ -1323,6 +1330,7 @@ "1761762171": "Restartuj ostatni zakład w przypadku błędu (bot ignoruje zakłady, które się nie powiodły): {{ checkbox }}", "1762707297": "Numer telefonu", "1763123662": "Prześlij swój dokument NIMC.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Dozwolone są tylko litery, cyfry i podkreślniki.", "1767726621": "Wybierz pośrednika", "1768861315": "Minuta", @@ -1576,7 +1584,6 @@ "2055317803": "Skopiuj link do przeglądarki na swoim urządzeniu mobilnym", "2057082550": "Zaakceptuj nasz zaktualizowany <0>regulamin", "2057419639": "Punkt wyjściowy", - "2058978040": "Twoje hasło {{platform_name_dxtrade}} do logowania na swoje konta {{platform_name_dxtrade}} w aplikacji internetowej i mobilnej.", "2060873863": "Twoje zlecenie {{order_id}} zostało ukończone", "2062912059": "funkcja {{ function_name }} {{ function_params }}", "2063655921": "W przypadku zakupu kontraktu Zamknięcia-na-Niską zyskasz wypłatę o wartości mnożnika pomnożonego przez różnicę wartości ceny zamknięcia i niskiej w okresie trwania kontraktu.", @@ -2076,6 +2083,7 @@ "-596920538": "Zakończ powiązanie", "-1319725774": "Hasło DMT5", "-1403020742": "Twoje hasło DMT5 służy do logowania do kont Deriv MT5 na aplikacji na komputery stacjonarne i urządzenia mobilne oraz aplikacji internetowej.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Wyłącz uwierzytelnianie dwuskładnikowe", "-200487676": "Włącz", "-1840392236": "Kod jest nieprawidłowy. Spróbuj jeszcze raz.", @@ -2462,7 +2470,7 @@ "-1825471709": "Zupełnie nowy rodzaj handlowania na zaawansowanej, ale prostej w obsłudze platformie.", "-981017278": "Zautomatyzowane handlowanie na wyciągnięcie ręki. Bez umiejętności handlowania.", "-398198412": "Inwestuj na Deriv MT5 (DMT5), wszechstronnej platformie do handlowania kontraktami na różnice kursowe i forex.", - "-1793883644": "Handluj FX i kontraktami CFD na łatwej w użyciu platformie handlowej z możliwością dostosowania do Twoich potrzeb.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Otwarte pozycje", "-883103549": "Deaktywowano konto", "-821418875": "Gracz", @@ -2700,6 +2708,7 @@ "-2142491494": "OK, got it", "-611136817": "Beware of fake links.", "-1787820992": "Platformy", + "-1793883644": "Handluj FX i kontraktami CFD na łatwej w użyciu platformie handlowej z możliwością dostosowania do Twoich potrzeb.", "-184713104": "Zyskaj stałe wypłaty z opcjami, lub inwestuj w mnożniki, aby zwiększyć swoje zyski przy ograniczonym ryzyku.", "-1571775875": "Nasze flagowa platforma do handlu opcjami i mnożnikami.", "-1107320163": "Zautomatyzuj swoje inwestowanie bez konieczności kodowania.", @@ -2768,8 +2777,16 @@ "-162753510": "Dodaj prawdziwe konto", "-860609405": "Hasło", "-742647506": "Przelew środków", - "-1874242353": "Zasilenie środków", "-1580554423": "Handluj kontraktami CFD na nasze wskaźniki syntetyczne, które symulują zmiany na prawdziwych rynkach.", + "-1357917360": "Terminal internetowy", + "-1454896285": "Aplikacja MT5 na komputery stacjonarne nie jest obsługiwana przez systemy Windows XP, Windows 2003 i Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Maksymalna dźwignia", + "-511301450": "Wskazuje możliwość handlowania kryptowalutami w przypadku określonego konta.", + "-2102641225": "Podczas rolowania bankowego płynność na runku Forex jest ograniczona, spready mogą zostać podwyższone i może zostać wydłużony czas procesowania zleceń klientów. Rolowanie odbywa się około godziny 21:00 GMT czasu letniego i 22:00 GMT czasu zimowego.", + "-495364248": "W zależności od warunków rynkowych wezwanie do uzupełnienia depozytu oraz poziom stop out mogą się zmieniać co jakiś czas.", + "-536189739": "Aby chronić Twoje portfolio przed niekorzystnymi zmianami na rynku wywoływanymi przez lukę rynkową, zastrzegamy sobie prawo do zmniejszenia dźwigni dla wszystkich oferowanych symboli dla kont finansowych przed zamknięciem rynku i zwiększenia jej po otwarciu rynku. Upewnij się, że na Twoim koncie {{platform}} są wystarczające środki do obsługi Twojej pozycji w każdym momencie.", "-712681566": "Wymiana między inwestorami", "-1267880283": "Pole {{field_name}} jest wymagane", "-2084509650": "Pole {{field_name}} ma niewłaściwy format.", @@ -2778,10 +2795,7 @@ "-1673422138": "Województwo jest w niewłaściwym formacie.", "-1385484963": "Potwierdź, aby zmienić swoje hasło {{platform}}", "-1990902270": "Spowoduje to zmianę hasła do wszystkich kont {{platform}}.", - "-1357917360": "Terminal internetowy", - "-1454896285": "Aplikacja MT5 na komputery stacjonarne nie jest obsługiwana przez systemy Windows XP, Windows 2003 i Windows Vista.", "-673424733": "Konto demo", - "-1066565281": "Konserwacja serwera rozpoczyna się o godz. 06:00 GMT w każdą niedzielę. Konserwacja może potrwać do 2 godzin. Usługa może nie być dostępna w tym czasie.", "-1986258847": "Konserwacja serwera rozpoczyna się o godz. 01:00 GMT w każdą niedzielę i może potrwać do 2 godzin. Usługa może nie być dostępna w tym czasie.", "-1199152768": "Poznaj nasze pozostałe platformy.", "-205020823": "Poznaj {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Zresetuj hasło inwestora DMT5", "-1087845020": "główne", "-1950683866": "inwestor", + "-1874242353": "Zasilenie środków", "-89838213": "Możesz zasilić swoje konto demo dodatkową kwotą <0>, jeśli Twoje saldo wynosi <1> lub mniej.", "-1211122723": "konto {{ platform }} {{ account_title }}", "-78895143": "Obecne saldo", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, akcje, wskaźniki giełdowe, kryptowaluty", "-1368041210": ", wskaźniki syntetyczne", "-877064208": "EUR", - "-1302404116": "Maksymalna dźwignia", "-1284221303": "Otrzymasz ostrzeżenie, zwane wezwaniem do uzupełnienia depozytu, jeśli saldo Twojego konta zbliży się do poziomu stop out.", "-1848799829": "Aby zrozumieć jak działa poziom „stop out”, musisz najpierw zrozumieć, jak działa poziom depozytu zabezpieczającego, który jest stosunkiem aktywów (całkowite saldo dostępne w przypadku zamknięcia wszystkich Twoich pozycji w danym momencie) do depozytu będącego obecnie w użyciu. Jeśli poziom Twojego depozytu spadnie poniżej poziomu stop out, wówczas Twoje pozycje mogą zostać zamknięte automatycznie, aby ochronić Cię przed dalszymi stratami.", "-224051432": "24/7", - "-511301450": "Wskazuje możliwość handlowania kryptowalutami w przypadku określonego konta.", "-1591882610": "Syntetyczne", "-70716111": "Główne-FX (standardowe/mikro partie), Drugorzędne-FX, wskaźniki koszyków, towary, kryptowaluty, akcje i wskaźniki giełdowe", "-1041629137": "FX-pary główne, FX-pary drugorzędne, FX-pary egzotyczne i kryptowaluty", "-287097947": "Główne-FX (standardowe/mikro partie), Drugorzędne-FX, Towary, Kryptowaluty (z wyjątkiem Wielkiej Brytanii)", - "-2102641225": "Podczas rolowania bankowego płynność na runku Forex jest ograniczona, spready mogą zostać podwyższone i może zostać wydłużony czas procesowania zleceń klientów. Rolowanie odbywa się około godziny 21:00 GMT czasu letniego i 22:00 GMT czasu zimowego.", - "-495364248": "W zależności od warunków rynkowych wezwanie do uzupełnienia depozytu oraz poziom stop out mogą się zmieniać co jakiś czas.", - "-536189739": "Aby chronić Twoje portfolio przed niekorzystnymi zmianami na rynku wywoływanymi przez lukę rynkową, zastrzegamy sobie prawo do zmniejszenia dźwigni dla wszystkich oferowanych symboli dla kont finansowych przed zamknięciem rynku i zwiększenia jej po otwarciu rynku. Upewnij się, że na Twoim koncie {{platform}} są wystarczające środki do obsługi Twojej pozycji w każdym momencie.", "-1225160479": "Porównaj dostępne konta", "-2042845290": "Twoje hasło inwestora zostało zmienione.", "-1882295407": "Twoje hasło zostało zmienione.", diff --git a/packages/translations/src/translations/pt.json b/packages/translations/src/translations/pt.json index 2648ab19b5e1..c120c4d401e7 100644 --- a/packages/translations/src/translations/pt.json +++ b/packages/translations/src/translations/pt.json @@ -74,7 +74,6 @@ "111931529": "Máx. entrada total em 7 dias", "113378532": "ETH/USD", "113884303": "Índice Alemão", - "113933902": "Baixe o aplicativo para Deriv X", "115032488": "Preço de compra e P/L", "116005488": "Indicadores", "117318539": "A senha deve conter letras maiúsculas e minúsculas com números.", @@ -220,7 +219,6 @@ "312300092": "Apara os espaços dentro de uma determinada sequência ou texto.", "313298169": "Nosso caixa está temporariamente fora do ar devido à manutenção do sistema. Você pode acessar o caixa em alguns minutos quando a manutenção estiver completa.", "313741895": "Este bloco retorna \"Verdadeiro\" se a última vela estiver preta. Ele pode ser colocado em qualquer lugar da tela, exceto no bloco raiz dos parâmetros de negociação.", - "314357202": "Clique no botão <0>Mudar senha para mudar sua senha {{platform_name_dxtrade}}.", "315306603": "Você tem uma conta que não tem moeda atribuída. Escolha uma moeda para negociar com esta conta.", "316694303": "A vela é preta?", "317601768": "Temas", @@ -301,6 +299,7 @@ "411482865": "Adicionar conta {{deriv_account}}", "412433839": "Eu concordo com os <0>termos e condições.", "413594348": "Somente são permitidas letras, números, espaço, hífen, ponto final e barra.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "\nVocê não poderá alterar a moeda depois de fazer um depósito.", "420072489": "Frequência de negociação de CFDs", "422055502": "De", @@ -484,10 +483,12 @@ "659482342": "Lembre-se de que é sua responsabilidade manter suas respostas corretas e atualizadas. Você pode atualizar seus dados pessoais a qualquer momento nas configurações de sua conta.", "660481941": "Para acessar seus aplicativos móveis e outros aplicativos de terceiros, primeiro você precisa gerar um token de API.", "660991534": "Terminar", + "662578726": "Available", "662609119": "Baixe o aplicativo para MT5", "665089217": "Por favor, envie seu <0>documento de identidade para autenticar sua conta e acessar seu Caixa.", "665777772": "XLM/USD", "665872465": "No exemplo abaixo, o preço de abertura é selecionado, o qual é atribuído a uma variável chamada \"op\".", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Jurisdição e escolha de lei", "676159329": "Não foi possível mudar para a conta padrão.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Saldo insuficiente", "734881840": "false", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Matriz de Bandas Bollinger (MBB)", "745656178": "Use este bloco para vender seu contrato pelo preço de mercado.", "745674059": "Retorna o caractere específico de uma determinada sequência de texto de acordo com a opção selecionada. ", @@ -731,6 +733,7 @@ "995563717": "não {{ boolean }}", "999008199": "texto", "1001160515": "Venda", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Deve começar com uma letra ou número e pode conter um hífen, ponto e barra.", "1004127734": "Enviar email", "1006458411": "Erros", @@ -749,6 +752,7 @@ "1023643811": "Este bloco compra contrato de um tipo especificado.", "1023795011": "Par/Ímpar", "1024205076": "Operação lógica", + "1025887996": "Negative Balance Protection", "1026046972": "Por favor insira um valor de retorno menor que {{max_payout}}.", "1027098103": "A alavancagem permite negociar uma posição maior usando seu capital existente. A alavancagem varia entre diferentes símbolos.", "1028211549": "Todos os campos são necessários", @@ -791,6 +795,7 @@ "1057904606": "Diz-se que o conceito da Estratégia D'Alembert é semelhante à Estratégia Martingale, na qual você aumentará o tamanho do contrato após uma perda. Com a estratégia D'Alembert, você também diminuirá o tamanho do contrato após uma negociação bem-sucedida.", "1061308507": "Comprar {{ contract_type }}", "1062536855": "Igual", + "1065353420": "110+", "1065498209": "Iterar (1)", "1069347258": "O link de verificação que você usou é inválido ou expirou. Solicite um novo.", "1069576070": "Bloqueio de compra", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Vendido por: {{sold_for}}", "1492686447": "Sua conta MT5 Financial STP será aberta através de Deriv (FX) Ltd. Todas as negociações nesta conta estão sujeitas aos regulamentos e diretrizes da Labuan Financial Service Authority (LFSA). Nenhuma de suas outras contas, incluindo sua conta Deriv, está sujeita aos regulamentos e diretrizes da Labuan Financial Service Authority (LFSA).", "1493673429": "Mudar email", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Adicionar uma conta real Deriv Multiplicadores", "1499080621": "Tentou realizar uma operação inválida.", @@ -1273,6 +1279,7 @@ "1700233813": "A transferência de {{selected_value}} não é permitida, escolha outra conta no menu suspenso", "1708413635": "Para sua {{currency_name}} conta ({{currency}})", "1709859601": "Hora do preço de saída", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Rotatividade antecipada da conta", "1711676335": "raiz quadrada", "1711929663": "Seus fundos foram transferidos", @@ -1323,6 +1330,7 @@ "1761762171": "Reinicie a última negociação em caso de erro (o bot ignora a negociação malsucedida): {{ checkbox }}", "1762707297": "Número de telefone", "1763123662": "Carregue o seu documento NIMC.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Apenas letras, números e underline são permitidos.", "1767726621": "Escolha agente", "1768861315": "Minuto", @@ -1576,7 +1584,6 @@ "2055317803": "Copie o link para o seu navegador no celular", "2057082550": "Aceite nossos <0>termos e condições atualizados", "2057419639": "Preço de saída", - "2058978040": "Sua senha da {{platform_name_dxtrade}} é para fazer login em suas contas da {{platform_name_dxtrade}} na versão desktop, web e aplicativos de celular.", "2060873863": "Seu pedido {{order_id}} está concluído", "2062912059": "função {{ function_name }} {{ function_params }}", "2063655921": "Ao comprar o contrato \"Fechar-para-Baixo\", você ganhará o multiplicador multiplicado pela diferença entre o próximo e o mínimo durante a duração do contrato.", @@ -1898,7 +1905,7 @@ "-164448351": "Mostre menos", "-1361653502": "Mostrar mais", "-337620257": "Mude para a conta real", - "-2120454054": "Adicionar uma conta real", + "-2120454054": "Adicionar conta real", "-38915613": "Alterações não salvas", "-2137450250": "Você tem alterações não salvas. Tem certeza de que deseja descartar as alterações e sair desta página?", "-1067082004": "Sair das Configurações", @@ -2076,6 +2083,7 @@ "-596920538": "Desvincular", "-1319725774": "Senha da DMT5", "-1403020742": "Sua senha da DMT5 é para fazer login em suas contas MT5 da Deriv na versão desktop, web e aplicativos de celular.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Desativar 2FA", "-200487676": "Habilitar", "-1840392236": "Esse não é o código correto. Por favor, tente novamente.", @@ -2462,7 +2470,7 @@ "-1825471709": "Uma nova experiência de negociação em uma plataforma poderosa e fácil de usar.", "-981017278": "Negociação automatizada na ponta dos dedos. Não é necessário saber programação.", "-398198412": "Negocie na Deriv MT5 (DMT5), a plataforma de negociação multifuncional de FX e CFD.", - "-1793883644": "Negocie FX e CFDs em uma plataforma de negociação personalizável e fácil de usar.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Posições em aberto", "-883103549": "Conta desativada", "-821418875": "Trader", @@ -2693,13 +2701,14 @@ "-1917706589": "Sua conta Deriv foi desvinculada do {{social_identity_provider}}. Use seu e-mail e senha para login no futuro.", "-2017825013": "Entendi", "-505449293": "Insira uma nova senha para sua conta Deriv.", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "Faça login em sua conta apenas neste link seguro, nunca em outro lugar.", + "-2102997229": "Exemplos", + "-82488190": "Eu li o texto acima com atenção.", + "-97775019": "Não insira seus detalhes de logins em outros sites, sites de anúncios ou emails falsos.", + "-2142491494": "OK, entendi", + "-611136817": "Cuidado com links falsos.", "-1787820992": "Plataformas", + "-1793883644": "Negocie FX e CFDs em uma plataforma de negociação personalizável e fácil de usar.", "-184713104": "Receba pagamentos fixos com opções ou negocie multiplicadores para amplificar seus ganhos com risco limitado.", "-1571775875": "Nossas opções principais e plataforma de negociação de multiplicadores.", "-1107320163": "Automatize sua negociação, sem necessidade de codificação.", @@ -2765,11 +2774,19 @@ "-1347908717": "Demo Financeira SVG", "-785625598": "Use essas credenciais para fazer login em sua conta da {{platform}} no site e nos aplicativos móveis.", "-997127433": "Alterar Senha", - "-162753510": "Adicionar uma conta real", + "-162753510": "Adicionar conta real", "-860609405": "Senha", "-742647506": "Transf. de fundos", - "-1874242353": "Recarga de fundos", "-1580554423": "Opere CFDs em nossos índices sintéticos que simulam movimentos do mercado do mundo real.", + "-1357917360": "Terminal web", + "-1454896285": "O aplicativo de desktop MT5 não é suportado pelo Windows XP, Windows 2003 e Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Alavancagem máxima", + "-511301450": "Indica a disponibilidade de negociação de criptomoeda em uma conta específica.", + "-2102641225": "Na rolagem do banco, a liquidez nos mercados cambiais é reduzida e pode aumentar o spread e o tempo de processamento dos pedidos dos clientes. Isso acontece por volta das 21:00 GMT durante o horário de verão e às 22:00 GMT fora do horário de verão.", + "-495364248": "A chamada de margem e o nível de interrupção mudam de tempos em tempos com base nas condições do mercado.", + "-536189739": "Para proteger seu portfólio de movimentos adversos do mercado devido ao hiato de abertura de mercado, reservamos o direito de diminuir a alavancagem em todos os símbolos oferecidos para contas financeiras antes do fechamento do mercado e aumentá-lo novamente após a abertura do mercado. Verifique se você tem fundos suficientes disponíveis na sua conta {{platform}} para apoiar suas posições o tempo todo.", "-712681566": "Câmbio peer-to-peer", "-1267880283": "{{field_name}} é obrigatório", "-2084509650": "{{field_name}} não está no formato apropriado.", @@ -2778,10 +2795,7 @@ "-1673422138": "Estado não está no formato adequado.", "-1385484963": "Confirme para alterar sua senha {{platform}}", "-1990902270": "Isso mudará a senha de todas as suas contas {{platform}}.", - "-1357917360": "Terminal web", - "-1454896285": "O aplicativo de desktop MT5 não é suportado pelo Windows XP, Windows 2003 e Windows Vista.", "-673424733": "Conta demo", - "-1066565281": "A manutenção do servidor começa a partir das 06:00 GMT todos os domingos e pode levar até 2 horas para ser concluído. O serviço pode ser interrompido durante esse período.", "-1986258847": "A manutenção do servidor começa às 01:00 GMT todos os domingos, e esse processo pode levar até 2 horas para ser concluído. O serviço pode ser interrompido durante esse período.", "-1199152768": "Explore nossas outras plataformas.", "-205020823": "Explorar {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Redefinir a senha do investidor da DMT5", "-1087845020": "principal", "-1950683866": "investidor", + "-1874242353": "Recarga de fundos", "-89838213": "Você pode recarregar sua conta demo com um adicional de <0> se seu saldo for <1> ou menos.", "-1211122723": "conta {{ platform }} {{ account_title }}", "-78895143": "Saldo atual", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, ações, índices de ações, criptomoedas", "-1368041210": ", índices sintéticos", "-877064208": "EUR", - "-1302404116": "Alavancagem máxima", "-1284221303": "Você receberá um aviso, conhecido como chamada de margem, se o saldo da sua conta cair perto do nível de stop out.", "-1848799829": "Para entender o \"stop out\", primeiro você precisa aprender sobre o nível de margem, que é a relação entre seu patrimônio (o saldo total que você teria se fechasse todas as suas posições naquele ponto) e a margem que está usando no momento. Se seu nível de margem cair abaixo de nosso nível de \"stop out\", suas posições podem ser fechadas automaticamente para protegê-lo de perdas futuras.", "-224051432": "24/7", - "-511301450": "Indica a disponibilidade de negociação de criptomoeda em uma conta específica.", "-1591882610": "Sintéticos", "-70716111": "Principas Forex (padrão/microlotes), FX-secundários, índices de cesta, commodities, criptomoedas, ações e índices de ações", "-1041629137": "Forex-principais, Forex-secundáros, Forex-exóticos, e criptomoedas", "-287097947": "Pares de Forex Principais (lotes padrão/micro), Pares de Forex Secundários, Commodities, Criptomoedas (exceto Reino Unido)", - "-2102641225": "Na rolagem do banco, a liquidez nos mercados cambiais é reduzida e pode aumentar o spread e o tempo de processamento dos pedidos dos clientes. Isso acontece por volta das 21:00 GMT durante o horário de verão e às 22:00 GMT fora do horário de verão.", - "-495364248": "A chamada de margem e o nível de interrupção mudam de tempos em tempos com base nas condições do mercado.", - "-536189739": "Para proteger seu portfólio de movimentos adversos do mercado devido ao hiato de abertura de mercado, reservamos o direito de diminuir a alavancagem em todos os símbolos oferecidos para contas financeiras antes do fechamento do mercado e aumentá-lo novamente após a abertura do mercado. Verifique se você tem fundos suficientes disponíveis na sua conta {{platform}} para apoiar suas posições o tempo todo.", "-1225160479": "Compare as contas disponíveis", "-2042845290": "Sua senha de investidor foi alterada.", "-1882295407": "Sua senha foi modificada.", @@ -3169,7 +3179,7 @@ "-311268215": "Este bloco converte uma sequência de texto que representa a data e a hora em segundos desde Unix Epoch (1 de janeiro de 1970). A hora e o deslocamento do fuso horário são opcionais. Exemplo: 2019-01-01 21:03:45 GMT+0800 será convertido em 1546347825.", "-1797602591": "Stop Loss: {{ currency }} {{ stop_loss }}", "-1214929127": "Stop loss deve ser um número positivo.", - "-780745489": "If the contract type is “Both”, then the Purchase Conditions should include both Rise and Fall using the “Conditional Block\"", + "-780745489": "Se o tipo de contrato for “Ambos”, as condições de compra devem incluir aumento e queda usando o “Bloco condicional”", "-2142851225": "Opções de multiplicador", "-625636913": "Valor deve ser um número positivo.", "-1466383897": "Duração: {{ duration_unit }} {{ duration_value }}", diff --git a/packages/translations/src/translations/ru.json b/packages/translations/src/translations/ru.json index d97506be31c7..5f29ae01303a 100644 --- a/packages/translations/src/translations/ru.json +++ b/packages/translations/src/translations/ru.json @@ -74,7 +74,6 @@ "111931529": "Макс. общая ставка за 7 дней", "113378532": "ETH/USD", "113884303": "Немецкий Индекс", - "113933902": "Скачать приложение Deriv X", "115032488": "Цена покупки и П/У", "116005488": "Индикаторы", "117318539": "Пароль должен состоять из заглавных, строчных латинских букв и цифр.", @@ -220,7 +219,6 @@ "312300092": "Обрезает пробелы в заданной строке или тексте.", "313298169": "Касса временно не работает из-за технического обслуживания системы. Вы сможете получить доступ к кассе через несколько минут после завершения обслуживания.", "313741895": "Этот блок возвращает значение “Верно”, если последняя свеча черная. Блок может быть размещен где угодно, за исключением корневого блока параметров контракта.", - "314357202": "Нажмите кнопку <0>изменить пароль, чтобы изменить пароль {{platform_name_dxtrade}}.", "315306603": "У вас есть счет, на котором не выбрана валюта. Пожалуйста, выберите валюту, в которой вы хотите торговать на этом счете.", "316694303": "Свеча чёрная?", "317601768": "Темы", @@ -301,6 +299,7 @@ "411482865": "Добавить {{deriv_account}} счет", "412433839": "Я согласен с <0>правилами и условиями.", "413594348": "Разрешены только буквы, цифры, пробелы, дефисы, точки и и косая черта.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "Вы не сможете изменить валюту счета после пополнения.", "420072489": "Частота торговли CFD", "422055502": "От", @@ -484,10 +483,12 @@ "659482342": "Помните, что вы несете ответственность за то, чтобы ваши ответы были точными и актуальными. Вы можете обновить личные данные в любое время в настройках счета.", "660481941": "Чтобы получить доступ к мобильным приложениям и другим сторонним приложениям, вам сначала необходимо сгенерировать ключ API.", "660991534": "Завершить", + "662578726": "Available", "662609119": "Загрузить приложение MT5", "665089217": "Пожалуйста, отправьте свое <0>удостоверение личности для аутентификации счета и доступа к кассе.", "665777772": "XLM/USD", "665872465": "В приведенном ниже примере выбирается цена открытия, которая затем присваивается переменной с именем \"цо\".", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Юрисдикция и законодательство", "676159329": "Не удалось переключиться на счет по умолчанию.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Недостаточно средств на счете", "734881840": "неверно", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Массив полос Боллинджера (BBA)", "745656178": "Используйте этот блок, чтобы продать контракт по рыночной цене.", "745674059": "Возвращает определенный символ из заданной строки текста в соответствии с выбранной опцией. ", @@ -731,6 +733,7 @@ "995563717": "не {{ boolean }}", "999008199": "текст", "1001160515": "Продать", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Должно начинаться с буквы или цифры и может содержать дефисы, точки и слэши (косые черты).", "1004127734": "Отправить письмо", "1006458411": "Ошибки", @@ -749,6 +752,7 @@ "1023643811": "Этот блок покупает контракт указанного типа.", "1023795011": "Чётное/Нечётное", "1024205076": "Логическая операция", + "1025887996": "Negative Balance Protection", "1026046972": "Введите сумму выплаты ниже {{max_payout}}.", "1027098103": "Кредитное плечо дает вам возможность торговать большую позицию, используя ваш существующий капитал. Кредитное плечо варьируется в зависимости от инструмента.", "1028211549": "Все поля обязательны для заполнения", @@ -791,6 +795,7 @@ "1057904606": "Концепция стратегии Д'Аламбера похожа на Стратегию Мартингейл тем, что вы увеличиваете размер своей ставки после проигрышного контракта. Отличие заключается в том, что в стратегии Д'Аламбера вы уменьшаете размер ставки после успешного контракта.", "1061308507": "Купить {{ contract_type }}", "1062536855": "Равно", + "1065353420": "110+", "1065498209": "Повторить (1)", "1069347258": "Вы использовали недействительную или истекшую подтверждающую ссылку. Пожалуйста, запросите новую ссылку.", "1069576070": "Блокировка покупки", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Продано за: {{sold_for}}", "1492686447": "Ваш счет MT5 Финансовый STP будет открыт в Deriv (FX) Ltd. Все операции на этом счете регулируются правилами и руководящими принципами Управления финансовых услуг Лабуана (LFSA). Правила и принципы Управления финансовых услуг Лабуана (LFSA) не распространяются ни на один из ваших других счетов, включая счет Deriv.", "1493673429": "Изменить эл. адрес", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Добавить реальный счет Deriv для мультипликаторов", "1499080621": "Попытка выполнить недопустимую операцию.", @@ -1273,6 +1279,7 @@ "1700233813": "Перевод с {{selected_value}} не разрешен. Выберите другой счет из выпадающего списка.", "1708413635": "Для вашего счета в {{currency_name}} ({{currency}})", "1709859601": "Время выходной котировки", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Ожидаемый оборот на счете", "1711676335": "квадратный корень", "1711929663": "Ваши средства переведены", @@ -1323,6 +1330,7 @@ "1761762171": "Перезапустить последний контракт в случае ошибки (бот проигнорирует неудачный контракт): {{ checkbox }}", "1762707297": "Номер телефона", "1763123662": "Загрузите карту NIMC.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Разрешены только буквы, цифры и подчеркивание.", "1767726621": "Выберите агента", "1768861315": "Мин.", @@ -1576,7 +1584,6 @@ "2055317803": "Скопируйте ссылку в браузер своего телефона", "2057082550": "Примите обновленные <0>правила и условия", "2057419639": "Выходная котировка", - "2058978040": "Ваш пароль {{platform_name_dxtrade}} предназначен для входа на счета {{platform_name_dxtrade}} с веб-браузеров и мобильных приложений.", "2060873863": "Ваш ордер {{order_id}} завершен", "2062912059": "функция {{ function_name }} {{ function_params }}", "2063655921": "Покупая контракт \"Закрытие-Мин.\", вы выиграете разницу между ценой закрытия и минимальной ценой, достигнутой в период действия контракта, умноженную на выбранный мультипликатор.", @@ -2076,6 +2083,7 @@ "-596920538": "Отвязать", "-1319725774": "Пароль DMT5", "-1403020742": "Ваш пароль DMT5 предназначен для входа на счета Deriv MT5 с веб-браузеров, настольных и мобильных приложений.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Отключить 2FA", "-200487676": "Включить", "-1840392236": "Неправильный код. Пожалуйста, попробуйте еще раз.", @@ -2462,7 +2470,7 @@ "-1825471709": "Совершенно новый опыт трейдинга на мощной, но простой в использовании платформе.", "-981017278": "Автоматизированная торговля, доступная каждому. Не требует навыков кодинга.", "-398198412": "Торгуйте на Deriv MT5 (DMT5), универсальной платформе для FX и CFD.", - "-1793883644": "Торгуйте FX и CFD на гибкой и простой торговой платформе.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Открытые позиции", "-883103549": "Счет деактивирован", "-821418875": "Трейдер", @@ -2693,13 +2701,14 @@ "-1917706589": "Ваш счет Deriv больше не связан с {{social_identity_provider}}. Используйте эл. адрес и пароль для входа в систему в будущем.", "-2017825013": "Понятно", "-505449293": "Введите новый пароль для вашего счета Deriv.", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "Входите в систему только по этой защищенной ссылке, а не где-либо еще.", + "-2102997229": "Примеры", + "-82488190": "Я внимательно прочитал(а) вышеизложенное.", + "-97775019": "Не доверяйте и не вводите свои учетные данные на ложных сайтах, в объявлениях или электронных письмах.", + "-2142491494": "Понятно", + "-611136817": "Остерегайтесь ложных ссылок.", "-1787820992": "Платформы", + "-1793883644": "Торгуйте FX и CFD на гибкой и простой торговой платформе.", "-184713104": "Получайте фиксированные выплаты с опционами или торгуйте с мультипликаторами, чтобы увеличить прибыль при ограниченном риске.", "-1571775875": "Наша флагманская платформа для торговли опционами и мультипликаторами.", "-1107320163": "Автоматизированный трейдинг без программирования.", @@ -2768,8 +2777,16 @@ "-162753510": "Добавить реальный счет", "-860609405": "Пароль", "-742647506": "Перевод средств", - "-1874242353": "Пополнение счета", "-1580554423": "Торгуйте CFD на наших синтетических индексах, которые имитируют движение реальных рынков.", + "-1357917360": "Веб-терминал", + "-1454896285": "Приложение MT5 для ПК не поддерживается на Windows XP, Windows 2003 и Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Макс. кредитный рычаг", + "-511301450": "Обозначает наличие контрактов на криптовалютах на определенном счете.", + "-2102641225": "В конца банковского торгового дня ликвидность на рынке forex понижена, в результате чего спреды и время обработки клиентских ордеров могут увеличиться. Это происходит около 21:00 по Гринвичу в летнее время и, соответственно, в 22:00 зимнее время.", + "-495364248": "Уровень маржинального требования и стоп аута будет время от времени меняться в зависимости от состояния рынка.", + "-536189739": "Чтобы защитить ваш портфель от неблагоприятных скачков из-за разрыва при открытии рынка, мы оставляем за собой право уменьшить кредитное плечо по всем предлагаемым символам для финансовых счетов до закрытия рынка и снова увеличить его после открытия. Пожалуйста, убедитесь, что на вашем счете {{platform}} всегда находится достаточно средств для поддержки ваших позиций.", "-712681566": "Одноранговый (P2P) обмен", "-1267880283": "{{field_name}} является обязательным", "-2084509650": "Поле {{field_name}} в неправильном формате.", @@ -2778,10 +2795,7 @@ "-1673422138": "Штат/Регион в неправильном формате.", "-1385484963": "Подтвердите изменение пароля {{platform}}", "-1990902270": "Пароль будет изменен для всех ваших счетов {{platform}}.", - "-1357917360": "Веб-терминал", - "-1454896285": "Приложение MT5 для ПК не поддерживается на Windows XP, Windows 2003 и Windows Vista.", "-673424733": "Демо-счет", - "-1066565281": "Технические работы на сервере начинаются в 06:00 GMT каждое воскресенье. Этот процесс может занять до 2 часов. В это время работа сервиса может прерываться.", "-1986258847": "Технические работы на сервере начинаются в 01:00 GMT каждое воскресенье и могут длиться до 2 часов. В это время сервисы и платформы могут быть недоступны.", "-1199152768": "Попробуйте другие наши платформы.", "-205020823": "Открыть {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Сбросить инвесторский пароль DMT5", "-1087845020": "основной", "-1950683866": "инвестор", + "-1874242353": "Пополнение счета", "-89838213": "Вы можете дополнительно внести на демо-счет <0>, если ваш баланс \n<1> или меньше.", "-1211122723": "{{ account_title }} счет {{ platform }}", "-78895143": "Текущий баланс", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, акции, криптовалюты, фондовые и", "-1368041210": "синтетические индексы", "-877064208": "EUR", - "-1302404116": "Макс. кредитный рычаг", "-1284221303": "Вы получите предупреждение, известное как маржин колл, если баланс вашего счета упадет до уровня стоп-аут.", "-1848799829": "Чтобы понять принцип работы стоп аута, давайте сначала разберемся с уровнем маржи. Уровень маржи представляет собой отношение вашего капитала (общего баланса, если вы закроете все свои позиции) к марже, которую вы используете в данный момент. Если уровень маржи упадет ниже уровня стоп аута, ваши позиции могут быть закрыты автоматически, чтобы защитить вас от дальнейших убытков.", "-224051432": "24/7", - "-511301450": "Обозначает наличие контрактов на криптовалютах на определенном счете.", "-1591882610": "Синтетические активы", "-70716111": "Основные валютные пары (стандартные/микро лоты), минорные валютные пары, сырьевые товары, криптовалюты, акции, фондовые и валютные индексы", "-1041629137": "Основные пары FX, минорные пары FX, экзотические пары FX и криптовалюты", "-287097947": "Основные валютные пары (стандартные/микро лоты), минорные валютные пары, сырьевые товары, криптовалюты (кроме Великобритании)", - "-2102641225": "В конца банковского торгового дня ликвидность на рынке forex понижена, в результате чего спреды и время обработки клиентских ордеров могут увеличиться. Это происходит около 21:00 по Гринвичу в летнее время и, соответственно, в 22:00 зимнее время.", - "-495364248": "Уровень маржинального требования и стоп аута будет время от времени меняться в зависимости от состояния рынка.", - "-536189739": "Чтобы защитить ваш портфель от неблагоприятных скачков из-за разрыва при открытии рынка, мы оставляем за собой право уменьшить кредитное плечо по всем предлагаемым символам для финансовых счетов до закрытия рынка и снова увеличить его после открытия. Пожалуйста, убедитесь, что на вашем счете {{platform}} всегда находится достаточно средств для поддержки ваших позиций.", "-1225160479": "Сравнение доступных счетов", "-2042845290": "Ваш инвесторский пароль изменен.", "-1882295407": "Ваш пароль изменен.", diff --git a/packages/translations/src/translations/th.json b/packages/translations/src/translations/th.json index 09b552539226..4f0a77847d2e 100644 --- a/packages/translations/src/translations/th.json +++ b/packages/translations/src/translations/th.json @@ -74,7 +74,6 @@ "111931529": "ยอดรวมเงินเดิมพันใน 7 วันขั้นสูงสุด", "113378532": "ETH/USD", "113884303": "German Index", - "113933902": "ดาวน์โหลดแอป Deriv X", "115032488": "ราคาซื้อและผลกำไร/ขาดทุน", "116005488": "ตัวบ่งชี้", "117318539": "รหัสผ่านควรประกอบด้วยอักษรภาษาอังกฤษตัวพิมพ์เล็กและตัวพิมพ์ใหญ่พร้อมกับตัวเลข", @@ -220,7 +219,6 @@ "312300092": "ตัดแต่งช่องว่างภายในสตริงหรือข้อความที่กำหนด", "313298169": "แคชเชียร์ของเราหยุดให้บริการชั่วคราวเนื่องจากมีการบำรุงรักษาระบบ คุณสามารถเข้าถึงแคชเชียร์ได้ภายในไม่กี่นาทีเมื่อการบำรุงรักษาเสร็จสิ้น", "313741895": "บล็อกนี้จะส่งคืนค่า “จริง” หากว่าแท่งเทียนสุดท้ายเป็นสีดำ มันสามารถถูกวางที่ใดก็ได้บนผืนผ้าใบ เว้นแต่ภายในบล็อกรูทพารามิเตอร์การซื้อขาย", - "314357202": "คลิกปุ่ม <0>เปลี่ยนรหัสผ่าน เพื่อเปลี่ยนรหัสผ่าน {{platform_name_dxtrade}} ของคุณ", "315306603": "คุณมีบัญชีที่ไม่มีการกำหนดสกุลเงิน โปรดเลือกสกุลเงินเพื่อจะทำการซื้อขายด้วยบัญชีนี้", "316694303": "แท่งเทียนเป็นสีดำหรือไม่", "317601768": "ธีม", @@ -301,6 +299,7 @@ "411482865": "เพิ่มบัญชี {{deriv_account}}", "412433839": "ฉันยอมรับ <0>ข้อกำหนดและเงื่อนไข", "413594348": "อนุญาตให้ใช้เฉพาะตัวอักษร ตัวเลข ช่องว่าง ขีดกลาง เครื่องหมายจุด และเครื่องหมายทับเท่านั้น", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "คุณจะไม่สามารถเปลี่ยนสกุลเงินได้หลังจากที่คุณทำการฝากเงินไปแล้ว", "420072489": "ความถี่ในการซื้อขาย CFD", "422055502": "จาก", @@ -484,10 +483,12 @@ "659482342": "โปรดจําไว้ว่า มันเป็นความรับผิดชอบของคุณในการให้คําตอบที่ถูกต้องและเป็นปัจจุบัน โดยคุณสามารถเข้าไปอัปเดตรายละเอียดส่วนบุคคลของคุณได้ตลอดเวลาที่ปุ่มการตั้งค่าบัญชีของคุณ", "660481941": "เพื่อให้คุณเข้าถึงแอปมือถือของคุณและแอปที่พัฒนาโดยบุคคลภายนอก คุณจะต้องสร้างรหัสโทเคน API เสียก่อน", "660991534": "เสร็จสิ้น", + "662578726": "Available", "662609119": "ดาวน์โหลดแอป MT5", "665089217": "โปรดส่ง <0>หลักฐานระบุตัวตน ของคุณเพื่อยืนยันความถูกต้องของบัญชีและการเข้าถึงแคชเชียร์ของคุณ", "665777772": "XLM/USD", "665872465": "จากตัวอย่างด้านล่าง ราคาเปิดนั้นได้ถูกเลือกแล้วและจากนั้นก็ถูกกำหนดให้กับตัวแปรที่เรียกว่า \"op\"", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "เขตอำนาจศาลและกฎหมายบังคับ", "676159329": "ไม่สามารถสลับไปยังบัญชีเริ่มต้นได้", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "ยอดคงเหลือไม่เพียงพอ", "734881840": "เท็จ", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "ตัวชี้วัด Bollinger Bands Array (BBA)", "745656178": "ใช้บล็อกนี้เพื่อขายสัญญาของคุณในราคาตลาด", "745674059": "ส่งคืนอักขระเฉพาะจากสตริงข้อความที่กำหนด ตามตัวเลือกที่เลือก ", @@ -556,7 +558,7 @@ "761576760": "ฝากเงินเข้าบัญชีของคุณเพื่อเริ่มทำการซื้อขาย", "762185380": "<0>ได้ผลตอบแทนเพิ่มทวีคูณ โดย <0>เสี่ยงเพียงเฉพาะ สิ่งที่คุณวางเดิมพัน", "762871622": "{{remaining_time}}วินาที", - "763019867": "บัญชีของคุณมีกำหนดที่จะถูกปิด", + "763019867": "บัญชีเกมของคุณมีกำหนดที่จะถูกปิด", "764366329": "วงเงินในการซื้อขาย", "764540515": "การหยุดบอทมีความเสี่ยง", "766317539": "ภาษา", @@ -731,6 +733,7 @@ "995563717": "ไม่ใช่ {{ boolean }}", "999008199": "ข้อความ", "1001160515": "ขาย", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "ควรขึ้นต้นด้วยตัวอักษรหรือตัวเลข และอาจมียัติภังค์ เครื่องหมายจุด และเครื่องหมายทับ", "1004127734": "ส่งอีเมล์", "1006458411": "ข้อผิดพลาด", @@ -749,6 +752,7 @@ "1023643811": "บล็อกนี้ใช้ซื้อสัญญาประเภทที่ระบุไว้โดยเฉพาะ", "1023795011": "คู่/คี่", "1024205076": "การดำเนินการทางตรรกะ", + "1025887996": "Negative Balance Protection", "1026046972": "โปรดป้อนจำนวนเงินตอบแทนที่ต่ำกว่า {{max_payout}}.", "1027098103": "เลเวอเรจช่วยให้คุณสามารถเทรดตำแหน่งการค้าที่ใหญ่ขึ้นโดยใช้เงินทุนที่มีอยู่ ของคุณ ซึ่งตัวเลเวอเรจจะมีความหลากหลายแตกต่างกันไปในแต่ละสัญลักษณ์", "1028211549": "ต้องกรอกข้อมูลทุกช่อง", @@ -791,6 +795,7 @@ "1057904606": "แนวคิดของกลยุทธ์ D'Alembert นั้นกล่าวกันว่ามีความคล้ายกับกลยุทธ์ Martingale ซึ่งบอกให้คุณเพิ่มขนาดสัญญาของคุณหลังจากที่ขาดทุน โดยในส่วนของกลยุทธ์ D'Alembert นั้นคุณจะลดขนาดสัญญาของคุณหลังจากการซื้อขายที่ประสบความสำเร็จด้วย", "1061308507": "ซื้อ {{ contract_type }}", "1062536855": "เท่ากับ", + "1065353420": "110+", "1065498209": "ทำซ้ำ (1)", "1069347258": "ลิงก์การยืนยันที่คุณใช้นั้นไม่ถูกต้องหรือหมดอายุ โปรดร้องขออันใหม่", "1069576070": "ล็อคการซื้อ", @@ -1131,6 +1136,7 @@ "1491392301": "<0>ถูกขายสำหรับ: {{sold_for}}", "1492686447": "บัญชี MT5 Financial STP ของคุณจะถูกเปิดผ่านบริษัท Deriv (FX) Ltd โดยการซื้อขายทั้งหมดในบัญชีนี้จะอยู่ภายใต้ข้อบังคับและหลักเกณฑ์ของ Labuan Financial Services Authority (LFSA) ทั้งนี้ บัญชีอื่นๆ ของคุณรวมถึงบัญชี Deriv ของคุณนั้นไม่ได้อยู่ภายใต้ข้อบังคับและหลักเกณฑ์ของ Labuan Financial Services Authority (LFSA)", "1493673429": "เปลี่ยนอีเมล์", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "เพิ่มบัญชีตัวคูณ Deriv จริง", "1499080621": "พยายามดำเนินการที่ไม่ถูกต้อง", @@ -1273,6 +1279,7 @@ "1700233813": "ไม่อนุญาตให้โอนจาก {{selected_value}} โปรดเลือกบัญชีอื่นจากเมนูด้านล่าง", "1708413635": "สำหรับบัญชี {{currency_name}} ({{currency}}) ของคุณ", "1709859601": "เวลาจุดออก", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "ปริมาณการซื้อขายที่คาดการณ์เอาไว้ของบัญชี", "1711676335": "รากที่สอง", "1711929663": "เงินของคุณถูกโอนแล้ว", @@ -1323,6 +1330,7 @@ "1761762171": "เริ่มการซื้อขายใหม่ เนื่องจากเกิดข้อผิดพลาด (บอทละเว้นการซื้อขายที่ไม่สำเร็จ): {{ checkbox }}", "1762707297": "หมายเลขโทรศัพท์", "1763123662": "อัพโหลดสลิป NIMC ของคุณ", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "เฉพาะตัวอักษร ตัวเลข และขีดล่างเท่านั้นที่อนุญาตให้ใช้", "1767726621": "เลือกตัวแทน", "1768861315": "นาที", @@ -1576,7 +1584,6 @@ "2055317803": "คัดลอกลิงก์ไปยังเบราว์เซอร์มือถือของคุณ", "2057082550": "ยอมรับ <0>ข้อกำหนดและเงื่อนไข ที่อัปเดตแล้วของเรา", "2057419639": "จุดออก", - "2058978040": "รหัสผ่าน {{platform_name_dxtrade}} ของคุณมีไว้สำหรับลงชื่อเข้าใช้บัญชี {{platform_name_dxtrade}} ของคุณบนเว็บและแอปมือถือ", "2060873863": "คำสั่งค้าของคุณ {{order_id}} เสร็จสมบูรณ์แล้ว", "2062912059": "ฟังก์ชัน {{ function_name }} {{ function_params }}", "2063655921": "ในการซื้อสัญญา \"ปิด-ถึง-ต่ำ\" คุณจะทำเงินตอบแทนที่มาจากการเอาตัวคูณมาคูณกับค่าส่วนต่างระหว่างค่าปิดและค่าต่ำตลอดระยะเวลาของสัญญา", @@ -1621,7 +1628,7 @@ "2111528352": "สร้างตัวแปร", "2112119013": "ถ่ายภาพเซลฟี่แสดงใบหน้าของคุณ", "2112175277": "โดยมีตัวคั่น", - "2113321581": "เพิ่มบัญชี Deriv Gaming", + "2113321581": "เพิ่มบัญชีเกม Deriv", "2115007481": "สินทรัพย์ทั้งหมดในบัญชีทดลอง Deriv ของคุณ", "2115223095": "ขาดทุน", "2117073379": "แคชเชียร์สกุลเงินดิจิทัลของเราหยุดให้บริการชั่วคราวเนื่องจากมีการบำรุงรักษาระบบ คุณสามารถเข้าถึงแคชเชียร์ได้ภายในไม่กี่นาทีเมื่อการบำรุงรักษาเสร็จสิ้น", @@ -2076,112 +2083,113 @@ "-596920538": "ยกเลิกการเชื่อมโยง", "-1319725774": "รหัสผ่าน DMT5", "-1403020742": "รหัสผ่าน DMT5 ของคุณนั้นจะใช้สําหรับเข้าใช้ระบบบัญชี Deriv MT5 ของคุณบนเดสก์ท็อป เว็บ และแอปบนอุปกรณ์เคลื่อนที่", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "ปิดการใช้งาน 2FA", "-200487676": "เปิดใช้งาน", "-1840392236": "นั่นไม่ใช่รหัสที่ถูกต้อง โปรดลองอีกครั้ง", "-307075478": "รหัส 6 หลัก", "-790444493": "ปกป้องบัญชีของคุณด้วยระบบยืนยันตัวตนสองขั้นตอนหรือ 2FA ทุกครั้งที่คุณจะเข้าสู่ระบบบัญชี คุณต้องป้อนรหัสผ่านและรหัสพิสูจน์ตัวตนเพื่อยืนยันเข้ารับบริการซึ่งสร้างขึ้นโดยแอป 2FA ในสมาร์ทโฟนของคุณ", "-368010540": "คุณได้เปิดการใช้งาน 2FA สำหรับบัญชี Deriv ของคุณ", - "-403552929": "หากต้องการปิดการใช้งาน 2FA โปรดป้อนรหัสการรับรองความถูกต้อง 6 หลักที่สร้างโดยแอพ 2FA ของคุณด้านล่าง", + "-403552929": "หากต้องการปิดการใช้งาน 2FA โปรดป้อนรหัสการพิสูจน์ตัวตน 6 หลักที่สร้างโดยแอพ 2FA ของคุณที่ด้านล่างนี้:", "-752939584": "วิธีการตั้งค่า 2FA สำหรับบัญชี Deriv ของคุณ", "-90649785": "คลิกที่นี่เพื่อคัดลอกรหัส", "-206376148": "คัดลอกรหัสแล้ว!", - "-650175948": "เอกสารแสดงรายการบัญชีล่าสุดหรือจดหมายที่ออกโดยรัฐบาลที่มีชื่อและที่อยู่ของคุณ.", + "-650175948": "เอกสารแสดงรายการบัญชีธนาคารอันล่าสุดหรือจดหมายที่ออกโดยรัฐบาลซึ่งแสดงชื่อและที่อยู่ของคุณ", "-2006895756": "1. ที่อยู่", - "-716361389": "ที่อยู่ที่ถูกต้องและครบถ้วนช่วยเร่งกระบวนการยืนยันของคุณ", + "-716361389": "ที่อยู่ซึ่งถูกต้องและครบถ้วนจะช่วยเร่งกระบวนการตรวจสอบยืนยันของคุณ", "-890084320": "บันทึกและส่ง", - "-902076926": "ก่อนอัปโหลดเอกสารของคุณโปรดตรวจสอบให้แน่ใจว่า รายละเอียดส่วนบุคคล ของคุณได้รับการอัปเดตให้ตรงกับหลักฐานยืนยันตัวตนของคุณ วิธีนี้จะช่วยหลีกเลี่ยงความล่าช้าในระหว่างขั้นตอนการตรวจสอบ", + "-902076926": "ก่อนอัปโหลดเอกสารของคุณโปรดตรวจสอบให้แน่ใจว่า รายละเอียดส่วนบุคคลของคุณได้รับการอัปเดตให้ตรงกับข้อมูลในหลักฐานยืนยันตัวตนของคุณ ซึ่งวิธีนี้จะช่วยหลีกเลี่ยงความล่าช้าในระหว่างขั้นตอนการตรวจสอบยืนยัน", "-1517325716": "ฝากเงินผ่านวิธีการชําระเงินต่อไปนี้:", "-1547606079": "เรายอมรับสกุลเงินดิจิทัลต่อไปนี้:", "-42592103": "ฝากเงินคริปโตเคอเรนซี่", - "-639677539": "ซื้อคริปโตเคอเรนซี่", + "-639677539": "ซื้อเงินคริปโต", "-1560098002": "ซื้อคริปโตเคอเรนซี่ผ่านบริการแลกเปลี่ยน fiat onramp", "-541870313": "ฝากเงินผ่านตัวแทนชําระเงิน", "-72314872": "ฝากในสกุลเงินท้องถิ่นของคุณผ่านการแลกเปลี่ยนแบบเพียร์ทูเพียร์กับผู้ค้ารายอื่นในประเทศของคุณ", - "-58126117": "การเข้าถึงสินทรัพย์ดิจิตอลของคุณ วิธีที่รวดเร็วและปลอดภัยในการแลกเปลี่ยนและซื้อ สกุลเงินดิจิตอล ผ่านการสนับสนุนทางแชท ทุกวันตลอด 24 ชั่วโมง", - "-1705887186": "เงินฝากของคุณประสบความสําเร็จ", + "-58126117": "การเข้าถึงสินทรัพย์ดิจิตอลของคุณที่ทำได้ง่าย และนับเป็นวิธีที่รวดเร็วและปลอดภัยในการแลกเปลี่ยนและซื้อสกุลเงินดิจิตอล ทั้งนี้เรามีบริการสนับสนุนทางแชทสดทุกวันตลอด 24 ชั่วโมง", + "-1705887186": "การฝากเงินของคุณประสบความสําเร็จ", "-142361708": "อยู่ระหว่างดําเนินการ", "-1582681840": "เราได้รับคําขอของคุณและกําลังรอการยืนยันบล็อกเชนเพิ่มเติม", "-1626218538": "คุณได้ยกเลิกคําขอถอนเงินของคุณแล้ว", - "-1062841150": "การถอนเงินของคุณไม่สําเร็จเนื่องจากข้อผิดพลาดบนบล็อกเชน โปรด<0>ติดต่อเราผ่านการแชทสดสําหรับข้อมูลเพิ่มเติม", + "-1062841150": "การถอนเงินของคุณไม่สําเร็จเนื่องจากข้อผิดพลาดบนบล็อกเชน โปรด <0>ติดต่อเรา ผ่านแชทสดสําหรับข้อมูลเพิ่มเติม", "-630780094": "เรากําลังรอการยืนยันจากบล็อกเชน", "-1525882769": "การถอนเงินของคุณไม่สําเร็จ เราได้ส่งอีเมลพร้อมข้อมูลเพิ่มเติมให้คุณแล้ว", "-298601922": "การถอนเงินของคุณสําเร็จแล้ว", - "-2021135479": "ข้อมูลนี้ต้องระบุ ไม่สามารถเป็นค่าว่าง", + "-2021135479": "ข้อมูลในช่องนี้ต้องระบุ", "-1975494965": "แคชเชียร์", "-1870909526": "เซิร์ฟเวอร์ของเราไม่สามารถดึงข้อมูลที่อยู่ได้", - "-582721696": "จำนวนการถอนที่อนุญาตคือ {{format_min_withdraw_amount}} ถึง {{format_max_withdraw_amount}} {{currency}}", - "-1957498244": "อีก", - "-197251450": "ไม่ต้องการเทรดกับ {{currency_code}} เหรอ? ท่านสามารถเปิดบัญชีเงินดิจิทัลได้อีกบัญชีหนึ่ง", - "-1900848111": "นี่คือ บัญชี {{currency_code}} ของท่าน", - "-749765720": "สกุลเงินในบัญชีของคุณถูกกำหนดเป็น {{currency_code}}", - "-803546115": "จัดการบัญชีของท่าน ", + "-582721696": "จำนวนการถอนที่อนุญาตในปัจจุบันคือ {{format_min_withdraw_amount}} ถึง {{format_max_withdraw_amount}} {{currency}}", + "-1957498244": "เพิ่มอีก", + "-197251450": "ไม่ต้องการเทรด {{currency_code}} ใช่ไหม? คุณสามารถเปิดบัญชีเงินสกุลดิจิตัลได้อีกบัญชีหนึ่ง", + "-1900848111": "นี่คือ บัญชี {{currency_code}} ของคุณ", + "-749765720": "สกุลเงินในบัญชีเงินเฟียตของคุณถูกกำหนดเป็น {{currency_code}}", + "-803546115": "จัดการบัญชีของคุณ ", "-1463156905": "เรียนรู้เพิ่มเติมเกี่ยวกับวิธีการชำระเงิน", "-1196049878": "บรรทัดแรกของที่อยู่", "-1326406485": "รหัสไปรษณีย์", "-939625805": "โทรศัพท์", - "-442575534": "การยืนยันอีเมลล้มเหลว", + "-442575534": "การยืนยันอีเมล์ล้มเหลว", "-1459042184": "อัพเดทรายละเอียดส่วนตัวของคุณ", - "-1603543465": "เราไม่สามารถตรวจสอบรายละเอียดส่วนบุคคลของคุณได้เนื่องจากมีข้อมูลบางอย่างขาดหายไป", + "-1603543465": "เราไม่อาจตรวจสอบรายละเอียดส่วนบุคคลของคุณได้เพราะมีข้อมูลบางอย่างขาดหายไป", "-614516651": "ต้องการความช่วยเหลือหรือไม่? <0>ติดต่อเรา", "-89973258": "ส่งอีเมลอีกครั้งใน {{seconds}} วินาที", "-1059419768": "หมายเหตุ", - "-598073640": "เกี่ยวกับ Tether (Ethereum)", - "-275902914": "Tether บน Ethereum (eUSDT)", - "-1188009792": "Tether บน Omni Layer (USDT)", - "-1239329687": "Tether ถูกสร้างขึ้นมาเพื่อใช้เครือข่าย Bitcoin เป็นโปรโตคอลการขนส่งโดยเฉพาะ Omni Layer เพื่อให้สามารถทำธุรกรรมของสกุลเงินแบบโทเค็นได้", - "-993393818": "Binance Smart Chain", - "-561858764": "Polygon (Matic)", - "-410890127": "Ethereum (ERC20)", - "-1059526741": "Ethereum (ETH)", + "-598073640": "เกี่ยวกับเงินดิจิทัล Tether (Ethereum)", + "-275902914": "เงินดิจิทัล Tether บน Ethereum (eUSDT)", + "-1188009792": "เงินดิจิทัล Tether บน Omni Layer (USDT)", + "-1239329687": "เงินดิจิทัล Tether ถูกสร้างขึ้นมาเพื่อใช้เครือข่าย Bitcoin เป็นโปรโตคอลการขนส่งข้อมูล ‒ โดยเฉพาะอย่างยิ่งคือซอฟต์แวร์ Omni Layer ‒ เพื่อให้สามารถทำธุรกรรมของสกุลเงินแบบโทเคนได้", + "-993393818": "เครือข่ายบล็อกเชน Binance Smart Chain", + "-561858764": "เงินดิจิทัล Polygon (Matic)", + "-410890127": "เงินดิจิทัล Ethereum (ERC20)", + "-1059526741": "เงินดิจิทัล Ethereum (ETH)", "-1615615253": "เราไม่รองรับเหรียญ Tron ในการฝาก โปรดใช้เหรียญ Ethereum เท่านั้น ({{token}})", - "-1831000957": "กรุณาเลือกเครือข่ายที่จะฝากเงินของคุณ", + "-1831000957": "กรุณาเลือกเครือข่ายที่มาของเงินนำฝากของคุณ", "-314177745": "ขออภัย เราไม่สามารถรับที่อยู่ได้เนื่องจากเซิร์ฟเวอร์ของเราขัดข้อง โปรดคลิกรีเฟรชเพื่อโหลดที่อยู่ซ้ำหรือลองอีกครั้งในภายหลัง", - "-1345040662": "กําลังมองหาวิธีซื้อสกุลเงินดิจิทัลอยู่ใช่ไหม?", - "-759000391": "เราไม่สามารถยืนยันข้อมูลของคุณโดยอัตโนมัติ ในการเปิดใช้งานฟังก์ชันนี้ คุณต้องดำเนินการดังต่อไปนี้:", + "-1345040662": "กําลังมองหาวิธีในการซื้อสกุลเงินดิจิทัลอยู่ใช่ไหม?", + "-759000391": "เราไม่สามารถตรวจสอบยืนยันข้อมูลของคุณโดยอัตโนมัติได้ ดังนั้นในการเปิดใช้งานฟังก์ชันนี้คุณต้องดำเนินการดังต่อไปนี้:", "-1638172550": "ในการเปิดใช้งานคุณสมบัตินี้คุณต้องดำเนินการดังต่อไปนี้:", "-1632668764": "ฉันยอมรับ", "-666905139": "การฝากเงินถูกล็อค", - "-316545835": "โปรดตรวจสอบให้แน่ใจว่าร <0>ายละเอียดทั้งหมด <0>ถูกต้อง ก่อนทำการโอนเงิน", + "-316545835": "โปรดตรวจสอบให้แน่ใจว่า <0>รายละเอียดทั้งหมด นั้น <0>ถูกต้อง ก่อนทำการโอนเงินของคุณ", "-1309258714": "จากหมายเลขบัญชี", "-1247676678": "ไปยังหมายเลขบัญชี", "-816476007": "ชื่อเจ้าของบัญชี", "-1995606668": "จำนวน", "-344403983": "รายละเอียด", - "-922432739": "โปรดใส่หมายเลข รหัสลูกค้าที่ถูกต้อง", + "-922432739": "โปรดใส่หมายเลขรหัสลูกค้าที่ถูกต้อง", "-1024241603": "ยอดคงเหลือไม่เพียงพอ", "-1979554765": "โปรดป้อนคำอธิบายที่ถูกต้อง", "-1186807402": "โอน", - "-1254233806": "คุณย้ายมาแล้วนะ", + "-1254233806": "คุณได้ย้ายโอนมาแล้ว", "-1179992129": "ตัวแทนชำระเงินทั้งหมด", - "-1137412124": "ไม่พบวิธีการชำระเงินที่เหมาะสมสำหรับประเทศของคุณใช่หรือไม่ จากนั้นลองใช้ตัวแทนชำระเงิน", - "-460879294": "คุณยังไม่ได้ดำเนินการ ในการรับเงินโอน คุณต้องติดต่อตัวแทนชำระเงินสำหรับคำแนะนำเพิ่มเติม ข้อสรุปของธุรกรรมนี้ได้ส่งไปที่อีเมลของคุณสำหรับการบันทึก", + "-1137412124": "หาไม่พบวิธีการชำระเงินที่เหมาะสมสำหรับประเทศของคุณใช่หรือไม่ ถ้าอย่างนั้นให้ลองใช้ตัวแทนชำระเงิน", + "-460879294": "คุณยังไม่เสร็จสิ้นการดำเนินการ โดยในการรับเงินโอนนั้นคุณต้องติดต่อตัวแทนชำระเงินเพื่อขอคำแนะนำเพิ่มเติม ข้อสรุปของธุรกรรมนี้ได้ส่งไปที่อีเมล์ของคุณแล้วเพื่อให้คุณเก็บบันทึกไว้", "-596416199": "โดยชื่อ", "-1169636644": "โดยรหัสตัวแทนชําระเงิน", "-118683067": "วงเงินในการถอน: <0 />-<1 />", "-1201279468": "ในการถอนเงินของคุณ โปรดเลือกวิธีการชำระเงินแบบเดียวกับที่คุณใช้ในการฝากเงิน", "-1787304306": "Deriv P2P", - "-1321645628": "แคชเชียร์ของคุณถูกล็อคอยู่ในขณะนี้ โปรดติดต่อเราผ่านแชทสดเพื่อดูวิธีปลดล็อก", - "-60779216": "การถอนเงินจะไม่สามารถใช้ได้ชั่วคราวเนื่องจากการบำรุงรักษาระบบ คุณสามารถถอนเงินได้เมื่อการบำรุงรักษาเสร็จสิ้น", - "-215186732": "คุณยังไม่ได้กำหนดประเทศที่พำนักของคุณ ในการเข้าถึงแคชเชียร์ โปรดอัปเดตประเทศที่พำนักของคุณในส่วนรายละเอียดส่วนบุคคลในการตั้งค่าบัญชีของคุณ", + "-1321645628": "แคชเชียร์ของคุณถูกล็อคอยู่ในขณะนี้ โปรดติดต่อเราผ่านแชทสดเพื่อทราบวิธีปลดล็อก", + "-60779216": "การถอนเงินจะไม่สามารถใช้ได้ชั่วคราวเนื่องจากมีการบำรุงรักษาระบบ คุณสามารถถอนเงินได้ต่อเมื่อการบำรุงรักษาเสร็จสิ้นลงแล้ว", + "-215186732": "คุณยังไม่ได้กำหนดประเทศที่พำนักของคุณ เพื่อที่จะเข้าถึงแคชเชียร์ โปรดอัปเดตประเทศที่พำนักของคุณในส่วนรายละเอียดส่วนบุคคลที่อยู่ในการตั้งค่าบัญชีของคุณ", "-1392897508": "เอกสารแสดงตนที่คุณส่งมาหมดอายุแล้ว กรุณาส่งเอกสารยืนยันตัวตนที่ถูกต้องเพื่อปลดล็อคแคชเชียร์ ", "-1158467524": "บัญชีของคุณถูกปิดใช้งานชั่วคราว โปรดติดต่อเราผ่านการแชทสดเพื่อเปิดใช้งานการฝากและถอนอีกครั้ง", "-929148387": "โปรดตั้งค่าสกุลเงินในบัญชีของคุณเพื่อเปิดใช้งานการฝากและถอนเงิน", "-541392118": "บัญชีของคุณยังไม่ได้รับการยืนยัน โปรดส่ง<0>หลักฐานระบุตัวตนและ<1>หลักฐานที่อยู่เพื่อยืนยันตัวตนและเข้าถึงแคชเชียร์ของคุณ", "-247122507": "แคชเชียร์ของคุณถูกล็อค โปรดกรอก <0>การประเมินทางการเงิน เพื่อปลดล็อก", "-1443721737": "แคชเชียร์ของคุณถูกล็อค ดู<0>วิธีที่เราปกป้องเงินของคุณก่อนดำเนินการต่อ", - "-901712457": "การเข้าถึงแคชเชียร์ของคุณถูกปิดใช้งานชั่วคราว เนื่องจากคุณยังไม่ได้กำหนดวงเงินหมุนเวียน 30 วันของคุณ โปรดไปที่ <0>การยกเว้นตนเอง และกำหนดวงเงินหมุนเวียนใน 30 วันของคุณ", - "-166472881": "<0>รายละเอียดส่วนบุคคล ของคุณไม่ครบถ้วน โปรดไปที่การตั้งค่าบัญชีของคุณและกรอกรายละเอียดส่วนบุคคลของคุณเพื่อเปิดใช้งานการฝากและถอนเงิน", - "-378858101": "<0>รายละเอียดส่วนบุคคล ของคุณไม่ครบถ้วน โปรดไปที่การตั้งค่าบัญชีของคุณและกรอกรายละเอียดส่วนบุคคลของคุณเพื่อเปิดใช้งานการฝากเงิน", - "-1037495888": "คุณได้เลือกที่จะแยกตัวเองออกจากการซื้อขายบนเว็บไซต์ของเราจนถึง {{exclude_until}} หากคุณไม่สามารถทำการซื้อขายหรือฝากเงินได้หลังจากระยะเวลาการยกเว้นตัวเอง โปรดติดต่อเราผ่านแชทสด", - "-949074612": "กรุณาติดต่อเราผ่านทาง แชทสด", - "-1318742415": "บัญชีของคุณยังไม่ได้รับการยืนยัน โปรดส่ง <0>หลักฐานระบุตัวตน และ <1>หลักฐานแสดงที่อยู่ เพื่อตรวจสอบบัญชีและขอถอนเงิน", + "-901712457": "การเข้าถึงแคชเชียร์ของคุณถูกปิดใช้งานชั่วคราว เนื่องจากคุณยังไม่ได้กำหนดวงเงินหมุนเวียน 30 วันของคุณ โปรดไปที่ <0>การกันตนเอง และกำหนดวงเงินหมุนเวียนใน 30 วันของคุณ", + "-166472881": "<0>รายละเอียดส่วนบุคคล ของคุณยังไม่ครบถ้วน โปรดไปที่การตั้งค่าบัญชีของคุณและกรอกรายละเอียดส่วนบุคคลของคุณให้สมบูรณ์เพื่อเปิดใช้งานการฝากและถอนเงิน", + "-378858101": "<0>รายละเอียดส่วนบุคคล ของคุณยังไม่ครบถ้วน โปรดไปที่การตั้งค่าบัญชีของคุณและกรอกรายละเอียดส่วนบุคคลของคุณให้สมบูรณ์เพื่อเปิดใช้งานการฝากเงิน", + "-1037495888": "คุณได้เลือกที่จะกันตัวเองออกจากการซื้อขายบนเว็บไซต์ของเราจนถึง {{exclude_until}} หากคุณไม่สามารถทำการซื้อขายหรือฝากเงินได้หลังจากช่วงระยะเวลาการกันตัวเองสิ้นสุดลง โปรดติดต่อเราผ่านแชทสด", + "-949074612": "กรุณาติดต่อเราผ่านแชทสด", + "-1318742415": "บัญชีของคุณยังไม่ได้รับการยืนยัน โปรดส่ง <0>หลักฐานระบุตัวตน และ <1>หลักฐานแสดงที่อยู่ เพื่อพิสูจน์ยืนยันบัญชีและขอถอนเงิน", "-127614820": "ขออภัย คุณสามารถฝากเงินได้เท่านั้น โปรดติดต่อเราผ่านแชทสดเพื่อเปิดใช้งานการถอนเงิน", "-172277021": "แคชเชียร์ถูกล็อคสำหรับการถอนเงิน", "-1624999813": "ดูเหมือนว่า คุณไม่มีค่าคอมมิชชั่นที่จะถอนได้ในขณะนี้ คุณสามารถทำการถอนเงินได้เมื่อคุณได้รับค่าคอมมิชชั่นแล้ว", "-1077304626": "จำนวน ({{currency}})", "-1559994981": "ค่าโดยประมาณ", - "-190084602": "การทำธุรกรรม", + "-190084602": "รายการธุรกรรม", "-811190405": "เวลา", "-1332236294": "โปรดยืนยันตัวตนของคุณ", "-1675848843": "เกิดข้อผิดพลาด", @@ -2192,62 +2200,62 @@ "-299033842": "ธุรกรรมล่าสุด", "-348296830": "{{transaction_type}} {{currency}}", "-1929538515": "{{amount}} {{currency}} เมื่อ {{submit_date}}", - "-1534990259": "แฮชธุรกรรม:", + "-1534990259": "รหัสธุรกรรม:", "-1612346919": "ดูทั้งหมด", "-949073402": "ข้าพเจ้ายืนยันว่าได้ตรวจสอบข้อมูลการโอนเงินของลูกค้าแล้ว", "-1752211105": "โอนตอนนี้", - "-1272778997": "เราได้ส่งอีเมลถึงคุณแล้ว", - "-2013448791": "ต้องการแลกเปลี่ยนระหว่างสกุลเงิน e-wallet หรือไม่? ลอง<0>Ewallet.Exchange", + "-1272778997": "เราได้ส่งอีเมล์ถึงคุณแล้ว", + "-2013448791": "คุณต้องการแลกเปลี่ยนระหว่างสกุลเงิน e-wallet ใช่หรือไม่? ลองไปที่ <0>Ewallet.Exchange", "-2061807537": "มีบางอย่างไม่ถูกต้อง", - "-1068036170": "เราไม่เรียกเก็บค่าธรรมเนียมการโอนสำหรับการโอนในสกุลเงินเดียวกันระหว่างบัญชี Deriv fiat และ {{platform_name_mt5}} และระหว่างบัญชี Deriv fiat และ {{platform_name_dxtrade}}", - "-2056016338": "คุณจะไม่ถูกเรียกเก็บค่าธรรมเนียมการโอนสำหรับการโอนเงินในสกุลเงินเดียวกันระหว่างบัญชี Deriv fiat และ {{platform_name_mt5}} ของคุณ", - "-599632330": "เราจะเรียกเก็บค่าธรรมเนียมการโอน 1% สำหรับการโอนเงินในสกุลเงินต่างๆ ระหว่างบัญชี Deriv fiat และ {{platform_name_mt5}} และระหว่างบัญชี Deriv fiat และ {{platform_name_dxtrade}}", + "-1068036170": "เราไม่เรียกเก็บค่าธรรมเนียมการโอนสำหรับการโอนในสกุลเงินเดียวกันระหว่างบัญชีเงินเฟียต Deriv และัญชี {{platform_name_mt5}} และระหว่างบัญชีเฟียต Deriv และบัญชี {{platform_name_dxtrade}}", + "-2056016338": "คุณจะไม่ถูกเรียกเก็บค่าธรรมเนียมการโอนสำหรับการโอนเงินในสกุลเงินเดียวกันระหว่างบัญชีเฟียต Deriv และบัญชี {{platform_name_mt5}} ของคุณ", + "-599632330": "เราจะเรียกเก็บค่าธรรมเนียมการโอน 1% สำหรับการโอนเงินในสกุลเงินต่างๆ ระหว่างบัญชีเงินเฟียต Deriv และบัญชี {{platform_name_mt5}} และระหว่างบัญชีเงินเฟียต Deriv และบัญชี {{platform_name_dxtrade}}", "-1196994774": "เราจะเรียกเก็บค่าธรรมเนียมการโอน 2% หรือ {{minimum_fee}} {{currency}} แล้วแต่จำนวนใดจะสูงกว่า สำหรับการโอนเงินระหว่างบัญชีสกุลเงินดิจิทัล Deriv ของคุณ", "-401630542": "เราจะเรียกเก็บค่าธรรมเนียมการโอน 2% หรือ {{minimum_fee}} {{currency}} โดยแล้วแต่ว่าจำนวนใดจะสูงกว่า สำหรับการโอนเงินระหว่างบัญชีสกุลเงินดิจิทัล Deriv และบัญชี DMT5 ของคุณและระหว่างบัญชีสกุลเงินดิจิทัล Deriv และบัญชี {{platform_name_dxtrade}} ของคุณ", - "-1151983985": "ขีดจำกัดของการโอนอาจแตกต่างกันไปขึ้นอยู่กับอัตราแลกเปลี่ยน", - "-1747571263": "โปรดทราบว่าการโอนบางอย่างอาจไม่สามารถทำได้", - "-757062699": "การโอนอาจไม่สามารถใช้ได้เนื่องจากความผันผวนสูงหรือปัญหาทางเทคนิคและเมื่อตลาดแลกเปลี่ยนถูกปิด", + "-1151983985": "วงเงินสำหรับการโอนอาจแตกต่างกันไปขึ้นอยู่กับอัตราแลกเปลี่ยน", + "-1747571263": "โปรดรับทราบว่า การโอนบางอย่างอาจจะไม่สามารถทำได้", + "-757062699": "การโอนอาจจะไม่สามารถใช้ได้เนื่องจากความผันผวนสูงหรือปัญหาทางเทคนิคและเมื่อตลาดแลกเปลี่ยนปิดทำการ", "-1221972195": "บัญชี DMT5", "-1344870129": "บัญชี Deriv", - "-1156059326": "คุณมีเงินโอนเหลือ {{number}} สำหรับวันนี้", + "-1156059326": "คุณมีจำนวนครั้งสำหรับโอนเงินได้เหลือ {{number}} ครั้งสำหรับวันนี้", "-1593609508": "โอนเงินระหว่างบัญชีของคุณใน Deriv", - "-464965808": "ขีดจํากัดการโอน: <0 /> - <1 />", + "-464965808": "วงเงินสำหรับการโอน: <0 /> - <1 />", "-553249337": "การโอนถูกล็อค", "-1157701227": "คุณต้องมีบัญชีอย่างน้อยสองบัญชี", "-417711545": "สร้างบัญชี", "-1232852916": "เรากําลังสลับไปยังบัญชี {{currency}} ของคุณเพื่อดูธุรกรรม", - "-544232635": "โปรดไปที่หน้าฝากเงินเพื่อสร้างที่อยู่ จากนั้นกลับมาที่นี่เพื่อดำเนินการธุรกรรมต่อ", - "-1161069724": "โปรดคัดลอกที่อยู่การเข้ารหัสลับที่คุณเห็นด้านล่าง คุณจะต้องใช้เพื่อฝากเงินดิจิตอลของคุณ", - "-1388977563": "คัดลอก", - "-1962894999": "ที่อยู่นี้สามารถใช้ได้เพียงครั้งเดียวเท่านั้น โปรดคัดลอกรายการใหม่สำหรับการทำธุรกรรมครั้งต่อไปของคุณ", - "-451858550": "การคลิก \"ดำเนินการต่อ\" จะเปลี่ยนเส้นทางคุณไปยัง {{ service }} ซึ่งเป็นผู้ให้บริการชำระเงินบุคคลที่สาม โปรดทราบว่า {{ website_name }} จะไม่รับผิดชอบต่อเนื้อหาหรือบริการที่จัดทำโดย {{ service }} หากคุณพบปัญหาเกี่ยวกับการบริการ {{ service }} คุณต้องทำการติดต่อ {{ service }} โดยตรง", + "-544232635": "โปรดไปที่หน้าฝากเงินเพื่อสร้างที่อยู่ จากนั้นให้กลับมาที่นี่เพื่อดำเนินการธุรกรรมของคุณต่อไป", + "-1161069724": "โปรดคัดลอกที่อยู่คริปโตที่คุณเห็นด้านล่างนี้ เพราะคุณจะต้องใช้มันเพื่อฝากเงินสกุลดิจิตอลของคุณ", + "-1388977563": "คัดลอกแล้ว!", + "-1962894999": "ที่อยู่นี้สามารถใช้ได้เพียงครั้งเดียวเท่านั้น โปรดคัดลอกที่อยู่อันใหม่สำหรับการทำธุรกรรมครั้งต่อไปของคุณ", + "-451858550": "การคลิก \"ดำเนินการต่อ\" จะคุณเปลี่ยนเส้นทางไปยัง {{ service }} ที่เป็นผู้ให้บริการชำระเงินซึ่งเป็นบุคคลที่สาม โปรดทราบว่า {{ website_name }} จะไม่รับผิดชอบต่อเนื้อหาหรือบริการที่จัดทำโดย {{ service }} หากคุณพบปัญหาเกี่ยวกับการบริการของ {{ service }} คุณต้องทำการติดต่อ {{ service }} โดยตรง", "-2005265642": "Fiat onramp เป็นบริการแคชเชียร์ที่ให้คุณแปลงสกุลเงิน fiat เป็น crypto เพื่อเติมเงินในบัญชี Deriv crypto ของคุณ ที่ลิสต์รายการตรงนี้คือการแลกเปลี่ยนเงิน crypto โดยบุคคลที่สาม ซึ่งคุณจะต้องสร้างบัญชีกับพวกเขาเพื่อใช้บริการของพวกเขา", "-1593063457": "เลือกช่องทางการชําระเงิน", - "-2004264970": "ที่อยู่กระเป๋าสตางค์ของคุณควรมีอักขระ 25 ถึง 64 ตัว", - "-1707299138": "ที่อยู่กระเป๋าเงิน {{currency_symbol}} ของคุณ", - "-38063175": "{{account_text}} wallet", + "-2004264970": "ที่อยู่กระเป๋าเงินอิเล็กทรอนิกส์ของคุณควรมีอักขระ 25 ถึง 64 ตัว", + "-1707299138": "ที่อยู่กระเป๋าเงินอิเล็กทรอนิกส์ {{currency_symbol}} ของคุณ", + "-38063175": "กระเป๋าเงินอิเล็กทรอนิกส์ {{account_text}}", "-1474202916": "ทําการถอนเงินใหม่", "-705272444": "อัปโหลดหลักฐานยืนยันตัวตนเพื่อยืนยันตัวตนของคุณ", - "-2024958619": "นี่เป็นการป้องกันบัญชีของคุณจากการถอนโดยไม่ได้รับอนุญาต", - "-130833284": "โปรดทราบว่าขีดจำกัดการถอนสูงสุดและต่ำสุดของคุณไม่ได้รับการแก้ไข พวกเขาเปลี่ยนไปเนื่องจากความผันผวนสูงของสกุลเงินดิจิตอล", - "-1531269493": "เราจะส่งอีเมลถึงคุณเมื่อธุรกรรมของคุณได้รับการประมวลผลแล้ว", + "-2024958619": "นี่เป็นการปกป้องบัญชีของคุณจากการถอนเงินโดยไม่ได้รับอนุญาต", + "-130833284": "โปรดทราบว่า วงเงินสูงสุดและต่ำสุดในการถอนของคุณนั้นไม่ได้อยู่คงที่ เพราะวงเงินเหล่านั้นจะเปลี่ยนไปตามความผันผวนสูงของสกุลเงินดิจิตอล", + "-1531269493": "เราจะส่งอีเมล์ถึงคุณเมื่อธุรกรรมของคุณได้รับการประมวลผลแล้ว", "-113940416": "เงินเดิมพันปัจจุบัน", - "-1999539705": "ค่าธรรมเนียมของการยกเลิกข้อตกลง:", + "-1999539705": "ค่าธรรมเนียมการยกเลิกข้อตกลง:", "-447037544": "ราคาซื้อ:", - "-1342699195": "รวมกำไร/ขาดทุน:", + "-1342699195": "ยอดรวมกำไร/ขาดทุน:", "-1511825574": "กำไร/ขาดทุน:", "-726626679": "กำไร/ขาดทุนที่ถูกประมาณการ:", - "-338379841": "ราคาดัชนี:", - "-1525144993": "ขีดจำกัดการชำระเงิน:", - "-1167474366": "Tick ", + "-338379841": "ราคาที่เหมาะสม:", + "-1525144993": "วงเงินตอบแทน:", + "-1167474366": "จุด Tick ", "-555886064": "ชนะ", "-529060972": "สูญเสีย", "-571642000": "วัน", "-155989831": "มูลค่าลดลง", "-1192773792": "ไม่ต้องแสดงข้อความนี้อีก", "-1769852749": "N/A", - "-1572746946": "เอเชียขึ้น", - "-686840306": "เอเชียลง", + "-1572746946": "ตลาดเอเชียนแบบขาขึ้น", + "-686840306": "ตลาดเอเชียนแบบขาลง", "-2141198770": "สูงกว่า", "-816098265": "ต่ำกว่า", "-1646655742": "สเปรดขึ้น", @@ -2259,13 +2267,13 @@ "-1268220904": "สิ้นสุดระหว่าง", "-703542574": "ขึ้น", "-1127399675": "ลง", - "-768425113": "ไม่สัมผัส", + "-768425113": "ไม่แตะ", "-1163058241": "อยู่ระหว่าง", - "-1354485738": "รีเซ็ตการเรียก", + "-1354485738": "Reset Call", "-376148198": "ขึ้นเท่านั้น", "-1337379177": "High Tick", - "-328036042": "โปรดป้อนจำนวนเงินหยุดการขาดทุน ที่สูงกว่าการขาดทุนที่อาจเกิดขึ้นในปัจจุบัน", - "-2127699317": "หยุดการขาดทุนไม่ถูกต้อง ค่าของหยุดการขาดทุนไม่สามารถมากกว่าค่าของเงินเดิมพัน", + "-328036042": "โปรดป้อนจำนวนเงินของตัวหยุดการขาดทุนที่สูงกว่าค่าการขาดทุนที่อาจเกิดขึ้นได้ในปัจจุบัน", + "-2127699317": "ตัวหยุดการขาดทุนนั้นไม่ถูกต้อง ค่าของตัวหยุดการขาดทุนไม่สามารถจะมากกว่าค่าของเงินเดิมพันได้", "-1940333322": "DBot ไม่สามารถใช้ได้กับบัญชีนี้", "-1210387519": "ไปที่หน้ากระดาน DMT5", "-1223145005": "จำนวนขาดทุน: {{profit}}", @@ -2284,11 +2292,11 @@ "-1553945114": "มูลค่าต้องสูงกว่า 2", "-689786738": "ระยะเวลาขั้นต่ำ: {{ min }}", "-184183432": "ระยะเวลาสูงสุด: {{ max }}", - "-749186458": "การสลับบัญชีถูกปิดการใช้งานในขณะที่บอทกำลังทำงาน โปรดหยุดบอทก่อนทำการสลับบัญชี", - "-662836330": "คุณต้องการที่จะรักษาสัญญาปัจจุบันของคุณหรือปิดมัน? หากคุณตัดสินใจที่จะใช้งานต่อไป คุณสามารถตรวจสอบและปิดได้ในภายหลังในหน้า <0>รายงาน", - "-597939268": "รักษาสัญญาของฉัน", + "-749186458": "การสลับบัญชีจะถูกปิดใช้งานในขณะที่บอทกำลังทำงานอยู่ ดังนั้นโปรดหยุดบอทก่อนทำการสลับบัญชี", + "-662836330": "คุณต้องการเก็บรักษาสัญญาปัจจุบันของคุณหรือว่าคุณต้องการปิดมัน? หากคุณตัดสินใจที่จะใช้งานต่อไป คุณสามารถเช็คและปิดได้ภายหลังในหน้า <0>รายงาน", + "-597939268": "เก็บรักษาสัญญาของฉัน", "-1322453991": "คุณต้องเข้าสู่ระบบเพื่อเริ่มทำงานบอท", - "-1483938124": "กลยุทธ์นี้ไม่สามารถใช้กับ DBot ได้ในขณะนี้", + "-1483938124": "กลยุทธ์นี้ไม่สามารถใช้ได้กับ DBot ในขณะนี้", "-236548954": "เกิดข้อผิดพลาดในการอัพเดทสัญญา", "-1428017300": "THE", "-1450728048": "OF", @@ -2296,189 +2304,189 @@ "-1845434627": "คือ", "-931434605": "นี้", "-740712821": "A", - "-187634388": "บล็อกนี้เป็นข้อบังคับ ที่นี่คุณสามารถตัดสินใจได้ว่าบอทของคุณควรดําเนินการซื้อขายต่อหรือไม่ อนุญาตให้คัดลอกบล็อกนี้ได้หนึ่งชุดเท่านั้น", - "-2105473795": "พารามิเตอร์อินพุตเท่านั้นเป็นตัวกําหนดว่า เอาต์พุตบล็อกกําลังจะจัดรูปแบบอย่างไร ในกรณีที่พารามิเตอร์อินพุตเป็น \"สตริง\" แล้วสกุลเงินของบัญชีจะถูกเพิ่ม", + "-187634388": "บล็อกนี้จำเป็นต้องมีอยู่ตามข้อบังคับ ซึ่งที่นี่คือที่ๆ คุณสามารถตัดสินใจได้ว่า บอทของคุณควรดําเนินการซื้อขายต่อหรือไม่ อนุญาตให้คัดลอกบล็อกนี้ได้หนึ่งชุดเท่านั้น", + "-2105473795": "นี่คือพารามิเตอร์การป้อนข้อมูลตัวเดียวที่จะกําหนดว่า บล็อกข้อมูลที่ส่งออกมาจะถูกจัดในรูปแบบใด หากพารามิเตอร์การป้อนข้อมูลนี้ระบุว่าเป็น \"สตริง\" สกุลเงินของบัญชีก็จะถูกเพิ่มเข้ามา", "-1800436138": "2. สำหรับ \"จำนวน\": 1325.68", - "-2046396241": "บล็อกนี้เป็นข้อบังคับ อนุญาตให้คัดลอกบล็อกนี้ได้หนึ่งชุดเท่านั้น จะถูกเพิ่มไปยังบนผืนผ้าใบตามค่าเริ่มต้นเมื่อคุณเปิด DBot", - "-530632460": "บล็อกนี้ใช้เพื่อกําหนดว่าราคาตลาดจะเคลื่อนที่ไปในทิศทางที่เลือกหรือไม่ ช่วยให้คุณมีค่า \"จริง\" หรือ \"เท็จ\"", + "-2046396241": "บล็อกนี้จำเป็นต้องมีอยู่ตามข้อบังคับ อนุญาตให้คัดลอกบล็อกนี้ได้หนึ่งชุดเท่านั้น โดยมันจะถูกวางบนพื้นที่ทำงานตามค่าเริ่มต้นเมื่อคุณเปิด DBot", + "-530632460": "บล็อกนี้ใช้เพื่อกําหนดว่าราคาตลาดจะเคลื่อนที่ไปในทิศทางที่เลือกหรือไม่ โดยมันจะแสดงค่าเป็น \"จริง\" หรือ \"เท็จ\"", "-1875717842": "ตัวอย่าง:", - "-890079872": "1. หากทิศทางที่เลือกคือ \"ขึ้น\" และค่าของ tick ก่อนหน้านี้มีค่าน้อยกว่าค่าของ tick ปัจจุบัน การนำออกจะเป็น \"จริง\" ไม่อย่างนั้นจะแสดงเป็นสตริงว่าง", - "-489739641": "2. หากทิศทางที่เลือกคือ \"ลง\" และค่าของ tick ก่อนหน้านี้มีค่ามากกว่าค่าของ tick ปัจจุบัน การนำออกจะเป็น \"จริง\" ไม่อย่างนั้นจะแสดงเป็นสตริงว่าง", + "-890079872": "1. หากทิศทางที่เลือกคือ \"ขึ้น\" และค่าของจุด tick ก่อนหน้านี้มีน้อยกว่าค่าของจุด tick ปัจจุบัน ข้อมูลที่ส่งออกมาจะเป็น \"จริง\" หรือไม่อย่างนั้นข้อมูลที่ส่งออกมาจะแสดงเป็นสตริงว่าง", + "-489739641": "2. หากทิศทางที่เลือกคือ \"ลง\" และค่าของจุด tick ก่อนหน้านี้มีมากกว่าค่าของจุด tick ปัจจุบัน ข้อมูลที่ส่งออกมาจะเป็น \"จริง\" หรือไม่อย่างนั้นข้อมูลที่ส่งออกมาจะแสดงเป็นสตริงว่าง", "-2116076360": "มี 4 ประเภทข้อความ:", - "-1421941045": "2. 'คำเตือน' จะแสดงข้อความเป็นสีเหลืองเพื่อจะเน้นสิ่งที่ต้องการความสนใจ", - "-277850921": "หากเลือก \"ชนะ\" ระบบจะส่งคืน \"จริง\" หากการซื้อขายครั้งสุดท้ายของคุณสำเร็จ ไม่อย่างนั้นจะส่งคืนสตริงว่าง", + "-1421941045": "2. 'คำเตือน' จะแสดงข้อความเป็นสีเหลืองเพื่อเน้นว่าเป็นสิ่งที่ต้องการความสนใจ", + "-277850921": "หากเลือก \"ชนะ\" ระบบจะส่งคืนค่าว่า \"จริง\" หากว่าการซื้อขายครั้งสุดท้ายก่อนหน้านี้ของคุณนั้นสำเร็จ หรือไม่อย่างนั้นมันจะส่งคืนเป็นสตริงว่าง", "-1918487001": "ตัวอย่าง:", "-2139916657": "1. จากตัวอย่างด้านล่าง การวนซ้ำถูกยกเลิกในกรณีที่ \"x\" คือ \"False\" แม้ว่าจะมีการวนซ้ำเพียงครั้งเดียวเท่านั้นที่เสร็จสมบูรณ์", - "-1238900333": "2. จากตัวอย่างด้านล่าง การวนซ้ำไปยังการวนซ้ำถัดไป โดยไม่ต้องดำเนินการบล็อกด้านล่างในกรณีที่ \"x\" คือ \"False\"", - "-1729479576": "คุณสามารถใช้ \"i\" ภายในลูป เช่น เพื่อเข้าถึงรายการ", - "-1474636594": "ในตัวอย่างนี้ การวนซ้ำจะทำซ้ำสามครั้ง ตามจำนวนรายการที่กำหนด ในการทำซ้ำแต่ละครั้งตัวแปร \"i\" จะถูกกำหนดค่าจากรายการ ", - "-908772734": "บล็อกนี้จะประมวลรายการบัญชี และจะดำเนินการเฉพาะเมื่อรายการบัญชีนั้นเป็นจริง", - "-334040831": "2. ในตัวอย่างนี้ คำแนะนำจะถูกทำซ้ำตราบใดที่ค่าของ x มากกว่าหรือเท่ากับ 10 เมื่อค่าของ x ลดลงต่ำกว่า 10 ลูปจะถูกยกเลิก", - "-444267958": "บล็อก \"วินาทีตั้งแต่ดำเนินการ\" จะส่งคืนจำนวนวินาทีตั้งแต่วันที่ 1 มกราคม 1970", - "-447522129": "คุณอาจจะต้องใช้เมื่อคุณต้องการที่จะทำซ้ำการกระทำหลังจากระยะเวลาหนึ่ง", - "-1488259879": "คำว่า \"candle\" หมายถึงแต่ละแท่งบนกราฟแท่งเทียน แท่งเทียนแต่ละแท่งแสดงถึงราคาตลาด 4 ราคา สำหรับช่วงเวลาที่เลือก", - "-2020693608": "แท่งเทียนแต่ละแท่งบนกราฟแสดงถึงราคาตลาด 4 ราคา สําหรับช่วงเวลาที่เลือก", + "-1238900333": "2. จากตัวอย่างด้านล่าง การวนซ้ำจะกระโดดไปยังการวนซ้ำถัดไปโดยที่ไม่ต้องดำเนินการตามในบล็อกด้านล่างในกรณีที่ \"x\" คือ \"False\"", + "-1729479576": "คุณสามารถใช้ \"i\" ภายในลูป เช่น เพื่อเข้าถึงสิ่งที่อยู่ในลิสต์รายการ", + "-1474636594": "ในตัวอย่างนี้ การวนซ้ำจะเกิดขึ้นสามครั้งตามจำนวนเลขของรายการในลิสต์ที่ให้มา โดยในการทำซ้ำแต่ละครั้งนั้น ตัวแปร \"i\" จะถูกกำหนดค่าจากลิสต์รายการ ", + "-908772734": "บล็อกนี้จะประเมินผลข้อมูลรายการบัญชีและจะดำเนินการเฉพาะเมื่อรายการบัญชีนั้นเป็นจริง", + "-334040831": "2. ในตัวอย่างนี้ คำสั่งจะถูกทำซ้ำตราบใดที่ค่าของ x นั้นมากกว่าหรือเท่ากับ 10 ดังนั้นเมื่อค่าของ x ลดลงต่ำกว่า 10 การวนซ้ำจะถูกยกเลิก", + "-444267958": "บล็อก \"วินาทีตั้งแต่ดำเนินการ\" นั้นจะส่งคืนจำนวนวินาทีตั้งแต่วันที่ 1 มกราคม 1970", + "-447522129": "คุณอาจจำเป็นต้องใช้มันยามที่คุณต้องการจะให้มีการทำซ้ำการกระทำใดๆ หลังจากระยะเวลาหนึ่ง", + "-1488259879": "คำว่า \"candle\" หมายถึงแต่ละแท่งบนกราฟแท่งเทียน แท่งเทียนแต่ละแท่งแสดงถึงราคาตลาด 4 ตัวในช่วงเวลาที่เลือก", + "-2020693608": "แท่งเทียนแต่ละแท่งบนกราฟแสดงถึงราคาตลาด 4 ตัวในช่วงเวลาที่เลือก", "-62728852": "- ราคาเปิด: ราคาเปิด", "-1247744334": "- ราคาต่ำ: ราคาต่ำสุด", "-1386365697": "- ราคาปิด: ราคาปิด", - "-1498732382": "แท่งเทียนสีดำ (หรือสีแดง) แสดงว่าราคาเปิดสูงกว่าราคาปิด สิ่งนี้แสดงให้เห็นถึงการเคลื่อนไหวที่ลดลงของราคาตลาด", - "-1871864755": "บล็อกนี้ให้ตัวเลขสุดท้ายของค่า tick ล่าสุดของตลาดที่เลือก หากค่า tick ล่าสุดคือ 1410.90 บล็อกนี้จะกลับมาเป็น 0 ซึ่งมีประโยชน์สําหรับการทําสัญญา เช่น Even/Odd, Matches/Differs, หรือ Higher/Lower", - "-1029671512": "ในกรณีที่เลือก \"OR\" การดำเนินการบล็อกจะส่งกลับ \"จริง\" ในกรณีที่ค่าหนึ่งหรือทั้งสองค่าที่ระบุเป็น \"จริง\"", + "-1498732382": "แท่งเทียนสีดำ (หรือสีแดง) แสดงว่าราคาเปิดสูงกว่าราคาปิด นี่แสดงถึงการเคลื่อนไหวขาลงของราคาตลาด", + "-1871864755": "บล็อกนี้ให้ตัวเลขหลักสุดท้ายของค่า tick ตัวล่าสุดของตลาดที่เลือกไว้ หากค่า tick ตัวล่าสุดคือ 1410.90 บล็อกนี้จะคืนค่าว่า 0 ซึ่งมีประโยชน์สําหรับการทําสัญญาที่อ้างอิงตัวเลขหลักต่างๆ เช่น Even/Odd, Matches/Differs, หรือ Higher/Lower", + "-1029671512": "ในกรณีที่เลือกการดำเนินการแบบ \"OR\" บล็อกจะคืนค่าว่า \"จริง\" ในกรณีที่มูลค่าอันหนึ่งใดหรือทั้งสองมูลค่าที่ระบุเป็น \"จริง\"", "-210295176": "การดำเนินการที่มีอยู่:", "-1385862125": "- เพิ่มเติม", "-983721613": "- การลบ", "-854750243": "- การคูณ", - "-1394815185": "ในกรณีที่จํานวนที่กําหนดน้อยกว่าขอบเขตล่างของช่วง บล็อกจะส่งคืนค่าของขอบเขตที่ต่ำกว่า ในทำนองเดียวกันถ้าจำนวนที่กำหนดมีค่ามากกว่าขอบเขตที่สูงกว่า บล็อกจะส่งคืนค่าของขอบเขตที่สูงขึ้น ในกรณีที่ค่าที่กำหนดอยู่ระหว่างขอบเขต บล็อกจะส่งคืนค่าที่กำหนดไม่เปลี่ยนแปลง", - "-1034564248": "จากตัวอย่างด้านล่าง บล็อกส่งคืนค่า 10 เนื่องจากค่าที่กำหนด (5) น้อยกว่าขอบเขตล่าง (10)", - "-2009817572": "บล็อกนี้ทำการดำเนินการต่อไปนี้ไปยังจำนวนที่กำหนด", + "-1394815185": "ในกรณีที่จํานวนที่กําหนดนั้นน้อยกว่าเส้นขอบเขตด้านล่างของช่วง บล็อกจะส่งคืนค่าของเส้นขอบเขตด้านล่าง ในทำนองเดียวกันถ้าจำนวนที่กำหนดนั้นมีค่ามากกว่าเส้นขอบเขตด้านบน บล็อกจะส่งคืนค่าของเส้นขอบเขตด้านบน ในกรณีที่ค่าที่กำหนดอยู่ระหว่างเส้นขอบเขต บล็อกจะส่งคืนค่าที่กำหนดโดยไม่มีการเปลี่ยนแปลง", + "-1034564248": "จากตัวอย่างด้านล่าง บล็อกส่งคืนค่า 10 เนื่องจากค่าที่กำหนด (5) นั้นน้อยกว่าเส้นขอบเขตด้านล่าง (10)", + "-2009817572": "บล็อกนี้ทำการดำเนินการต่อไปนี้ตามตัวเลขที่กำหนด", "-671300479": "การดำเนินงานที่มีอยู่คือ:", "-514610724": "- ค่าสัมบูรณ์", "-1923861818": "- หมายเลขออยเลอร์ (2.71) ยกกำลังของตัวเลขที่กำหนด", "-1556344549": "นี่คือวิธี:", "-1061127827": "- ไปที่ URL ต่อไปนี้และทำให้แน่ใจว่า คุณได้แทนที่ ด้วยโทเคน Telegram API ที่คุณได้สร้างไว้ในขั้นตอนที่ 1: https://api.telegram.org/bot/getUpdates", - "-70949308": "4. กลับมาที่ DBot และเพิ่มบล็อกส่งข้อความทางเทเลแกรมไปยังพื้นที่ทำงาน วางโทเค็นเทเลแกรม API และรหัสการแชทในช่องบล็อกตามลําดับ", - "-311389920": "จากตัวอย่างนี้ ราคาเปิดจากรายการของแท่งเทียน ถูกกำหนดให้กับตัวแปรที่เรียกว่า \"cl\"", - "-1460794449": "บล็อกนี้จะแสดงรายการของแท่งเทียน ภายในช่วงเวลาที่เลือก", - "-1634242212": "ใช้ภายในฟังก์ชันบล็อก บล็อกนี้ส่งคืนค่าเมื่อเงื่อนไขที่ระบุเป็นจริง", + "-70949308": "4. กลับมาที่ DBot และเพิ่มบล็อกส่งข้อความเตือนทางเทเลแกรมไปยังพื้นที่ทำงาน วางโทเคนเทเลแกรม API และรหัสไอดีการแชทเข้าไปในช่องบล็อกตามลําดับ", + "-311389920": "จากตัวอย่างนี้ ราคาเปิดจากลิสต์รายการของแท่งเทียนนั้นถูกกำหนดให้กับตัวแปรที่เรียกว่า \"cl\"", + "-1460794449": "บล็อกนี้จะแสดงลิสต์รายการของแท่งเทียนที่อยู่ภายในช่วงเวลาที่เลือก", + "-1634242212": "บล็อกนี้ซึ่งใช้อยู่ภายในฟังก์ชันบล็อกจะส่งคืนค่าเมื่อเงื่อนไขที่ระบุโดยเฉพาะเจาะจงนั้นเป็นจริง", "-2012970860": "บล็อกนี้ให้ข้อมูลเกี่ยวกับสัญญาล่าสุดของคุณ", "-1504783522": "คุณสามารถเลือกดูรายการใดรายการหนึ่งต่อไปนี้:", "-10612039": "- กำไร: กำไรที่คุณได้รับ", "-555996976": "- เวลาเข้า: เวลาเริ่มต้นของสัญญา", "-1391071125": "- เวลาออก: เวลาหมดอายุของสัญญา", - "-1961642424": "- ค่าออก ค่าของ tick สุดท้ายของสัญญา", - "-111312913": "- Barrier: มูลค่า barrier ของสัญญา (สามารถใช้ได้กับประเภทการซื้อขายที่มีอุปสรรค (barrier) เช่น เข้า/ออก สัมผัส/ไม่ต้องสัมผัส ฯลฯ)", + "-1961642424": "- ค่าออก: ค่าของจุด tick สุดท้ายของสัญญา", + "-111312913": "- Barrier: มูลค่าเส้นระดับราคาเป้าหมายในสัญญา (สามารถใช้ได้กับประเภทการซื้อขายที่เกี่ยวข้องกับเส้นระดับราคาเป้าหมาย เช่น อยู่ภายใน/อยู่ภายนอก, แตะ/ไม่แตะ เป็นต้น)", "-674283099": "- ผลลัพธ์: ผลลัพธ์ของสัญญาล่าสุด: \"ชนะ\" หรือ \"แพ้\"", - "-704543890": "บล็อกนี้ให้คุณเลือกค่าแท่งเทียน เช่น ราคาเปิด ราคาปิด ราคาสูง ราคาต่ำ และเวลาเปิด ต้องใช้แท่งเทียนเป็นพารามิเตอร์อินพุต", + "-704543890": "บล็อกนี้ให้คุณเห็นค่าต่างๆของแท่งเทียนที่เลือกไว้ เช่น ราคาเปิด ราคาปิด ราคาสูง ราคาต่ำ และเวลาเปิด บล๊อกนี้จำเป็นต้องใช้แท่งเทียนเป็นพารามิเตอร์ป้อนข้อมูลเข้ามา", "-482281200": "จากตัวอย่างด้านล่าง ราคาเปิดถูกกำหนดให้กับตัวแปร \"op\"", - "-364621012": "บล็อกนี้ให้ค่าแท่งเทียนที่ระบุ สำหรับช่วงเวลาที่เลือก คุณสามารถเลือกค่าตามที่คุณต้องการได้:", + "-364621012": "บล็อกนี้ให้ค่าแท่งเทียนที่ระบุสำหรับช่วงเวลาที่เลือก คุณสามารถเลือกค่าตามที่คุณต้องการได้:", "-232477769": "- เปิด: ราคาเปิด", - "-610736310": "ใช้บล็อกนี้เพื่อขายสัญญาของคุณในราคาตลาด การขายสัญญาของคุณจะเป็นตัวเลือก คุณอาจเลือกที่จะขายหากแนวโน้มตลาดไม่เอื้ออำนวย", + "-610736310": "ใช้บล็อกนี้เพื่อขายสัญญาของคุณในราคาตลาด การขายสัญญาของคุณนั้นเป็นทางเลือก คุณอาจเลือกที่จะขายหากแนวโน้มตลาดไม่เอื้ออำนวยต่อคุณ", "-1307657508": "บล็อกนี้ให้ตัวเลขกำไรหรือขาดทุนที่ถูกประมาณการออกมา หากคุณตัดสินใจขายสัญญาของคุณ บล๊อกนี้สามารถใช้ได้ใน \"เงื่อนไขการขาย\" บล็อกรูท", "-1921072225": "จากตัวอย่างด้านล่าง สัญญาจะถูกขายได้ก็ต่อเมื่อกำไรหรือขาดทุนที่ประมาณการนั้นมีมากกว่าเงินเดิมพัน", - "-955397705": "SMA เพิ่มราคาตลาดในรายการของ tick หรือแท่งเทียนสำหรับช่วงระยะเวลาหนึ่ง และหารผลรวมตามจำนวนของช่วงเวลานั้น", + "-955397705": "เส้นค่าเฉลี่ยเคลื่อนที่แบบปกติหรือ SMA นั้นจะเพิ่มราคาตลาดในลิสต์รายการของจุด tick หรือแท่งเทียนต่างๆ ในช่วงของรอบระยะเวลาจำนวนหนึ่ง แล้วหารผลรวมด้วยจำนวนของรอบระยะเวลาเหล่านั้น", "-1424923010": "โดยที่ n คือจำนวนของรอบระยะเวลา", "-1835384051": "สิ่งที่ SMA บอกกับคุณ", - "-749487251": "SMA ทําหน้าที่เป็นตัวบ่งชี้ของแนวโน้ม หากจุด SMA ขึ้นแล้วราคาในตลาดก็จะสูงขึ้น และในทางกลับกันยิ่งช่วงเวลามีขนาดใหญ่ขึ้น เส้น SMA ก็จะยิ่งมากขึ้นเท่านั้น", - "-1996062088": "จากตัวอย่างนี้ แต่ละจุดของบรรทัด SMA คือค่าเฉลี่ยเลขคณิตของราคาปิดในช่วง 10 วันที่ผ่านมา", - "-1866751721": "รายการอินพุตยอมรับรายการค่าของ tick หรือ แท่งเทียนในขณะช่วงเวลาเป็นช่วงเวลาที่เลือก", - "-1097076512": "คุณสามารถเปรียบเทียบค่า SMA ที่คำนวณได้จากทุกบอทที่ทำงานเพื่อระบุทิศทางแนวโน้มตลาด หรือ คุณอาจใช้รูปแบบของบล็อก SMA Simple Moving Average Array ", - "-1254849504": "หากป้อนช่วงเวลา 10 บล็อก Simple Moving Average Array จะส่งคืนรายการค่า SMA ที่คำนวณตามระยะเวลา 10", - "-1190046167": "บล็อกนี้แสดงกล่องโต้ตอบที่มีข้อความที่กำหนดเอง เมื่อกล่องโต้ตอบปรากฏขึ้นกลยุทธ์ของคุณจะถูกหยุดชั่วคราวและจะทำงานอีกครั้งหลังจากที่คุณคลิก \"ตกลง\"", - "-859028989": "จากตัวอย่างนี้ วันที่และเวลาจะแสดงในกล่องการแจ้งเตือนสีเขียว", - "-1452086215": "จากตัวอย่างนี้ สัญญาขึ้นถูกซื้อในช่วงเวลาเที่ยงคืนของวันที่ 1 สิงหาคม 2562", - "-1765276625": "คลิกเมนูดรอปดาวน์ตัวคูณและเลือกค่าตัวคูณที่คุณต้องการซื้อขาย", + "-749487251": "SMA ทําหน้าที่เป็นตัวบ่งชี้ของแนวโน้ม หากจุด SMA ชี้ขึ้นนั่นคือราคาตลาดกำลังเพิ่มสูงขึ้นและในทางกลับกันหากจุดชี้ลงคือราคากำลังลดตัวลง ทั้งนี้ ยิ่งช่วงระยะเวลามีขนาดใหญ่ขึ้นเท่าใด เส้น SMA ก็จะยิ่งชัดมากขึ้นเท่านั้น", + "-1996062088": "จากตัวอย่างนี้ แต่ละจุดของเส้น SMA คือค่าเฉลี่ยเลขคณิตของราคาปิดในช่วง 10 วันที่ผ่านมา", + "-1866751721": "ลิสต์รายการข้อมูลที่ป้อนเข้านั้นจะยอมรับลิสต์รายการมูลค่าของจุด tick หรือแท่งเทียนต่างๆ ในขณะที่คำว่าช่วงเวลานั้นหมายถึงช่วงเวลาที่เลือกไว้โดยเฉพาะ", + "-1097076512": "คุณสามารถเปรียบเทียบค่า SMA ต่างๆที่คำนวณได้จากทุกรอบที่บอททำงานเพื่อสามารถระบุทิศทางแนวโน้มของตลาด หรืออีกทางหนึ่งคือคุณอาจจะใช้รูปแบบต่างๆของบล็อก SMA หรือบล๊อก Simple Moving Average Array แทนได้ ", + "-1254849504": "หากป้อนช่วงเวลา 10 แล้วบล็อก Simple Moving Average Array ก็จะส่งคืนลิสต์รายการมูลค่า SMA ที่คำนวณตามระยะเวลา 10", + "-1190046167": "บล็อกนี้แสดงกล่องสนทนาโต้ตอบที่ใช้ข้อความที่กำหนดได้เอง เมื่อกล่องสนทนาโต้ตอบปรากฏขึ้น กลยุทธ์ของคุณจะถูกหยุดชั่วคราวและจะทำงานอีกครั้งหลังจากที่คุณคลิก \"ตกลง\"", + "-859028989": "จากตัวอย่างนี้ วันที่และเวลาจะถูกแสดงในกล่องการแจ้งเตือนสีเขียว", + "-1452086215": "จากตัวอย่างนี้ สัญญา Rise นั้นจะถูกซื้อที่เวลาเที่ยงคืนของวันที่ 1 สิงหาคม ค.ศ. 2019", + "-1765276625": "คลิกเมนูแบบเลื่อนลงที่แสดงตัวคูณแล้วเลือกค่าตัวคูณที่คุณต้องการใช้ซื้อขาย", "-1872233077": "ผลกำไรที่ประมาณการของคุณจะถูกคูณด้วยค่าตัวคูณที่คุณเลือก", "-614454953": "หากต้องการเรียนรู้เพิ่มเติมเกี่ยวกับตัวคูณ โปรดไปที่หน้า <0>ตัวคูณ", "-2078588404": "เลือกประเภทตลาดและสินทรัพย์ตามที่คุณต้องการ ตัวอย่างเช่น ฟอเร็กซ์ > สกุลเงินคู่หลัก > AUD/JPY", "-2037446013": "2. ประเภทการซื้อขาย", - "-533927844": "เลือกประเภทการซื้อขายที่คุณต้องการ ตัวอย่างเช่น ขึ้น/ลง", - "-1192411640": "4. ช่วงเวลาเริ่มต้นของแท่งเทียน", - "-485434772": "8. การซื้อขายออปชัน", - "-1827646586": "บล็อกนี้กําหนดค่าให้กับตัวแปร สร้างตัวแปรหากยังไม่มีอยู่", - "-254421190": "รายการ: ({{message_length}})", + "-533927844": "เลือกประเภทการซื้อขายที่คุณต้องการ ตัวอย่างเช่น Up/Down > Rise/Fall", + "-1192411640": "4. ช่วงเวลาตามที่ตั้งค่าเริ่มต้นของแท่งเทียน", + "-485434772": "8. ตัวเลือกการซื้อขาย", + "-1827646586": "บล็อกนี้กําหนดค่าให้กับตัวแปร ให้คุณสร้างตัวแปรหากว่ายังไม่มีตัวแปรอยู่", + "-254421190": "ลิสต์รายการ: ({{message_length}})", "-1616649196": "ผลลัพธ์", "-90107030": "ไม่พบผลลัพธ์", "-984140537": "เพิ่ม", "-786915692": "คุณได้ทำการเชื่อมต่อกับ Google Drive", "-1150107517": "เชื่อมต่อ", - "-1759213415": "ดูว่าแอปนี้จัดการกับข้อมูลของคุณอย่างไรโดยการตรวจสอบของ Deriv's <0>นโยบายความเป็นส่วนตัว ซึ่งเป็นส่วนหนึ่งของ Deriv's <1>ข้อกําหนดและเงื่อนไข", + "-1759213415": "มาดูว่าแอปนี้จัดการกับข้อมูลของคุณอย่างไร โดยการเข้าตรวจสอบ <0>นโยบายความเป็นส่วนตัว ของ Deriv ซึ่งเป็นส่วนหนึ่งของ <1>ข้อกําหนดและเงื่อนไข ของ Deriv", "-934909826": "โหลดกลยุทธ์", - "-1121028020": "หรือถ้าคุณต้องการ", + "-1121028020": "หรือถ้าคุณต้องการ....", "-254025477": "เลือกไฟล์ XML จากอุปกรณ์ของคุณ", "-1131095838": "โปรดอัปโหลดไฟล์ XML", - "-523928088": "สร้างหนึ่งรายการหรืออัปโหลดจากไดรฟ์ภายในหรือ Google Drive ของคุณ", - "-1684205190": "ทำไมฉันไม่เห็นบอทล่าสุดของฉัน?", + "-523928088": "สร้างหรืออัปโหลดหนึ่งรายการจากไดรฟ์ภายในหรือ Google Drive ของคุณ", + "-1684205190": "ทำไมฉันจึงไม่เห็นบอทล่าสุดของฉัน?", "-2050879370": "1. เข้าสู่ระบบจากอุปกรณ์อื่น", - "-811857220": "3. ล้างแคชเบราว์เซอร์ของคุณ", + "-811857220": "3. ล้างข้อมูลการเข้าชมเว็บไซต์ต่างๆของคุณ", "-1016171176": "สินทรัพย์", "-621128676": "ประเภทการซื้อขาย", - "-671128668": "จำนวณเงินที่คุณชำระเพื่อเข้าสู่การซื้อขาย", - "-447853970": "เกณฑ์ขาดทุน", + "-671128668": "จำนวนเงินที่คุณจ่ายเพื่อเข้าสู่การซื้อขาย", + "-447853970": "เกณฑ์การขาดทุน", "-410856998": "บอทจะหยุดการซื้อขายหากกำไรทั้งหมดของคุณเกินจำนวนนี้", "-1823621139": "กลยุทธ์ด่วน", - "-625024929": "ออกไปแล้วหรือไม่?", + "-625024929": "จะออกไปแล้วหรือ?", "-584289785": "ไม่ ฉันจะยังอยู่", - "-1435060006": "หากคุณออกจากสัญญาปัจจุบัน สัญญาจะเสร็จสมบูรณ์ แต่บอทของคุณจะหยุดทำงานทันที", + "-1435060006": "หากคุณออกไป สัญญาอันปัจจุบันของคุณจะเสร็จสิ้น แต่บอทของคุณจะหยุดทำงานทันที", "-783058284": "จำนวนเงินเดิมพันทั้งหมด", - "-2077494994": "การชำระเงินทั้งหมด", - "-1073955629": "จำนวนของรัน", + "-2077494994": "เงินตอบแทนทั้งหมด", + "-1073955629": "จำนวนเที่ยว", "-1729519074": "สัญญาที่สูญเสีย", - "-42436171": "รวมกำไร/ขาดทุน", + "-42436171": "ยอดรวมกำไร/ขาดทุน", "-1856204727": "ตั้งค่าใหม่", - "-224804428": "การทำธุรกรรม", - "-1137823888": "การจ่ายเงินทั้งหมดนับตั้งแต่คุณล้างสถิติครั้งล่าสุด", - "-992662695": "จำนวนครั้งที่บอทของคุณทำงานนับตั้งแต่คุณล้างสถิติครั้งล่าสุด การรันแต่ละครั้งจะมีการเรียกใช้บล็อกรูททั้งหมด", - "-1382491190": "กำไร/ขาดทุนทั้งหมดของคุณนับตั้งแต่คุณล้างสถิติครั้งล่าสุด มันคือความแตกต่างระหว่างการจ่ายเงินทั้งหมดและเงินเดิมพันทั้งหมดของคุณ", + "-224804428": "ธุรกรรม", + "-1137823888": "ยอดเงินตอบแทนทั้งหมดตั้งแต่ที่คุณล้างสถิติครั้งล่าสุด", + "-992662695": "จำนวนครั้งที่บอทของคุณทำงานนับตั้งแต่ที่คุณล้างสถิติครั้งล่าสุด การรันแต่ละเที่ยวจะมีการเรียกใช้บล็อกรูททั้งหมด", + "-1382491190": "ยอดรวมกำไร/ขาดทุนทั้งหมดของคุณนับตั้งแต่ที่คุณล้างสถิติครั้งล่าสุด มันคือความแตกต่างระหว่างยอดเงินตอบแทนทั้งหมดและยอดเงินเดิมพันทั้งหมดของคุณ", "-305283152": "ชื่อกลยุทธ์", - "-1003476709": "บันทึกเป็นคอลเลคชั่น", + "-1003476709": "บันทึกเป็นชุดสะสม", "-636521735": "บันทึกกลยุทธ์", "-1373954791": "ควรเป็นตัวเลขที่ถูกต้อง", "-1278608332": "โปรดป้อนตัวเลขระหว่าง 0 ถึง {{api_max_losses}}", - "-287597204": "ป้อนขีดจำกัดเพื่อหยุดบอทของคุณจากการซื้อขายเมื่อตรงตามเงื่อนไขที่กำหนด", - "-1445989611": "จำกัดการสูญเสียที่อาจเกิดขึ้นในแต่ละวันในทุกแพลตฟอร์ม Deriv", - "-152878438": "จำนวนการซื้อขายสูงสุดที่บอทของคุณจะทำการดำเนินการ", - "-1490942825": "สมัครและดำเนินการ", + "-287597204": "ป้อนขีดจำกัดเพื่อให้บอทของคุณหยุดการซื้อขายเมื่อตรงตามเงื่อนไขที่กำหนดเหล่านี้", + "-1445989611": "จำกัดการสูญเสียที่อาจเกิดขึ้นของคุณในแต่ละวันจากทุกแพลตฟอร์ม Deriv", + "-152878438": "จำนวนสูงสุดของการซื้อขายที่บอทของคุณจะดำเนินการในการรันครั้งนี้", + "-1490942825": "ปรับใช้และเรียกใช้", "-1696412885": "นำเข้า", - "-250192612": "ประเภท", + "-250192612": "จัดเรียงลำดับ", "-1566369363": "ขยายออก", "-2060170461": "โหลด", "-1200116647": "คลิกที่นี่เพื่อเริ่มสร้าง DBot ของคุณ", "-1040972299": "สัญญาซื้อ", "-600546154": "สัญญาขาย (ไม่บังคับ)", "-985351204": "ซื้อขายอีกครั้ง", - "-112876186": "วิเคราะห์", + "-112876186": "การวิเคราะห์", "-1769584466": "สถิติ", - "-1133736197": "สาธารณูปโภค", + "-1133736197": "โปรแกรมอรรถประโยชน์", "-1682372359": "ข้อความ", - "-907562847": "รายการ", + "-907562847": "ลิสต์รายการ", "-1646497683": "การวนซ้ำ", "-251326965": "เบ็ดเตล็ด", "-1285759343": "ค้นหา", - "-1058262694": "การหยุดบอทจะป้องกันการซื้อขายเพิ่มเติม การซื้อขายที่ดำเนินการอยู่จะเสร็จสมบูรณ์โดยระบบของเรา", - "-1473283434": "โปรดทราบว่าธุรกรรมที่เสร็จสมบูรณ์บางรายการอาจไม่แสดงในรายการธุรกรรม หากบอทหยุดในขณะที่ทำการซื้อขาย", - "-397015538": "คุณสามารถอ้างอิงถึงหน้ารายการบัญชีสำหรับรายละเอียดของธุรกรรมที่เสร็จสมบรูณ์ทั้งหมด", + "-1058262694": "การหยุดบอทจะป้องกันการซื้อขายเพิ่มเติม ในส่วนการซื้อขายที่ดำเนินการอยู่นั้นจะถูกทำให้เสร็จสมบูรณ์โดยระบบของเรา", + "-1473283434": "โปรดรับทราบว่า ธุรกรรมที่เสร็จสมบูรณ์บางรายการอาจจะไม่ถูกแสดงขึ้นในตารางรายการธุรกรรมหากว่าบอทถูกสั่งให้หยุดขณะที่ทำการซื้อขาย", + "-397015538": "คุณสามารถอ้างอิงไปที่หน้ารายการบัญชีสำหรับดูรายละเอียดของธุรกรรมที่เสร็จสมบรูณ์แล้วทั้งหมด", "-1442034178": "สัญญาซื้อ", "-2020280751": "บอทกำลังหยุด", "-1436403979": "สัญญาที่ถูกปิด", "-1711732508": "หมายเลขอ้างอิง", "-386141434": "(ซื้อ)", "-482272687": "(ขาย)", - "-1983189496": "ticks", - "-694277729": "(สูง)", - "-2028564707": "(ต่ำ)", + "-1983189496": "ช่วงราคา", + "-694277729": "(ด้านบน)", + "-2028564707": "(ด้านล่าง)", "-627895223": "จุดออก", - "-596238067": "เข้า/จุดออก", + "-596238067": "จุดเข้า/จุดออก", "-558594655": "บอทไม่ได้ทำงาน", - "-478946875": "สถิติที่ถูกล้าง", - "-9461328": "ความปลอดภัยและความเป็นส่วนตัว", - "-563774117": "แด ชบอร์ด", + "-478946875": "สถิติถูกล้าง", + "-9461328": "ความมั่นคงปลอดภัยและความเป็นส่วนตัว", + "-563774117": "หน้ากระดาน", "-418247251": "ดาวน์โหลดบันทึกของคุณ", "-870004399": "<0>ซื้อ: {{longcode}} (ID: {{transaction_id}})", "-1211474415": "ตัวกรอง", "-186972150": "ไม่มีข้อความที่จะแสดง", - "-999254545": "ข้อความทั้งหมดจะถูกกรองออก", - "-686334932": "สร้างบอทจากเมนูเริ่มต้นจากนั้นกดปุ่มเริ่มทำงานบอท", + "-999254545": "ข้อความทั้งหมดถูกกรองออก", + "-686334932": "สร้างบอทจากเมนูเริ่มต้นจากนั้นกดปุ่มรันเพื่อเริ่มการทำงานของบอท", "-1717650468": "ออนไลน์", - "-1825471709": "ประสบการณ์การซื้อขายใหม่ทั้งหมดบนแพลตฟอร์มที่มีประสิทธิภาพและใช้งานง่าย", - "-981017278": "ซื้อขายอัตโนมัติ โดยไม่จำเป็นต้องเข้ารหัส", + "-1825471709": "ประสบการณ์แปลกใหม่ในการซื้อขายบนแพลตฟอร์มที่มีประสิทธิภาพสูงแต่ก็ยังใช้งานได้ง่าย", + "-981017278": "ทำการซื้อขายอัตโนมัติเพียงปลายนิ้วสัมผัส โดยไม่ต้องเขียนชุดคำสั่งเอง", "-398198412": "ทำการซื้อขายใน Deriv MT5 (DMT5) ซึ่งเป็นแพลตฟอร์มการซื้อขายฟอเร็กซ์หรือ FX และสัญญาการซื้อขายส่วนต่างหรือ CFD แบบครบวงจร", - "-1793883644": "เทรด FX และ CFD บนแพลตฟอร์มการซื้อขายที่ปรับแต่งได้และใช้งานง่าย", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "ตําแหน่งที่เปิด", "-883103549": "บัญชีถูกปิดใช้งาน", "-821418875": "นักลงทุน", "-679102561": "รายละเอียดสัญญา", "-430118939": "นโยบายการร้องเรียน", "-744999940": "บัญชี Deriv", - "-568280383": "การพนัน Deriv", - "-1936757551": "บัญชี Deriv ดัชนีสังเคราะห์", - "-1546927062": "บัญชี Deriv Financial", + "-568280383": "บัญชีเกม Deriv", + "-1936757551": "บัญชีดัชนีสังเคราะห์โดย Deriv", + "-1546927062": "บัญชี Financial โดย Deriv", "-895331276": "กรอกหลักฐานยืนยันที่อยู่ของคุณ", "-782679300": "กรอกหลักฐานยืนยันตัวตนของคุณ", - "-1019903756": "บัญชี Synthetic", + "-1019903756": "บัญชีดัชนีสังเคราะห์", "-1548220954": "สังเคราะห์ SVG", "-328128497": "บัญชี Financial", - "-533935232": "การเงิน BVI", - "-565431857": "ลาบวนทางการเงิน", + "-533935232": "บัญชี Financial BVI", + "-565431857": "บัญชี Financial ลาบวน", "-1669418686": "AUD/CAD", "-1548588249": "AUD/CHF", "-1552890620": "AUD/JPY", @@ -2499,28 +2507,28 @@ "-1834131208": "USD/PLN", "-524302516": "Silver/USD", "-764731776": "Platinum/USD", - "-700966800": "ดัชนี ดัตช์", - "-1863229260": "ดัชนี ออสเตรเลีย", - "-946336619": "ดัชนี วอลล์สตรีท", - "-945048133": "ดัชนี ฝรั่งเศส", - "-1093355162": "ดัชนี สหราชอาณาจักร", - "-932734062": "ดัชนี ฮ่องกง", - "-2030624691": "ดัชนี ญี่ปุ่น", + "-700966800": "ดัชนีดัตช์", + "-1863229260": "ดัชนีออสเตรเลีย", + "-946336619": "ดัชนีวอลล์สตรีท", + "-945048133": "ดัชนีฝรั่งเศส", + "-1093355162": "ดัชนีสหราชอาณาจักร", + "-932734062": "ดัชนีฮ่องกง", + "-2030624691": "ดัชนีญี่ปุ่น", "-354063409": "ดัชนี สหรัฐ", - "-232855849": "Euro 50 Index", + "-232855849": "ดัชนียูโร 50", "-1925264914": "ดัชนีความผันผวน 25", "-708579504": "ดัชนีความผันผวน 50", "-975255670": "ดัชนีความผันผวน 75", "-1736314513": "ดัชนี Crash 300", "-342128411": "ดัชนี Crash 500", "-9704319": "ดัชนี Crash 1000", - "-465860988": "ดัชนี ตลาดกระทิง", + "-465860988": "ดัชนีตลาดกระทิง", "-390528194": "ดัชนี Step", "-280323742": "ตะกร้า EUR", "-563812039": "ดัชนีความผันผวน 10 (1s)", "-764111252": "ดัชนีความผันผวน 100 (1s)", "-1374309449": "ดัชนีความผันผวน 200 (1s)", - "-1164978320": "ดัชนีข้าม 10", + "-1164978320": "ดัชนี Jump 10", "-575272887": "BCH/USD", "-295406873": "BTC/ETH", "-1713556301": "ZMR/USD", @@ -2529,59 +2537,59 @@ "-1112522776": "DSH/USD", "-460689370": "LTC/USD", "-841561409": "Put Spread", - "-144803045": "เฉพาะตัวเลขและอักขระพิเศษเหล่านี้เท่านั้นที่อนุญาต: {{permitted_characters}}", + "-144803045": "อนุญาตเฉพาะตัวเลขและอักขระพิเศษเหล่านี้เท่านั้น: {{permitted_characters}}", "-1450516268": "เฉพาะตัวอักษร ตัวเลข ช่องว่าง ยัติภังค์ เครื่องหมายจุด และเครื่องหมายอัญประกาศเดี่ยว เท่านั้นที่ใช้ได้", "-1072358250": "เฉพาะตัวอักษร ช่องว่าง เครื่องหมายจุด ยัติภังค์ เครื่องหมายอัญประกาศเดี่ยวเท่านั้น", "-1966032552": "ความยาวของโทเคนควรเป็น 8", - "-2128137611": "ควรเริ่มต้นด้วยตัวอักษรหรือตัวเลข และอาจประกอบด้วยเครื่องหมายขีดกลาง และขีดล่าง", + "-2128137611": "ควรเริ่มต้นด้วยตัวอักษรหรือตัวเลข และอาจมีเครื่องหมายขีดกลางและขีดล่างประกอบเข้ามาด้วยได้", "-1590869353": "ตําแหน่งทศนิยมมีได้ไม่เกิน {{decimal_count}} หลักเท่านั้น", "-2061307421": "ควรมีค่ามากกว่า {{min_value}}", "-1099941162": "ควรมีค่าน้อยกว่า {{max_value}}", - "-1528188268": "แถวตรงของแป้นคาดเดาได้ง่าย", - "-1339903234": "รูปแบบแป้นพิมพ์สั้นคาดเดาได้ง่าย", - "-23980798": "การทำซ้ำ เช่น \"aaa\" นั้นง่ายต่อการคาดเดา", + "-1528188268": "แถวตรงของแป้นพิมพ์นั้นคาดเดาได้ง่าย", + "-1339903234": "รูปแบบแป้นพิมพ์สั้นนั้นคาดเดาได้ง่าย", + "-23980798": "ตัวพิมพ์ซ้ำเช่น \"aaa\" นั้นง่ายต่อการคาดเดา", "-235760680": "หลีกเลี่ยงคําและตัวอักษรซ้ำ", - "-1568933154": "ลําดับ เช่น abc หรือ 6543 นั้นง่ายต่อการคาดเดา", - "-725663701": "หลีกเลี่ยงลำดับ", + "-1568933154": "การพิมพ์ตามลําดับ เช่น abc หรือ 6543 นั้นง่ายต่อการคาดเดา", + "-725663701": "หลีกเลี่ยงการพิมพ์ตามลำดับ", "-1450768475": "ปีล่าสุดนั้นง่ายต่อการคาดเดา", "-1804838610": "หลีกเลี่ยงปีที่เกี่ยวข้องกับคุณ", - "-64849469": "วันที่มักง่ายต่อการคาดเดา", + "-64849469": "วันที่มักจะง่ายต่อการคาดเดา", "-2006915194": "หลีกเลี่ยงวันที่และปีที่เกี่ยวข้องกับคุณ", - "-2124205211": "คําด้วยตัวเองนั้นง่ายต่อการคาดเดา", + "-2124205211": "คําโดดๆ นั้นง่ายต่อการคาดเดา", "-1095202689": "ตัวพิมพ์ใหญ่ทั้งหมดนั้นคาดเดาได้ง่ายพอๆกับตัวพิมพ์เล็กทั้งหมด", "-2137856661": "การย้อนกลับคำนั้นไม่ยากมากที่จะคาดเดา", - "-1885413063": "การแทนที่เพื่อช่วยเพิ่มการคาดเดา เช่น \"@\" แทน \"a\" ไม่ได้ช่วยมากนัก", + "-1885413063": "การแทนที่ตัวอักษรด้วยอักขระอื่นซึ่งสามารถเดาได้เช่น การใช้ \"@\" แทน \"a\" นั้นไม่ได้ช่วยมากนัก", "-369258265": "รหัสผ่านนี้อยู่ในบัญชีดํา", "-681468758": "เว็บเบราว์เซอร์ของคุณล้าสมัยและอาจส่งผลต่อประสบการณ์การซื้อขายของคุณ โปรด <0>อัพเดทเบราว์เซอร์ของคุณ", - "-577777971": "คุณได้ใช้อัตราการส่งคำสั่งต่อวินาทีเกินที่กำหนด กรุณาลองใหม่ภายหลัง", - "-206321775": "เงิน Fiat", + "-577777971": "คุณได้ใช้งานอัตราการส่งคำสั่งต่อวินาทีจนถึงขีดจำกัดที่กำหนดแล้ว กรุณาลองใหม่ภายหลัง", + "-206321775": "เงินเฟียต", "-522767852": "ทดลอง", "-433761292": "สลับไปยังบัญชีเริ่มต้น", - "-405439829": "ขออภัย คุณไม่สามารถดูสัญญานี้ได้เนื่องจากไม่ได้เป็นของบัญชีนี้", - "-1590712279": "การพนัน", + "-405439829": "ขออภัย คุณไม่สามารถดูสัญญานี้ได้เนื่องจากสัญญาไม่ได้เป็นของบัญชีนี้", + "-1590712279": "เกมพนัน", "-16448469": "เสมือน", - "-540474806": "บัญชีตัวเลือกของคุณมีกําหนดจะปิด", - "-618539786": "บัญชีของคุณมีกำหนดจะปิด", - "-945275490": "ถอนเงินทั้งหมดจากบัญชีตัวเลือกของคุณ", + "-540474806": "บัญชีซื้อขายตราสารสิทธิของคุณมีกําหนดจะถูกปิด", + "-618539786": "บัญชีของคุณมีกำหนดจะถูกปิด", + "-945275490": "ถอนเงินทั้งหมดจากบัญชีซื้อขายตราสารสิทธิของคุณ", "-2093768906": "{{name}} ได้ปล่อยเงินของคุณแล้ว
คุณต้องการจะให้ความคิดเห็นของคุณหรือไม่?", - "-705744796": "ยอดเงินในบัญชีทดลองของคุณถึงขีด จำกัด สูงสุดแล้วและคุณจะไม่สามารถทำการซื้อขายใหม่ได้ รีเซ็ตยอดเงินของคุณเพื่อทำการซื้อขายต่อจากบัญชีทดลองของคุณ", - "-1585069798": "โปรดคลิกลิงก์ต่อไปนี้เพื่อทำการทดสอบความเหมาะสมของคุณ", + "-705744796": "ยอดเงินในบัญชีทดลองของคุณถึงขีดจำกัดสูงสุดแล้ว และคุณจะไม่สามารถทำการซื้อขายใหม่ได้ ให้คุณรีเซ็ตยอดเงินของคุณเพื่อทำการซื้อขายจากบัญชีทดลองของคุณต่อไปได้", + "-1585069798": "โปรดคลิกลิงก์ต่อไปนี้เพื่อทำแบบทดสอบความเหมาะสมของคุณ", "-1287141934": "ดูข้อมูลเพิ่มเติม", "-367759751": "บัญชีของคุณยังไม่ได้รับการยืนยัน", - "-596690079": "สนุกกับการใช้ Deriv?", - "-265932467": "เราชอบที่จะได้ยินความคิดของคุณ", - "-1815573792": "ส่งความเห็นของคุณบน Trustpilot", + "-596690079": "สนุกกับการใช้งาน Deriv หรือไม่?", + "-265932467": "เราอยากฟังความคิดเห็นของคุณ", + "-1815573792": "แสดงความคิดเห็นของคุณที่ Trustpilot", "-823349637": "ไปที่ Trustpilot", "-1204063440": "ตั้งค่าสกุลเงินในบัญชีของฉัน", - "-1751632759": "รับประสบการณ์การซื้อขายบนมือถือที่รวดเร็วยิ่งขึ้นด้วยแอป <0>{{platform_name_go}}!", + "-1751632759": "พร้อมรับประสบการณ์การซื้อขายบนมือถือที่รวดเร็วยิ่งขึ้นผ่านแอป <0>{{platform_name_go}}!", "-1164554246": "คุณส่งเอกสารประจำตัวที่หมดอายุแล้ว", "-219846634": "มายืนยัน ID ของคุณกันเถอะ", "-529038107": "ติดตั้ง", "-1738575826": "โปรดเปลี่ยนไปใช้บัญชีจริงของคุณหรือสร้างบัญชีใหม่เพื่อเข้าถึงแคชเชียร์", - "-1329329028": "คุณไม่ได้กำหนดวงเงินหมุนเวียน 30 วันของคุณ", - "-132893998": "การเข้าถึงแคชเชียร์ของคุณถูกปิดใช้งานชั่วคราว เนื่องจากคุณยังไม่ได้กำหนดขีดจำกัดการหมุนเวียน 30 วันของคุณ โปรดไปที่การยกเว้นตนเองและตั้งค่าขีดจำกัด", + "-1329329028": "คุณยังไม่ได้กำหนดวงเงินหมุนเวียน 30 วันของคุณ", + "-132893998": "การเข้าถึงแคชเชียร์ของคุณถูกปิดใช้งานชั่วคราว เนื่องจากคุณยังไม่ได้กำหนดวงเงินหมุนเวียน 30 วันของคุณ โปรดไปที่ระบบการกันตนเองแล้วตั้งค่าวงเงิน", "-1852207910": "การถอนเงิน MT5 ถูกปิดการใช้งาน", - "-764323310": "การถอนเงิน MT5 ถูกปิดการใช้งานในบัญชีของคุณ โปรดตรวจสอบอีเมลของคุณสำหรับรายละเอียดเพิ่มเติม", + "-764323310": "การถอนเงิน MT5 ถูกปิดการใช้งานในบัญชีของคุณ โปรดเช็คอีเมล์ของคุณสำหรับรายละเอียดเพิ่มเติม", "-1435762703": "โปรดยืนยันตัวตนของคุณ", "-1902997828": "รีเฟรชตอนนี้", "-753791937": "Deriv เวอร์ชั่นใหม่พร้อมใช้งานแล้ว", @@ -2590,60 +2598,60 @@ "-1125797291": "อัพเดทรหัสผ่านแล้ว", "-157145612": "โปรดเข้าสู่ระบบด้วยรหัสผ่านล่าสุด", "-87177461": "โปรดไปที่การตั้งค่าบัญชีของคุณและกรอกรายละเอียดส่วนบุคคลของคุณเพื่อเปิดใช้งานการฝากเงิน", - "-904632610": "รีเซ็ตยอดเงินของคุณ", - "-470018967": "รีเซ็ตความสมดุล", + "-904632610": "รีเซ็ตยอดเงินคงเหลือของคุณ", + "-470018967": "รีเซ็ตยอดเงินคงเหลือ", "-156611181": "โปรดทำการประเมินทางการเงินให้เสร็จสิ้นในการตั้งค่าบัญชีของคุณเพื่อปลดล็อก", "-1925176811": "ไม่สามารถดำเนินการถอนได้ในขณะนี้", - "-980696193": "การถอนเงินจะไม่สามารถใช้ได้ชั่วคราวเนื่องจากการบำรุงรักษาระบบ คุณสามารถถอนเงินได้เมื่อการบำรุงรักษาเสร็จสิ้น", + "-980696193": "การถอนเงินจะไม่สามารถใช้ได้ชั่วคราวเนื่องจากมีการบำรุงรักษาระบบ คุณสามารถถอนเงินได้เมื่อการบำรุงรักษาเสร็จสิ้น", "-1647226944": "ไม่สามารถดำเนินการฝากเงินได้ในขณะนี้", - "-488032975": "เงินฝากไม่สามารถใช้ได้ชั่วคราวเนื่องจากการบำรุงรักษาระบบ คุณสามารถฝากเงินเมื่อการบำรุงรักษาเสร็จสิ้น", - "-67021419": "แคชเชียร์ของเราหยุดให้บริการชั่วคราวเนื่องจากการบำรุงรักษาระบบ คุณสามารถเข้าถึงแคชเชียร์ได้ภายในไม่กี่นาทีเมื่อการบำรุงรักษาเสร็จสิ้น", + "-488032975": "เงินฝากไม่สามารถใช้ได้ชั่วคราวเนื่องจากมีการบำรุงรักษาระบบ คุณสามารถฝากเงินเมื่อการบำรุงรักษาเสร็จสิ้น", + "-67021419": "แคชเชียร์ของเราหยุดให้บริการชั่วคราวเนื่องจากมีการบำรุงรักษาระบบ คุณสามารถเข้าถึงแคชเชียร์ได้ภายในไม่กี่นาทีเมื่อการบำรุงรักษาเสร็จสิ้น", "-849587074": "คุณยังไม่ได้ระบุหมายเลขประจำตัวผู้เสียภาษีของคุณ", "-47462430": "ข้อมูลนี้จำเป็นสำหรับข้อกำหนดทางกฎหมายและระเบียบข้อบังคับ โปรดไปที่การตั้งค่าบัญชีของคุณ และกรอกหมายเลขประจำตัวผู้เสียภาษีล่าสุดของคุณ", - "-2067423661": "การรักษาความปลอดภัยที่แข็งแกร่งขึ้นสำหรับบัญชี Deriv ของคุณ", - "-1719731099": "ด้วยการตรวจสอบสิทธิ์แบบสองปัจจัย คุณจะปกป้องบัญชีของคุณด้วยรหัสผ่านและโทรศัพท์ของคุณ ดังนั้นมีเพียงคุณเท่านั้นที่สามารถเข้าถึงบัญชีของคุณได้ แม้ว่าจะมีคนรู้รหัสผ่านของคุณก็ตาม", + "-2067423661": "การรักษาความปลอดภัยที่เข้มงวดมากขึ้นสำหรับบัญชี Deriv ของคุณ", + "-1719731099": "ด้วยระบบยืนยันตัวตนสองขั้นตอน คุณจะสามารถปกป้องบัญชีของคุณด้วยทั้งรหัสผ่านและโทรศัพท์ของคุณ - ดังนั้นจะมีเพียงคุณเท่านั้นที่สามารถเข้าถึงบัญชีของคุณได้แม้ว่าจะมีคนรู้รหัสผ่านของคุณก็ตาม", "-2087822170": "คุณออฟไลน์", "-1669693571": "ตรวจสอบการเชื่อมต่อของคุณ", "-1998049070": "หากคุณยอมรับการใช้งานคุกกี้ของเราให้คลิกที่ยอมรับ สำหรับข้อมูลเพิ่มเติม <0>ดูนโยบายของเรา", "-402093392": "เพิ่มบัญชี Deriv", - "-277547429": "บัญชี Deriv จะอนุญาตให้คุณฝากเงิน (และถอนเงินจากบัญชี MT5) ของคุณได้", + "-277547429": "บัญชี Deriv จะอนุญาตให้คุณฝากเงินเข้า (และถอนเงินออกจาก) บัญชี MT5 ของคุณได้", "-1721181859": "คุณจะต้องมีบัญชี {{deriv_account}}", "-1989074395": "โปรดเพิ่มบัญชี {{deriv_account}} เสียก่อนที่จะเพิ่มบัญชี {{dmt5_account}} การฝากเงินและถอนเงินสําหรับบัญชี {{dmt5_label}} ของคุณนั้นทำได้โดยการโอนเงินเข้าและออกผ่านบัญชี {{deriv_label}} ของคุณ", - "-689237734": "ประมวลผล", + "-689237734": "ดำเนินการต่อ", "-1642457320": "ศูนย์การช่วยเหลือ", "-1966944392": "สถานะเครือข่าย: {{status}}", - "-594209315": "ดัชนีสังเคราะห์ในสหภาพยุโรปนำเสนอโดย {{legal_entity_name}}, W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta, ได้รับอนุญาตและควบคุมโดย Malta Gaming Authority (<0>ใบอนุญาตเลขที่ MGA/B2C/ 102/2000) และโดย Revenue Commissioners สำหรับลูกค้าในไอร์แลนด์ (<2>ใบอนุญาตเลขที่ 1010285)", - "-181484419": "การซื้อขายอย่างรับผิดชอบ", + "-594209315": "ดัชนีสังเคราะห์ในสหภาพยุโรปนั้นนำเสนอโดย {{legal_entity_name}} ซึ่งตั้งอยู่ที่ W Business Centre, Level 3, Triq Dun Karm, Birkirkara BKR 9033, Malta และได้รับอนุญาตและถูกควบคุมดูแลโดย Malta Gaming Authority (<0>ใบอนุญาตเลขที่ MGA/B2C/ 102/2000) และโดย Revenue Commissioners สำหรับลูกค้าในไอร์แลนด์ (<2>ใบอนุญาตเลขที่ 1010285)", + "-181484419": "การซื้อขายอย่างมีความรับผิดชอบ", "-650505513": "เต็มหน้าจอ", "-1823504435": "ดูการแจ้งเตือน", "-1954045170": "ไม่ได้กำหนดสกุลเงิน", "-583559763": "เมนู", - "-2094580348": "ขอบคุณที่ยืนยันอีเมลของคุณ", + "-2094580348": "ขอบคุณที่ยืนยันอีเมล์ของคุณ", "-1396326507": "ขออภัย {{website_name}} ไม่มีให้บริการในประเทศของคุณ", - "-288996254": "ไม่", - "-122970184": "สินทรัพย์ทั้งหมดในบัญชีทดลอง Deriv และ {{platform_name_dxtrade}} ของคุณ", - "-97270814": "รวมสินทรัพย์ในบัญชีจริง Deriv และ {{platform_name_dxtrade}} ของคุณ", - "-1844355483": "{{platform_name_dxtrade}} บัญชี", + "-288996254": "ไม่มีให้ใช้งาน", + "-122970184": "ยอดรวมสินทรัพย์ทั้งหมดในบัญชี Deriv และบัญชีทดลอง {{platform_name_dxtrade}} ของคุณ", + "-97270814": "ยอดรวมสินทรัพย์ในบัญชีจริง Deriv และบัญชีจริง {{platform_name_dxtrade}} ของคุณ", + "-1844355483": "บัญชี {{platform_name_dxtrade}}", "-1740162250": "จัดการบัญชี", "-1277942366": "สินทรัพย์ทั้งหมด", "-1556699568": "เลือกสัญชาติของคุณ", "-1310654342": "เนื่องจากเป็นส่วนหนึ่งของการเปลี่ยนแปลงในกลุ่มผลิตภัณฑ์ของเรา เราจะปิดบัญชีเกมที่เป็นของลูกค้าในสหราชอาณาจักรของเรา", - "-626152766": "ในฐานะที่เป็นส่วนหนึ่งของการเปลี่ยนแปลงในสายผลิตภัณฑ์ของเราเรากําลังปิดบัญชีตัวเลือกที่เป็นของลูกค้าของเราในยุโรป", - "-490100162": "ในส่วนหนึ่งของการเปลี่ยนแปลงในกลุ่มผลิตภัณฑ์ของเรา เราจะปิดบัญชีที่เป็นของลูกค้าไอล์ออฟแมนของเรา", - "-1208958060": "คุณไม่สามารถซื้อขายตัวเลือกดิจิทัลบนแพลตฟอร์มของเราได้อีกต่อไป คุณยังฝากเงินเข้าบัญชีของคุณไม่ได้<0/><1/>ตำแหน่งที่เปิดอยู่บนตัวเลือกดิจิทัลถูกปิดด้วยการจ่ายเงินเต็มจำนวน", + "-626152766": "ในฐานะที่เป็นส่วนหนึ่งของการเปลี่ยนแปลงในสายผลิตภัณฑ์ของเรา เรากําลังปิดบัญชีซื้อขายตราสารสิทธิที่เป็นของลูกค้าของเราในยุโรป", + "-490100162": "ในส่วนหนึ่งของการเปลี่ยนแปลงในกลุ่มผลิตภัณฑ์ของเรา เราจะปิดบัญชีที่เป็นของลูกค้าของเราในไอล์ออฟแมน", + "-1208958060": "คุณไม่สามารถซื้อขายตราสารสิทธิดิจิทัลบนแพลตฟอร์มของเราได้อีกแล้ว และคุณไม่สามารถฝากเงินเข้าบัญชีของคุณ<0/><1/>ตำแหน่งการค้าที่เปิดซื้อขายตราสารสิทธิดิจิทัลอยู่จะถูกปิดลงพร้อมด้วยการจ่ายเงินเต็มจำนวน", "-2050417883": "คุณจะสูญเสียการเข้าถึงบัญชีเกมของคุณเมื่อมันถูกปิด ดังนั้นโปรดถอนเงินของคุณโดยเร็วที่สุด", "-1950045402": "ถอนเงินทั้งหมดของคุณ", - "-168971942": "สิ่งนี้มีความหมายสำหรับคุณ", - "-905560792": "โอเคผมเข้าใจแล้ว", - "-1308593541": "คุณจะสูญเสียการเข้าถึงบัญชีของคุณเมื่อมันถูกปิด ดังนั้นอย่าลืมถอนเงินทั้งหมดของคุณ", + "-168971942": "สิ่งนี้มีความหมายอย่างไรกับคุณ", + "-905560792": "โอเค ฉันเข้าใจแล้ว", + "-1308593541": "คุณจะเสียการเข้าถึงบัญชีของคุณเมื่อมันถูกปิดลง ดังนั้นจงอย่าลืมถอนเงินทั้งหมดของคุณออกไป", "-2024365882": "สำรวจ", "-1197864059": "สร้างบัญชีทดลองฟรี", "-71049153": "รักษาบัญชีของคุณให้ปลอดภัยด้วยรหัสผ่าน", - "-1861974537": "รหัสผ่านที่คาดเดาได้ยากประกอบด้วยอย่างน้อย 8 ตัวอักษร รวมตัวอักษรตัวพิมพ์ใหญ่ ตัวพิมพ์เล็ก ตัวเลข และสัญลักษณ์", - "-1965920446": "เริ่มซื้อขาย", + "-1861974537": "รหัสผ่านที่คาดเดาได้ยากประกอบด้วยอย่างน้อย 8 อักขระ ซึ่งรวมถึงตัวอักษรตัวพิมพ์ใหญ่ ตัวอักษรตัวพิมพ์เล็ก ตัวเลข และสัญลักษณ์", + "-1965920446": "เริ่มทำการซื้อขาย", "-1485242688": "Step {{step}}: {{step_title}} ({{step}} ของ {{steps}})", - "-1829842622": "คุณสามารถเปิดบัญชีสำหรับแต่ละสกุลเงินดิจิทัล", - "-987221110": "เลือกสกุลเงินที่คุณต้องการซื้อขาย", + "-1829842622": "คุณสามารถเปิดบัญชีสำหรับแต่ละสกุลเงินดิจิทัลได้", + "-987221110": "เลือกสกุลเงินที่คุณต้องการใช้ซื้อขาย", "-1066574182": "เลือกสกุลเงิน", "-1914534236": "เลือกสกุลเงินของคุณ", "-200560194": "โปรดสลับไปที่บัญชี {{fiat_currency}} ของคุณเพื่อเปลี่ยนสกุลเงิน", @@ -2651,21 +2659,21 @@ "-1814647553": "เพิ่มใหม่", "-1269362917": "เพิ่มใหม่", "-650480777": "บัญชีคริปโต", - "-175638343": "เลือกบัญชีผู้ใช้หรือเพิ่มบัญชีผู้ใช้ใหม่", + "-175638343": "เลือกบัญชีผู้ใช้หรือเพิ่มบัญชีผู้ใช้อันใหม่", "-1768223277": "บัญชีของคุณพร้อมแล้ว", "-1215717784": "<0>คุณได้เปลี่ยนสกุลเงินของคุณเป็น {{currency}} เรียบร้อยแล้ว <0>ทำการฝากเงินเพื่อเริ่มการซื้อขาย", - "-786091297": "เทรดในการสาธิต", + "-786091297": "เทรดในบัญชีทดลอง", "-228099749": "กรุณายืนยันตัวตนและที่อยู่ของคุณ", "-1041852744": "เรากําลังประมวลผลข้อมูลส่วนบุคคลของคุณ", "-1775006840": "ทําการฝากเงินตอนนี้เพื่อเริ่มต้นการซื้อขาย", "-983734304": "เราต้องการหลักฐานยืนยันตัวตนและที่อยู่ของคุณก่อนที่คุณจะเริ่มทำการซื้อขาย", - "-917733293": "หากต้องการรับการซื้อขายโปรดยืนยันว่าคุณอยู่ที่ไหน", - "-1282628163": "คุณจะสามารถรับการซื้อขายทันทีที่การตรวจสอบเสร็จสมบูรณ์", + "-917733293": "หากต้องการทำการซื้อขาย โปรดยืนยันว่าคุณอยู่ที่ไหน", + "-1282628163": "คุณจะสามารถทำการซื้อขายทันทีที่การตรวจสอบยืนยันเสร็จสมบูรณ์", "-952649119": "เข้าสู่ระบบ", "-3815578": "ลงทะเบียน", "-1456176427": "กำหนดสกุลเงินสําหรับบัญชีจริงของคุณ", - "-1557011219": "เพิ่มบัญชีตัวเลือก Deriv จริง", - "-259386249": "เพิ่มบัญชี Deriv ดัชนีสังเคราะห์", + "-1557011219": "เพิ่มบัญชีตราสารสิทธิ Deriv จริง", + "-259386249": "เพิ่มบัญชีดัชนีสังเคราะห์ Deriv", "-241733171": "เพิ่มบัญชี Deriv Financial", "-1329687645": "สร้างบัญชีสกุลเงินดิจิทัล", "-1429178373": "สร้างบัญชีใหม่", @@ -2673,50 +2681,51 @@ "-1369294608": "ลงทะเบียนแล้วหรือยัง?", "-617844567": "มีบัญชีที่มีรายละเอียดของคุณอยู่แล้ว", "-292363402": "รายงานสถิติการซื้อขาย", - "-1656860130": "การซื้อขายออปชั่นสามารถทำให้เสพติดได้เช่นเดียวกับกิจกรรมอื่นๆ การกำหนดขีดจำกัด เพื่อหลีกเลี่ยงความเสี่ยงต่างๆ อันตรายจากการเสพติดดังกล่าว เรากำหนดให้มีการตรวจสอบความเป็นจริงเพื่อช่วยให้คุณได้รับรายงานสรุปการซื้อขายของคุณในบัญชีต่างๆ ตามปกติ", - "-28080461": "ต้องการตรวจสอบใบแจ้งยอดของคุณก่อนหรือไม่? <0>ตรวจสอบใบแจ้งยอด", - "-611059051": "โปรดระบุช่วงเวลาเช็คอินที่คุณต้องการเป็นนาที:", + "-1656860130": "การซื้อขายตราสารสิทธิสามารถนำสู่การเสพติดจริงๆ ได้เช่นเดียวกันกับการทำกิจกรรมอื่นๆ ที่มากเกินขีดจำกัด ดังนั้น เพื่อหลีกเลี่ยงอันตรายจากการเสพติดดังกล่าว เราจึงนำเสนอการตรวจสอบความเป็นจริงหรือ reality check ที่ส่งรายงานสรุปการซื้อขายของคุณในบัญชีต่างๆ ให้คุณเป็นประจำ", + "-28080461": "ต้องการเช็ครายงานสรุปการซื้อขายของคุณก่อนไหม? <0>ดูใบแจ้งยอด", + "-611059051": "โปรดระบุช่วงเวลาสำหรับdkiตรวจสอบความเป็นจริงที่คุณต้องการเป็นนาที:", "-1876891031": "สกุลเงิน", - "-11615110": "การหมุนเวียน", + "-11615110": "เงินหมุนเวียน", "-1370419052": "กำไร / ขาดทุน", "-437320982": "ระยะเวลาที่ใช้งาน:", "-3959715": "เวลาปัจจุบัน:", - "-1534648620": "รหัสผ่านของคุณได้เปลี่ยนเรียบร้อยแล้ว", + "-1534648620": "รหัสผ่านของคุณได้ถูกเปลี่ยนเรียบร้อยแล้ว", "-596199727": "เราจะนำคุณไปยังหน้าเข้าสู่ระบบ", - "-310434518": "ข้อมูลอีเมลต้องไม่เว้นว่าง", - "-437918412": "ไม่มีสกุลเงินที่กําหนดให้กับบัญชีของคุณ", + "-310434518": "ข้อมูลอีเมล์ต้องไม่เว้นว่าง", + "-437918412": "บัญชีของคุณยังไม่มีการกำหนดสกุลเงิน", "-707550055": "เราจําเป็นต้องทําเช่นนี้เพื่อให้แน่ใจว่าบริการของเราสอดคล้องกับกฎหมาย และกฎระเบียบในประเทศของคุณ", "-280139767": "กำหนดที่อยู่", "-601615681": "เลือกธีม", - "-1152511291": "มืด", - "-1428458509": "สว่าง", - "-1917706589": "บัญชี Deriv ของคุณถูกยกเลิกการเชื่อมโยงจาก {{social_identity_provider}} ใช้อีเมลและรหัสผ่านของคุณเพื่อเข้าสู่ระบบในอนาคต", + "-1152511291": "สีเข้ม", + "-1428458509": "สีอ่อน", + "-1917706589": "บัญชี Deriv ของคุณถูกยกเลิกการเชื่อมโยงจาก {{social_identity_provider}} ให้ใช้อีเมล์และรหัสผ่านของคุณเพื่อเข้าสู่ระบบในอนาคต", "-2017825013": "รับทราบ", "-505449293": "ป้อนรหัสผ่านใหม่สําหรับบัญชี Deriv ของคุณ", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "คุณต้องเข้าสู่ระบบบัญชีของคุณผ่านลิงก์ที่ปลอดภัยอันนี้เท่านั้น อย่าเข้ามาจากทางอื่น", + "-2102997229": "ตัวอย่าง", + "-82488190": "ฉันได้อ่านข้อความข้างต้นอย่างระมัดระวังแล้ว", + "-97775019": "อย่าไว้วางใจและอย่าให้ข้อมูลประจำตัวของคุณแก่เวบไซต์ปลอม โฆษณาปลอม หรืออีเมล์ปลอม", + "-2142491494": "โอเค เข้าใจแล้ว", + "-611136817": "โปรดระวังลิงก์ปลอม", "-1787820992": "แพลตฟอร์ม", - "-184713104": "รับการจ่ายเงินคงที่ด้วยตัวเลือกหรือตัวคูณการค้าเพื่อขยายผลกําไรของคุณด้วยความเสี่ยงที่ จํากัด", - "-1571775875": "ตัวเลือกเรือธงและแพลตฟอร์มการซื้อขายตัวคูณของเรา", - "-1107320163": "ทําให้การซื้อขายของคุณเป็นไปโดยอัตโนมัติไม่จําเป็นต้องเขียนการเข้ารหัส", - "-820028470": "ออปชัน & ตัวคูณ", - "-895091803": "หากคุณกำลังมองหา CFD", - "-1447215751": "แน่ใจหรือไม่? ลองอีกครั้ง", - "-2338797": "<0>เพิ่มผลตอบแทนสูงสุด โดย <0>ความเสี่ยง มากกว่าที่คุณใส่", - "-1682067341": "หาได้ <0>การส่งคืนคงที่ โดย <0>เสี่ยงเท่านั้น สิ่งที่คุณใส่ใน", + "-1793883644": "ทำการซื้อขาย FX และ CFD บนแพลตฟอร์มการเทรดที่ปรับแต่งได้ดังใจและใช้งานง่าย", + "-184713104": "รับเงินตอบแทนอัตราคงที่จากการเทรดตราสารสิทธิ หรือเทรดตัวคูณเพื่อขยายผลกําไรของคุณโดยมีความเสี่ยงที่จํากัด", + "-1571775875": "แพลตฟอร์มหลักของเราสำหรับการซื้อขายตราสารสิทธิและตัวคูณ", + "-1107320163": "ทําการซื้อขายของคุณให้เป็นอัตโนมัติ โดยไม่จําเป็นต้องเขียนชุดคำสั่งเอง", + "-820028470": "ตราสารสิทธิ & ตัวคูณ", + "-895091803": "หากคุณกำลังมองหาสัญญาการซื้อขายส่วนต่าง", + "-1447215751": "ไม่แน่ใจ? ลองนี่สิ", + "-2338797": "<0>เพิ่มผลตอบแทนสูงสุด โดย <0>เสี่ยงมากกว่า สิ่งที่คุณวางเดิมพัน", + "-1682067341": "รับ <0>ผลตอบแทนอัตราคงที่ โดย <0>เสี่ยงเพียง สิ่งที่คุณวางเดิมพัน", "-1744351732": "ไม่แน่ใจว่าจะเริ่มต้นที่ไหน?", - "-943710774": "นโยบายการร้องเรียนนี้ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราว มีผลบังคับใช้กับบัญชีของคุณที่ลงทะเบียนกับ {{legal_entity_name}} โดยมีที่อยู่สำนักงานจดทะเบียนที่ First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW ได้รับอนุญาตและควบคุมดูแลตามกฎหมายโดย (1) Gambling Supervision Commission ในเกาะไอล์ออฟแมน (ปัจจุบัน <0>ใบอนุญาต ที่ออกเมื่อวันที่ 31 สิงหาคม 2017) และ (2) Gambling Commission ในสหราชอาณาจักร (<1>ใบอนุญาตเลขที่ 39172)", - "-255056078": "นโยบายการร้องเรียนนี้ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราว มีผลบังคับใช้กับบัญชีของคุณที่ลงทะเบียนกับ {{legal_entity_name}} โดยมีที่อยู่สำนักงานจดทะเบียนที่ Level 3, Triq Dun Karm, Birkirkara, BKR 9033 ประเทศมอลตา ได้รับอนุญาตและการควบคุมดูแลตามกฎหมายโดย Malta Gaming Authority ในมอลตา สำหรับผลิตภัณฑ์การพนันเท่านั้น <0>ใบอนุญาตเลขที่ MGA/B2C/102/2000 และสำหรับลูกค้าที่อาศัยอยู่ในสหราชอาณาจักรโดย UK Gambling Commission (เลขที่บัญชี 39495)", + "-943710774": "นโยบายการร้องเรียนนี้ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราว มีผลบังคับใช้กับบัญชีของคุณที่ลงทะเบียนกับ {{legal_entity_name}} ซึ่งมีที่อยู่สำนักงานที่จดทะเบียนไว้ที่ First Floor, Millennium House, Victoria Road, Douglas, Isle of Man, IM2 4RW บริษัทนี้ได้รับอนุญาตและถูกควบคุมดูแลตามกฎหมายโดย (1) Gambling Supervision Commission ในเกาะไอล์ออฟแมน (ปัจจุบัน <0>ใบอนุญาต ออกเมื่อวันที่ 31 สิงหาคม ค. ศ. 2017) และ (2) Gambling Commission ในสหราชอาณาจักร (<1>ใบอนุญาตเลขที่ 39172)", + "-255056078": "นโยบายการร้องเรียนนี้ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราว มีผลบังคับใช้กับบัญชีของคุณที่ลงทะเบียนกับ {{legal_entity_name}} ซึ่งมีที่อยู่สำนักงานที่จดทะเบียนไว้ที่ Level 3, Triq Dun Karm, Birkirkara, BKR 9033 ประเทศมอลตา บริษัทได้รับอนุญาตและถูกควบคุมดูแลตามกฎหมายโดย Malta Gaming Authority ในประเทศมอลตาสำหรับผลิตภัณฑ์การพนันเท่านั้น <0>ใบอนุญาตเลขที่ MGA/B2C/102/2000 และสำหรับลูกค้าที่อาศัยอยู่ในสหราชอาณาจักรโดย UK Gambling Commission (เลขที่บัญชี 39495)", "-1941013000": "นโยบายการร้องเรียนนี้ ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราว มีผลบังคับใช้กับบัญชี (ทั้งเดี่ยวหรือหลายบัญชี) ของคุณที่ลงทะเบียนกับ {{legal_entity_name_svg}}, {{legal_entity_name_fx}} และ {{legal_entity_name_v}}", "-594812204": "นโยบายการร้องเรียนนี้ ซึ่งอาจมีการเปลี่ยนแปลงเป็นครั้งคราว มีผลบังคับใช้กับบัญชี (ทั้งเดี่ยวหรือหลายบัญชี) ของคุณที่ลงทะเบียนกับ {{legal_entity_name_svg}}", - "-1639808836": "หากคุณไม่พอใจกับผลลัพธ์คุณสามารถส่งต่อการร้องเรียนของคุณไปที่ <0>บริการตัดสินการเดิมพันอิสระ (IBAS) โดยกรอกแบบฟอร์มการตัดสินของ IBAS โปรดทราบว่า IBAS เกี่ยวข้องกับข้อพิพาทที่เกิดจากการทำธุรกรรมเท่านั้น", - "-1505742956": "<0/><1/> คุณยังสามารถอ้างถึงข้อพิพาทของคุณไปยัง Malta Gaming Authority โดยผ่าน <2>หน่วยสนับสนุนผู้เล่น", - "-1406192787": "หากคุณไม่พอใจกับผลลัพธ์ คุณสามารถส่งเรื่องร้องเรียนของคุณไปยัง <0>คณะกรรมการทางการเงิน", - "-1776547326": "<0/><1/>หากคุณอาศัยอยู่ในสหราชอาณาจักรและคุณไม่มีความสุขกับการตอบสนองของเราคุณอาจยกระดับการร้องเรียนของคุณไปยัง <2>บริการ Ombudsman", + "-1639808836": "หากคุณไม่พอใจกับผลลัพธ์ คุณสามารถส่งต่อข้อร้องเรียนของคุณไปที่ <0>บริการตัดสินการเดิมพันอิสระ (IBAS) โดยกรอกแบบฟอร์มขอคำวินิจฉัยของ IBAS โปรดรับทราบว่า IBAS นั้นจะพิจารณาข้อพิพาทที่เกิดจากการทำธุรกรรมเท่านั้น", + "-1505742956": "<0/><1/> คุณสามารถย้ายโอนข้อพิพาทของคุณไปยัง Malta Gaming Authority ผ่านทาง <2>หน่วยสนับสนุนผู้เล่น ได้อีกด้วย", + "-1406192787": "หากคุณไม่พอใจกับผลลัพธ์ คุณสามารถส่งข้อร้องเรียนของคุณแจ้งไปยัง <0>คณะกรรมการทางการเงิน", + "-1776547326": "<0/><1/>หากคุณอาศัยอยู่ในสหราชอาณาจักรและไม่พอใจกับการตอบสนองของเรา คุณสามารถยกระดับข้อร้องเรียนของคุณแจ้งไปยัง <2>สำนักงานกำกับดูแลกิจการทางการเงินหรือ FOS", "-2115348800": "1. บทนำ", "-744009523": "2. การปฏิบัติอย่างเป็นธรรม", "-866831420": "3.1 การยื่นเรื่องร้องเรียน", @@ -2768,8 +2777,16 @@ "-162753510": "เพิ่มบัญชีจริง", "-860609405": "รหัสผ่าน", "-742647506": "การโอนเงิน", - "-1874242353": "การเติมเงิน", "-1580554423": "เทรด CFD บนดัชนีสังเคราะห์ของเราที่จำลองการเคลื่อนไหวของตลาดในโลกแห่งความเป็นจริง", + "-1357917360": "เทอร์มินัลเว็บ", + "-1454896285": "แอพเดสก์ท็อป MT5 ไม่รองรับ Windows XP, Windows 2003, และ Windows Vista", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "เลเวอเรจสูงสุด", + "-511301450": "บ่งบอกถึงความพร้อมในการซื้อขายสกุลเงินดิจิตอลในบัญชีใดบัญชีหนึ่ง", + "-2102641225": "ในช่วงการโรลโอเวอร์ของธนาคาร สภาพคล่องในตลาดฟอเร็กซ์จะลดลง และสเปรดอาจเพิ่มรวมถึงเวลาในการประมวลผลคำสั่งซื้อของลูกค้า สิ่งนี้จะเกิดขึ้นประมาณ 21:00 น. GMT ในช่วงเวลากลางวันและ 22:00 GMT", + "-495364248": "มาร์จิ้นโทรและหยุดออกระดับจะเปลี่ยนจากเวลาขึ้นอยู่กับสภาพตลาด", + "-536189739": "เพื่อปกป้องข้อมูลบัญชีของคุณจากการเคลื่อนไหวของตลอดที่ไม่พึงประสงค์เนื่องจากช่องว่างการเปิดตลาด เราขอสงวนสิทธิ์ในการลดเลเวอเรจจากที่นำเสนอทั้งหมดสำหรับบัญชี financial ก่อนตลาดปิด และเพิ่มอีกครั้งหลังจากที่ตลาดเปิด โปรดตรวจสอบให้แน่ใจว่าคุณมีเงินเพียงพอในบัญชี {{platform}} ของคุณเพื่อสนับสนุนตำแหน่งของคุณตลอดเวลา", "-712681566": "การแลกเปลี่ยน P2P", "-1267880283": "{{field_name}} ที่จำเป็น", "-2084509650": "{{field_name}} อยู่ในรูปแบบที่ไม่ถูกต้อง", @@ -2778,10 +2795,7 @@ "-1673422138": "รัฐ/จังหวัด อยู่ในรูปแบบที่ไม่ถูกต้อง", "-1385484963": "ยืนยันเปลี่ยนรหัสผ่าน {{platform}} ของคุณ", "-1990902270": "การดําเนินการนี้จะเปลี่ยนรหัสผ่านไปยังบัญชี {{platform}} ของคุณทั้งหมด", - "-1357917360": "เทอร์มินัลเว็บ", - "-1454896285": "แอพเดสก์ท็อป MT5 ไม่รองรับ Windows XP, Windows 2003, และ Windows Vista", "-673424733": "บัญชีทดลอง", - "-1066565281": "การบํารุงรักษาเซิร์ฟเวอร์เริ่มต้นที่ 06:00 GMT ทุกวันอาทิตย์และอาจใช้เวลาถึง 2 ชั่วโมง บริการอาจหยุดชะงักในช่วงเวลานี้", "-1986258847": "การบำรุงรักษาเซิร์ฟเวอร์เริ่มต้นที่ 01:00 GMT ทุกวันอาทิตย์ และกระบวนการนี้อาจใช้เวลาถึง 2 ชั่วโมงเพื่อให้เสร็จสมบูรณ์บริการอาจหยุดชะงักในช่วงเวลานี้", "-1199152768": "โปรดสํารวจแพลตฟอร์มอื่น ๆ ของเรา", "-205020823": "สำรวจ {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "ตั้งรหัสผ่านใหม่ของนักลงทุน DMT5", "-1087845020": "หลัก", "-1950683866": "นักลงทุน", + "-1874242353": "การเติมเงิน", "-89838213": "คุณสามารถเติมเงินในบัญชีทดลองจำนวน <0> หากมียอดคงเหลือในบัญชี <1> หรือน้อยกว่า", "-1211122723": "บัญชี {{ platform }} {{ account_title }}", "-78895143": "ยอดคงเหลือปัจจุบัน", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, หุ้น, ดัชนีหุ้น, เงินดิจิตอล", "-1368041210": ", ดัชนีที่ทำขึ้นเอง", "-877064208": "EUR", - "-1302404116": "เลเวอเรจสูงสุด", "-1284221303": "คุณจะได้รับคำเตือนที่เรียกว่า Margin Call หากยอดเงินในบัญชีของคุณลดลงใกล้กับระดับ Stop Out", "-1848799829": "เพื่อให้เข้าใจถึงการหยุดออก อันดับแรก คุณต้องเรียนรู้เกี่ยวกับระดับมาร์จิ้น ซึ่งเป็นอัตราส่วนของอิควิตี้ของคุณ (ยอดรวมที่คุณจะมีหากคุณปิดสถานะทั้งหมดของคุณ ณ จุดนั้น) กับมาร์จิ้นที่คุณใช้อยู่ในขณะนี้ หากระดับมาร์จิ้นของคุณลดลงต่ำกว่าระดับ Stop Out ของเรา ตำแหน่งของคุณอาจถูกปิดโดยอัตโนมัติเพื่อปกป้องคุณจากการขาดทุนเพิ่มเติม", "-224051432": "24/7", - "-511301450": "บ่งบอกถึงความพร้อมในการซื้อขายสกุลเงินดิจิตอลในบัญชีใดบัญชีหนึ่ง", "-1591882610": "สังเคราะห์", "-70716111": "FX-majors (สแตนดาร์ด/ไมโครล็อต), FX-minors, ดัชนีตะกร้าสินค้า, สินค้าโภคภัณฑ์, สกุลเงินดิจิตอล, และหุ้นและดัชนีหุ้น", "-1041629137": "สกุลเงินหลัก สกุลเงินรอง สกุลเงินแปลกใหม่ สกุลเงินดิจิทัล", "-287097947": "FX-majors (มาตรฐาน/ไมโครล็อต), FX-minors, สินค้าโภคภัณฑ์, คริปโตเคอเรนซี่ (ยกเว้นสหราชอาณาจักร)", - "-2102641225": "ในช่วงการโรลโอเวอร์ของธนาคาร สภาพคล่องในตลาดฟอเร็กซ์จะลดลง และสเปรดอาจเพิ่มรวมถึงเวลาในการประมวลผลคำสั่งซื้อของลูกค้า สิ่งนี้จะเกิดขึ้นประมาณ 21:00 น. GMT ในช่วงเวลากลางวันและ 22:00 GMT", - "-495364248": "มาร์จิ้นโทรและหยุดออกระดับจะเปลี่ยนจากเวลาขึ้นอยู่กับสภาพตลาด", - "-536189739": "เพื่อปกป้องข้อมูลบัญชีของคุณจากการเคลื่อนไหวของตลอดที่ไม่พึงประสงค์เนื่องจากช่องว่างการเปิดตลาด เราขอสงวนสิทธิ์ในการลดเลเวอเรจจากที่นำเสนอทั้งหมดสำหรับบัญชี financial ก่อนตลาดปิด และเพิ่มอีกครั้งหลังจากที่ตลาดเปิด โปรดตรวจสอบให้แน่ใจว่าคุณมีเงินเพียงพอในบัญชี {{platform}} ของคุณเพื่อสนับสนุนตำแหน่งของคุณตลอดเวลา", "-1225160479": "เปรียบเทียบบัญชีที่มีอยู่", "-2042845290": "รหัสผ่านนักลงทุนของคุณได้เปลี่ยนเรียบร้อยแล้ว", "-1882295407": "รหัสผ่านของคุณได้เปลี่ยนเรียบร้อยแล้ว", diff --git a/packages/translations/src/translations/tr.json b/packages/translations/src/translations/tr.json index c7e93aec808d..02d1575548b6 100644 --- a/packages/translations/src/translations/tr.json +++ b/packages/translations/src/translations/tr.json @@ -74,7 +74,6 @@ "111931529": "7 gün boyunca maksimum toplam bahis", "113378532": "ETH/USD", "113884303": "Alman Endeksi", - "113933902": "Deriv X uygulamasını indirin", "115032488": "Satın alma fiyatı ve P/L", "116005488": "Göstergeler", "117318539": "Şifre, sayılarla birlikte küçük ve büyük harfli İngilizce harfler olmalıdır.", @@ -220,7 +219,6 @@ "312300092": "Belirli bir dize veya metin içindeki boşlukları kırpar.", "313298169": "Sistem bakımı nedeniyle kasiyerimiz geçici olarak devre dışı. Bakım tamamlandıktan sonra birkaç dakika içinde kasiyere erişebilirsiniz.", "313741895": "Bu blok, son mum siyahsa “Doğru” sonucunu verir. Ticari parametreler kök bloğu hariç kanvas üzerinde herhangi bir yere yerleştirilebilir.", - "314357202": "{{platform_name_dxtrade}} parolanızı değiştirmek için <0>Parolayı değiştir düğmesine tıklayın.", "315306603": "Para birimi atanmamış bir hesabınız var. Lütfen bu hesapla işlem yapmak için bir para birimi seçin.", "316694303": "Mum siyah mı?", "317601768": "Temalar", @@ -301,6 +299,7 @@ "411482865": "{{deriv_account}} hesabı ekle", "412433839": "<0>şartlar ve koşulları kabul ediyorum.", "413594348": "Yalnızca harfler, sayılar, boşluk, tire, nokta, ve eğik çizgi kullanılabilir.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "Bir defa para yatırdıktan sonra para birimini değiştiremezsiniz.", "420072489": "CFD işlem sıklığı", "422055502": "Den", @@ -484,10 +483,12 @@ "659482342": "Lütfen cevaplarınızı doğru ve güncel tutmanın sizin sorumluluğunuzda olduğunu unutmayın. Kişisel bilgilerinizi istediğiniz zaman hesap ayarlarınızdan güncelleyebilirsiniz.", "660481941": "Mobil uygulamalarınıza ve diğer üçüncü taraf uygulamalarınıza erişmek için öncelikle bir API token oluşturmanız gerekir.", "660991534": "Bitir", + "662578726": "Available", "662609119": "MT5 uygulamasını indirin", "665089217": "Hesabınızın kimliğini doğrulamak ve kasiyerinize erişmek için lütfen <0>kimlik kanıtınızı gönderin.", "665777772": "XLM/USD", "665872465": "Aşağıdaki örnekte, açılış fiyatı seçilir ve daha sonra \"op\" adlı bir değişkene atanır.", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Yetki alanı ve hukuk seçimi", "676159329": "Varsayılan hesaba geçmedi.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Yetersiz bakiye", "734881840": "yanlış", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Bollinger Bands Array (BBA)", "745656178": "Sözleşmenizi piyasa fiyatı üzerinden satmak için bu bloğu kullanın.", "745674059": "Seçili seçeneğe göre belirli bir metin dizisinden belirli bir karakteri geri getirir. ", @@ -731,6 +733,7 @@ "995563717": "{{ boolean }} değil", "999008199": "metin", "1001160515": "Sat", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Harfle veya rakamla başlamalı ve tire, nokta ve taksim işareti içerebilir.", "1004127734": "E-posta gönder", "1006458411": "Hatalar", @@ -749,6 +752,7 @@ "1023643811": "Bu blok, belirtilen türde bir sözleşme satın alır.", "1023795011": "Çift/Tek", "1024205076": "Mantık İşlemi", + "1025887996": "Negative Balance Protection", "1026046972": "Lütfen {{max_payout}} değerinden daha düşük bir ödeme tutarı girin.", "1027098103": "Kaldıraç, mevcut sermayenizi kullanarak daha büyük bir pozisyon ile ticaret yapma olanağı sağlar. Kaldıraç, farklı semboller arasında değişiklik gösterir.", "1028211549": "Tüm alanlar gereklidir", @@ -791,6 +795,7 @@ "1057904606": "D'Alembert Stratejisi konseptinin, bir kayıptan sonra sözleşme boyutunu artıracağı Martingale Stratejisine benzer olduğu söyleniyor. D’Alembert Stratejisi ile başarılı bir ticaretten sonra sözleşme boyutunuzu da azaltabilirsiniz.", "1061308507": "{{ contract_type }} satın al", "1062536855": "Equals", + "1065353420": "110+", "1065498209": "Yineleme (1)", "1069347258": "Kullandığınız doğrulama bağlantısı geçersiz veya süresi dolmuş. Lütfen yenisini isteyin.", "1069576070": "Satınalma kilidi", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Satıldı: {{sold_for}}", "1492686447": "MT5 Financial STP hesabınız, Deriv (FX) Ltd. aracılığıyla açılacaktır. Bu hesaptaki tüm işlemler, Labuan Financial Service Authority (LFSA) düzenlemelerine ve yönergelerine tabidir. Deriv hesabınız da dahil olmak üzere diğer hesaplarınızın hiçbiri Labuan Financial Service Authority'nin (LFSA) düzenlemelerine ve yönergelerine tabi değildir.", "1493673429": "E-posta değiştir", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Gerçek Deriv Çarpanları hesabı ekle", "1499080621": "Geçersiz bir işlem gerçekleştirilmeye çalışıldı.", @@ -1273,6 +1279,7 @@ "1700233813": "{{selected_value}} konumundan aktarıma izin verilmiyor. Lütfen açılır listeden başka bir hesap seçin", "1708413635": "{{currency_name}} ({{currency}}) hesabınız için", "1709859601": "Çıkış Noktası Zamanı", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Beklenen hesap cirosu", "1711676335": "kare kök", "1711929663": "Fonlarınız aktarıldı", @@ -1323,6 +1330,7 @@ "1761762171": "Hata anında son işlemi yeniden başlat (bot başarısız alım satım işlemini yok sayar): {{ checkbox }}", "1762707297": "Telephone numarası", "1763123662": "NIMC makbuzunuzu yükleyin.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Yalnızca harf, sayı ve alt çizgi kullanılabilir.", "1767726621": "Aracı seçin", "1768861315": "Dakika", @@ -1438,7 +1446,7 @@ "1890332321": "Belirli bir metin dizesinin sayı, boşluk, noktalama işaretleri ve semboller gibi karakter sayısını verir.", "1894667135": "Lütfen adres kanıtınızı doğrulayın", "1898670234": "{{opening_day}}, <0> {{opening_date}} tarihinde {{formatted_opening_time} (GMT).", - "1902547203": "MetaTrader 5 macOS uygulaması", + "1902547203": "MetaTrader 5 MacOS uygulaması", "1903437648": "Bulanık fotoğraf algılandı", "1905032541": "Artık kimliğinizi doğrulamaya hazırız", "1905589481": "Hesap para biriminizi değiştirmek isterseniz, lütfen <0>canlı sohbet aracılığıyla bizimle iletişime geçin.", @@ -1576,7 +1584,6 @@ "2055317803": "Bağlantıyı mobil tarayıcınıza kopyalayın", "2057082550": "Güncellenmiş <0>şartlar ve koşullarımızı kabul edin", "2057419639": "Çıkış Noktası", - "2058978040": "{{platform_name_dxtrade}} şifreniz, web ve mobil uygulamalardaki {{platform_name_dxtrade}} hesaplarınıza giriş yapmak içindir.", "2060873863": "Siparişiniz {{order_id}} tamamlandı", "2062912059": "işlev {{ function_name }} {{ function_params }}", "2063655921": "\"Close-to-Low\" sözleşmesini satın alarak, sözleşme süresi boyunca kapanış ve düşük arasındaki farkın çarpan ile çarpımını kazanacaksınız.", @@ -2076,6 +2083,7 @@ "-596920538": "Bağlantıyı kaldır", "-1319725774": "DMT5 Parolası", "-1403020742": "DMT5 parolanız masaüstü, web ve mobil uygulamalardaki Deriv MT5 hesaplarınızda oturum açmak içindir.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "2FA'yı devre dışı bırak", "-200487676": "Etkinleştir", "-1840392236": "Bu doğru kod değil. Lütfen tekrar deneyin.", @@ -2462,7 +2470,7 @@ "-1825471709": "Güçlü ve kullanımı kolay bir platformda tamamen yeni bir ticari deneyim.", "-981017278": "Otomatik ticaret parmaklarınızın ucunda. Kodlama gerekmez.", "-398198412": "Hepsi bir arada FX ve CFD ticaret platformu olan Deriv MT5 (DMT5) ile ticaret yapın.", - "-1793883644": "FX ve CFD'leri özelleştirilebilir, kullanımı kolay bir ticaret platformunda takas edin.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Açık pozisyonlar", "-883103549": "Hesap devre dışı bırakıldı", "-821418875": "Tüccar", @@ -2693,13 +2701,14 @@ "-1917706589": "Deriv hesabınızın {{social_identity_provider}}'dan bağlantısı kesildi. Daha sonra oturum açmak için e-posta adresinizi ve parolanızı kullanın.", "-2017825013": "Anlaşıldı", "-505449293": "Deriv hesabınız için yeni bir parola girin.", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "Hesabınıza yalnızca bu güvenli bağlantıdan giriş yapın, başka bir yerden asla.", + "-2102997229": "Örnekler", + "-82488190": "Yukarıdakileri dikkatlice okudum.", + "-97775019": "Sahte web siteleri, reklamlar veya e-postalara güvenmeyin ve kimlik bilgilerinizi vermeyin.", + "-2142491494": "Tamam, anladım", + "-611136817": "Sahte bağlantılara dikkat edin.", "-1787820992": "Platformlar", + "-1793883644": "FX ve CFD'leri özelleştirilebilir, kullanımı kolay bir ticaret platformunda takas edin.", "-184713104": "Sınırlı riskle kazançlarınızı güçlendirmek için opsiyonlarla sabit ödemeler kazanın veya çarpan ticareti yapın.", "-1571775875": "En amiral gemisi opsiyonlarımız ve çarpanlar ticaret platformumuz.", "-1107320163": "Kodlama gerekmeyecek şekilde işlem yapma sürecini otomatikleştirin.", @@ -2768,8 +2777,16 @@ "-162753510": "Gerçek hesap ekle", "-860609405": "Şifre", "-742647506": "Fon transferi", - "-1874242353": "Fon yükleme", "-1580554423": "Gerçek dünya piyasa hareketlerini simüle eden sentetik endekslerimizde CFD ticareti yapın.", + "-1357917360": "Web terminali", + "-1454896285": "MT5 masaüstü uygulaması Windows XP, Windows 2003 ve Windows Vista tarafından desteklenmez.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Maksimum kaldıraç", + "-511301450": "Belirli bir hesaptaki kripto para birimi ticaretinin kullanılabilirliğini gösterir.", + "-2102641225": "Banka pozisyon yenilemelerinde, forex piyasalarda likidite azalır ve müşteri emirlerinin spread ve işleme süresini artırabilir. Bu durum, yaz saati uygulaması sırasında 21:00 GMT ve gün ışığından yararlanma saati dışında 22:00 GMT civarında gerçekleşir.", + "-495364248": "Marjin call ve stop out seviyesi piyasa durumuna göre zaman zaman değişecektir.", + "-536189739": "Portföyünüzü piyasa açılış boşluğundan kaynaklanan olumsuz piyasa hareketlerinden korumak için, piyasa kapanışından önce finansal hesaplar için sunulan tüm sembollerdeki kaldıracı azaltma ve piyasa açıldıktan sonra tekrar artırma hakkımızı saklı tutuyoruz. Lütfen {{platform}} hesabınızda pozisyonlarınızı her zaman desteklemek için yeterli paranız olduğundan emin olun.", "-712681566": "Uçtan uca değişim", "-1267880283": "{{field_name}} gereklidir", "-2084509650": "{{field_name}} düzgün biçimlendirilmemiş.", @@ -2778,10 +2795,7 @@ "-1673422138": "Bölge/İl uygun biçimde değil.", "-1385484963": "{{platform}} parolanızı değiştirmek için onaylayın", "-1990902270": "Bu işlem, parolayı tüm {{platform}} hesaplarınıza değiştirecektir.", - "-1357917360": "Web terminali", - "-1454896285": "MT5 masaüstü uygulaması Windows XP, Windows 2003 ve Windows Vista tarafından desteklenmez.", "-673424733": "Demo hesabı", - "-1066565281": "Sunucu bakımı her Pazar 06:00'da (TSİ) başlar ve 2 saate kadar sürebilir. Bu süre içinde hizmet kesintiye uğrayabilir.", "-1986258847": "Sunucu bakımı her Pazar 01:00 GMT'de başlar ve bu işlemin tamamlanması 2 saate kadar sürebilir. Hizmet bu süre zarfında kesintiye uğrayabilir.", "-1199152768": "Lütfen diğer platformlarımızı inceleyin.", "-205020823": "{{platform_name_trader}} Keşfedin", @@ -2800,6 +2814,7 @@ "-1917043724": "DMT5 yatırımcı parolasını sıfırla", "-1087845020": "ana", "-1950683866": "yatırımcı", + "-1874242353": "Fon yükleme", "-89838213": "Eğer bakiyeniz<1> veya daha az ise demo hesabınıza ek yükleyebilirsiniz.", "-1211122723": "{{ platform }} {{ account_title }} hesabı", "-78895143": "Mevcut bakiye", @@ -2807,18 +2822,13 @@ "-490244964": "Forex, stoklar, hisse senedi endeksleri, kripto para birimleri", "-1368041210": ", sentetik endeksler", "-877064208": "EUR", - "-1302404116": "Maksimum kaldıraç", "-1284221303": "Eğer hesap bakiyeniz durdurma seviyesine yaklaşırsa marjin call olarak bilinen bir uyarı alacaksınız.", "-1848799829": "Stop out'u anlamak için önce, öz sermayenizin (o noktada tüm pozisyonlarınızı kapatırsanız sahip olacağınız toplam bakiye) o anda kullanmakta olduğunuz marjine oranı olan marjin seviyesini öğrenmelisiniz. Marjin seviyeniz stop out seviyemizin altına düşerse, sizi daha fazla zarardan korumak için pozisyonlarınız otomatik olarak kapatılabilir.", "-224051432": "7/24", - "-511301450": "Belirli bir hesaptaki kripto para birimi ticaretinin kullanılabilirliğini gösterir.", "-1591882610": "Sentetikler", "-70716111": "FX-majörler (standart/mikro lotlar), FX-minörler, basket indeksleri, emtialar, kripto paralar, ve hisse senetleri ve hisse senedi endeksleri", "-1041629137": "FX-majörler, FX-minörler, FX-egzotikler, ve kripto paralar", "-287097947": "FX - majörler (standart/mikro lotlar), FX-minörler, Emtialar, Kripto para birimleri (Birleşik Krallık hariç)", - "-2102641225": "Banka pozisyon yenilemelerinde, forex piyasalarda likidite azalır ve müşteri emirlerinin spread ve işleme süresini artırabilir. Bu durum, yaz saati uygulaması sırasında 21:00 GMT ve gün ışığından yararlanma saati dışında 22:00 GMT civarında gerçekleşir.", - "-495364248": "Marjin call ve stop out seviyesi piyasa durumuna göre zaman zaman değişecektir.", - "-536189739": "Portföyünüzü piyasa açılış boşluğundan kaynaklanan olumsuz piyasa hareketlerinden korumak için, piyasa kapanışından önce finansal hesaplar için sunulan tüm sembollerdeki kaldıracı azaltma ve piyasa açıldıktan sonra tekrar artırma hakkımızı saklı tutuyoruz. Lütfen {{platform}} hesabınızda pozisyonlarınızı her zaman desteklemek için yeterli paranız olduğundan emin olun.", "-1225160479": "Mevcut hesapları karşılaştırın", "-2042845290": "Yatırımcı parolanız değiştirildi.", "-1882295407": "Parolanız değiştirildi.", diff --git a/packages/translations/src/translations/vi.json b/packages/translations/src/translations/vi.json index 15a31be4c744..e5386ada1f3d 100644 --- a/packages/translations/src/translations/vi.json +++ b/packages/translations/src/translations/vi.json @@ -74,7 +74,6 @@ "111931529": "Tổng tiền cược tối đa qua 7 ngày", "113378532": "ETH/USD", "113884303": "Chỉ số Đức", - "113933902": "Tải ứng dụng Deriv X", "115032488": "Giá mua và Lãi/Lỗ", "116005488": "Chỉ số", "117318539": "Mật khẩu phải có chữ cái viết thường và viết hoa kèm theo số.", @@ -220,7 +219,6 @@ "312300092": "Cắt các khoảng trống trong một chuỗi hoặc văn bản đã cho.", "313298169": "Dịch vụ thu ngân của chúng tôi tạm thời ngừng hoạt động do bảo trì hệ thống. Bạn có thể truy cập tới Thu ngân sau vài phút khi quá trình bảo trì hoàn tất.", "313741895": "Khung này trả về \"Đúng\" nếu nến cuối cùng có màu đen. Nó có thể được đặt ở bất cứ đâu trên biểu đồ, ngoại trừ trong khung tham số Giao dịch gốc.", - "314357202": "Nhấn vào nút <0>Đổi mật khẩu để đổi mật khẩu {{platform_name_dxtrade}} của bạn.", "315306603": "Bạn có một tài khoản vẫn chưa chọn loại tiền tệ mặc định. Vui lòng chọn một loại tiền tệ để giao dịch với tài khoản này.", "316694303": "Nến màu đen?", "317601768": "Chủ đề", @@ -301,6 +299,7 @@ "411482865": "Thêm tài khoản {{deriv_account}}", "412433839": "Tôi đồng ý với <0>Các điều kiện và điều khoản sử dụng.", "413594348": "Chỉ có chữ cái, số, dấu cách, gạch nối, dấu chấm và dấu gạch chéo về phía trước được cho phép.", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "Bạn sẽ không thể thay đổi loại tiền tệ sau khi bạn nạp tiền.", "420072489": "Tần xuất giao dịch CFD", "422055502": "Từ", @@ -484,10 +483,12 @@ "659482342": "Hãy nhớ rằng bạn có trách nhiệm giữ cho câu trả lời của mình chính xác và cập nhật. Bạn có thể cập nhật chi tiết cá nhân của mình bất kỳ lúc nào trong phần cài đặt tài khoản của mình.", "660481941": "Để truy cập các ứng dụng dành cho thiết bị di động của bạn và các ứng dụng bên thứ ba khác, trước tiên bạn cần tạo mã thông báo API.", "660991534": "Kết thúc", + "662578726": "Available", "662609119": "Tải ứng dụng MT5", "665089217": "Vui lòng gửi <0>bằng chứng nhận dạng để xác thực tài khoản và truy cập vào Quỹ của bạn.", "665777772": "XLM/USD", "665872465": "Trong ví dụ dưới đây, giá mở cửa được chọn, sau đó được gán cho một biến được gọi là \"op\".", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "ZEC/USD", "673915530": "Thẩm quyền và sự chọn lựa luật pháp", "676159329": "Không thể đổi về tài khoản mặc định.", @@ -537,6 +538,7 @@ "731382582": "BNB/USD", "734390964": "Số dư tài khoản không đủ", "734881840": "sai", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "Mảng Biên Bollinger (BBA)", "745656178": "Sử dụng khung này để bán hợp đồng của bạn \btại giá thị trường.", "745674059": "Trả về ký tự cụ thể từ một chuỗi văn bản đã cho theo tùy chọn. ", @@ -731,6 +733,7 @@ "995563717": "không {{ boolean }}", "999008199": "văn bản", "1001160515": "Bán", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "Nên bắt đầu bằng chữ cái hoặc số và có thể chứa dấu gạch ngang, dấu chấm và dấu gạch chéo.", "1004127734": "Gửi email", "1006458411": "Lỗi", @@ -749,6 +752,7 @@ "1023643811": "Khung này mua hợp đồng của một loại xác định.", "1023795011": "Chẵn/Lẻ", "1024205076": "Hoạt động lý luận", + "1025887996": "Negative Balance Protection", "1026046972": "Vui lòng nhập số tiền thanh toán thấp hơn {{max_payout}}.", "1027098103": "Đòn bẩy cung cấp cho bạn khả năng giao dịch một vị trí lớn hơn bằng cách sử dụng vốn hiện có của bạn. Đòn bẩy thay đổi trên các biểu tượng khác nhau.", "1028211549": "Yêu cầu nhập đủ tất cả các ô", @@ -791,6 +795,7 @@ "1057904606": "Khái niệm về Chiến lược D’Alembert được cho là tương tự như Chiến lược Martingale nơi bạn sẽ tăng quy mô hợp đồng sau khi thua lỗ. Với Chiến lược D’Alembert, bạn cũng sẽ giảm quy mô hợp đồng sau khi giao dịch thành công.", "1061308507": "Mua {{ contract_type }}", "1062536855": "Tương đương", + "1065353420": "110+", "1065498209": "Phép lặp (1)", "1069347258": "Đường link xác minh bạn đã sử dụng không hợp lệ hoặc đã hết hạn. Vui lòng yêu cầu một link mới.", "1069576070": "Khóa mua", @@ -1131,6 +1136,7 @@ "1491392301": "<0>Bán cho: {{sold_for}}", "1492686447": "Tài khoản MT5 tài chính STP của bạn sẽ được mở thông qua Deriv (FX) Ltd. Tất cả giao dịch trong tài khoản này phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Labuan (LFSA). Không có các tài khoản khác của bạn, bao gồm tài khoản Deriv của bạn, phải tuân theo các quy định và hướng dẫn của Cơ quan dịch vụ tài chính Labuan (LFSA).", "1493673429": "Đổi email", + "1493866481": "Run Deriv X on your browser", "1496810530": "GBP/AUD", "1499074768": "Thêm tài khoản Deriv Multiplier thực", "1499080621": "Đã cố gắng thực hiện một hoạt động không hợp lệ.", @@ -1273,6 +1279,7 @@ "1700233813": "Chuyển tiền từ {{selected_value}} không được phép, Vui lòng chọn một tài khoản khác từ danh sách cuộn", "1708413635": "Cho tài khoản {{currency_name}} {{currency}} của bạn", "1709859601": "Thời gian chốt", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "Doanh thu tài khoản dự kiến", "1711676335": "căn bậc hai", "1711929663": "Tiền của bạn đã được chuyển", @@ -1323,6 +1330,7 @@ "1761762171": "Khởi động lại giao dịch cuối cùng do lỗi (bot bỏ qua giao dịch không thành công): {{ checkbox }}", "1762707297": "Số điện thoại", "1763123662": "Tải lên NIMC của bạn.", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "Chỉ các chữ cái, số và dấu gạch dưới là được phép.", "1767726621": "Chọn đại lý", "1768861315": "Phút", @@ -1576,7 +1584,6 @@ "2055317803": "Sao chép đường dẫn vào trình duyệt trên điện thoại của bạn", "2057082550": "Chấp nhận <0>điều khoản và điều kiện đã cập nhật của chúng tôi", "2057419639": "Điểm chốt", - "2058978040": "Mật khẩu {{platform_name_dxtrade}} của bạn là để đăng nhập vào tài khoản {{platform_name_dxtrade}} của bạn trên web và ứng dụng di động.", "2060873863": "Đơn hàng {{order_id}} của bạn đã hoàn tất", "2062912059": "chức năng {{ function_name }} {{ function_params }}", "2063655921": "Bằng cách mua hợp đồng \"Đóng-tới-Thấp\", bạn sẽ giành được số nhân gấp bội số chênh lệch giữa mức đóng và mức thấp trong suốt thời gian của hợp đồng.", @@ -2076,6 +2083,7 @@ "-596920538": "Bỏ liên kết", "-1319725774": "Mật khẩu DMT5", "-1403020742": "Mật khẩu DMT5 của bạn là để đăng nhập vào tài khoản Deriv MT5 của bạn trên máy tính để bàn, web và ứng dụng di động.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "Hủy bỏ 2FA", "-200487676": "Kích hoạt", "-1840392236": "Mã không đúng. Vui lòng thử lại.", @@ -2462,7 +2470,7 @@ "-1825471709": "Một trải nghiệm giao dịch hoàn toàn mới trên nền tảng mạnh mẽ và dễ sử dụng.", "-981017278": "Giao dịch tự động ngay trong tầm tay. Không cần có kiến thức về lập trình.", "-398198412": "Giao dịch trên Deriv MT5 (DMT5), nền tảng giao dịch FX và CFD tất cả trong một.", - "-1793883644": "Giao dịch FX và CFD trên nền tảng giao dịch có thể tùy chỉnh, dễ sử dụng.", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "Vị thế mở", "-883103549": "Hủy tài khoản", "-821418875": "Nhà giao dịch", @@ -2700,6 +2708,7 @@ "-2142491494": "OK, got it", "-611136817": "Beware of fake links.", "-1787820992": "Nền tảng", + "-1793883644": "Giao dịch FX và CFD trên nền tảng giao dịch có thể tùy chỉnh, dễ sử dụng.", "-184713104": "Kiếm các khoản thanh toán cố định với các tùy chọn hoặc hệ số giao dịch để tăng lợi nhuận của bạn với rủi ro hạn chế.", "-1571775875": "Các tùy chọn hàng đầu và nền tảng giao dịch số nhân của chúng tôi.", "-1107320163": "Tự động hóa giao dịch của bạn, không cần hiểu biết về lập trình.", @@ -2768,8 +2777,16 @@ "-162753510": "Thêm tài khoản thực", "-860609405": "Mật khẩu", "-742647506": "Chuyển khoản", - "-1874242353": "Nạp vốn", "-1580554423": "Giao dịch CFD trên các chỉ số tổng hợp của chúng tôi mô phỏng các biến động thị trường thực tế.", + "-1357917360": "Thiết bị đầu cuối web", + "-1454896285": "Ứng dụng MT5 máy tính không hỗ trợ bởi các hệ điều hành Windows XP, Windows 2003, và Windows Vista.", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "Đòn bẩy tối đa", + "-511301450": "Chỉ ra sự khả dụng của giao dịch tiền điện tử trên một tài khoản cụ thể.", + "-2102641225": "Khi ngân hàng hoán đổi lãi suất, thanh khoản trên thị trường Forex bị giảm và có thể làm tăng biên lãi và tăng thời gian xử lý cho các lệnh của khách hàng. Điều này xảy ra vào khoảng 21:00 GMT trong quy ước giờ mùa hè và 22:00 GMT trong quy ước giờ mùa đông.", + "-495364248": "Mức gọi ký quỹ và mức dừng sẽ thay đổi theo thời gian dựa trên điều kiện thị trường.", + "-536189739": "Để bảo vệ danh mục đầu tư của bạn khỏi những biến động bất lợi của thị trường do khoảng cách mở cửa thị trường, chúng tôi có quyền giảm đòn bẩy đối với tất cả các biểu tượng được cung cấp cho tài khoản tài chính trước khi thị trường đóng cửa và tăng trở lại sau khi mở cửa thị trường. Vui lòng đảm bảo rằng bạn có đủ tiền trong tài khoản {{platform}} để hỗ trợ các đơn hàng của bạn mọi lúc.", "-712681566": "Trao đổi ngang hàng (P2P)", "-1267880283": "{{field_name}} là bắt buộc", "-2084509650": "{{field_name}} không được định dạng đúng.", @@ -2778,10 +2795,7 @@ "-1673422138": "Bang/Tỉnh không ở trong một định dạng thích hợp.", "-1385484963": "Xác nhận đổi mật khẩu {{platform}} của bạn", "-1990902270": "Hành động này sẽ thay đổi mật khẩu cho tất cả các tài khoản {{platform}} của bạn.", - "-1357917360": "Thiết bị đầu cuối web", - "-1454896285": "Ứng dụng MT5 máy tính không hỗ trợ bởi các hệ điều hành Windows XP, Windows 2003, và Windows Vista.", "-673424733": "Tài khoản demo", - "-1066565281": "Bảo trì máy chủ bắt đầu từ 06:00 GMT mỗi Chủ nhật. Quá trình này có thể mất 2 giờ. Dịch vụ có thể bị gián đoạn trong thời gian này.", "-1986258847": "Bảo trì máy chủ bắt đầu lúc 01:00 GMT mỗi Chủ Nhật, và quá trình này có thể mất tối đa 2 giờ để hoàn thành. Dịch vụ có thể bị gián đoạn trong thời gian này.", "-1199152768": "Vui lòng tìm hiểu các nền tảng khác của chúng tôi.", "-205020823": "Khám phá {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "Đặt lại mật khẩu nhà đầu tư DMT5", "-1087845020": "chính", "-1950683866": "nhà đầu tư", + "-1874242353": "Nạp vốn", "-89838213": "Bạn có thể nạp thêm vốn ảo vào tài khoản demo của mình với mức <0> nếu số dư của bạn từ <1> trở xuống.", "-1211122723": "Tài khoản {{ account_title }} {{ platform }}", "-78895143": "Số dư hiện tại", @@ -2807,18 +2822,13 @@ "-490244964": "Ngoại hối, chứng khoán, chỉ số chứng khoán, tiền mã hóa", "-1368041210": ", các chỉ số tổng hợp", "-877064208": "EUR", - "-1302404116": "Đòn bẩy tối đa", "-1284221303": "Bạn sẽ nhận được một cảnh báo, được gọi là cuộc gọi khoảng ký quỹ, nếu số dư tài khoản của bạn giảm xuống gần mức dừng.", "-1848799829": "Để hiểu về ngưng giao dịch, trước tiên bạn cần tìm hiểu về mức ký quỹ, là tỷ lệ vốn chủ sở hữu của bạn (tổng số dư bạn sẽ có nếu đóng tất cả các vị thế của mình tại thời điểm đó) với mức ký quỹ bạn đang sử dụng tại thời điểm này. Nếu mức ký quỹ của bạn giảm xuống dưới mức dừng của chúng tôi, các vị thế của bạn có thể tự động bị đóng để bảo vệ bạn khỏi bị thua lỗ thêm.", "-224051432": "24/7", - "-511301450": "Chỉ ra sự khả dụng của giao dịch tiền điện tử trên một tài khoản cụ thể.", "-1591882610": "Chỉ số tổng hợp", "-70716111": "Cặp tiền tệ chính (lô tiêu chuẩn/nhỏ), cặp tiền tệ thứ yếu, giỏ chỉ số, hàng hoá thương mại, cryptocurrency, chứng khoán và các chỉ số tài chính", "-1041629137": "Các cặp ngoại hối chính, phụ, ngoại lai và tiền điện tử", "-287097947": "Hàng hóa thương mại, tiền điện tử, FX-majors (standard/micro lots), FX-minors (ngoại trừ Vương quốc Anh)", - "-2102641225": "Khi ngân hàng hoán đổi lãi suất, thanh khoản trên thị trường Forex bị giảm và có thể làm tăng biên lãi và tăng thời gian xử lý cho các lệnh của khách hàng. Điều này xảy ra vào khoảng 21:00 GMT trong quy ước giờ mùa hè và 22:00 GMT trong quy ước giờ mùa đông.", - "-495364248": "Mức gọi ký quỹ và mức dừng sẽ thay đổi theo thời gian dựa trên điều kiện thị trường.", - "-536189739": "Để bảo vệ danh mục đầu tư của bạn khỏi những biến động bất lợi của thị trường do khoảng cách mở cửa thị trường, chúng tôi có quyền giảm đòn bẩy đối với tất cả các biểu tượng được cung cấp cho tài khoản tài chính trước khi thị trường đóng cửa và tăng trở lại sau khi mở cửa thị trường. Vui lòng đảm bảo rằng bạn có đủ tiền trong tài khoản {{platform}} để hỗ trợ các đơn hàng của bạn mọi lúc.", "-1225160479": "So sánh các tài khoản có sẵn", "-2042845290": "Mật khẩu nhà đầu tư của bạn đã được đổi.", "-1882295407": "Mật khẩu của bạn đã được đổi.", diff --git a/packages/translations/src/translations/zh_cn.json b/packages/translations/src/translations/zh_cn.json index 7e8be858a2eb..512a360168f4 100644 --- a/packages/translations/src/translations/zh_cn.json +++ b/packages/translations/src/translations/zh_cn.json @@ -74,7 +74,6 @@ "111931529": "7天内最大总投注金额", "113378532": "以太币/美元", "113884303": "德国指数", - "113933902": "下载 Deriv X 应用程序", "115032488": "买入价和损益", "116005488": "指标", "117318539": "密码必须有大小写英文字母和数字。", @@ -220,7 +219,6 @@ "312300092": "指定字串或文本范围内修整空格。", "313298169": "由于系统维护,收银台暂时无法使用。数分钟后一旦维护完成,您即可访问收银台。", "313741895": "如上一个烛形线是黑色,此程序块将返回“真”。它能放在画布上任何位置,除了交易参数根块的范围内。", - "314357202": "点击 <0>更改密码 按钮以更改 {{platform_name_dxtrade}} 密码。", "315306603": "您的账户还未指定货币种。请选择此账户的交易币种。", "316694303": "黑色的蜡烛图线?", "317601768": "主题", @@ -301,6 +299,7 @@ "411482865": "添加 {{deriv_account}} 账户", "412433839": "我同意<0>条款和条件.", "413594348": "只允许字母、数字、空格、连字符、句号和正斜杠。", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "存款后将无法更改币种.", "420072489": "差价合约交易频率", "422055502": "从", @@ -484,10 +483,12 @@ "659482342": "请记住,保持准确和更新的答复是您的责任。您可随时到账户设置更新您的个人资料。", "660481941": "首先您必须生成API令牌才能够访问您的移动应用程序和其他第三方应用程序。", "660991534": "完成", + "662578726": "Available", "662609119": "下载 MT5 应用程序", "665089217": "请提交<0>身份证明以验证账户并访问收银台。", "665777772": "恒星币/美元", "665872465": "下例中,先选定开盘价,然后分配予称为\"op\"的变量。", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "大零币/美元", "673915530": "管辖和法律规定", "676159329": "无法转换至默认账户。", @@ -537,6 +538,7 @@ "731382582": "币安币/美元", "734390964": "余额不足", "734881840": "假", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "布林线数组(BBA)", "745656178": "用此程序块以市价卖出合约。", "745674059": "根据选定选项从提供的文本字串中返回指定字符。 ", @@ -731,6 +733,7 @@ "995563717": "不是{{ boolean }}", "999008199": "文本", "1001160515": "卖出", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "应以字母或数字开始,可包含连字符、句点和斜线。", "1004127734": "发送邮件", "1006458411": "错误", @@ -749,6 +752,7 @@ "1023643811": "此程序块买入指定类型的合约。", "1023795011": "偶/奇", "1024205076": "逻辑运作", + "1025887996": "Negative Balance Protection", "1026046972": "请输入小于{{max_payout}} 的赔付额。", "1027098103": "杠杆使您能够以现有资本进行更大头寸交易。杠杆因不同符号而异。", "1028211549": "全为必填字段", @@ -791,6 +795,7 @@ "1057904606": "D’Alembert 策略的概念据说与马丁格尔(Martingale) 策略相同,即在蒙受亏损时增加合约投注金额。采用D’Alembert 策略后,当交易获利时您将减少合约投注金额。", "1061308507": "买入 {{ contract_type }}", "1062536855": "相等于", + "1065353420": "110+", "1065498209": "循环 (1)", "1069347258": "您使用的验证链接无效或已过期。请要求一个新的。", "1069576070": "买入被锁定", @@ -1131,6 +1136,7 @@ "1491392301": "<0>卖价: {{sold_for}}", "1492686447": "您的 MT5 金融 STP 账户将通过 Deriv(FX)有限公司开立。该账户的所有交易均受 Labuan 金融服务管理局(LFSA)的法规和准则的约束。所有其他账户,包括您的Deriv账户,均不受 Labuan 金融服务管理局(LFSA)的法规和准则的约束。", "1493673429": "更改电子邮件地址", + "1493866481": "Run Deriv X on your browser", "1496810530": "英镑/澳元", "1499074768": "添加真实 Deriv 乘数账户", "1499080621": "尝试执行无效的操作。", @@ -1273,6 +1279,7 @@ "1700233813": "不允许来自{{selected_value}} 的转汇,请从下拉菜单中选择另一个账户", "1708413635": "用于 {{currency_name}} ({{currency}}) 账户", "1709859601": "退市现价时间", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "预期的账户交易额", "1711676335": "平方根", "1711929663": "您的资金已成功转账", @@ -1323,6 +1330,7 @@ "1761762171": "出现错误时重启上一个交易(机器人会忽略失败的交易):{{ checkbox }}", "1762707297": "电话号码", "1763123662": "上传 NIMC 单据。", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "只允许字母、数字和下划线。", "1767726621": "选择代理", "1768861315": "分钟", @@ -1576,7 +1584,6 @@ "2055317803": "复制链接到您的手机浏览器", "2057082550": "接受更新<0>条款和条件", "2057419639": "退市现价", - "2058978040": "您的 {{platform_name_dxtrade}} 密码用于登录网络和手机应用上的 {{platform_name_dxtrade}} 账户。", "2060873863": "订单 {{order_id}} 已完成", "2062912059": "功能 {{ function_name }} {{ function_params }}", "2063655921": "透过购入“收盘至最低值”合约,您将赢取合约期间内乘数值乘以收盘与最低值之间的差额。", @@ -2076,6 +2083,7 @@ "-596920538": "解除链接", "-1319725774": "DMT5 密码", "-1403020742": "DMT5 密码是用于登录桌面、网络和手机应用上的 Deriv MT5 账户。", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "禁用 2FA", "-200487676": "启用", "-1840392236": "代码不正确。请重试。", @@ -2462,7 +2470,7 @@ "-1825471709": "功能强大又容易使用的平台全新交易体验。", "-981017278": "触手可及的自动交易。无需编码。", "-398198412": "在一体式外汇和差价合约交易平台 Deriv MT5(DMT5)交易。", - "-1793883644": "在可自定义、容易使用的交易平台交易外汇和差价合约。", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "空缺", "-883103549": "账户已停用", "-821418875": "交易者", @@ -2693,13 +2701,14 @@ "-1917706589": "您的Deriv账户已与{{social_identity_provider}} 解除链接。以后请用电子邮件和密码登录。", "-2017825013": "知道了", "-505449293": "输入Deriv账户的新密码。", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "只能通过此安全链接登录账户,切勿在其他地方登录。", + "-2102997229": "例如", + "-82488190": "我已经仔细阅读了以上内容。", + "-97775019": "不要信任虚假网站、广告或电子邮件并泄露凭证。", + "-2142491494": "好,明白了", + "-611136817": "当心虚假链接。", "-1787820992": "平台", + "-1793883644": "在可自定义、容易使用的交易平台交易外汇和差价合约。", "-184713104": "通过期权或乘数交易赚取固定赔付,在有限风险下扩大收益。", "-1571775875": "我们的旗舰期权和乘数交易平台。", "-1107320163": "不须程序代码,将您的交易构思自动化.", @@ -2768,8 +2777,16 @@ "-162753510": "添加真实账户", "-860609405": "密码", "-742647506": "资金转汇", - "-1874242353": "资金充值", "-1580554423": "在模拟真实市场走势的综合指数交易差价合约。", + "-1357917360": "Web 终端", + "-1454896285": "Windows XP、Windows 2003 和 Windows Vista不支持 MT5 桌面应用程序。", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "最大杠杆", + "-511301450": "指出特定账户交易加密货币的可行性。", + "-2102641225": "银行展期交割时,外汇市场的流动性会降低,客户订单的利差和处理时间可能会增加。这种情况发生在夏时制期间的格林尼治标准时间21:00 左右,以及非夏时制期间的格林尼治标准时间 22:00 左右。", + "-495364248": "追加保证金和止损水平将根据市场情况不时变更。", + "-536189739": "为了保护您的投资组合免受开盘价差异导致的不利市场变动的影响,我们保留在收市前降低所有提供的金融账户代码杠杆,并在开市后再次增加杠杆的权利。请确保您的 {{platform}} 账户有足够的资金能随时支持您的头寸。", "-712681566": "对等交换", "-1267880283": "{{field_name}} 是必填项", "-2084509650": "{{field_name}} 的格式不正确。", @@ -2778,10 +2795,7 @@ "-1673422138": "州/省/区的格式不正确。", "-1385484963": "确认更改 {{platform}} 密码", "-1990902270": "这将更改用在所有 {{platform}} 账户的密码。", - "-1357917360": "Web 终端", - "-1454896285": "Windows XP、Windows 2003 和 Windows Vista不支持 MT5 桌面应用程序。", "-673424733": "演示账户", - "-1066565281": "服务器维护从每个星期日的格林尼治标准时间06:00开始,可能需要2个小时。此期间内服务可能会中断。", "-1986258847": "服务器维护每个星期日从格林尼治标准时间01:00开始,且此过程最多可能需要2个小时才能完成。此期间内服务可能会中断。", "-1199152768": "请探索我们其他的平台。", "-205020823": "探索 {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "重置DMT5投资者密码", "-1087845020": "主页", "-1950683866": "投资者", + "-1874242353": "资金充值", "-89838213": "如果您的余额为<1>或更低,您可以在演示账户内添加<0> 。", "-1211122723": "{{ platform }} {{ account_title }} 账户", "-78895143": "当前余额", @@ -2807,18 +2822,13 @@ "-490244964": "外汇、股票、股票指数、加密货币", "-1368041210": ",综合指数", "-877064208": "欧元", - "-1302404116": "最大杠杆", "-1284221303": "如您的账户余额降至接近止损水平,您将收到名为追加保证金的警告。", "-1848799829": "要了解止损是什么,首先您需要了解关于保证金水平,即权益(如将此时所有持仓头寸平仓的总余额)对正在使用的保证金的比率。如果您的保证金水平低于我们的止损水平,您的头寸将自动平仓以防止更大的亏损。", "-224051432": "全天候", - "-511301450": "指出特定账户交易加密货币的可行性。", "-1591882610": "综合", "-70716111": "外汇-主要货币对(标准/微手)、 外汇-次要货币对、篮子指数、大宗商品、加密货币、以及股票和股票指数", "-1041629137": "外汇-主要货币对、外汇-次要货币对、外汇-奇异货币对、和加密货币", "-287097947": "外汇-主要货币对(标准/微手), 外汇-次要货币对, 大宗商品, 加密货币(除了英国)", - "-2102641225": "银行展期交割时,外汇市场的流动性会降低,客户订单的利差和处理时间可能会增加。这种情况发生在夏时制期间的格林尼治标准时间21:00 左右,以及非夏时制期间的格林尼治标准时间 22:00 左右。", - "-495364248": "追加保证金和止损水平将根据市场情况不时变更。", - "-536189739": "为了保护您的投资组合免受开盘价差异导致的不利市场变动的影响,我们保留在收市前降低所有提供的金融账户代码杠杆,并在开市后再次增加杠杆的权利。请确保您的 {{platform}} 账户有足够的资金能随时支持您的头寸。", "-1225160479": "比较可用账户", "-2042845290": "您的投资者密码已被更改.", "-1882295407": "您的密码已被更改。", diff --git a/packages/translations/src/translations/zh_tw.json b/packages/translations/src/translations/zh_tw.json index 51dd571d8656..61b674f32c0e 100644 --- a/packages/translations/src/translations/zh_tw.json +++ b/packages/translations/src/translations/zh_tw.json @@ -74,7 +74,6 @@ "111931529": "7天內最大總投注金額", "113378532": "以太幣/美元", "113884303": "德國指數", - "113933902": "下載 Deriv X 應用程式", "115032488": "買入價和損益", "116005488": "指標", "117318539": "密碼必須有大小寫英文字母和數字。", @@ -220,7 +219,6 @@ "312300092": "指定字串或文字範圍內修剪空間。", "313298169": "由於系統維護,收銀台暫時無法使用。數分鐘後一旦維護完成,即可存取收銀台。", "313741895": "如上一個燭形線是黑色,此區塊將返回「真」。它能放在畫布上任何位置,除了交易參數根塊的範圍內。", - "314357202": "點選<0>更改密碼按鈕以更改 {{platform_name_dxtrade}} 密碼。", "315306603": "帳戶還未指定貨幣種。請選擇此帳戶的交易幣種。", "316694303": "燭線是黑色的?", "317601768": "主題", @@ -301,6 +299,7 @@ "411482865": "新增 {{deriv_account}} 帳戶", "412433839": "本人同意<0>條款和條件。", "413594348": "只允許字母、數字、空格、連字號、句號和斜線。", + "417714706": "If your margin level drops below our stop out level, your positions may be closed automatically to protect you from further losses.", "417864079": "存款後將無法更改幣種。", "420072489": "差價合約交易頻率", "422055502": "從", @@ -484,10 +483,12 @@ "659482342": "請記住,保持準確和更新的答覆是您的責任。可隨時到帳戶設定更新您的個人資料。", "660481941": "首先必須生成 API 權杖才能夠存取行動應用程式和其他第三方應用程式。", "660991534": "完成", + "662578726": "Available", "662609119": "下載 MT5 應用程式", "665089217": "請提交 <0>身份證明以驗證帳戶並存取收銀台。", "665777772": "恆星幣/美元", "665872465": "下例中,先選定開盤價,然後分配予稱為「op」的變數。", + "668344562": "Synthetics, FX majors (standard/micro lots), FX minors, basket indices, commodities, and cryptocurrencies", "672008428": "大零幣/美元", "673915530": "管轄和法律規定", "676159329": "無法轉換至預設帳戶。", @@ -537,6 +538,7 @@ "731382582": "幣安幣/美元", "734390964": "餘額不足", "734881840": "假", + "742676532": "Trade CFDs on forex, derived indices, cryptocurrencies, and commodities with high leverage.", "744110277": "布林通道陣列(BBA)", "745656178": "用此區塊以市價賣出合約。", "745674059": "根據選定選項從提供的文字字串中返回指定字元。 ", @@ -731,6 +733,7 @@ "995563717": "不是 {{ boolean }}", "999008199": "文字", "1001160515": "賣出", + "1001749987": "You’ll get a warning, named margin call, if your account balance drops down close to the stop out level.", "1003876411": "應以字母或數位開始,可包含連字號、句號和斜線。", "1004127734": "傳送郵件", "1006458411": "錯誤", @@ -749,6 +752,7 @@ "1023643811": "此區塊買入指定類型的合約。", "1023795011": "偶/奇", "1024205076": "邏輯操作", + "1025887996": "Negative Balance Protection", "1026046972": "請輸入小於{{max_payout}} 的賠付額。", "1027098103": "槓桿使您能夠以現有資本進行更大頭寸交易。槓桿因不同符號而異。", "1028211549": "所有欄位都需要", @@ -791,6 +795,7 @@ "1057904606": "D’Alembert 策略的概念據說與馬丁格爾(Martingale)策略相同,即在蒙受虧損時增加合約投注金額。採用 D’Alembert 策略後,當交易獲利時將減少合約投注金額。", "1061308507": "買入 {{ contract_type }}", "1062536855": "等於", + "1065353420": "110+", "1065498209": "反覆 (1)", "1069347258": "使用的驗證連結無效或已過期。請要求新的。", "1069576070": "買入被鎖定", @@ -1131,6 +1136,7 @@ "1491392301": "<0>賣價: {{sold_for}}", "1492686447": "MT5 金融 STP 帳戶將通過 Deriv(FX)有限公司開立。該帳戶的所有交易均受納閩金融服務管理局(LFSA)的規定和準則的約束。所有其他帳戶,包括 Deriv 帳戶,均不受納閩金融服務管理局(LFSA)的法規和準則的約束。", "1493673429": "更改電子郵件地址", + "1493866481": "Run Deriv X on your browser", "1496810530": "英鎊/澳元", "1499074768": "新增真實 Deriv 乘數帳戶", "1499080621": "嘗試執行無效的操作。", @@ -1273,6 +1279,7 @@ "1700233813": "不允許來自 {{selected_value}} 的轉匯,請從下拉清單中選擇另一個帳戶", "1708413635": "用於 {{currency_name}} ({{currency}}) 帳戶", "1709859601": "退市現價時間", + "1710662619": "If you have the app, launch it to start trading.", "1711013665": "預期的帳戶交易額", "1711676335": "平方根", "1711929663": "資金已成功轉帳", @@ -1323,6 +1330,7 @@ "1761762171": "出現錯誤時重啟上一個交易(機器人會忽略失敗的交易):{{ checkbox }}", "1762707297": "電話號碼", "1763123662": "上傳 NIMC 收據。", + "1766212789": "Server maintenance starts at 06:00 GMT every Sunday and may last up to 2 hours. You may experience service disruption during this time.", "1766993323": "只允許字母、數字和底線。", "1767726621": "選擇代理", "1768861315": "分鐘", @@ -1576,7 +1584,6 @@ "2055317803": "複製連結到手機瀏覽器", "2057082550": "接受更新<0>條款和條件", "2057419639": "退市現價", - "2058978040": "{{platform_name_dxtrade}} 密碼用於登入網絡和手機應用上的 {{platform_name_dxtrade}} 帳戶。", "2060873863": "訂單 {{order_id}} 已完成", "2062912059": "功能 {{ function_name }} {{ function_params }}", "2063655921": "透過購入「收盤至最低值」 合約,將贏取合約期間內乘數值乘以收盤與最低值之間的差額。", @@ -2076,6 +2083,7 @@ "-596920538": "解除連結", "-1319725774": "DMT5 密碼", "-1403020742": "DMT5 密碼是用於登入桌面、網絡和手機應用上的 Deriv MT5 帳戶.", + "-9570380": "Use the {{platform_name_dxtrade}} password to log in to your {{platform_name_dxtrade}} accounts on the web and mobile apps.", "-412891493": "禁用 2FA", "-200487676": "啟用", "-1840392236": "代碼不正確。請重試。", @@ -2462,7 +2470,7 @@ "-1825471709": "功能強大又容易使用的平台全新交易體驗。", "-981017278": "觸手可及的自動交易。無需編碼。", "-398198412": "在一體式外匯和差價合約交易平台 Deriv MT5(DMT5)交易。", - "-1793883644": "在可自訂、容易使用的交易平台交易外匯和差價合約。", + "-1768586966": "Trade CFDs on a customizable, easy-to-use trading platform.", "-1309011360": "空缺", "-883103549": "帳戶已停用", "-821418875": "交易者", @@ -2693,13 +2701,14 @@ "-1917706589": "Deriv帳戶已與{{social_identity_provider}} 解除連結。以後請用電子郵件和密碼登入。", "-2017825013": "知道了", "-505449293": "輸入Deriv 帳戶的新密碼。", - "-703818088": "Only log in to your account at this secure link, never elsewhere.", - "-2102997229": "Examples", - "-82488190": "I've read the above carefully.", - "-97775019": "Do not trust and give away your credentials on fake websites, ads or emails.", - "-2142491494": "OK, got it", - "-611136817": "Beware of fake links.", + "-703818088": "僅通過此安全連結登入帳戶,而不是在其他地方。", + "-2102997229": "例如", + "-82488190": "我已經仔細閱讀了以上內容。", + "-97775019": "請勿信任虛假網站、廣告或電子郵件並洩漏憑據。", + "-2142491494": "好,明白了", + "-611136817": "小心虛假連結。", "-1787820992": "平台", + "-1793883644": "在可自訂、容易使用的交易平台交易外匯和差價合約。", "-184713104": "通過期權或乘數交易賺取固定賠付,在有限風險下擴大收益。", "-1571775875": "旗艦期權和乘數交易平台。", "-1107320163": "不須編寫程式代碼,將交易構思自動化.", @@ -2768,8 +2777,16 @@ "-162753510": "新增真實帳戶", "-860609405": "密碼", "-742647506": "基金轉匯", - "-1874242353": "資金充值", "-1580554423": "在模擬真實市場走勢的綜合指數交易差價合約。", + "-1357917360": "Web 終端", + "-1454896285": "Windows XP、Windows 2003 和 Windows Vista 不支援 MT5 桌面應用程式。", + "-810388996": "Download the Deriv X mobile app", + "-1727991510": "Scan the QR code to download the Deriv X Mobile App", + "-1302404116": "最大槓桿", + "-511301450": "指出特定帳戶交易加密貨幣的可行性。", + "-2102641225": "銀行展期交割時,外匯市場的流動性會降低,客戶訂單的利差和處理時間可能會增加。這種情況發生在夏時制期間的格林威治標準時間21:00 左右,以及非夏時制期間的格林威治標準時間22:00 左右。", + "-495364248": "追加保證金和止損水平將根據市場情況不時變更。", + "-536189739": "為了保護投資組合免受開盤價差異導致的不利市場變動的影響,我們保留在收市前降低所有提供的金融帳戶代碼槓桿,並在開市後再次增加槓桿的權利。請確保 {{platform}} 帳戶有足夠的資金能隨時支持頭寸。", "-712681566": "對等兌換", "-1267880283": "{{field_name}} 為必填項", "-2084509650": "{{field_name}} 的格式不正確。", @@ -2778,10 +2795,7 @@ "-1673422138": "州/省的格式不正確。", "-1385484963": "確認更改{{platform}} 密碼", "-1990902270": "這將更改用於所有 {{platform}} 帳戶的密碼。", - "-1357917360": "Web 終端", - "-1454896285": "Windows XP、Windows 2003 和 Windows Vista 不支援 MT5 桌面應用程式。", "-673424733": "示範帳戶", - "-1066565281": "伺服器維護從每週日格林尼治標準時間06:00開始,可能需要2個小時。此期間內服務可能會中斷。", "-1986258847": "伺服器維護每週日從格林尼治標準時間01:00開始,且此過程最多可能需要2個小時才能完成。此期間內服務可能會中斷。", "-1199152768": "請探索我們其它的平台.", "-205020823": "探索 {{platform_name_trader}}", @@ -2800,6 +2814,7 @@ "-1917043724": "重設DMT5投資者密碼", "-1087845020": "首頁", "-1950683866": "投資者", + "-1874242353": "資金充值", "-89838213": "如果餘額為<1>或更低,可以在示範帳戶充值<0>。", "-1211122723": "{{ platform }} {{ account_title }} 帳戶", "-78895143": "目前餘額", @@ -2807,18 +2822,13 @@ "-490244964": "外匯、股票、股票指數、加密貨幣", "-1368041210": ",綜合指數", "-877064208": "歐元", - "-1302404116": "最大槓桿", "-1284221303": "如帳戶餘額降至接近止損水平,將收到名為追加保證金的警告。", "-1848799829": "要了解止損是什麼,首先需要了解關於保證金水平,即股權(如將此時所有持倉頭寸平倉的總餘額)對正在使用的保證金的比率。如果保證金水平低於止損水平,頭寸將自動平倉以防止更大的虧損。", "-224051432": "全天候", - "-511301450": "指出特定帳戶交易加密貨幣的可行性。", "-1591882610": "綜合", "-70716111": "外匯-主要貨幣對(標準/微手)、 外匯-次要貨幣對、籃子指數、大宗商品、加密貨幣、以及股票和股票指數", "-1041629137": "外匯-主要貨幣對、外匯-次要貨幣對、外匯-奇異貨幣對、和加密貨幣", "-287097947": "外匯-主要貨幣對(標準/微手), 外匯-次要貨幣對, 大宗商品, 加密貨幣(除了英國)", - "-2102641225": "銀行展期交割時,外匯市場的流動性會降低,客戶訂單的利差和處理時間可能會增加。這種情況發生在夏時制期間的格林威治標準時間21:00 左右,以及非夏時制期間的格林威治標準時間22:00 左右。", - "-495364248": "追加保證金和止損水平將根據市場情況不時變更。", - "-536189739": "為了保護投資組合免受開盤價差異導致的不利市場變動的影響,我們保留在收市前降低所有提供的金融帳戶代碼槓桿,並在開市後再次增加槓桿的權利。請確保 {{platform}} 帳戶有足夠的資金能隨時支持頭寸。", "-1225160479": "比較可用帳戶", "-2042845290": "投資者密碼已被更改。", "-1882295407": "密碼已被更改.", From e78ac5a143b95698897c9adbfbfb0074de51aaf5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 10:20:46 +0400 Subject: [PATCH 3/3] =?UTF-8?q?translations:=20=F0=9F=93=9A=20sync=20trans?= =?UTF-8?q?lations=20with=20crowdin=20(#6570)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: DerivFE <80095553+DerivFE@users.noreply.github.com> --- packages/translations/src/translations/th.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/translations/src/translations/th.json b/packages/translations/src/translations/th.json index 4f0a77847d2e..e0b61fccbb42 100644 --- a/packages/translations/src/translations/th.json +++ b/packages/translations/src/translations/th.json @@ -2732,17 +2732,17 @@ "-1102904026": "3.2 จัดการเรื่องร้องเรียนของคุณ", "-603378979": "3.3 การแก้ไขข้อร้องเรียนของคุณ", "-697569974": "3.4. การตัดสินใจของคุณ", - "-993572476": "<0>b คณะกรรมการทางการเงินมีเวลา 5 วันในการรับทราบว่าได้รับการร้องเรียนของคุณและ 14 วันในการตอบข้อร้องเรียนผ่านขั้นตอนการระงับข้อพิพาทภายใน (IDR) ของเรา", - "-1769159081": "<0>c คุณจะสามารถยื่นเรื่องร้องเรียนต่อคณะกรรมการทางการเงินได้ก็ต่อเมื่อ คุณไม่พอใจกับการตัดสินใจของเราหรือการตัดสินใจไม่ได้ทําภายใน 14 วัน", - "-58307244": "3. ระยะการกำหนด", - "-356618087": "<0>b DRC อาจขอข้อมูลเพิ่มเติมจากคุณหรือเรา ซึ่งจะต้องให้ข้อมูลที่ร้องขอภายใน 7 วัน", - "-945718602": "<0>b หากคุณเห็นด้วยกับการตัดสินใจของ DRC คุณจะต้องยอมรับภายใน 14 วัน หากคุณไม่ตอบสนองต่อการตัดสินใจของ DRC ภายใน 14 วันการร้องเรียนจะถือว่าปิดการพิจารณา", - "-1500907666": "<0>d หากการตัดสินใจนั้นอยู่ในความโปรดปรานของเรา คุณต้องส่งหนังสือให้เราทราบภายใน 7 วันนับจากวันที่มีการตัดสินใจ และการร้องเรียนจะได้รับการพิจารณาปิด", + "-993572476": "<0>b คณะกรรมการทางการเงินมีเวลา 5 วันในการตอบรับว่าได้รับการร้องเรียนของคุณแล้วและมีเวลา 14 วันในการตอบข้อร้องเรียนผ่านขั้นตอนการระงับข้อพิพาทภายใน (IDR) ของเรา", + "-1769159081": "<0>c คุณจะสามารถยื่นเรื่องร้องเรียนต่อคณะกรรมการทางการเงินได้ก็ต่อเมื่อคุณไม่พอใจกับการตัดสินใจของเราหรือการตัดสินใจนั้นไม่ได้ทําภายใน 14 วัน", + "-58307244": "3. ระยะการตัดสินใจ", + "-356618087": "<0>b DRC อาจขอข้อมูลเพิ่มเติมจากคุณหรือเราผู้ซึ่งจะต้องให้ข้อมูลที่ร้องขอนั้นภายใน 7 วัน", + "-945718602": "<0>b หากคุณเห็นด้วยกับการตัดสินใจของ DRC คุณจำเป็นจะต้องแสดงการยอมรับภายใน 14 วัน แต่หากคุณไม่ตอบสนองต่อการตัดสินใจของ DRC ภายใน 14 วันการร้องเรียนก็จะถือว่าปิดการพิจารณา", + "-1500907666": "<0>d หากการตัดสินใจนั้นเอื้ออำนวยประโยชน์ให้ฝ่ายเรา คุณต้องส่งหนังสือให้เราภายใน 7 วันนับจากวันที่มีการตัดสินใจออกมา แล้วการร้องเรียนก็จะถือว่าปิดการพิจารณาไป", "-429248139": "5. ประกาศความไม่รับผิดชอบต่อเหตุใดๆไว้ล่วงหน้า", - "-818926350": "คณะกรรมการทางการเงินยอมรับการอุทธรณ์เป็นเวลา 45 วันหลังจากวันที่เกิดเหตุการณ์ และหลังจากที่ผู้ซื้อขายได้พยายามแก้ไขปัญหากับ บริษัท โดยตรง", + "-818926350": "คณะกรรมการทางการเงินยอมรับการอุทธรณ์ภายในเวลา 45 วันหลังจากวันที่เกิดเหตุการณ์ และต่อเมื่อภายหลังจากที่ผู้ค้าได้พยายามแก้ไขปัญหากับบริษัทโดยตรงแล้วเท่านั้น", "-175369516": "ยินดีต้อนรับสู่ Deriv X", - "-1667427537": "เรียกใช้ Deriv X บนเบราว์เซอร์ของคุณหรือดาวน์โหลดแอพมือถือ", - "-305915794": "เรียกใช้ MT5 จากเบราว์เซอร์ของคุณ หรือดาวน์โหลดแอพ MT5 สําหรับอุปกรณ์ของคุณ", + "-1667427537": "เรียกใช้ Deriv X บนเบราว์เซอร์ของคุณหรือดาวน์โหลดแอปมือถือ", + "-305915794": "เรียกใช้ MT5 จากเบราว์เซอร์ของคุณ หรือดาวน์โหลดแอป MT5 สําหรับอุปกรณ์ของคุณ", "-404375367": "เทรดฟอเร็กซ์ ดัชนีตะกร้า สินค้าโภคภัณฑ์ และสกุลเงินดิจิทัลด้วยเลเวอเรจสูง", "-811331160": "เทรด CFD ในฟอเร็กซ์ หุ้น ดัชนีหุ้น ดัชนีสังเคราะห์ และสินค้าโภคภัณฑ์ด้วยเลเวอเรจ", "-781132577": "เลเวอเรจ",