From fe477740e1977280d166e4ca282e940041681254 Mon Sep 17 00:00:00 2001 From: Angus Fretwell Date: Wed, 5 Jul 2017 09:18:47 +1000 Subject: [PATCH] refactor: update downloads text --- src/locales/en.js | 6 +++--- src/locales/ru.js | 23 +++++++++++++++++++++++ src/locales/zh.js | 23 +++++++++++++++++++++++ 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/src/locales/en.js b/src/locales/en.js index f4f8163f..6a4f9170 100644 --- a/src/locales/en.js +++ b/src/locales/en.js @@ -104,12 +104,12 @@ export default { description: 'Download Skycoin Wallet, whitepapers, and infographics.', wallet: { heading: 'Wallet', - lead: 'How To: For simple use, download the appropriate version for your operating system with Electron. Using the version without Electron requires compiling. The wallet software does not require installation and can be used as is. If you already used an earlier version in the past, the new wallet software will look for your wallet file and seed in your default user directory. If you lack a pre existing wallet file and seed, the wallet will create a new one for you.', + lead: 'For simple use, download the Desktop wallet. For advanced use, or slow connections, the CLI wallet provides a UI that runs directly in your browser.', macos: 'MacOS', linux: 'Linux', windows: 'Windows', - withElectron: 'With Electron', - withoutElectron: 'Without Electron', + withElectron: 'Desktop', + withoutElectron: 'CLI', download: 'Download', torrent: 'Torrent', }, diff --git a/src/locales/ru.js b/src/locales/ru.js index 5a80dddb..851a11ad 100644 --- a/src/locales/ru.js +++ b/src/locales/ru.js @@ -104,6 +104,29 @@ export default { }, }, }, + downloads: { + title: 'Downloads', + description: 'Download Skycoin Wallet, whitepapers, and infographics.', + wallet: { + heading: 'Wallet', + lead: 'For simple use, download the Desktop wallet. For advanced use, or slow connections, the CLI wallet provides a UI that runs directly in your browser.', + macos: 'MacOS', + linux: 'Linux', + windows: 'Windows', + withElectron: 'Desktop', + withoutElectron: 'CLI', + download: 'Download', + torrent: 'Torrent', + }, + whitepapers: { + heading: 'Whitepapers', + download: 'Download', + }, + infographics: { + heading: 'Infographics', + download: 'Download', + }, + }, distribution: { title: 'Coin Distribution', description: 'As coins aren’t mined, Skycoin distribution is unlike that of a standard token or asset. To ensure continued development in a project that will take many years to complete coins are released in a scheme similar to that of a standard company, with the first batches going to early developers and investors.', diff --git a/src/locales/zh.js b/src/locales/zh.js index 5a80dddb..851a11ad 100644 --- a/src/locales/zh.js +++ b/src/locales/zh.js @@ -104,6 +104,29 @@ export default { }, }, }, + downloads: { + title: 'Downloads', + description: 'Download Skycoin Wallet, whitepapers, and infographics.', + wallet: { + heading: 'Wallet', + lead: 'For simple use, download the Desktop wallet. For advanced use, or slow connections, the CLI wallet provides a UI that runs directly in your browser.', + macos: 'MacOS', + linux: 'Linux', + windows: 'Windows', + withElectron: 'Desktop', + withoutElectron: 'CLI', + download: 'Download', + torrent: 'Torrent', + }, + whitepapers: { + heading: 'Whitepapers', + download: 'Download', + }, + infographics: { + heading: 'Infographics', + download: 'Download', + }, + }, distribution: { title: 'Coin Distribution', description: 'As coins aren’t mined, Skycoin distribution is unlike that of a standard token or asset. To ensure continued development in a project that will take many years to complete coins are released in a scheme similar to that of a standard company, with the first batches going to early developers and investors.',