diff options
author | Fabio Berger <me@fabioberger.com> | 2018-09-26 21:52:58 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-09-26 21:52:58 +0800 |
commit | f3ad64aa1c2930affbfd074316b5f407580b7523 (patch) | |
tree | 1b3147f468b66a6d7cbaf368cf6913a7ec341907 /packages/website/translations/russian.json | |
parent | d8c68b000b977ce940eb95c234f0ecb435c697d6 (diff) | |
download | dexon-sol-tools-f3ad64aa1c2930affbfd074316b5f407580b7523.tar dexon-sol-tools-f3ad64aa1c2930affbfd074316b5f407580b7523.tar.gz dexon-sol-tools-f3ad64aa1c2930affbfd074316b5f407580b7523.tar.bz2 dexon-sol-tools-f3ad64aa1c2930affbfd074316b5f407580b7523.tar.lz dexon-sol-tools-f3ad64aa1c2930affbfd074316b5f407580b7523.tar.xz dexon-sol-tools-f3ad64aa1c2930affbfd074316b5f407580b7523.tar.zst dexon-sol-tools-f3ad64aa1c2930affbfd074316b5f407580b7523.zip |
Move more text over to translation files
Diffstat (limited to 'packages/website/translations/russian.json')
-rw-r--r-- | packages/website/translations/russian.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/packages/website/translations/russian.json b/packages/website/translations/russian.json index 6ee1eb1d7..038eb72f8 100644 --- a/packages/website/translations/russian.json +++ b/packages/website/translations/russian.json @@ -80,9 +80,14 @@ "HOME": "Rocket.chat", "ROCKETCHAT": "Для разработчиков", "BUILD_A_RELAYER": "build a relayer", - "ETHEREUM_DEVELOPMENT": "ethereum development", - "INTRO_TUTORIAL": "intro tutorial", - "TRADING_TUTORIAL": "trading tutorial", + "BUILD_A_RELAYER_DESCRIPTION": "Learn more about building applications ontop of the Ethereum blockchain", + "DEVELOP_ON_ETHEREUM": "develop on Ethereum", + "DEVELOP_ON_ETHEREUM_DESCRIPTION": "Learn how to build your own 0x relayer from scratch", + "ORDER_BASICS": "0x order basics", + "ORDER_BASICS_DESCRIPTION": "Tutorial on how to create, validate and fill an order over 0x protocol", + "USE_SHARED_LIQUIDITY": "use shared liquidity", + "USE_SHARED_LIQUIDITY_DESCRIPTION": + "Learn how to tap into the 0x shared liquidity pool using the Standard Relayer API", "VIEW_ALL_DOCUMENTATION": "view all documentation", "SANDBOX": "0x.js sandbox", "GITHUB": "github", |