mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
I18n/links (#22)
* homepage links * Link logo to What is Dash page. * Plugin to generate sitemap.xml * Link to sitemap plugin github repo. * Footer links Still need to create pages for: * terms-of-use/ * contact/ * Get Dash and Participate links * New link keys for language yml files. * Missing Contact and Terms of Use pages (placeholders)
This commit is contained in:
parent
f68334983f
commit
c7d3adfb19
16 changed files with 681 additions and 295 deletions
15
_config.yml
15
_config.yml
|
@ -18,6 +18,8 @@ name: Dash
|
||||||
url: https://www.dash.org
|
url: https://www.dash.org
|
||||||
description: Digital Cash
|
description: Digital Cash
|
||||||
|
|
||||||
|
url: https://www.dash.org
|
||||||
|
|
||||||
api: http://www-test.dash.org/api/v1
|
api: http://www-test.dash.org/api/v1
|
||||||
|
|
||||||
languages: ["en", "es", "cn", "pt", "ru", "it"]
|
languages: ["en", "es", "cn", "pt", "ru", "it"]
|
||||||
|
@ -32,3 +34,16 @@ collections:
|
||||||
output: false
|
output: false
|
||||||
colors: # style guide
|
colors: # style guide
|
||||||
output: false
|
output: false
|
||||||
|
|
||||||
|
# https://github.com/kinnetica/jekyll-plugins
|
||||||
|
sitemap:
|
||||||
|
file: "/sitemap.xml"
|
||||||
|
exclude:
|
||||||
|
- "/atom.xml"
|
||||||
|
- "/feed.xml"
|
||||||
|
- "/feed/index.xml"
|
||||||
|
- "/style-guide/index.html"
|
||||||
|
include_posts:
|
||||||
|
- "/index.html"
|
||||||
|
change_frequency_name: "change_frequency"
|
||||||
|
priority_name: "priority"
|
||||||
|
|
102
_i18n/cn.yml
102
_i18n/cn.yml
|
@ -6,16 +6,16 @@ global:
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
# For multiple paragraph content add two line breaks
|
# For multiple paragraph content add two line breaks
|
||||||
pages:
|
pages:
|
||||||
home:
|
home:
|
||||||
title: 官方网站 | 私人数字现金
|
title: 官方网站 | 私人数字现金
|
||||||
description: 达世币是数字现金
|
description: 达世币是数字现金
|
||||||
hero-heading: 达世币是数字现金!
|
hero-heading: 达世币是数字现金!
|
||||||
hero-text: 第一个真正去中心化的数字货币体系<br />了解达世币.
|
hero-text: 第一个真正去中心化的数字货币体系<br />了解达世币.
|
||||||
|
|
||||||
video-heading: 达世币是数字货币,您可以在网上进行使用
|
video-heading: 达世币是数字货币,您可以在网上进行使用
|
||||||
video-text: 使用达世币,通过由全球成千上万用户所组成的安全的点对点平台,实现即时、匿名支付和资金存储。
|
video-text: 使用达世币,通过由全球成千上万用户所组成的安全的点对点平台,实现即时、匿名支付和资金存储。
|
||||||
video-btn: 浏览概括视频
|
video-btn: 浏览概括视频
|
||||||
|
|
||||||
feature-private-heading: 隐私
|
feature-private-heading: 隐私
|
||||||
|
@ -28,11 +28,14 @@ pages:
|
||||||
merchants-heading: 支持达世币商户
|
merchants-heading: 支持达世币商户
|
||||||
merchants-text: 使用达世币钱包,即时、匿名付款
|
merchants-text: 使用达世币钱包,即时、匿名付款
|
||||||
merchants-btn: 更多商户
|
merchants-btn: 更多商户
|
||||||
|
merchants-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchant+Directory+Listing
|
||||||
merchants-join-btn: 成为商户
|
merchants-join-btn: 成为商户
|
||||||
|
merchants-join-link: https://www.dash.org/forum/threads/merchant-directory-listing.3445
|
||||||
|
|
||||||
architecture-heading: 下一代网络结构
|
architecture-heading: 下一代网络结构
|
||||||
architecture-text: 双层P2P网络设计是达世币独有技术的核心。这一设计的特点是奖励那些运行特殊节点(即主节点)的用户。这些用户在专用硬件上全天候运行该节点。这个网络要求运行主节点的用户必须提供加密证据,证明自己在每个节点上有1000个达世币。这样可以保证网络免疫女巫攻击,因为若想发动攻击需要支付天价。<br /><br />主节点与其集群一起运行,不像其他加密数字货币的全节点那样可以仿造。这就意味着主节点可提供新型的去中心化服务,如即时交易、匿名化和管理等功能,并免受低成本网络攻击的威胁。
|
architecture-text: 双层P2P网络设计是达世币独有技术的核心。这一设计的特点是奖励那些运行特殊节点(即主节点)的用户。这些用户在专用硬件上全天候运行该节点。这个网络要求运行主节点的用户必须提供加密证据,证明自己在每个节点上有1000个达世币。这样可以保证网络免疫女巫攻击,因为若想发动攻击需要支付天价。<br /><br />主节点与其集群一起运行,不像其他加密数字货币的全节点那样可以仿造。这就意味着主节点可提供新型的去中心化服务,如即时交易、匿名化和管理等功能,并免受低成本网络攻击的威胁。
|
||||||
architecture-btn: 了解更多
|
architecture-btn: 了解更多
|
||||||
|
architecture-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585240
|
||||||
|
|
||||||
governance-heading: 第一个去中心化管理,自己自足的预算系统
|
governance-heading: 第一个去中心化管理,自己自足的预算系统
|
||||||
governance-text: 任何针对达世币的重要项目决议均由一个去中心化的公开程序达成共识并资助。这一程序根据主节点网络投票自动资助该项目。这就意味着达世币可以资助自己的增长和采用,保证意见一致通过,且每个人都要对这个网络负责。不仅如此,攻击者未购买超过半数的货币供应量的话是不能愚弄系统的。
|
governance-text: 任何针对达世币的重要项目决议均由一个去中心化的公开程序达成共识并资助。这一程序根据主节点网络投票自动资助该项目。这就意味着达世币可以资助自己的增长和采用,保证意见一致通过,且每个人都要对这个网络负责。不仅如此,攻击者未购买超过半数的货币供应量的话是不能愚弄系统的。
|
||||||
|
@ -47,6 +50,7 @@ pages:
|
||||||
evolution-heading: 数字货币的进化
|
evolution-heading: 数字货币的进化
|
||||||
evolution-text: 接下来是什么呢?我们正致力于一种运行于主节点上的新的去中心化服务,将来会把达世币开发至网页和手机上,并且它会像贝宝(PayPal)一样易用,但还是完全去中心化。敬请期待...
|
evolution-text: 接下来是什么呢?我们正致力于一种运行于主节点上的新的去中心化服务,将来会把达世币开发至网页和手机上,并且它会像贝宝(PayPal)一样易用,但还是完全去中心化。敬请期待...
|
||||||
evolution-btn: 了解更多
|
evolution-btn: 了解更多
|
||||||
|
evolution-link: https://dashpay.atlassian.net/wiki/display/DOC/Evolution
|
||||||
|
|
||||||
news-heading: 最新资讯
|
news-heading: 最新资讯
|
||||||
news-btn: 浏览全部新闻
|
news-btn: 浏览全部新闻
|
||||||
|
@ -54,7 +58,7 @@ pages:
|
||||||
get-started-heading: 现在开始
|
get-started-heading: 现在开始
|
||||||
get-started-text: 下载钱包并开始使用达世币!
|
get-started-text: 下载钱包并开始使用达世币!
|
||||||
get-started-btn: 购买达世币
|
get-started-btn: 购买达世币
|
||||||
|
|
||||||
get-dash:
|
get-dash:
|
||||||
title: 购买达世币
|
title: 购买达世币
|
||||||
description: 下载钱包,在交易所购买达世币.
|
description: 下载钱包,在交易所购买达世币.
|
||||||
|
@ -67,37 +71,44 @@ pages:
|
||||||
hero-buy-btn: 购买达世币
|
hero-buy-btn: 购买达世币
|
||||||
hero-spend-btn: 花费达世币
|
hero-spend-btn: 花费达世币
|
||||||
hero-trade-btn: 交易达世币
|
hero-trade-btn: 交易达世币
|
||||||
|
|
||||||
setup-heading: 了解如何设置你的钱包
|
setup-heading: 了解如何设置你的钱包
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: 了解更多
|
setup-btn: 了解更多
|
||||||
|
setup-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941
|
||||||
|
|
||||||
buy-heading: 在线购买达世币
|
buy-heading: 在线购买达世币
|
||||||
buy-text: 将本地货币兑换成达世币并发送到自己的钱包中
|
buy-text: 将本地货币兑换成达世币并发送到自己的钱包中
|
||||||
buy-btn: 购买达世币
|
buy-btn: 购买达世币
|
||||||
|
buy-link: https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash
|
||||||
|
|
||||||
trade-heading: 在交易所兑换达世币
|
trade-heading: 在交易所兑换达世币
|
||||||
trade-text: 在交易所用本地货币兑换达世币
|
trade-text: 在交易所用本地货币兑换达世币
|
||||||
trade-btn: 交易达世币
|
trade-btn: 交易达世币
|
||||||
|
trade-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307
|
||||||
|
|
||||||
atm-heading: 在ATM机购买达世币
|
atm-heading: 在ATM机购买达世币
|
||||||
atm-text: 在你的国家使用ATM机来即时购买达世币
|
atm-text: 在你的国家使用ATM机来即时购买达世币
|
||||||
atm-btn: ATM分布图
|
atm-btn: ATM分布图
|
||||||
|
atm-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=75530385
|
||||||
|
|
||||||
shop-heading: 支持达世币的商户
|
shop-heading: 支持达世币的商户
|
||||||
shop-text: 使用达世币钱包,进行即时、匿名的线上付款
|
shop-text: 使用达世币钱包,进行即时、匿名的线上付款
|
||||||
shop-btn: 更多商户
|
shop-btn: 更多商户
|
||||||
|
shop-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants
|
||||||
shop-join-btn: 成为商户
|
shop-join-btn: 成为商户
|
||||||
|
|
||||||
visa-heading: Visa商店
|
visa-heading: Visa商店
|
||||||
visa-text: 达世币-Visa借记卡无需外汇手续费,手机钱包"点击即付"
|
visa-text: 达世币-Visa借记卡无需外汇手续费,手机钱包"点击即付"
|
||||||
visa-btn: 立刻获得
|
visa-btn: 立刻获得
|
||||||
|
visa-link: https://shakepay.co/#/
|
||||||
|
|
||||||
need-heading: 想要领取点达世币?
|
need-heading: 想要领取点达世币?
|
||||||
need-text: 注册我们的论坛,我们会送发给你一点!
|
need-text: 注册我们的论坛,我们会送发给你一点!
|
||||||
need-btn: 注册达世币成员
|
need-btn: 注册达世币成员
|
||||||
|
need-link: https://www.dash.org/forum
|
||||||
need-input: 输入你的邮箱地址
|
need-input: 输入你的邮箱地址
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
title: 加入达世币网络
|
title: 加入达世币网络
|
||||||
description: 加入达世币网络
|
description: 加入达世币网络
|
||||||
|
@ -106,26 +117,31 @@ pages:
|
||||||
hero-masternodes-btn: 主节点
|
hero-masternodes-btn: 主节点
|
||||||
hero-mining-btn: 挖矿
|
hero-mining-btn: 挖矿
|
||||||
hero-funding-btn: 预算
|
hero-funding-btn: 预算
|
||||||
|
|
||||||
masternode-heading: 建立主节点,加强达世币网络
|
masternode-heading: 建立主节点,加强达世币网络
|
||||||
masternode-text: 通过架设主节点或者加入共享架设服务来帮助加强达世币网络。主节点持有者为用户提供去中心化服务的同时可以得到作为奖励的达世币。
|
masternode-text: 通过架设主节点或者加入共享架设服务来帮助加强达世币网络。主节点持有者为用户提供去中心化服务的同时可以得到作为奖励的达世币。
|
||||||
masternode-btn: 架设主节点
|
masternode-btn: 架设主节点
|
||||||
|
masternode-link: https://dashpay.atlassian.net/wiki/display/DOC/Masternode
|
||||||
|
|
||||||
mining-heading: 开始挖矿,增强网络安全
|
mining-heading: 开始挖矿,增强网络安全
|
||||||
mining-text: 通过使用你的电脑或专业设备进行挖矿。矿工在加强网络安全的同时会得到达世币作为奖励。
|
mining-text: 通过使用你的电脑或专业设备进行挖矿。矿工在加强网络安全的同时会得到达世币作为奖励。
|
||||||
mining-btn: 开始挖矿
|
mining-btn: 开始挖矿
|
||||||
|
mining-link: https://dashpay.atlassian.net/wiki/display/DOC/Mining
|
||||||
|
|
||||||
funding-heading: 通过区块链资助网络开发
|
funding-heading: 通过区块链资助网络开发
|
||||||
funding-text: 达世币网络每个月都会通过任何可以改进达世币的方式资助中标的提案,如雇用开发人员,决策或将达世币支付整合至更多的网店和零售网点。
|
funding-text: 达世币网络每个月都会通过任何可以改进达世币的方式资助中标的提案,如雇用开发人员,决策或将达世币支付整合至更多的网店和零售网点。
|
||||||
funding-btn: 提交预案
|
funding-btn: 提交预案
|
||||||
|
funding-link: https://dashcentral.org/
|
||||||
|
|
||||||
integrate-heading: 你支持达世币支付吗?
|
integrate-heading: 你支持达世币支付吗?
|
||||||
integrate-text: 快速整合匿名支付到你的网店、app、零售店
|
integrate-text: 快速整合匿名支付到你的网店、app、零售店
|
||||||
integrate-btn: 整合达世币支付
|
integrate-btn: 整合达世币支付
|
||||||
|
integrate-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants+IX+Payment+%28dashvend%29+Guide
|
||||||
integrate-payment-processor-btn: 支付处理系统
|
integrate-payment-processor-btn: 支付处理系统
|
||||||
|
integrate-payment-processor-link: https://dashpay.atlassian.net/wiki/display/DOC/Payment+Processors
|
||||||
integrate-contact-btn: 联系我们的团队
|
integrate-contact-btn: 联系我们的团队
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
title: 达世币
|
title: 达世币
|
||||||
description: 达世币
|
description: 达世币
|
||||||
hero-heading: 达世币
|
hero-heading: 达世币
|
||||||
|
@ -133,12 +149,12 @@ pages:
|
||||||
hero-governance-btn: 管理
|
hero-governance-btn: 管理
|
||||||
hero-network-btn: 网络
|
hero-network-btn: 网络
|
||||||
hero-blockchain-btn: 区块链
|
hero-blockchain-btn: 区块链
|
||||||
|
|
||||||
markets-heading: 市场
|
markets-heading: 市场
|
||||||
governance-heading: 管理
|
governance-heading: 管理
|
||||||
network-heading: 网络
|
network-heading: 网络
|
||||||
blockchain-heading: 区块链
|
blockchain-heading: 区块链
|
||||||
|
|
||||||
community:
|
community:
|
||||||
title: 加入达世币社区
|
title: 加入达世币社区
|
||||||
description: 加入达世币社区
|
description: 加入达世币社区
|
||||||
|
@ -151,67 +167,67 @@ pages:
|
||||||
hero-development-btn: 开发
|
hero-development-btn: 开发
|
||||||
hero-masternodes-btn: 主节点
|
hero-masternodes-btn: 主节点
|
||||||
hero-video-btn: 视频 & 音频
|
hero-video-btn: 视频 & 音频
|
||||||
|
|
||||||
discussion-heading: 讨论
|
discussion-heading: 讨论
|
||||||
discussion-text: 在以下论坛讨论达世币
|
discussion-text: 在以下论坛讨论达世币
|
||||||
|
|
||||||
social-heading: 社交
|
social-heading: 社交
|
||||||
social-text: 在以下社交应用找到达世币
|
social-text: 在以下社交应用找到达世币
|
||||||
|
|
||||||
news-heading: 新闻 & 资讯
|
news-heading: 新闻 & 资讯
|
||||||
news-text: 由达世币社区成员建立的网站
|
news-text: 由达世币社区成员建立的网站
|
||||||
|
|
||||||
development-heading: 开发
|
development-heading: 开发
|
||||||
development-text: 网站 & 开发工具
|
development-text: 网站 & 开发工具
|
||||||
|
|
||||||
masternode-heading: 主节点工具
|
masternode-heading: 主节点工具
|
||||||
masternode-text: 架设、管理你的主节点
|
masternode-text: 架设、管理你的主节点
|
||||||
|
|
||||||
media-heading: 达世币媒体
|
media-heading: 达世币媒体
|
||||||
|
|
||||||
conferences-heading: 会议
|
conferences-heading: 会议
|
||||||
technology-heading: 技术
|
technology-heading: 技术
|
||||||
community-heading: 社区
|
community-heading: 社区
|
||||||
|
|
||||||
youtube-btn: 达世币YouTube
|
youtube-btn: 达世币YouTube
|
||||||
|
|
||||||
# Need some Dash - get content from get-dash ^^
|
# Need some Dash - get content from get-dash ^^
|
||||||
blog:
|
blog:
|
||||||
title: 达世币博客
|
title: 达世币博客
|
||||||
description: 达世币博客
|
description: 达世币博客
|
||||||
|
|
||||||
team:
|
team:
|
||||||
title: 团队
|
title: 团队
|
||||||
description: 达世币团队
|
description: 达世币团队
|
||||||
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
what-is-dash: 什么是达世币
|
what-is-dash: 什么是达世币
|
||||||
get-dash: 获得达世币
|
get-dash: 获得达世币
|
||||||
download: 下载钱包
|
download: 下载钱包
|
||||||
buy: 购买达世币
|
buy: 购买达世币
|
||||||
shop: 支持达世币的商户
|
shop: 支持达世币的商户
|
||||||
debit: 达世币借记卡
|
debit: 达世币借记卡
|
||||||
|
|
||||||
participate: 参加
|
participate: 参加
|
||||||
mining: 开始挖矿
|
mining: 开始挖矿
|
||||||
masternode: 架设主节点
|
masternode: 架设主节点
|
||||||
wallet: 安装钱包
|
wallet: 安装钱包
|
||||||
funding: 申请资金
|
funding: 申请资金
|
||||||
|
|
||||||
currency: 数字现金
|
currency: 数字现金
|
||||||
exchange: 交易市场
|
exchange: 交易市场
|
||||||
governance: 管理
|
governance: 管理
|
||||||
explorers: 区块链浏览器
|
explorers: 区块链浏览器
|
||||||
stats: 网络状态
|
stats: 网络状态
|
||||||
|
|
||||||
community: 社区
|
community: 社区
|
||||||
discussion: 讨论
|
discussion: 讨论
|
||||||
social-apps: 社交应用
|
social-apps: 社交应用
|
||||||
news: 新闻 & 资讯
|
news: 新闻 & 资讯
|
||||||
tools-dev: 开发工具
|
tools-dev: 开发工具
|
||||||
tools-masternodes: 主节点工具
|
tools-masternodes: 主节点工具
|
||||||
|
|
||||||
project: 项目
|
project: 项目
|
||||||
help: 帮助 & 支持
|
help: 帮助 & 支持
|
||||||
info: 项目信息
|
info: 项目信息
|
||||||
|
@ -221,9 +237,9 @@ nav:
|
||||||
philosophy: 哲学
|
philosophy: 哲学
|
||||||
technology: 技术
|
technology: 技术
|
||||||
wiki: Wiki
|
wiki: Wiki
|
||||||
|
|
||||||
search: 查询
|
search: 查询
|
||||||
|
|
||||||
social: 社区
|
social: 社区
|
||||||
blog: 博客
|
blog: 博客
|
||||||
reddit: Reddit
|
reddit: Reddit
|
||||||
|
@ -234,6 +250,6 @@ nav:
|
||||||
facebook: Facebook
|
facebook: Facebook
|
||||||
instagram: Instagram
|
instagram: Instagram
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
tos: 使用条款
|
tos: 使用条款
|
||||||
sitemap: 网站地图
|
sitemap: 网站地图
|
||||||
|
|
16
_i18n/en.yml
16
_i18n/en.yml
|
@ -31,7 +31,9 @@ pages:
|
||||||
merchants-heading: Shop direct with Dash
|
merchants-heading: Shop direct with Dash
|
||||||
merchants-text: Instant and anonymous purchases, direct from your Dash wallet
|
merchants-text: Instant and anonymous purchases, direct from your Dash wallet
|
||||||
merchants-btn: More Merchants
|
merchants-btn: More Merchants
|
||||||
|
merchants-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchant+Directory+Listing
|
||||||
merchants-join-btn: Become a Merchant
|
merchants-join-btn: Become a Merchant
|
||||||
|
merchants-join-link: https://www.dash.org/forum/threads/merchant-directory-listing.3445
|
||||||
|
|
||||||
architecture-heading: Next-Gen Network Architecture
|
architecture-heading: Next-Gen Network Architecture
|
||||||
architecture-text:
|
architecture-text:
|
||||||
|
@ -40,6 +42,7 @@ pages:
|
||||||
|
|
||||||
Masternodes work together in clusters and can't be faked like fullnodes in other digital currencies. This means they can provide new kinds of decentralized services, like instant transactions, anonymization and governance, without the threat of low-cost network attacks.
|
Masternodes work together in clusters and can't be faked like fullnodes in other digital currencies. This means they can provide new kinds of decentralized services, like instant transactions, anonymization and governance, without the threat of low-cost network attacks.
|
||||||
architecture-btn: Learn More
|
architecture-btn: Learn More
|
||||||
|
architecture-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585240
|
||||||
|
|
||||||
governance-heading: First Self Governing, Self Funding Protocol
|
governance-heading: First Self Governing, Self Funding Protocol
|
||||||
governance-text: Any important project of decision in Dash is agreed and funded by a decentralized public process that funds projects autonomously based on masternode-netwok votes. This means Dash can fund its own growth and adoption, consensus is guaranteed, and everyone is accountable to the network. Not only that, but an attacker can't game the system without buying over half the currency supply.
|
governance-text: Any important project of decision in Dash is agreed and funded by a decentralized public process that funds projects autonomously based on masternode-netwok votes. This means Dash can fund its own growth and adoption, consensus is guaranteed, and everyone is accountable to the network. Not only that, but an attacker can't game the system without buying over half the currency supply.
|
||||||
|
@ -54,6 +57,7 @@ pages:
|
||||||
evolution-heading: Digital Currency Evolution
|
evolution-heading: Digital Currency Evolution
|
||||||
evolution-text: What's next? We are working on a new decentralized service hosted on the masternode network that will open up Dash to web and mobile while being as easy to use as PayPal but still fully decentralized. Stay tuned...
|
evolution-text: What's next? We are working on a new decentralized service hosted on the masternode network that will open up Dash to web and mobile while being as easy to use as PayPal but still fully decentralized. Stay tuned...
|
||||||
evolution-btn: Learn More
|
evolution-btn: Learn More
|
||||||
|
evolution-link: https://dashpay.atlassian.net/wiki/display/DOC/Evolution
|
||||||
|
|
||||||
news-heading: Latest News
|
news-heading: Latest News
|
||||||
news-btn: View All News
|
news-btn: View All News
|
||||||
|
@ -79,31 +83,38 @@ pages:
|
||||||
setup-heading: Learn how to setup your wallet
|
setup-heading: Learn how to setup your wallet
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: Lean More
|
setup-btn: Lean More
|
||||||
|
setup-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941
|
||||||
|
|
||||||
buy-heading: Buy Dash Online
|
buy-heading: Buy Dash Online
|
||||||
buy-text: Convert local currency to Dash and send it to your wallet
|
buy-text: Convert local currency to Dash and send it to your wallet
|
||||||
buy-btn: Buy Dash
|
buy-btn: Buy Dash
|
||||||
|
buy-link: https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash
|
||||||
|
|
||||||
trade-heading: Trade Dash on an exchange
|
trade-heading: Trade Dash on an exchange
|
||||||
trade-text: Trade local currency for Dash on an exchange
|
trade-text: Trade local currency for Dash on an exchange
|
||||||
trade-btn: Trade Dash
|
trade-btn: Trade Dash
|
||||||
|
trade-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307
|
||||||
|
|
||||||
atm-heading: Buy Dash at an ATM
|
atm-heading: Buy Dash at an ATM
|
||||||
atm-text: Instant Dash purchases from an ATM in your country
|
atm-text: Instant Dash purchases from an ATM in your country
|
||||||
atm-btn: ATM Locator
|
atm-btn: ATM Locator
|
||||||
|
atm-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=75530385
|
||||||
|
|
||||||
shop-heading: Shop direct with Dash
|
shop-heading: Shop direct with Dash
|
||||||
shop-text: Instant and anonymous online purchases, direct from your Dash wallet
|
shop-text: Instant and anonymous online purchases, direct from your Dash wallet
|
||||||
shop-btn: More Merchants
|
shop-btn: More Merchants
|
||||||
|
shop-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants
|
||||||
shop-join-btn: Become a Merchant
|
shop-join-btn: Become a Merchant
|
||||||
|
|
||||||
visa-heading: Shop at Visa stores
|
visa-heading: Shop at Visa stores
|
||||||
visa-text: Dash-Visa debit card with no foreign transaction fees and mobile "tap & pay"
|
visa-text: Dash-Visa debit card with no foreign transaction fees and mobile "tap & pay"
|
||||||
visa-btn: Get Shake
|
visa-btn: Get Shake
|
||||||
|
visa-link: https://shakepay.co/#/
|
||||||
|
|
||||||
need-heading: Need some Dash?
|
need-heading: Need some Dash?
|
||||||
need-text: Signup on our forum we'll send you some Dash!
|
need-text: Signup on our forum we'll send you some Dash!
|
||||||
need-btn: Sign up for Dash
|
need-btn: Sign up for Dash
|
||||||
|
need-link: https://www.dash.org/forum
|
||||||
need-input: Enter Your Email Address
|
need-input: Enter Your Email Address
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
|
@ -119,19 +130,24 @@ pages:
|
||||||
masternode-heading: Setup a Masternode and power Dash's Network
|
masternode-heading: Setup a Masternode and power Dash's Network
|
||||||
masternode-text: Help power Dash by hosting a masternode or join a shared hosting service. Masternodes operators are rewarded for providing decentralized services to our users.
|
masternode-text: Help power Dash by hosting a masternode or join a shared hosting service. Masternodes operators are rewarded for providing decentralized services to our users.
|
||||||
masternode-btn: Setup a Masternode
|
masternode-btn: Setup a Masternode
|
||||||
|
masternode-link: https://dashpay.atlassian.net/wiki/display/DOC/Masternode
|
||||||
|
|
||||||
mining-heading: Start Mining and Secure Dash's Network
|
mining-heading: Start Mining and Secure Dash's Network
|
||||||
mining-text: Mine Dash using your computer or dedicated hardware. Miners are rewarded for securing the Dash network.
|
mining-text: Mine Dash using your computer or dedicated hardware. Miners are rewarded for securing the Dash network.
|
||||||
mining-btn: Start Mining
|
mining-btn: Start Mining
|
||||||
|
mining-link: https://dashpay.atlassian.net/wiki/display/DOC/Mining
|
||||||
|
|
||||||
funding-heading: Develop the Network with Blockchain Funding
|
funding-heading: Develop the Network with Blockchain Funding
|
||||||
funding-text: Dash's Network funds winning proposals each month for anything that can improve Dash, such as hiring developers, making decisions or integrating Dash payments into more online stores and retail outlets.
|
funding-text: Dash's Network funds winning proposals each month for anything that can improve Dash, such as hiring developers, making decisions or integrating Dash payments into more online stores and retail outlets.
|
||||||
funding-btn: Submit a Proposal
|
funding-btn: Submit a Proposal
|
||||||
|
funding-link: https://dashcentral.org/
|
||||||
|
|
||||||
integrate-heading: Do you take Dash?
|
integrate-heading: Do you take Dash?
|
||||||
integrate-text: Integrate instant, anonymous payments to your webstore, app or retail outlet
|
integrate-text: Integrate instant, anonymous payments to your webstore, app or retail outlet
|
||||||
integrate-btn: Integrate Dash
|
integrate-btn: Integrate Dash
|
||||||
|
integrate-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants+IX+Payment+%28dashvend%29+Guide
|
||||||
integrate-payment-processor-btn: Payment Processors
|
integrate-payment-processor-btn: Payment Processors
|
||||||
|
integrate-payment-processor-link: https://dashpay.atlassian.net/wiki/display/DOC/Payment+Processors
|
||||||
integrate-contact-btn: Contact Our Team
|
integrate-contact-btn: Contact Our Team
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
|
|
186
_i18n/es.yml
186
_i18n/es.yml
|
@ -5,129 +5,145 @@ global:
|
||||||
chinese: Chino
|
chinese: Chino
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
github: Github
|
github: Github
|
||||||
|
|
||||||
# For multiple paragraph content add two line breaks
|
# For multiple paragraph content add two line breaks
|
||||||
pages:
|
pages:
|
||||||
home:
|
home:
|
||||||
title: Web oficial | Moneda Digital Privada
|
title: Web oficial | Moneda Digital Privada
|
||||||
description: Dash es Dinero en Efectivo Digital
|
description: Dash es Dinero en Efectivo Digital
|
||||||
hero-heading: ¡Dash es Dinero en Efectivo Digital!
|
hero-heading: ¡Dash es Dinero en Efectivo Digital!
|
||||||
hero-text: El primer sistema de dinero digital totalmente descentralizado. <br /> Conoce el Dinero en Efectivo Digital.
|
hero-text: El primer sistema de dinero digital totalmente descentralizado. <br /> Conoce el Dinero en Efectivo Digital.
|
||||||
|
|
||||||
video-heading: Dash es dinero en efectivo digital que puedes gastar online
|
video-heading: Dash es dinero en efectivo digital que puedes gastar online
|
||||||
video-text: Usa Dash para hacer pagos instantáneos y anónimos online o en tiendas físicas, usando nuestra segura plataforma de código abierto, mantenida por miles de usuarios alrededor del mundo
|
video-text: Usa Dash para hacer pagos instantáneos y anónimos online o en tiendas físicas, usando nuestra segura plataforma de código abierto, mantenida por miles de usuarios alrededor del mundo
|
||||||
video-btn: Descripción general en video
|
video-btn: Descripción general en video
|
||||||
|
|
||||||
feature-private-heading: Privado
|
feature-private-heading: Privado
|
||||||
feature-private-text: Dash es privado
|
feature-private-text: Dash es privado
|
||||||
feature-instant-heading: Instantáneo
|
feature-instant-heading: Instantáneo
|
||||||
feature-instant-text: Dash es instantáneo
|
feature-instant-text: Dash es instantáneo
|
||||||
feature-secure-heading: Seguro
|
feature-secure-heading: Seguro
|
||||||
feature-secure-text: Dash es seguro
|
feature-secure-text: Dash es seguro
|
||||||
|
|
||||||
merchants-heading: Compra directamente con Dash
|
merchants-heading: Compra directamente con Dash
|
||||||
merchants-text: Compras instantáneas y anónimas, directamente desde tu cartera Dash
|
merchants-text: Compras instantáneas y anónimas, directamente desde tu cartera Dash
|
||||||
merchants-btn: Más comerciantes
|
merchants-btn: Más comerciantes
|
||||||
merchants-join-btn: Conviértete en comerciante
|
merchants-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchant+Directory+Listing
|
||||||
|
merchants-join-btn: Conviértete en comerciante
|
||||||
|
merchants-join-link: https://www.dash.org/forum/threads/merchant-directory-listing.3445
|
||||||
|
|
||||||
architecture-heading: Arquitectura de red Next-Gen
|
architecture-heading: Arquitectura de red Next-Gen
|
||||||
architecture-text: La esencia de la tecnología única de Dash es un diseño de red P2P en dos niveles, tecnología premia a los usuarios que ejecutan un tipo especial de nodo llamado Masternode y lo mantienen 24/7 con hardware dedicado. La red requiere que los que mantienen los Masternodes deban proporcionar una prueba criptográfica que poseen 1.000 Dash por Masternode. Esto asegura la red contra ataques Sybil al hacer este tipo de ataques prohibitivamente caros.
|
architecture-text: La esencia de la tecnología única de Dash es un diseño de red P2P en dos niveles, tecnología premia a los usuarios que ejecutan un tipo especial de nodo llamado Masternode y lo mantienen 24/7 con hardware dedicado. La red requiere que los que mantienen los Masternodes deban proporcionar una prueba criptográfica que poseen 1.000 Dash por Masternode. Esto asegura la red contra ataques Sybil al hacer este tipo de ataques prohibitivamente caros.
|
||||||
|
|
||||||
Los Masternodes trabajan juntos en grupos y no se pueden falsificar cómo los fullnodes en otras monedas digitales. Esto significa que pueden ofrecer nuevos tipos de servicios descentralizados como transacciones instantáneas, anonimización y gobernanza, sin la amenaza de ataques a la red de bajo costo.
|
Los Masternodes trabajan juntos en grupos y no se pueden falsificar cómo los fullnodes en otras monedas digitales. Esto significa que pueden ofrecer nuevos tipos de servicios descentralizados como transacciones instantáneas, anonimización y gobernanza, sin la amenaza de ataques a la red de bajo costo.
|
||||||
architecture-btn: Aprende más
|
architecture-btn: Aprende más
|
||||||
|
architecture-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585240
|
||||||
governance-heading: Primera gobernanza autónoma y protocolo de financiación autónomo.
|
|
||||||
|
governance-heading: Primera gobernanza autónoma y protocolo de financiación autónomo.
|
||||||
governance-text: Cualquier proyecto importante en Dash es aprobado y financiado por un sistema descentralizado público, que financia los proyectos de manera autónoma basado en los votos de la red de Masternodes. Esto significa que Dash puede financiar su propio crecimiento y adopción, se garantiza el consenso y todo el mundo es responsable de la red. No sólo eso, sino que un atacante no puede jugar contra el sistema si no compra más de la mitad de la oferta de monedas.
|
governance-text: Cualquier proyecto importante en Dash es aprobado y financiado por un sistema descentralizado público, que financia los proyectos de manera autónoma basado en los votos de la red de Masternodes. Esto significa que Dash puede financiar su propio crecimiento y adopción, se garantiza el consenso y todo el mundo es responsable de la red. No sólo eso, sino que un atacante no puede jugar contra el sistema si no compra más de la mitad de la oferta de monedas.
|
||||||
|
|
||||||
proposal-btn: Propuestas
|
proposal-btn: Propuestas
|
||||||
proposal-submit-btn: Presenta una propuesta
|
proposal-submit-btn: Presenta una propuesta
|
||||||
|
|
||||||
network-growth-heading: La Red de más rápido crecimiento
|
network-growth-heading: La Red de más rápido crecimiento
|
||||||
network-growth-text: Gracias a los incentivos la red Dash ha crecido hasta los 3.900 Masternodes, lo que significa que Dash es la única moneda que pueda competir con Bitcoin en poder de procesamiento de transacciones y en capacidad de ampliación futura.
|
network-growth-text: Gracias a los incentivos la red Dash ha crecido hasta los 3.900 Masternodes, lo que significa que Dash es la única moneda que pueda competir con Bitcoin en poder de procesamiento de transacciones y en capacidad de ampliación futura.
|
||||||
network-growth-btn: Estadísticas de la red
|
network-growth-btn: Estadísticas de la red
|
||||||
|
|
||||||
evolution-heading: Evolución de la moneda digital
|
evolution-heading: Evolución de la moneda digital
|
||||||
evolution-text: ¿Qué es lo siguiente? Estamos trabajando en un nuevo servicio descentralizado alojado en la red de Masternodes que abrirá Dash a la web y al móvil, va a ser tan fácil de usar como PayPal pero de manera totalmente descentralizada. Manténte al tanto…
|
evolution-text: ¿Qué es lo siguiente? Estamos trabajando en un nuevo servicio descentralizado alojado en la red de Masternodes que abrirá Dash a la web y al móvil, va a ser tan fácil de usar como PayPal pero de manera totalmente descentralizada. Manténte al tanto…
|
||||||
evolution-btn: Aprende más
|
evolution-btn: Aprende más
|
||||||
|
evolution-link: https://dashpay.atlassian.net/wiki/display/DOC/Evolution
|
||||||
|
|
||||||
news-heading: Últimas noticias
|
news-heading: Últimas noticias
|
||||||
news-btn: Ver todas las noticias
|
news-btn: Ver todas las noticias
|
||||||
|
|
||||||
get-started-heading: Empieza
|
get-started-heading: Empieza
|
||||||
get-started-text: Descarga el monedero y empieza a usar el dinero en efectivo digital!
|
get-started-text: Descarga el monedero y empieza a usar el dinero en efectivo digital!
|
||||||
get-started-btn: Obtén Dash
|
get-started-btn: Obtén Dash
|
||||||
|
|
||||||
get-dash:
|
get-dash:
|
||||||
title: Obtén Dash
|
title: Obtén Dash
|
||||||
description: Descarga el monedero y obtén Dash en una casa de cambio.
|
description: Descarga el monedero y obtén Dash en una casa de cambio.
|
||||||
hero-heading: Descarga el monedero de Dash
|
hero-heading: Descarga el monedero de Dash
|
||||||
hero-text: Descarga la última versión del cliente de Dash para empezar
|
hero-text: Descarga la última versión del cliente de Dash para empezar
|
||||||
hero-wallet-version: Monedero Dash (Cliente completo v12.0.56) para OSX
|
hero-wallet-version: Monedero Dash (Cliente completo v12.0.56) para OSX
|
||||||
hero-wallet-version-select: Elige otro
|
hero-wallet-version-select: Elige otro
|
||||||
hero-download-btn: Descarga
|
hero-download-btn: Descarga
|
||||||
hero-guide-btn: Guia de instalación
|
hero-guide-btn: Guia de instalación
|
||||||
hero-buy-btn: Compra Dash
|
hero-buy-btn: Compra Dash
|
||||||
hero-spend-btn: Gasta Dash
|
hero-spend-btn: Gasta Dash
|
||||||
hero-trade-btn: Negocia con Dash
|
hero-trade-btn: Negocia con Dash
|
||||||
|
|
||||||
setup-heading: Aprende a configurar tu monedero
|
setup-heading: Aprende a configurar tu monedero
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: Aprende más
|
setup-btn: Aprende más
|
||||||
|
setup-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941
|
||||||
|
|
||||||
buy-heading: Compra Dash Online
|
buy-heading: Compra Dash Online
|
||||||
buy-text: Convierte tu moneda local a Dash y envíalo a tu monedero
|
buy-text: Convierte tu moneda local a Dash y envíalo a tu monedero
|
||||||
buy-btn: Compra Dash
|
buy-btn: Compra Dash
|
||||||
|
buy-link: https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash
|
||||||
|
|
||||||
trade-heading: Negocia con Dash en una casa de cambio
|
trade-heading: Negocia con Dash en una casa de cambio
|
||||||
trade-text: Negocia con monedas locales en una casa de cambio
|
trade-text: Negocia con monedas locales en una casa de cambio
|
||||||
trade-btn: Negocia con Dash
|
trade-btn: Negocia con Dash
|
||||||
|
trade-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307
|
||||||
|
|
||||||
atm-heading: Compra Dash en un cajero
|
atm-heading: Compra Dash en un cajero
|
||||||
atm-text: Compras instantáneas con Dash desde un cajero en tu país
|
atm-text: Compras instantáneas con Dash desde un cajero en tu país
|
||||||
atm-btn: Localizador de cajeros
|
atm-btn: Localizador de cajeros
|
||||||
|
atm-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=75530385
|
||||||
|
|
||||||
shop-heading: Compra directamente con Dash
|
shop-heading: Compra directamente con Dash
|
||||||
shop-text: Compras anónimas y instantáneas online, directamente desde tu monedero Dash
|
shop-text: Compras anónimas y instantáneas online, directamente desde tu monedero Dash
|
||||||
shop-btn: Más comerciantes
|
shop-btn: Más comerciantes
|
||||||
|
shop-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants
|
||||||
shop-join-btn: Conviértete en comerciante
|
shop-join-btn: Conviértete en comerciante
|
||||||
|
|
||||||
visa-heading: compra en tiendas que aceptan VISA
|
visa-heading: compra en tiendas que aceptan VISA
|
||||||
visa-text: Tarjeta de débito Visa-Dash sin tasas a extranjeros y móvil "tocar y pagar"
|
visa-text: Tarjeta de débito Visa-Dash sin tasas a extranjeros y móvil "tocar y pagar"
|
||||||
visa-btn: Obtén Shake
|
visa-btn: Obtén Shake
|
||||||
|
visa-link: https://shakepay.co/#/
|
||||||
|
|
||||||
need-heading: ¿Necesitas Dash?
|
need-heading: ¿Necesitas Dash?
|
||||||
need-text: ¡Date de alta en nuestro foro y nosotros te enviaremos Dash!
|
need-text: ¡Date de alta en nuestro foro y nosotros te enviaremos Dash!
|
||||||
need-btn: Inscríbete en Dash
|
need-btn: Inscríbete en Dash
|
||||||
need-input: Introduce tu correo electrónico
|
need-link: https://www.dash.org/forum
|
||||||
|
need-input: Introduce tu correo electrónico
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
title: Participa en la red Dash
|
title: Participa en la red Dash
|
||||||
description: Participa en la red Dash
|
description: Participa en la red Dash
|
||||||
hero-heading: Participa en nuestra red
|
hero-heading: Participa en nuestra red
|
||||||
hero-text: Obtén Dash contribuyendo, asegurando o desarrollando para la red Dash.
|
hero-text: Obtén Dash contribuyendo, asegurando o desarrollando para la red Dash.
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Masternodes
|
||||||
hero-mining-btn: Minería
|
hero-mining-btn: Minería
|
||||||
hero-funding-btn: Financiación
|
hero-funding-btn: Financiación
|
||||||
|
|
||||||
masternode-heading: Crea un Masternode y contribuye a la red Dash
|
masternode-heading: Crea un Masternode y contribuye a la red Dash
|
||||||
masternode-text: Ayuda a la red Dash a alojando un Masternode o uniéndote a un servicio compartido. Los operadores de Masternodes son recompensados por la prestación de servicios descentralizados a nuestros usuarios.
|
masternode-text: Ayuda a la red Dash a alojando un Masternode o uniéndote a un servicio compartido. Los operadores de Masternodes son recompensados por la prestación de servicios descentralizados a nuestros usuarios.
|
||||||
masternode-btn: Configura un masternode
|
masternode-btn: Configura un masternode
|
||||||
|
masternode-link: https://dashpay.atlassian.net/wiki/display/DOC/Masternode
|
||||||
mining-heading: Empieza a minar y a asegurar la red Dash
|
|
||||||
mining-text: Mina Dash utilizado tu ordenador o hardware dedicado. Los mineros son recompensados por asegurar la red Dash.
|
|
||||||
mining-btn: Empieza a minar
|
|
||||||
|
|
||||||
funding-heading: Desarrolla la red con la financiación del Blockchain
|
mining-heading: Empieza a minar y a asegurar la red Dash
|
||||||
|
mining-text: Mina Dash utilizado tu ordenador o hardware dedicado. Los mineros son recompensados por asegurar la red Dash.
|
||||||
|
mining-btn: Empieza a minar
|
||||||
|
mining-link: https://dashpay.atlassian.net/wiki/display/DOC/Mining
|
||||||
|
|
||||||
|
funding-heading: Desarrolla la red con la financiación del Blockchain
|
||||||
funding-text: La red Dash financia cada mes las propuestas ganadoras para todo aquello que puede mejorar Dash, cosas cómo contratar desarrolladores, tomar decisiones o integrar pagos en Dash en tiendas online o puntos de venta.
|
funding-text: La red Dash financia cada mes las propuestas ganadoras para todo aquello que puede mejorar Dash, cosas cómo contratar desarrolladores, tomar decisiones o integrar pagos en Dash en tiendas online o puntos de venta.
|
||||||
funding-btn: Presenta una propuesta
|
funding-btn: Presenta una propuesta
|
||||||
|
funding-link: https://dashcentral.org/
|
||||||
integrate-heading: ¿Aceptas Dash?
|
|
||||||
|
integrate-heading: ¿Aceptas Dash?
|
||||||
integrate-text: Integra pagos instantáneos y anónimos en tu comercio electrónico, app o punto de venta
|
integrate-text: Integra pagos instantáneos y anónimos en tu comercio electrónico, app o punto de venta
|
||||||
integrate-btn: Integra Dash
|
integrate-btn: Integra Dash
|
||||||
|
integrate-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants+IX+Payment+%28dashvend%29+Guide
|
||||||
integrate-payment-processor-btn: Procesadores de pagos
|
integrate-payment-processor-btn: Procesadores de pagos
|
||||||
|
integrate-payment-processor-link: https://dashpay.atlassian.net/wiki/display/DOC/Payment+Processors
|
||||||
integrate-contact-btn: Contacta con nuestro equipo
|
integrate-contact-btn: Contacta con nuestro equipo
|
||||||
|
|
||||||
Currency:
|
Currency:
|
||||||
title: Moneda Dash
|
title: Moneda Dash
|
||||||
description: Moneda Dash
|
description: Moneda Dash
|
||||||
hero-heading: Moneda Dash
|
hero-heading: Moneda Dash
|
||||||
|
@ -135,28 +151,28 @@ pages:
|
||||||
hero-governance-btn: Gobernanza
|
hero-governance-btn: Gobernanza
|
||||||
hero-network-btn: Red
|
hero-network-btn: Red
|
||||||
hero-blockchain-btn: Blockchain
|
hero-blockchain-btn: Blockchain
|
||||||
|
|
||||||
markets-heading: Mercados
|
markets-heading: Mercados
|
||||||
governance-heading: Gobernanza
|
governance-heading: Gobernanza
|
||||||
network-heading: Network - Red
|
network-heading: Network - Red
|
||||||
blockchain-heading: Blockchain
|
blockchain-heading: Blockchain
|
||||||
|
|
||||||
Community:
|
Community:
|
||||||
title: Únete a la comunidad Dash
|
title: Únete a la comunidad Dash
|
||||||
description: Únete a la comunidad Dash
|
description: Únete a la comunidad Dash
|
||||||
hero-heading: Únete a nuestra comunidad
|
hero-heading: Únete a nuestra comunidad
|
||||||
hero-text: Forma parte de la comunidad Dash
|
hero-text: Forma parte de la comunidad Dash
|
||||||
hero-forum-btn: Foros Oficiales
|
hero-forum-btn: Foros Oficiales
|
||||||
hero-discussion-btn: Debate
|
hero-discussion-btn: Debate
|
||||||
hero-social-btn: Aplicaciones sociales
|
hero-social-btn: Aplicaciones sociales
|
||||||
hero-news-btn: Noticias & Información
|
hero-news-btn: Noticias & Información
|
||||||
hero-development-btn: Desarrollo
|
hero-development-btn: Desarrollo
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Masternodes
|
||||||
hero-video-btn: Video & Audio
|
hero-video-btn: Video & Audio
|
||||||
|
|
||||||
discussion-heading: Debate
|
discussion-heading: Debate
|
||||||
discussion-text: Debate sobre Dash en estos foros
|
discussion-text: Debate sobre Dash en estos foros
|
||||||
|
|
||||||
social-heading: Social
|
social-heading: Social
|
||||||
social-text: Encuentra Dash en estas aplicaciones sociales
|
social-text: Encuentra Dash en estas aplicaciones sociales
|
||||||
|
|
||||||
|
@ -164,29 +180,29 @@ pages:
|
||||||
news-text: Sitios creados por miembros de la comunidad Dash
|
news-text: Sitios creados por miembros de la comunidad Dash
|
||||||
|
|
||||||
development-heading: Desarrollo
|
development-heading: Desarrollo
|
||||||
development-text: Sitios & herramientas para desarrolladores
|
development-text: Sitios & herramientas para desarrolladores
|
||||||
|
|
||||||
masternode-heading: Herramientas para Masternodes
|
masternode-heading: Herramientas para Masternodes
|
||||||
masternode-text: Configura, administra y aloja tu Masternode
|
masternode-text: Configura, administra y aloja tu Masternode
|
||||||
|
|
||||||
media-heading: Medios Dash
|
media-heading: Medios Dash
|
||||||
|
|
||||||
conferences-heading: Conferencias
|
conferences-heading: Conferencias
|
||||||
technology-heading: Tecnología
|
technology-heading: Tecnología
|
||||||
community-heading: Comunidad
|
community-heading: Comunidad
|
||||||
|
|
||||||
youtube-btn: Youtube Dash
|
youtube-btn: Youtube Dash
|
||||||
|
|
||||||
# Need some Dash - get content from get-dash ^^
|
# Need some Dash - get content from get-dash ^^
|
||||||
Blog:
|
Blog:
|
||||||
title: El blog del Dinero en Efectivo Digital
|
title: El blog del Dinero en Efectivo Digital
|
||||||
description: El blog del Dinero en Efectivo Digital
|
description: El blog del Dinero en Efectivo Digital
|
||||||
|
|
||||||
Team:
|
Team:
|
||||||
title: Equipo
|
title: Equipo
|
||||||
description: El equipo Dash
|
description: El equipo Dash
|
||||||
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
what-is-dash: ¿Qué es Dash?
|
what-is-dash: ¿Qué es Dash?
|
||||||
get-dash: Obtén Dash
|
get-dash: Obtén Dash
|
||||||
|
@ -194,48 +210,48 @@ nav:
|
||||||
buy: Compra Dash
|
buy: Compra Dash
|
||||||
shop: Compra con Dash
|
shop: Compra con Dash
|
||||||
debit: DTarjeta de débito
|
debit: DTarjeta de débito
|
||||||
|
|
||||||
participate: Participar
|
participate: Participar
|
||||||
mining: Empieza a minar
|
mining: Empieza a minar
|
||||||
masternode: Configura un Masternode
|
masternode: Configura un Masternode
|
||||||
wallet: Configura un monedero
|
wallet: Configura un monedero
|
||||||
funding: Solicita financiación
|
funding: Solicita financiación
|
||||||
|
|
||||||
currency: Moneda
|
currency: Moneda
|
||||||
exchange: Mercados de intercambio
|
exchange: Mercados de intercambio
|
||||||
governance: Governanza
|
governance: Governanza
|
||||||
explorers: Block Explorers
|
explorers: Block Explorers
|
||||||
stats: Estadísticas de la red
|
stats: Estadísticas de la red
|
||||||
|
|
||||||
community: Comunidad
|
community: Comunidad
|
||||||
discussion: Discusión
|
discussion: Discusión
|
||||||
social-apps: Apps sociales
|
social-apps: Apps sociales
|
||||||
news: Noticias & Información
|
news: Noticias & Información
|
||||||
tools-dev: Herramientas de desarrollo
|
tools-dev: Herramientas de desarrollo
|
||||||
tools-masternodes: Herramientas de los masternodes
|
tools-masternodes: Herramientas de los masternodes
|
||||||
|
|
||||||
project: Proyecto
|
project: Proyecto
|
||||||
help: Ayuda
|
help: Ayuda
|
||||||
info: Información
|
info: Información
|
||||||
team: Equipo
|
team: Equipo
|
||||||
contact: Contacto
|
contact: Contacto
|
||||||
foundation: Fundación
|
foundation: Fundación
|
||||||
philosophy: Filosofía
|
philosophy: Filosofía
|
||||||
technology: Tecnología
|
technology: Tecnología
|
||||||
wiki: Wiki
|
wiki: Wiki
|
||||||
|
|
||||||
search: Buscar
|
search: Buscar
|
||||||
|
|
||||||
social: Social
|
social: Social
|
||||||
blog: Blog
|
blog: Blog
|
||||||
reddit: Reddit
|
reddit: Reddit
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
youtube: YouTube
|
youtube: YouTube
|
||||||
google: Google+
|
google: Google+
|
||||||
linkedin: LinkedIn
|
linkedin: LinkedIn
|
||||||
facebook: Facebook
|
facebook: Facebook
|
||||||
instagram: Instagram
|
instagram: Instagram
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
tos: Términos de uso
|
tos: Términos de uso
|
||||||
sitemap: Mapa de la web
|
sitemap: Mapa de la web
|
||||||
|
|
72
_i18n/it.yml
72
_i18n/it.yml
|
@ -7,59 +7,63 @@ global:
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
# For multiple paragraph content add two line breaks
|
# For multiple paragraph content add two line breaks
|
||||||
pages:
|
pages:
|
||||||
home:
|
home:
|
||||||
title: Sito ufficiale | Valuta Digitale Privata
|
title: Sito ufficiale | Valuta Digitale Privata
|
||||||
description: Dash è contante virtuale
|
description: Dash è contante virtuale
|
||||||
hero-heading: Dash è contante virtuale!
|
hero-heading: Dash è contante virtuale!
|
||||||
hero-text: Il primo sistema monetario realmente decentralizzato.<br />Ecco il contante virtuale.
|
hero-text: Il primo sistema monetario realmente decentralizzato.<br />Ecco il contante virtuale.
|
||||||
|
|
||||||
video-heading: Dash è contante virtuale con cui puoi effettuare acquisti online
|
video-heading: Dash è contante virtuale con cui puoi effettuare acquisti online
|
||||||
video-text: Usa Dash per effettuare pagamenti online o in negozio in modo immediato ed anonimo. Utilizza la piattaforma open-source gestita da migliaia di utenti in tutto il mondo.
|
video-text: Usa Dash per effettuare pagamenti online o in negozio in modo immediato ed anonimo. Utilizza la piattaforma open-source gestita da migliaia di utenti in tutto il mondo.
|
||||||
video-btn: Guarda il video
|
video-btn: Guarda il video
|
||||||
|
|
||||||
feature-private-heading: Privato
|
feature-private-heading: Privato
|
||||||
feature-private-text: Dash è privato.
|
feature-private-text: Dash è privato.
|
||||||
feature-instant-heading: Istantaneo
|
feature-instant-heading: Istantaneo
|
||||||
feature-instant-text: Dash Istantaneo.
|
feature-instant-text: Dash Istantaneo.
|
||||||
feature-secure-heading: Sicuro
|
feature-secure-heading: Sicuro
|
||||||
feature-secure-text: Dash è sicuro.
|
feature-secure-text: Dash è sicuro.
|
||||||
|
|
||||||
merchants-heading: Acquista con Dash
|
merchants-heading: Acquista con Dash
|
||||||
merchants-text: Acquisti istantanei e anonimi, direttamente dal tuo portafoglio Dash
|
merchants-text: Acquisti istantanei e anonimi, direttamente dal tuo portafoglio Dash
|
||||||
merchants-btn: Altri negozi
|
merchants-btn: Altri negozi
|
||||||
|
merchants-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchant+Directory+Listing
|
||||||
merchants-join-btn: Hai un negozio? Accetta Dash
|
merchants-join-btn: Hai un negozio? Accetta Dash
|
||||||
|
merchants-join-link: https://www.dash.org/forum/threads/merchant-directory-listing.3445
|
||||||
|
|
||||||
architecture-heading: Next-Gen Network Architecture
|
architecture-heading: Next-Gen Network Architecture
|
||||||
architecture-text:
|
architecture-text:
|
||||||
Al cuore di Dash c'è una tecnologia esclusiva basata su un network P2P a due livelli. Il design di questo network premia gli utenti che decidono di gestire un "masternode" tenendolo attivo su hardware dedicato 24 ore su 24, 7 giorni su 7. Il network richiede da questi utenti una prova criptogragica del possesso di 1000 Dash. Grazie a questo deposito attacchi Sybil contro il network sono troppo costosi.
|
Al cuore di Dash c'è una tecnologia esclusiva basata su un network P2P a due livelli. Il design di questo network premia gli utenti che decidono di gestire un "masternode" tenendolo attivo su hardware dedicato 24 ore su 24, 7 giorni su 7. Il network richiede da questi utenti una prova criptogragica del possesso di 1000 Dash. Grazie a questo deposito attacchi Sybil contro il network sono troppo costosi.
|
||||||
|
|
||||||
I Masternode lavorano in cluster, dunque non possono essere contraffatti come i nodi delle altre valute digitali. Ciò significa che possono fornire nuovi tipi di servizi decentralizzati, come transazioni istantanee ed anonime, sistema di governance e senza la minaccia di attacchi low-cost.
|
I Masternode lavorano in cluster, dunque non possono essere contraffatti come i nodi delle altre valute digitali. Ciò significa che possono fornire nuovi tipi di servizi decentralizzati, come transazioni istantanee ed anonime, sistema di governance e senza la minaccia di attacchi low-cost.
|
||||||
architecture-btn: Voglio saperne di più
|
architecture-btn: Voglio saperne di più
|
||||||
|
architecture-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585240
|
||||||
|
|
||||||
governance-heading: Il primo protocollo autogestito e autofinanziato
|
governance-heading: Il primo protocollo autogestito e autofinanziato
|
||||||
governance-text: Tutti i progetti e decisioni più importanti in Dash devono essere approvate e finanziate da un processo publico e decentralizzato che finanzia i progetti autonomamente sulla base dei voti dei masternode. Ciò significa che Dash è in grado di finanziare la propria crescita, il consenso è garantito e tutti sono responsabili di fronte al network. Inoltre un utente malizioso dovrebbe acquistare più della metà della valuta in circolazione al fine di ingannare il sistema.
|
governance-text: Tutti i progetti e decisioni più importanti in Dash devono essere approvate e finanziate da un processo publico e decentralizzato che finanzia i progetti autonomamente sulla base dei voti dei masternode. Ciò significa che Dash è in grado di finanziare la propria crescita, il consenso è garantito e tutti sono responsabili di fronte al network. Inoltre un utente malizioso dovrebbe acquistare più della metà della valuta in circolazione al fine di ingannare il sistema.
|
||||||
|
|
||||||
proposal-btn: Proposte
|
proposal-btn: Proposte
|
||||||
proposal-submit-btn: Invia una proposta
|
proposal-submit-btn: Invia una proposta
|
||||||
|
|
||||||
network-growth-heading: Il network con la crescita più veloce
|
network-growth-heading: Il network con la crescita più veloce
|
||||||
network-growth-text: Grazie al sistema di incentivi, il network Dash è composto da 3900 Masternode, il che significa che Dash è l'unica valuta digitale in grado di competere con Bitcoin in termini di transazioni e scalabilità.
|
network-growth-text: Grazie al sistema di incentivi, il network Dash è composto da 3900 Masternode, il che significa che Dash è l'unica valuta digitale in grado di competere con Bitcoin in termini di transazioni e scalabilità.
|
||||||
|
|
||||||
network-growth-btn: Statistiche
|
network-growth-btn: Statistiche
|
||||||
|
|
||||||
evolution-heading: Evoluzione della valuta digitale
|
evolution-heading: Evoluzione della valuta digitale
|
||||||
evolution-text: I prossimi passi? Stiamo lavorando su un nuovo servizio decentralizzato, ospitato sul network dei masternode. Questo servizio renderà l'utilizzo di Dash semplice come l'utilizzo di PayPal senza però rinunciare alla decentralizzazione.
|
evolution-text: I prossimi passi? Stiamo lavorando su un nuovo servizio decentralizzato, ospitato sul network dei masternode. Questo servizio renderà l'utilizzo di Dash semplice come l'utilizzo di PayPal senza però rinunciare alla decentralizzazione.
|
||||||
evolution-btn: Voglio saperne di più
|
evolution-btn: Voglio saperne di più
|
||||||
|
evolution-link: https://dashpay.atlassian.net/wiki/display/DOC/Evolution
|
||||||
|
|
||||||
news-heading: Ultim'ora
|
news-heading: Ultim'ora
|
||||||
news-btn: Vedi tutte le notizie
|
news-btn: Vedi tutte le notizie
|
||||||
|
|
||||||
get-started-heading: Dove iniziare
|
get-started-heading: Dove iniziare
|
||||||
get-started-text: Scarica il portafoglio e inizia a usare Digital Cash
|
get-started-text: Scarica il portafoglio e inizia a usare Digital Cash
|
||||||
get-started-btn: Ottieni Dash
|
get-started-btn: Ottieni Dash
|
||||||
|
|
||||||
get-dash:
|
get-dash:
|
||||||
title: Ottieni Dash
|
title: Ottieni Dash
|
||||||
description: Scarica il portafoglio e acquista Dash su un mercato di scambio.
|
description: Scarica il portafoglio e acquista Dash su un mercato di scambio.
|
||||||
|
@ -74,39 +78,46 @@ pages:
|
||||||
hero-trade-btn: Scambia Dash
|
hero-trade-btn: Scambia Dash
|
||||||
|
|
||||||
setup-heading: Impara come impostare il tuo portafoglio
|
setup-heading: Impara come impostare il tuo portafoglio
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: Voglio saperne di più
|
setup-btn: Voglio saperne di più
|
||||||
|
setup-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941
|
||||||
|
|
||||||
buy-heading: Acquista Dash Online
|
buy-heading: Acquista Dash Online
|
||||||
buy-text: Converti valuta locale in Dash ed inviala al tuo portafoglio
|
buy-text: Converti valuta locale in Dash ed inviala al tuo portafoglio
|
||||||
buy-btn: Acquista Dash
|
buy-btn: Acquista Dash
|
||||||
|
buy-link: https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash
|
||||||
|
|
||||||
trade-heading: Scambia Dash
|
trade-heading: Scambia Dash
|
||||||
trade-text: Scambia valuta locale per Dash
|
trade-text: Scambia valuta locale per Dash
|
||||||
trade-btn: Scambia Dash
|
trade-btn: Scambia Dash
|
||||||
|
trade-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307
|
||||||
|
|
||||||
atm-heading: Acquista Dash presso uno sportello automatico
|
atm-heading: Acquista Dash presso uno sportello automatico
|
||||||
atm-text: Acquista Dash in tempo reale da uno sportello automatico nel tuo paese
|
atm-text: Acquista Dash in tempo reale da uno sportello automatico nel tuo paese
|
||||||
|
atm-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=75530385
|
||||||
atm-btn: Trova uno sportello automatico
|
atm-btn: Trova uno sportello automatico
|
||||||
|
|
||||||
shop-heading: Acquista direttamente con Dash
|
shop-heading: Acquista direttamente con Dash
|
||||||
shop-text: Acquisti istantanei e anonimi online, direttamente dal tuo portafoglio Dash
|
shop-text: Acquisti istantanei e anonimi online, direttamente dal tuo portafoglio Dash
|
||||||
shop-btn: Altri negozi
|
shop-btn: Altri negozi
|
||||||
|
shop-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants
|
||||||
shop-join-btn: Hai un negozio? Accetta Dash
|
shop-join-btn: Hai un negozio? Accetta Dash
|
||||||
|
|
||||||
visa-heading: Acquista nei negozi Visa
|
visa-heading: Acquista nei negozi Visa
|
||||||
visa-text: Carta di debito Dash-Visa. Nessuna commissione per transazione internazionali e funzionalità "tap & pay" dal tuo cellulare
|
visa-text: Carta di debito Dash-Visa. Nessuna commissione per transazione internazionali e funzionalità "tap & pay" dal tuo cellulare
|
||||||
visa-btn: Scarica Shake
|
visa-btn: Scarica Shake
|
||||||
|
visa-link: https://shakepay.co/#/
|
||||||
|
|
||||||
need-heading: Hai bisogno di Dash?
|
need-heading: Hai bisogno di Dash?
|
||||||
need-text: Iscriviti al forum e ti invieremo alcuni Dash!
|
need-text: Iscriviti al forum e ti invieremo alcuni Dash!
|
||||||
need-btn: Iscriviti a Dash
|
need-btn: Iscriviti a Dash
|
||||||
|
need-link: https://www.dash.org/forum
|
||||||
need-input: Inserisci il tuo indirizzo email
|
need-input: Inserisci il tuo indirizzo email
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
title: Entra a far parte del network Dash
|
title: Entra a far parte del network Dash
|
||||||
description: Entra a far parte del network Dash
|
description: Entra a far parte del network Dash
|
||||||
hero-heading: Entra nel nostro network
|
hero-heading: Entra nel nostro network
|
||||||
hero-text: Guadagna Dash - Contribuisci, rafforza e sviluppa il network Dash
|
hero-text: Guadagna Dash - Contribuisci, rafforza e sviluppa il network Dash
|
||||||
hero-masternodes-btn: Masternode
|
hero-masternodes-btn: Masternode
|
||||||
hero-mining-btn: Mining
|
hero-mining-btn: Mining
|
||||||
|
@ -115,22 +126,27 @@ pages:
|
||||||
masternode-heading: Crea un Masternode e contribuisci al network Dash
|
masternode-heading: Crea un Masternode e contribuisci al network Dash
|
||||||
masternode-text: Aiuta Dash diventando l'amministratore di un Masternode o collabora nella sua amministrazione. Gli operatori di Masternode sono ricompensati in cambio del servizio di decentralizzazione che offrono agli utenti.
|
masternode-text: Aiuta Dash diventando l'amministratore di un Masternode o collabora nella sua amministrazione. Gli operatori di Masternode sono ricompensati in cambio del servizio di decentralizzazione che offrono agli utenti.
|
||||||
masternode-btn: Imposta un Masternode
|
masternode-btn: Imposta un Masternode
|
||||||
|
masternode-link: https://dashpay.atlassian.net/wiki/display/DOC/Masternode
|
||||||
|
|
||||||
mining-heading: Inizia ad estrarre Dash e rendi il network più sicuro
|
mining-heading: Inizia ad estrarre Dash e rendi il network più sicuro
|
||||||
mining-text: Puoi estrarre Dash utilizzando il tuo computer o hardware dedicato. Gli estrattori sono ricompensati per aver reso il network più sicuro.
|
mining-text: Puoi estrarre Dash utilizzando il tuo computer o hardware dedicato. Gli estrattori sono ricompensati per aver reso il network più sicuro.
|
||||||
mining-btn: Inizia ad estrarre
|
mining-btn: Inizia ad estrarre
|
||||||
|
mining-link: https://dashpay.atlassian.net/wiki/display/DOC/Mining
|
||||||
|
|
||||||
funding-heading: Sviluppa il network finanziando tramite Blockchain
|
funding-heading: Sviluppa il network finanziando tramite Blockchain
|
||||||
funding-text: Il network Dash finanzia le proposte vincitrici ogni mese al fine di migliorare Dash. Assunzione di sviluppatori, decisioni per integrare Dash in negozi online e non.
|
funding-text: Il network Dash finanzia le proposte vincitrici ogni mese al fine di migliorare Dash. Assunzione di sviluppatori, decisioni per integrare Dash in negozi online e non.
|
||||||
funding-btn: Invia una proposta
|
funding-btn: Invia una proposta
|
||||||
|
funding-link: https://dashcentral.org/
|
||||||
|
|
||||||
integrate-heading: Accetti Dash?
|
integrate-heading: Accetti Dash?
|
||||||
integrate-text: Accetta pagamenti istantanei e anonimi nel tuo negozio online, nella tua app o nel tuo negozio fisico.
|
integrate-text: Accetta pagamenti istantanei e anonimi nel tuo negozio online, nella tua app o nel tuo negozio fisico.
|
||||||
integrate-btn: Accetta Dash
|
integrate-btn: Accetta Dash
|
||||||
|
integrate-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants+IX+Payment+%28dashvend%29+Guide
|
||||||
integrate-payment-processor-btn: Gestione pagamenti
|
integrate-payment-processor-btn: Gestione pagamenti
|
||||||
|
integrate-payment-processor-link: https://dashpay.atlassian.net/wiki/display/DOC/Payment+Processors
|
||||||
integrate-contact-btn: Contatta il nostro team
|
integrate-contact-btn: Contatta il nostro team
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
title: Valuta Dash
|
title: Valuta Dash
|
||||||
description: Valuta Dash
|
description: Valuta Dash
|
||||||
hero-heading: Valuta Dash
|
hero-heading: Valuta Dash
|
||||||
|
@ -145,7 +161,7 @@ pages:
|
||||||
blockchain-heading: Blockchain
|
blockchain-heading: Blockchain
|
||||||
|
|
||||||
community:
|
community:
|
||||||
title: Entra nella Community Dash
|
title: Entra nella Community Dash
|
||||||
description: Entra nella Community Dash
|
description: Entra nella Community Dash
|
||||||
hero-heading: Entra nella nostra Community
|
hero-heading: Entra nella nostra Community
|
||||||
hero-text: Diventa un membro della nostra Community
|
hero-text: Diventa un membro della nostra Community
|
||||||
|
@ -169,7 +185,7 @@ pages:
|
||||||
development-heading: Sviluppo
|
development-heading: Sviluppo
|
||||||
development-text: Siti e strumenti per sviluppatori
|
development-text: Siti e strumenti per sviluppatori
|
||||||
|
|
||||||
masternode-heading: Strumenti per Masternode
|
masternode-heading: Strumenti per Masternode
|
||||||
masternode-text: Imposta, amministra e hosting di masternode
|
masternode-text: Imposta, amministra e hosting di masternode
|
||||||
|
|
||||||
media-heading: Dash sui Media
|
media-heading: Dash sui Media
|
||||||
|
@ -177,7 +193,7 @@ pages:
|
||||||
conferences-heading: Conferenze
|
conferences-heading: Conferenze
|
||||||
technology-heading: Tecnologia
|
technology-heading: Tecnologia
|
||||||
community-heading: Community
|
community-heading: Community
|
||||||
|
|
||||||
youtube-btn: Dash su YouTube
|
youtube-btn: Dash su YouTube
|
||||||
|
|
||||||
# Need some Dash - get content from get-dash ^^
|
# Need some Dash - get content from get-dash ^^
|
||||||
|
@ -188,16 +204,16 @@ pages:
|
||||||
team:
|
team:
|
||||||
title: Team
|
title: Team
|
||||||
description: The Dash Team
|
description: The Dash Team
|
||||||
|
|
||||||
|
|
||||||
nav:
|
|
||||||
|
nav:
|
||||||
what-is-dash: Cos'è Dash
|
what-is-dash: Cos'è Dash
|
||||||
get-dash: Ottieni Dash
|
get-dash: Ottieni Dash
|
||||||
download: Scarica il portafoglio
|
download: Scarica il portafoglio
|
||||||
buy: Acquista Dash
|
buy: Acquista Dash
|
||||||
shop: Acquista con Dash
|
shop: Acquista con Dash
|
||||||
debit: Carta di Debito Dash
|
debit: Carta di Debito Dash
|
||||||
|
|
||||||
participate: Participa
|
participate: Participa
|
||||||
mining: Inizia ad estrarre
|
mining: Inizia ad estrarre
|
||||||
masternode: Imposta un Masternode
|
masternode: Imposta un Masternode
|
||||||
|
@ -228,7 +244,7 @@ nav:
|
||||||
wiki: Wiki
|
wiki: Wiki
|
||||||
|
|
||||||
search: Cerca
|
search: Cerca
|
||||||
|
|
||||||
social: Social
|
social: Social
|
||||||
blog: Blog
|
blog: Blog
|
||||||
reddit: Reddit
|
reddit: Reddit
|
||||||
|
|
124
_i18n/pt.yml
124
_i18n/pt.yml
|
@ -18,50 +18,54 @@ pages:
|
||||||
video-heading: Dash e dinheiro digital você pode gastar Online
|
video-heading: Dash e dinheiro digital você pode gastar Online
|
||||||
video-text: Use Dash para fazer muito rapido, paramentos anonimos online ou em lojas, usando a nossa plataforma open-source, segura e hospedada por milhares de usuarios ao redor do mundo.
|
video-text: Use Dash para fazer muito rapido, paramentos anonimos online ou em lojas, usando a nossa plataforma open-source, segura e hospedada por milhares de usuarios ao redor do mundo.
|
||||||
video-btn: Assista o Video Visão Geral
|
video-btn: Assista o Video Visão Geral
|
||||||
|
|
||||||
feature-private-heading: Privado
|
feature-private-heading: Privado
|
||||||
feature-private-text: Dash e privado.
|
feature-private-text: Dash e privado.
|
||||||
feature-instant-heading: Instantaneo
|
feature-instant-heading: Instantaneo
|
||||||
feature-instant-text: Dash e instantaneo.
|
feature-instant-text: Dash e instantaneo.
|
||||||
feature-secure-heading: Seguro
|
feature-secure-heading: Seguro
|
||||||
feature-secure-text: Dash e seguro.
|
feature-secure-text: Dash e seguro.
|
||||||
|
|
||||||
merchants-heading: Compre direto com Dash
|
merchants-heading: Compre direto com Dash
|
||||||
merchants-text: Compras instantaneas e anônimas, diretamente de sua carteira Dash
|
merchants-text: Compras instantaneas e anônimas, diretamente de sua carteira Dash
|
||||||
merchants-btn: Mais Vendedores
|
merchants-btn: Mais Vendedores
|
||||||
|
merchants-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchant+Directory+Listing
|
||||||
merchants-join-btn: Tornar-se um Comerciante
|
merchants-join-btn: Tornar-se um Comerciante
|
||||||
|
merchants-join-link: https://www.dash.org/forum/threads/merchant-directory-listing.3445
|
||||||
|
|
||||||
architecture-heading: Next-Gen Arquitetura de Rede
|
architecture-heading: Next-Gen Arquitetura de Rede
|
||||||
architecture-text:
|
architecture-text:
|
||||||
O core da Dash e um projeto P2P de dois niveus que premia os usuarios que execultam um tipo especial de nó chamado de masternode que e hospedado 24/7h em hardware dedicado. A rede exige que os masternode deve conter 1000 dash por masternode. Isso protege a rede contra ataques Sybil.
|
O core da Dash e um projeto P2P de dois niveus que premia os usuarios que execultam um tipo especial de nó chamado de masternode que e hospedado 24/7h em hardware dedicado. A rede exige que os masternode deve conter 1000 dash por masternode. Isso protege a rede contra ataques Sybil.
|
||||||
|
|
||||||
Masternode trabalha junto em clusters e nao pode ser falsificado como fullnodes em outras moedas digitais. Isso significa que eles podem oferecer novos tipos de serviços descentralizados, como transações instantâneas, anônimase a governança, sem a ameaça de ataques a rede.
|
Masternode trabalha junto em clusters e nao pode ser falsificado como fullnodes em outras moedas digitais. Isso significa que eles podem oferecer novos tipos de serviços descentralizados, como transações instantâneas, anônimase a governança, sem a ameaça de ataques a rede.
|
||||||
architecture-btn: Leia Mais
|
architecture-btn: Leia Mais
|
||||||
|
architecture-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585240
|
||||||
|
|
||||||
governance-heading: Primeira em auto gobernança, Protocolo de financiamento
|
governance-heading: Primeira em auto gobernança, Protocolo de financiamento
|
||||||
governance-text: Qualquer projeto importante da decisao da Dash e estabelecido e financiado por um processo publico descentralizado que financia projetos autonomamente, com base na rede de votos dos masternode. Isto significa que Dash pode financiar o seu proprio crescimento e adoção, consenso e garantigo, e todos são responsaveis para a rede. Não so isso, mas um invasor não pode brincar com o sistema sem comprar mais da metade da oferta de moedas.
|
governance-text: Qualquer projeto importante da decisao da Dash e estabelecido e financiado por um processo publico descentralizado que financia projetos autonomamente, com base na rede de votos dos masternode. Isto significa que Dash pode financiar o seu proprio crescimento e adoção, consenso e garantigo, e todos são responsaveis para a rede. Não so isso, mas um invasor não pode brincar com o sistema sem comprar mais da metade da oferta de moedas.
|
||||||
proposal-btn: Propostas
|
proposal-btn: Propostas
|
||||||
proposal-submit-btn: Apresentar uma Proposta
|
proposal-submit-btn: Apresentar uma Proposta
|
||||||
|
|
||||||
network-growth-heading: O rapido crescimento da Rede
|
network-growth-heading: O rapido crescimento da Rede
|
||||||
network-growth-text: Graças ao incentivo, a rede Dash tem crescido para 3,900 Masternodes significa que Dash e a unica moeda que pode competir com Bitcoin para o futuro do poder de processamento de transações e escabilidade
|
network-growth-text: Graças ao incentivo, a rede Dash tem crescido para 3,900 Masternodes significa que Dash e a unica moeda que pode competir com Bitcoin para o futuro do poder de processamento de transações e escabilidade
|
||||||
network-growth-btn: Estatisticas da Rede
|
network-growth-btn: Estatisticas da Rede
|
||||||
|
|
||||||
evolution-heading: Evolução da Moeda Digital
|
evolution-heading: Evolução da Moeda Digital
|
||||||
evolution-text: Qual é o proximo? Nós estamos trabalhando em um novo serviço descentralizado armazenados na rede masternode que abrirá a Dash para a web e móvel ao ser tão facil de usar como o PayPal, mas totalmente descentralizada. Fique Atento...
|
evolution-text: Qual é o proximo? Nós estamos trabalhando em um novo serviço descentralizado armazenados na rede masternode que abrirá a Dash para a web e móvel ao ser tão facil de usar como o PayPal, mas totalmente descentralizada. Fique Atento...
|
||||||
evolution-btn: Leia Mais
|
evolution-btn: Leia Mais
|
||||||
|
evolution-link: https://dashpay.atlassian.net/wiki/display/DOC/Evolution
|
||||||
|
|
||||||
news-heading: Ultimas Noticias
|
news-heading: Ultimas Noticias
|
||||||
news-btn: Ver todas as Noticias
|
news-btn: Ver todas as Noticias
|
||||||
|
|
||||||
get-started-heading: Como Começar
|
get-started-heading: Como Começar
|
||||||
get-started-text: Download a carteira e começar a usar dinheiro digital!
|
get-started-text: Download a carteira e começar a usar dinheiro digital!
|
||||||
get-started-btn: Obter Dash
|
get-started-btn: Obter Dash
|
||||||
|
|
||||||
get-dash:
|
get-dash:
|
||||||
title: Obter Dash
|
title: Obter Dash
|
||||||
description: Download da carteira e pegar Dash em uma exchange.
|
description: Download da carteira e pegar Dash em uma exchange.
|
||||||
hero-heading: Download Carteira Dash
|
hero-heading: Download Carteira Dash
|
||||||
hero-text: Download do mais recente cliente Dash
|
hero-text: Download do mais recente cliente Dash
|
||||||
hero-wallet-version: Dash Wallet (Fullclient v12.0.56) for OSX
|
hero-wallet-version: Dash Wallet (Fullclient v12.0.56) for OSX
|
||||||
hero-wallet-version-select: Escolha Outro
|
hero-wallet-version-select: Escolha Outro
|
||||||
|
@ -70,37 +74,44 @@ pages:
|
||||||
hero-buy-btn: Comprar Dash
|
hero-buy-btn: Comprar Dash
|
||||||
hero-spend-btn: Trocar Dash
|
hero-spend-btn: Trocar Dash
|
||||||
hero-trade-btn: Comercio Dash
|
hero-trade-btn: Comercio Dash
|
||||||
|
|
||||||
setup-heading: Aprenda a configurar sua carteira
|
setup-heading: Aprenda a configurar sua carteira
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: Leia Mais
|
setup-btn: Leia Mais
|
||||||
|
setup-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941
|
||||||
|
|
||||||
buy-heading: Compre Dash Online
|
buy-heading: Compre Dash Online
|
||||||
buy-text: Converta sua moeda local para Dash e envie a sua carteira
|
buy-text: Converta sua moeda local para Dash e envie a sua carteira
|
||||||
buy-btn: Compre Dash
|
buy-btn: Compre Dash
|
||||||
|
buy-link: https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash
|
||||||
|
|
||||||
trade-heading: Comercie Dash em uma exchange
|
trade-heading: Comercie Dash em uma exchange
|
||||||
trade-text: Comercie moeda local para dash em uma exchange
|
trade-text: Comercie moeda local para dash em uma exchange
|
||||||
trade-btn: Comercie Dash
|
trade-btn: Comercie Dash
|
||||||
|
trade-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307
|
||||||
|
|
||||||
atm-heading: Compre Dash em um ATM
|
atm-heading: Compre Dash em um ATM
|
||||||
atm-text: Compre Dash instantâneamente de um caixa eletrônico no seu país
|
atm-text: Compre Dash instantâneamente de um caixa eletrônico no seu país
|
||||||
atm-btn: Localização dos ATM
|
atm-btn: Localização dos ATM
|
||||||
|
atm-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=75530385
|
||||||
|
|
||||||
shop-heading: Compre direto com Dash
|
shop-heading: Compre direto com Dash
|
||||||
shop-text: Compras instantaneas e anônimas, diretamente de sua carteira Dash
|
shop-text: Compras instantaneas e anônimas, diretamente de sua carteira Dash
|
||||||
shop-btn: Mais Vendedores
|
shop-btn: Mais Vendedores
|
||||||
|
shop-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants
|
||||||
shop-join-btn: Seja um Comerciante
|
shop-join-btn: Seja um Comerciante
|
||||||
|
|
||||||
visa-heading: Shop at Visa stores
|
visa-heading: Shop at Visa stores
|
||||||
visa-text: Cartão de débito Visa Dash sem taxas de transação "toque & paga"
|
visa-text: Cartão de débito Visa Dash sem taxas de transação "toque & paga"
|
||||||
visa-btn: Obter Shake
|
visa-btn: Obter Shake
|
||||||
|
visa-link: https://shakepay.co/#/
|
||||||
|
|
||||||
need-heading: Precisa de Dash?
|
need-heading: Precisa de Dash?
|
||||||
need-text: Inscreva-se em nosso forum e vamos enviar um pouco de Dash!
|
need-text: Inscreva-se em nosso forum e vamos enviar um pouco de Dash!
|
||||||
need-btn: Cadastre-se em Dash
|
need-btn: Cadastre-se em Dash
|
||||||
|
need-link: https://www.dash.org/forum
|
||||||
need-input: Entre com seu endereço de E-mail
|
need-input: Entre com seu endereço de E-mail
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
title: Junte-se à Rede Dash
|
title: Junte-se à Rede Dash
|
||||||
description: Junte-se à Rede Dash
|
description: Junte-se à Rede Dash
|
||||||
|
@ -109,25 +120,30 @@ pages:
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Masternodes
|
||||||
hero-mining-btn: Mineração
|
hero-mining-btn: Mineração
|
||||||
hero-funding-btn: Financiamento
|
hero-funding-btn: Financiamento
|
||||||
|
|
||||||
masternode-heading: Configurar um Masternode
|
masternode-heading: Configurar um Masternode
|
||||||
masternode-text: Ajude a Dash Hospedando um masternode ou entrando em um serviço de hospedagem compartilha. Operadores Masternode são recompensados pela prestação de servidos descentalizados para nossos usuarios
|
masternode-text: Ajude a Dash Hospedando um masternode ou entrando em um serviço de hospedagem compartilha. Operadores Masternode são recompensados pela prestação de servidos descentalizados para nossos usuarios
|
||||||
masternode-btn: Configurar um Masternode
|
masternode-btn: Configurar um Masternode
|
||||||
|
masternode-link: https://dashpay.atlassian.net/wiki/display/DOC/Masternode
|
||||||
|
|
||||||
mining-heading: Iniciar uma Mineracao na rede Dash
|
mining-heading: Iniciar uma Mineracao na rede Dash
|
||||||
mining-text: Minere Dash usando seu computador ou hardware dedicado. Mineiros são recompensados por proteger a rede Dash.
|
mining-text: Minere Dash usando seu computador ou hardware dedicado. Mineiros são recompensados por proteger a rede Dash.
|
||||||
mining-btn: Iniciar Mineração
|
mining-btn: Iniciar Mineração
|
||||||
|
mining-link: https://dashpay.atlassian.net/wiki/display/DOC/Mining
|
||||||
|
|
||||||
funding-heading: Desenvolver a rede com financiamento do Blockchain
|
funding-heading: Desenvolver a rede com financiamento do Blockchain
|
||||||
funding-text: Propostas vendedoras da rede Dash recebem os fundos a cada mes, para qualquer coisa que podem melhorar a Dash, tais como a contratação de desenvolvedores, tomada de decisoes ou integrar pagamentos de Dash a lojas online e lojas de varejo.
|
funding-text: Propostas vendedoras da rede Dash recebem os fundos a cada mes, para qualquer coisa que podem melhorar a Dash, tais como a contratação de desenvolvedores, tomada de decisoes ou integrar pagamentos de Dash a lojas online e lojas de varejo.
|
||||||
funding-btn: Apresentar uma Proposta
|
funding-btn: Apresentar uma Proposta
|
||||||
|
funding-link: https://dashcentral.org/
|
||||||
|
|
||||||
integrate-heading: Voçê aceita Dash?
|
integrate-heading: Voçê aceita Dash?
|
||||||
integrate-text: Instantâneas, integrar pagamentos anônimos para sua webstore, app ou outlet
|
integrate-text: Instantâneas, integrar pagamentos anônimos para sua webstore, app ou outlet
|
||||||
integrate-btn: integrar Dash
|
integrate-btn: integrar Dash
|
||||||
|
integrate-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants+IX+Payment+%28dashvend%29+Guide
|
||||||
integrate-payment-processor-btn: Processadores de pagamento
|
integrate-payment-processor-btn: Processadores de pagamento
|
||||||
|
integrate-payment-processor-link: https://dashpay.atlassian.net/wiki/display/DOC/Payment+Processors
|
||||||
integrate-contact-btn: Contate a nossa equipe
|
integrate-contact-btn: Contate a nossa equipe
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
title: Dash Moeda
|
title: Dash Moeda
|
||||||
description: Dash Moeda
|
description: Dash Moeda
|
||||||
|
@ -136,14 +152,14 @@ pages:
|
||||||
hero-governance-btn: Governança
|
hero-governance-btn: Governança
|
||||||
hero-network-btn: Rede
|
hero-network-btn: Rede
|
||||||
hero-blockchain-btn: Blockchain
|
hero-blockchain-btn: Blockchain
|
||||||
|
|
||||||
markets-heading: Mercado
|
markets-heading: Mercado
|
||||||
governance-heading: Governança
|
governance-heading: Governança
|
||||||
network-heading: Rede
|
network-heading: Rede
|
||||||
blockchain-heading: Blockchain
|
blockchain-heading: Blockchain
|
||||||
|
|
||||||
community:
|
community:
|
||||||
title: Entra na Cominidade Dash
|
title: Entra na Cominidade Dash
|
||||||
description: Entra na Cominidade Dash
|
description: Entra na Cominidade Dash
|
||||||
hero-heading: unte-se a nossa Comunidade
|
hero-heading: unte-se a nossa Comunidade
|
||||||
hero-text: Tornar-se parte da comunidade Dash
|
hero-text: Tornar-se parte da comunidade Dash
|
||||||
|
@ -154,40 +170,40 @@ pages:
|
||||||
hero-development-btn: Deselvolvimento
|
hero-development-btn: Deselvolvimento
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Masternodes
|
||||||
hero-video-btn: Video & Audio
|
hero-video-btn: Video & Audio
|
||||||
|
|
||||||
discussion-heading: Discussão
|
discussion-heading: Discussão
|
||||||
discussion-text: Discurtir Sobre Dash nos Foruns
|
discussion-text: Discurtir Sobre Dash nos Foruns
|
||||||
|
|
||||||
social-heading: Social
|
social-heading: Social
|
||||||
social-text: Encontrar Dash em um apps social
|
social-text: Encontrar Dash em um apps social
|
||||||
|
|
||||||
news-heading: News & Informação
|
news-heading: News & Informação
|
||||||
news-text: Site criado por membros da cominidade Dash
|
news-text: Site criado por membros da cominidade Dash
|
||||||
|
|
||||||
development-heading: Deselvolvimento
|
development-heading: Deselvolvimento
|
||||||
development-text: Sites e ferramentas para deselvolvedores
|
development-text: Sites e ferramentas para deselvolvedores
|
||||||
|
|
||||||
masternode-heading: Ferramentas Masternode
|
masternode-heading: Ferramentas Masternode
|
||||||
masternode-text: Configurar, gerenciar e hospedar seu masternode
|
masternode-text: Configurar, gerenciar e hospedar seu masternode
|
||||||
|
|
||||||
media-heading: Dash Media
|
media-heading: Dash Media
|
||||||
|
|
||||||
conferences-heading: Conferencias
|
conferences-heading: Conferencias
|
||||||
technology-heading: Tecnologia
|
technology-heading: Tecnologia
|
||||||
community-heading: Cominidade
|
community-heading: Cominidade
|
||||||
|
|
||||||
youtube-btn: Dash YouTube
|
youtube-btn: Dash YouTube
|
||||||
|
|
||||||
# Precisa de Dash - tenha o conteudo get-dash ^^
|
# Precisa de Dash - tenha o conteudo get-dash ^^
|
||||||
blog:
|
blog:
|
||||||
title: Dinheiro Digital Blog
|
title: Dinheiro Digital Blog
|
||||||
description: Dinheiro Digital Blog
|
description: Dinheiro Digital Blog
|
||||||
|
|
||||||
team:
|
team:
|
||||||
title: Equipe
|
title: Equipe
|
||||||
description: Equipe Dash
|
description: Equipe Dash
|
||||||
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
what-is-dash: O que é Dash
|
what-is-dash: O que é Dash
|
||||||
get-dash: Obter Dash
|
get-dash: Obter Dash
|
||||||
|
@ -195,26 +211,26 @@ nav:
|
||||||
buy: Compre Dash
|
buy: Compre Dash
|
||||||
shop: Loja com Dash
|
shop: Loja com Dash
|
||||||
debit: Dash Cartão de Debito
|
debit: Dash Cartão de Debito
|
||||||
|
|
||||||
participate: Participar
|
participate: Participar
|
||||||
mining: Iniciar Mineração
|
mining: Iniciar Mineração
|
||||||
masternode: Configurar Masternode
|
masternode: Configurar Masternode
|
||||||
wallet: Instalar Wallet
|
wallet: Instalar Wallet
|
||||||
funding: Solicitar Financiamento
|
funding: Solicitar Financiamento
|
||||||
|
|
||||||
currency: Moedas
|
currency: Moedas
|
||||||
exchange: Mercado de Exchange
|
exchange: Mercado de Exchange
|
||||||
governance: Governança
|
governance: Governança
|
||||||
explorers: Block Explorers
|
explorers: Block Explorers
|
||||||
stats: Estatistica da Rede
|
stats: Estatistica da Rede
|
||||||
|
|
||||||
community: Cominidade
|
community: Cominidade
|
||||||
discussion: Discussão
|
discussion: Discussão
|
||||||
social-apps: Social Apps
|
social-apps: Social Apps
|
||||||
news: News & Info
|
news: News & Info
|
||||||
tools-dev: Ferramento para Deselvolvedores
|
tools-dev: Ferramento para Deselvolvedores
|
||||||
tools-masternodes: Ferramenta para Masternode
|
tools-masternodes: Ferramenta para Masternode
|
||||||
|
|
||||||
project: Projeto
|
project: Projeto
|
||||||
help: Ajuda & Suporte
|
help: Ajuda & Suporte
|
||||||
info: Informação do Projeto
|
info: Informação do Projeto
|
||||||
|
@ -224,9 +240,9 @@ nav:
|
||||||
philosophy: Filosofia
|
philosophy: Filosofia
|
||||||
technology: Tecnologia
|
technology: Tecnologia
|
||||||
wiki: Wiki
|
wiki: Wiki
|
||||||
|
|
||||||
search: Buscar
|
search: Buscar
|
||||||
|
|
||||||
social: Social
|
social: Social
|
||||||
blog: Blog
|
blog: Blog
|
||||||
reddit: Reddit
|
reddit: Reddit
|
||||||
|
@ -237,8 +253,8 @@ nav:
|
||||||
facebook: Facebook
|
facebook: Facebook
|
||||||
instagram: Instagram
|
instagram: Instagram
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
tos: Termos de uso
|
tos: Termos de uso
|
||||||
sitemap: Sitemap
|
sitemap: Sitemap
|
||||||
|
|
||||||
|
|
||||||
|
|
70
_i18n/ru.yml
70
_i18n/ru.yml
|
@ -6,59 +6,63 @@ global:
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
# For multiple paragraph content add two line breaks
|
# For multiple paragraph content add two line breaks
|
||||||
pages:
|
pages:
|
||||||
home:
|
home:
|
||||||
title: Официальный Сайт | Цифровая Приватная Валюта
|
title: Официальный Сайт | Цифровая Приватная Валюта
|
||||||
description: Dash - это Цифровая Наличность
|
description: Dash - это Цифровая Наличность
|
||||||
hero-heading: Dash - это Цифровая Наличность!
|
hero-heading: Dash - это Цифровая Наличность!
|
||||||
hero-text: Первая действительно децентрализованная платёжная сеть.<br />Откройте для себя Цифровую Наличность.
|
hero-text: Первая действительно децентрализованная платёжная сеть.<br />Откройте для себя Цифровую Наличность.
|
||||||
|
|
||||||
video-heading: Dash - это Цифровая Валюта для использования в Интернете
|
video-heading: Dash - это Цифровая Валюта для использования в Интернете
|
||||||
video-text: Платите с помощью Dash мгновенно и приватно в Интернете и в реальном мире с помощью безопасного ПО с открытым исходным кодом, которое работает на базе платёжной платформы, поддерживаемой тысячами пользователей по всему миру.
|
video-text: Платите с помощью Dash мгновенно и приватно в Интернете и в реальном мире с помощью безопасного ПО с открытым исходным кодом, которое работает на базе платёжной платформы, поддерживаемой тысячами пользователей по всему миру.
|
||||||
video-btn: Смотрите Ознакомительное Видео
|
video-btn: Смотрите Ознакомительное Видео
|
||||||
|
|
||||||
feature-private-heading: Приватный
|
feature-private-heading: Приватный
|
||||||
feature-private-text: Dash - приватный.
|
feature-private-text: Dash - приватный.
|
||||||
feature-instant-heading: Мгновенный
|
feature-instant-heading: Мгновенный
|
||||||
feature-instant-text: Dash - мгновенный.
|
feature-instant-text: Dash - мгновенный.
|
||||||
feature-secure-heading: Безопасный
|
feature-secure-heading: Безопасный
|
||||||
feature-secure-text: Dash - безопасный.
|
feature-secure-text: Dash - безопасный.
|
||||||
|
|
||||||
merchants-heading: Расплачивайтесь напрямую с помощью Dash
|
merchants-heading: Расплачивайтесь напрямую с помощью Dash
|
||||||
merchants-text: Мгновенные анонимные платежи, напрямую из кошелька Dash
|
merchants-text: Мгновенные анонимные платежи, напрямую из кошелька Dash
|
||||||
merchants-btn: Больше точек продаж
|
merchants-btn: Больше точек продаж
|
||||||
|
merchants-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchant+Directory+Listing
|
||||||
merchants-join-btn: Принимайте платежи в Dash
|
merchants-join-btn: Принимайте платежи в Dash
|
||||||
|
merchants-join-link: https://www.dash.org/forum/threads/merchant-directory-listing.3445
|
||||||
|
|
||||||
architecture-heading: Инновационная Сетевая Архитектура
|
architecture-heading: Инновационная Сетевая Архитектура
|
||||||
architecture-text:
|
architecture-text:
|
||||||
Основа уникальной технологии Dash - двухуровневая P2P сетевая архитектура, в которой пользователи поощряются за поддержание работы специальных сетевых узлов (Мастернод), с использованием выделенных серверов в режиме 24/7. Требования сети подразумевают криптографическое подтверждение наличия у оператора каждой Мастерноды суммы в 1000 DASH. Это защищает сеть Dash от атак Сибиллы, делая атаки такого типа практически нереализуемыми.
|
Основа уникальной технологии Dash - двухуровневая P2P сетевая архитектура, в которой пользователи поощряются за поддержание работы специальных сетевых узлов (Мастернод), с использованием выделенных серверов в режиме 24/7. Требования сети подразумевают криптографическое подтверждение наличия у оператора каждой Мастерноды суммы в 1000 DASH. Это защищает сеть Dash от атак Сибиллы, делая атаки такого типа практически нереализуемыми.
|
||||||
|
|
||||||
|
|
||||||
Мастерноды работают сообща друг с другом в кворумах, и результаты их работы не могут быть подделаны, как это может случаться с полными сетевыми узлами других цифровых валют. В результате, это обеспечивает создание новых видов децентрализованных сервисов, таких как мгновенные транзакции, анонимизация средств и децентрализованное управление - которые при этом защищены от сопутствующих угроз атак на сеть.
|
Мастерноды работают сообща друг с другом в кворумах, и результаты их работы не могут быть подделаны, как это может случаться с полными сетевыми узлами других цифровых валют. В результате, это обеспечивает создание новых видов децентрализованных сервисов, таких как мгновенные транзакции, анонимизация средств и децентрализованное управление - которые при этом защищены от сопутствующих угроз атак на сеть.
|
||||||
architecture-btn: Узнайте больше
|
architecture-btn: Узнайте больше
|
||||||
|
architecture-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=8585240
|
||||||
|
|
||||||
governance-heading: Первая Самоуправляемая и Самофинансируемая криптовалюта
|
governance-heading: Первая Самоуправляемая и Самофинансируемая криптовалюта
|
||||||
governance-text: Все важные решения по развитию проекта Dash и их децентрализованному финансированию принимаются в ходе публичного процесса путём достижения консенсуса по результатам голосования в сети Мастернод. Это означает, что сеть Dash может самостоятельно финансировать своё развитие и адоптацию, гарантированно приходя к консенсусу по спорным вопросам, при этом учитывается голос каждого участника сети. Это в том числе позволяет защититься от потенциальных нежелательных манипуляций проектом, так как для этого атакующему потребуется купить больше половины всех средств Dash.
|
governance-text: Все важные решения по развитию проекта Dash и их децентрализованному финансированию принимаются в ходе публичного процесса путём достижения консенсуса по результатам голосования в сети Мастернод. Это означает, что сеть Dash может самостоятельно финансировать своё развитие и адоптацию, гарантированно приходя к консенсусу по спорным вопросам, при этом учитывается голос каждого участника сети. Это в том числе позволяет защититься от потенциальных нежелательных манипуляций проектом, так как для этого атакующему потребуется купить больше половины всех средств Dash.
|
||||||
|
|
||||||
proposal-btn: Предложения
|
proposal-btn: Предложения
|
||||||
proposal-submit-btn: Разместите Предложение
|
proposal-submit-btn: Разместите Предложение
|
||||||
|
|
||||||
network-growth-heading: Самая Быстро Растущая Сеть
|
network-growth-heading: Самая Быстро Растущая Сеть
|
||||||
network-growth-text: Благодяря системе поощрений, сеть Dash выросла уже до 3900 Мастернод, став таким образом единственной цифровой валютой, способной конкурировать с Bitcoin по пропускной способности транзакций и по возможностям дальнейшего масштабирования.
|
network-growth-text: Благодяря системе поощрений, сеть Dash выросла уже до 3900 Мастернод, став таким образом единственной цифровой валютой, способной конкурировать с Bitcoin по пропускной способности транзакций и по возможностям дальнейшего масштабирования.
|
||||||
network-growth-btn: Статистика Сети
|
network-growth-btn: Статистика Сети
|
||||||
|
|
||||||
evolution-heading: Эволюция Цифровых Денег
|
evolution-heading: Эволюция Цифровых Денег
|
||||||
evolution-text: Что же дальше? Мы разрабатываем новые децентрализованные сервисы, работающие на основе сети Мастернод, которые делают использование Dash с помощью web-браузеров и мобильных устройств таким же простым, как использование PayPal, но при этом работают абсолютно децентрализованно. Следите за нашими новостями...
|
evolution-text: Что же дальше? Мы разрабатываем новые децентрализованные сервисы, работающие на основе сети Мастернод, которые делают использование Dash с помощью web-браузеров и мобильных устройств таким же простым, как использование PayPal, но при этом работают абсолютно децентрализованно. Следите за нашими новостями...
|
||||||
evolution-btn: Узнать больше
|
evolution-btn: Узнать больше
|
||||||
|
evolution-link: https://dashpay.atlassian.net/wiki/display/DOC/Evolution
|
||||||
|
|
||||||
news-heading: Последние новости
|
news-heading: Последние новости
|
||||||
news-btn: Посмотреть все новости
|
news-btn: Посмотреть все новости
|
||||||
|
|
||||||
get-started-heading: Начать использование
|
get-started-heading: Начать использование
|
||||||
get-started-text: Скачайте Кошелёк и начните использовать Цифровую Наличность!
|
get-started-text: Скачайте Кошелёк и начните использовать Цифровую Наличность!
|
||||||
get-started-btn: Получить Dash
|
get-started-btn: Получить Dash
|
||||||
|
|
||||||
get-dash:
|
get-dash:
|
||||||
title: Получить Dash
|
title: Получить Dash
|
||||||
description: Скачайте Кошелёк и пополните его средствами Dash через Биржу.
|
description: Скачайте Кошелёк и пополните его средствами Dash через Биржу.
|
||||||
|
@ -73,33 +77,40 @@ pages:
|
||||||
hero-trade-btn: Обменять Dash
|
hero-trade-btn: Обменять Dash
|
||||||
|
|
||||||
setup-heading: Узнайте, как Установить ваш Кошелёк
|
setup-heading: Узнайте, как Установить ваш Кошелёк
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: Узнать больше
|
setup-btn: Узнать больше
|
||||||
|
setup-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=1146941
|
||||||
|
|
||||||
buy-heading: Купить Dash
|
buy-heading: Купить Dash
|
||||||
buy-text: Обменяйте свою местную валюту на Dash в вашем кошельке
|
buy-text: Обменяйте свою местную валюту на Dash в вашем кошельке
|
||||||
buy-btn: Купить Dash
|
buy-btn: Купить Dash
|
||||||
|
buy-link: https://dashpay.atlassian.net/wiki/display/DOC/How+to+buy+Dash
|
||||||
|
|
||||||
trade-heading: Купите Dash на бирже
|
trade-heading: Купите Dash на бирже
|
||||||
trade-text: Купите Dash за свою местную валюту на бирже
|
trade-text: Купите Dash за свою местную валюту на бирже
|
||||||
trade-btn: Купите Dash
|
trade-btn: Купите Dash
|
||||||
|
trade-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=48693307
|
||||||
|
|
||||||
atm-heading: Купите Dash в банкомате
|
atm-heading: Купите Dash в банкомате
|
||||||
atm-text: Мгновенная покупка Dash в банкоматах вашей страны
|
atm-text: Мгновенная покупка Dash в банкоматах вашей страны
|
||||||
atm-btn: Поиск банкоматов Dash
|
atm-btn: Поиск банкоматов Dash
|
||||||
|
atm-link: https://dashpay.atlassian.net/wiki/pages/viewpage.action?pageId=75530385
|
||||||
|
|
||||||
shop-heading: Покупка товаров за Dash
|
shop-heading: Покупка товаров за Dash
|
||||||
shop-text: Мгновенная и анонимная оплата покупок в Интернете, напрямую из вашего Dash кошелька
|
shop-text: Мгновенная и анонимная оплата покупок в Интернете, напрямую из вашего Dash кошелька
|
||||||
shop-btn: Больше торговых точек
|
shop-btn: Больше торговых точек
|
||||||
|
shop-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants
|
||||||
shop-join-btn: Начните принимать к оплате Dash
|
shop-join-btn: Начните принимать к оплате Dash
|
||||||
|
|
||||||
visa-heading: Оплата пластиковыми картами Visa
|
visa-heading: Оплата пластиковыми картами Visa
|
||||||
visa-text: Дебетовая карта Dash-Visa без комиссий при международных платежах и с поддержкой технологии "tap & pay"
|
visa-text: Дебетовая карта Dash-Visa без комиссий при международных платежах и с поддержкой технологии "tap & pay"
|
||||||
visa-btn: Получить карту Shake
|
visa-btn: Получить карту Shake
|
||||||
|
visa-link: https://shakepay.co/#/
|
||||||
|
|
||||||
need-heading: Хотите получить немного Dash?
|
need-heading: Хотите получить немного Dash?
|
||||||
need-text: Зарегистрируйтесь на нашем форуме и получите немного Dash!
|
need-text: Зарегистрируйтесь на нашем форуме и получите немного Dash!
|
||||||
need-btn: Регистрация для получения Dash
|
need-btn: Регистрация для получения Dash
|
||||||
|
need-link: https://www.dash.org/forum
|
||||||
need-input: Введите ваш Email адрес
|
need-input: Введите ваш Email адрес
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
|
@ -114,22 +125,27 @@ pages:
|
||||||
masternode-heading: Запустите Мастерноду и сделайте сеть Dash ещё надёжней
|
masternode-heading: Запустите Мастерноду и сделайте сеть Dash ещё надёжней
|
||||||
masternode-text: Помогите сделать сеть Dash ещё лучше, запустив собственную Мастерноду или присоединившись к сервису по совместному хостингу Мастернод. Операторы Мастернод получают вознаграждение за оказание децентрализованных услуг пользователям Dash.
|
masternode-text: Помогите сделать сеть Dash ещё лучше, запустив собственную Мастерноду или присоединившись к сервису по совместному хостингу Мастернод. Операторы Мастернод получают вознаграждение за оказание децентрализованных услуг пользователям Dash.
|
||||||
masternode-btn: Запустить Мастерноду
|
masternode-btn: Запустить Мастерноду
|
||||||
|
masternode-link: https://dashpay.atlassian.net/wiki/display/DOC/Masternode
|
||||||
|
|
||||||
mining-heading: Займитесь Майнингом и помогите защищать сеть Dash
|
mining-heading: Займитесь Майнингом и помогите защищать сеть Dash
|
||||||
mining-text: Займитесь майнингом Dash с помощью своего компьютера или специального оборудования. Майнеры Dash получают вознаграждение за помощь в обеспечении безопасности сети Dash.
|
mining-text: Займитесь майнингом Dash с помощью своего компьютера или специального оборудования. Майнеры Dash получают вознаграждение за помощь в обеспечении безопасности сети Dash.
|
||||||
mining-btn: Заняться Майнингом
|
mining-btn: Заняться Майнингом
|
||||||
|
mining-link: https://dashpay.atlassian.net/wiki/display/DOC/Mining
|
||||||
|
|
||||||
funding-heading: Развивайте Сеть Dash на средства из Блокчейна
|
funding-heading: Развивайте Сеть Dash на средства из Блокчейна
|
||||||
funding-text: Сеть Dash каждый месяц финансирует различные усилия, направленные на развитие проекта, такие как найм разработчиков, мероприятия по продвижению и интеграция платежей Dash в новые популярные сервисы и магазины.
|
funding-text: Сеть Dash каждый месяц финансирует различные усилия, направленные на развитие проекта, такие как найм разработчиков, мероприятия по продвижению и интеграция платежей Dash в новые популярные сервисы и магазины.
|
||||||
funding-btn: Разместить Предложение
|
funding-btn: Разместить Предложение
|
||||||
|
funding-link: https://dashcentral.org/
|
||||||
|
|
||||||
integrate-heading: Вы принимаете к оплате Dash?
|
integrate-heading: Вы принимаете к оплате Dash?
|
||||||
integrate-text: Интегрируйте приём мгновенных анонимных платежей в ваши Интернет-магазин, Приложение или Торговую точку
|
integrate-text: Интегрируйте приём мгновенных анонимных платежей в ваши Интернет-магазин, Приложение или Торговую точку
|
||||||
integrate-btn: Интегрировать Dash
|
integrate-btn: Интегрировать Dash
|
||||||
|
integrate-link: https://dashpay.atlassian.net/wiki/display/DOC/Merchants+IX+Payment+%28dashvend%29+Guide
|
||||||
integrate-payment-processor-btn: Процессинговые компании
|
integrate-payment-processor-btn: Процессинговые компании
|
||||||
|
integrate-payment-processor-link: https://dashpay.atlassian.net/wiki/display/DOC/Payment+Processors
|
||||||
integrate-contact-btn: Свяжитесь с командой Dash
|
integrate-contact-btn: Свяжитесь с командой Dash
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
title: Валюта Dash
|
title: Валюта Dash
|
||||||
description: Валюта Dash
|
description: Валюта Dash
|
||||||
hero-heading: Валюта Dash
|
hero-heading: Валюта Dash
|
||||||
|
@ -167,7 +183,7 @@ pages:
|
||||||
|
|
||||||
development-heading: Разработка
|
development-heading: Разработка
|
||||||
development-text: Сайты и Инструменты для Разработчиков
|
development-text: Сайты и Инструменты для Разработчиков
|
||||||
|
|
||||||
masternode-heading: Инструменты для Мастернод
|
masternode-heading: Инструменты для Мастернод
|
||||||
masternode-text: Запуск, Управление и Хостинг для ваших Мастернод
|
masternode-text: Запуск, Управление и Хостинг для ваших Мастернод
|
||||||
|
|
||||||
|
@ -176,7 +192,7 @@ pages:
|
||||||
conferences-heading: Конференции
|
conferences-heading: Конференции
|
||||||
technology-heading: Технология
|
technology-heading: Технология
|
||||||
community-heading: Сообщество
|
community-heading: Сообщество
|
||||||
|
|
||||||
youtube-btn: Dash YouTube
|
youtube-btn: Dash YouTube
|
||||||
|
|
||||||
# Need some Dash - get content from get-dash ^^
|
# Need some Dash - get content from get-dash ^^
|
||||||
|
@ -187,16 +203,16 @@ pages:
|
||||||
team:
|
team:
|
||||||
title: Команда
|
title: Команда
|
||||||
description: Команда Dash
|
description: Команда Dash
|
||||||
|
|
||||||
|
|
||||||
nav:
|
|
||||||
|
nav:
|
||||||
what-is-dash: Что такое Dash
|
what-is-dash: Что такое Dash
|
||||||
get-dash: Получить Dash
|
get-dash: Получить Dash
|
||||||
download: Скачать Кошелёк
|
download: Скачать Кошелёк
|
||||||
buy: Купить Dash
|
buy: Купить Dash
|
||||||
shop: Потратить Dash
|
shop: Потратить Dash
|
||||||
debit: Пластиковые карты Dash
|
debit: Пластиковые карты Dash
|
||||||
|
|
||||||
participate: Принять Участие
|
participate: Принять Участие
|
||||||
mining: Заняться Майнингом
|
mining: Заняться Майнингом
|
||||||
masternode: Запустить Мастерноду
|
masternode: Запустить Мастерноду
|
||||||
|
@ -227,7 +243,7 @@ nav:
|
||||||
wiki: Wiki
|
wiki: Wiki
|
||||||
|
|
||||||
search: Поиск
|
search: Поиск
|
||||||
|
|
||||||
social: Соцсети
|
social: Соцсети
|
||||||
blog: Блог
|
blog: Блог
|
||||||
reddit: Reddit
|
reddit: Reddit
|
||||||
|
@ -240,4 +256,4 @@ nav:
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
tos: Условия использования
|
tos: Условия использования
|
||||||
sitemap: Карта сайта
|
sitemap: Карта сайта
|
||||||
|
|
|
@ -2,41 +2,41 @@
|
||||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||||
{% t nav.get-dash %}
|
{% t nav.get-dash %}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">{% t nav.download %}</a></li>
|
<li><a href="{{ basenav }}/get-dash/">{% t nav.download %}</a></li>
|
||||||
<li><a href="#">{% t nav.buy %}</a></li>
|
<li><a href="{{ basenav }}/get-dash/">{% t nav.buy %}</a></li>
|
||||||
<li><a href="#">{% t nav.shop %}</a></li>
|
<li><a href="{{ basenav }}/get-dash/">{% t nav.shop %}</a></li>
|
||||||
<li><a href="#">{% t nav.debit %}</a></li>
|
<li><a href="{{ basenav }}/get-dash/">{% t nav.debit %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||||
{% t nav.participate %}
|
{% t nav.participate %}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">{% t nav.mining %}</a></li>
|
<li><a href="{{ basenav }}/participate/">{% t nav.mining %}</a></li>
|
||||||
<li><a href="#">{% t nav.masternode %}</a></li>
|
<li><a href="{{ basenav }}/participate/">{% t nav.masternode %}</a></li>
|
||||||
<li><a href="#">{% t nav.wallet %}</a></li>
|
<li><a href="{{ basenav }}/participate/">{% t nav.wallet %}</a></li>
|
||||||
<li><a href="#">{% t nav.funding %}</a></li>
|
<li><a href="{{ basenav }}/participate/">{% t nav.funding %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||||
{% t nav.currency %}
|
{% t nav.currency %}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">{% t nav.exchange %}</a></li>
|
<li><a href="{{ basenav }}/currency/">{% t nav.exchange %}</a></li>
|
||||||
<li><a href="#">{% t nav.governance %}</a></li>
|
<li><a href="{{ basenav }}/currency/">{% t nav.governance %}</a></li>
|
||||||
<li><a href="#">{% t nav.explorers %}</a></li>
|
<li><a href="{{ basenav }}/currency/">{% t nav.explorers %}</a></li>
|
||||||
<li><a href="#">{% t nav.stats %}</a></li>
|
<li><a href="{{ basenav }}/currency/">{% t nav.stats %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||||
{% t nav.community %}
|
{% t nav.community %}
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">{% t nav.discussion %}</a></li>
|
<li><a href="{{ basenav }}/community/">{% t nav.discussion %}</a></li>
|
||||||
<li><a href="#">{% t nav.social-apps %}</a></li>
|
<li><a href="{{ basenav }}/community/">{% t nav.social-apps %}</a></li>
|
||||||
<li><a href="#">{% t nav.news %}</a></li>
|
<li><a href="{{ basenav }}/community/">{% t nav.news %}</a></li>
|
||||||
<li><a href="#">{% t nav.tools-dev %}</a></li>
|
<li><a href="{{ basenav }}/community/">{% t nav.tools-dev %}</a></li>
|
||||||
<li><a href="#">{% t nav.tools-masternodes %}</a></li>
|
<li><a href="{{ basenav }}/community/">{% t nav.tools-masternodes %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#">{% t nav.help %}</a></li>
|
<li><a href="#">{% t nav.help %}</a></li>
|
||||||
<li><a href="#">{% t nav.info %}</a></li>
|
<li><a href="#">{% t nav.info %}</a></li>
|
||||||
<li><a href="#">{% t nav.team %}</a></li>
|
<li><a href="{{ basenav }}/team/">{% t nav.team %}</a></li>
|
||||||
<li><a href="#">{% t nav.contact %}</a></li>
|
<li><a href="#">{% t nav.contact %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
@ -53,23 +53,22 @@
|
||||||
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
<section class="footer__section col-lg-2 col-md-4 col-sm-6" data-mh="footer">
|
||||||
{% t nav.social %}
|
{% t nav.social %}
|
||||||
<ul class="footer__social">
|
<ul class="footer__social">
|
||||||
<li><a href="#">{% t nav.blog %}</a></li>
|
<li><a href="{{ basenav }}/blog/">{% t nav.blog %}</a></li>
|
||||||
<li><a href="#">{% t nav.reddit %}</a></li>
|
<li><a href="https://www.reddit.com/r/dashpay">{% t nav.reddit %}</a></li>
|
||||||
<li><a href="#">{% t nav.twitter %}</a></li>
|
<li><a href="https://twitter.com/dashpay">{% t nav.twitter %}</a></li>
|
||||||
<li><a href="#">{% t nav.youtube %}</a></li>
|
<li><a href="https://www.youtube.com/channel/UCAzD2v9Yx4a4iS2_-unODkA">{% t nav.youtube %}</a></li>
|
||||||
<li><a href="#">{% t nav.google %}</a></li>
|
<li><a href="https://plus.google.com/115080614177201373926/posts">{% t nav.google %}</a></li>
|
||||||
<li><a href="#">{% t nav.linkedin %}</a></li>
|
<li><a href="https://www.linkedin.com/groups?home=&gid=8179817&trk=groups_most_recent-h-logo&goback=%2Egmp_8179817">{% t nav.linkedin %}</a></li>
|
||||||
<li><a href="#">{% t nav.facebook %}</a></li>
|
<li><a href="https://facebook.com/dashpay">{% t nav.facebook %}</a></li>
|
||||||
<li><a href="#">{% t nav.instagram %}</a></li>
|
<li><a href="https://github.com/dashpay/dash">{% t nav.github %}</a></li>
|
||||||
<li><a href="#">{% t nav.github %}</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</nav>
|
</nav>
|
||||||
<div class="footer__menu content">
|
<div class="footer__menu content">
|
||||||
<div class="footer__languagePicker"></div>
|
<div class="footer__languagePicker"></div>
|
||||||
<a href="#">Terms of Use</a>
|
<a href="{{ basenav }}/terms-of-use/">Terms of Use</a>
|
||||||
<a href="#">Sitemap</a>
|
<a href="/sitemap.xml">Sitemap</a>
|
||||||
<a href="#">Contact</a>
|
<a href="{{ basenav }}/contact/">Contact</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer__legal">
|
<div class="footer__legal">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<p class="hero__lead">{% t pages.home.hero-text %}</p>
|
<p class="hero__lead">{% t pages.home.hero-text %}</p>
|
||||||
|
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
<a href="#" class="btn-blue-solid btn-large">{% t nav.get-dash %}</a>
|
<a href="get-dash/" class="btn-blue-solid btn-large">{% t nav.get-dash %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<header id="top" class="content">
|
<header id="top" class="content">
|
||||||
|
|
||||||
<a href="{{ basenav }}" class="logo"><img class="logo__img" src="/assets/img/logo-{{ logo-color }}.png" alt="Dash"></a>
|
<a href="{{ basenav }}/" class="logo"><img class="logo__img" src="/assets/img/logo-{{ logo-color }}.png" alt="Dash"></a>
|
||||||
|
|
||||||
<nav class="nav nav--{{ logo-color }}">
|
<nav class="nav nav--{{ logo-color }}">
|
||||||
<ul class="nav__list">
|
<ul class="nav__list">
|
||||||
|
|
274
_plugins/sitemap_generator.rb
Executable file
274
_plugins/sitemap_generator.rb
Executable file
|
@ -0,0 +1,274 @@
|
||||||
|
# Sitemap.xml Generator is a Jekyll plugin that generates a sitemap.xml file by
|
||||||
|
# traversing all of the available posts and pages.
|
||||||
|
#
|
||||||
|
# See readme file for documenation
|
||||||
|
#
|
||||||
|
# Updated to use config file for settings by Daniel Groves
|
||||||
|
# Site: http://danielgroves.net
|
||||||
|
#
|
||||||
|
# Author: Michael Levin
|
||||||
|
# Site: http://www.kinnetica.com
|
||||||
|
# Distributed Under A Creative Commons License
|
||||||
|
# - http://creativecommons.org/licenses/by/3.0/
|
||||||
|
require 'jekyll/document'
|
||||||
|
require 'rexml/document'
|
||||||
|
|
||||||
|
module Jekyll
|
||||||
|
|
||||||
|
class Jekyll::Document
|
||||||
|
attr_accessor :name
|
||||||
|
|
||||||
|
def path_to_source
|
||||||
|
File.join(*[@name].compact)
|
||||||
|
end
|
||||||
|
|
||||||
|
def location_on_server(my_url)
|
||||||
|
"#{my_url}#{url}"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class Page
|
||||||
|
attr_accessor :name
|
||||||
|
|
||||||
|
def path_to_source
|
||||||
|
File.join(*[@dir, @name].compact)
|
||||||
|
end
|
||||||
|
|
||||||
|
def location_on_server(my_url)
|
||||||
|
location = "#{my_url}#{url}"
|
||||||
|
location.gsub(/index.html$/, "")
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
# Recover from strange exception when starting server without --auto
|
||||||
|
class SitemapFile < StaticFile
|
||||||
|
def write(dest)
|
||||||
|
true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class SitemapGenerator < Generator
|
||||||
|
priority :lowest
|
||||||
|
|
||||||
|
# Config defaults
|
||||||
|
SITEMAP_FILE_NAME = "/sitemap.xml"
|
||||||
|
EXCLUDE = ["/atom.xml", "/feed.xml", "/feed/index.xml"]
|
||||||
|
INCLUDE_POSTS = ["/index.html"]
|
||||||
|
CHANGE_FREQUENCY_NAME = "change_frequency"
|
||||||
|
PRIORITY_NAME = "priority"
|
||||||
|
|
||||||
|
# Valid values allowed by sitemap.xml spec for change frequencies
|
||||||
|
VALID_CHANGE_FREQUENCY_VALUES = ["always", "hourly", "daily", "weekly",
|
||||||
|
"monthly", "yearly", "never"]
|
||||||
|
|
||||||
|
# Goes through pages and posts and generates sitemap.xml file
|
||||||
|
#
|
||||||
|
# Returns nothing
|
||||||
|
def generate(site)
|
||||||
|
# Configuration
|
||||||
|
sitemap_config = site.config['sitemap'] || {}
|
||||||
|
@config = {}
|
||||||
|
@config['filename'] = sitemap_config['filename'] || SITEMAP_FILE_NAME
|
||||||
|
@config['change_frequency_name'] = sitemap_config['change_frequency_name'] || CHANGE_FREQUENCY_NAME
|
||||||
|
@config['priority_name'] = sitemap_config['priority_name'] || PRIORITY_NAME
|
||||||
|
@config['exclude'] = sitemap_config['exclude'] || EXCLUDE
|
||||||
|
@config['include_posts'] = sitemap_config['include_posts'] || INCLUDE_POSTS
|
||||||
|
|
||||||
|
sitemap = REXML::Document.new << REXML::XMLDecl.new("1.0", "UTF-8")
|
||||||
|
|
||||||
|
urlset = REXML::Element.new "urlset"
|
||||||
|
urlset.add_attribute("xmlns",
|
||||||
|
"http://www.sitemaps.org/schemas/sitemap/0.9")
|
||||||
|
|
||||||
|
@last_modified_post_date = fill_posts(site, urlset)
|
||||||
|
fill_pages(site, urlset)
|
||||||
|
|
||||||
|
sitemap.add_element(urlset)
|
||||||
|
|
||||||
|
# Create destination directory if it doesn't exist yet. Otherwise, we cannot write our file there.
|
||||||
|
Dir::mkdir(site.dest) if !File.directory? site.dest
|
||||||
|
|
||||||
|
# File I/O: create sitemap.xml file and write out pretty-printed XML
|
||||||
|
filename = @config['filename']
|
||||||
|
file = File.new(File.join(site.dest, filename), "w")
|
||||||
|
formatter = REXML::Formatters::Pretty.new(4)
|
||||||
|
formatter.compact = true
|
||||||
|
formatter.write(sitemap, file)
|
||||||
|
file.close
|
||||||
|
|
||||||
|
# Keep the sitemap.xml file from being cleaned by Jekyll
|
||||||
|
site.static_files << Jekyll::SitemapFile.new(site, site.dest, "/", filename)
|
||||||
|
end
|
||||||
|
|
||||||
|
# Create url elements for all the posts and find the date of the latest one
|
||||||
|
#
|
||||||
|
# Returns last_modified_date of latest post
|
||||||
|
def fill_posts(site, urlset)
|
||||||
|
|
||||||
|
last_modified_date = nil
|
||||||
|
site.collections["posts"].docs.each do |post|
|
||||||
|
if !excluded?(site, post.name)
|
||||||
|
url = fill_url(site, post)
|
||||||
|
urlset.add_element(url)
|
||||||
|
end
|
||||||
|
|
||||||
|
date = File.mtime(post.path)
|
||||||
|
last_modified_date = date if last_modified_date == nil or date > last_modified_date
|
||||||
|
end
|
||||||
|
|
||||||
|
last_modified_date
|
||||||
|
end
|
||||||
|
|
||||||
|
# Create url elements for all the normal pages and find the date of the
|
||||||
|
# index to use with the pagination pages
|
||||||
|
#
|
||||||
|
# Returns last_modified_date of index page
|
||||||
|
def fill_pages(site, urlset)
|
||||||
|
site.pages.each do |page|
|
||||||
|
if !excluded?(site, page.path_to_source)
|
||||||
|
if File.exists?(page.path)
|
||||||
|
url = fill_url(site, page)
|
||||||
|
urlset.add_element(url)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
# Fill data of each URL element: location, last modified,
|
||||||
|
# change frequency (optional), and priority.
|
||||||
|
#
|
||||||
|
# Returns url REXML::Element
|
||||||
|
def fill_url(site, page_or_post)
|
||||||
|
url = REXML::Element.new "url"
|
||||||
|
|
||||||
|
loc = fill_location(site, page_or_post)
|
||||||
|
url.add_element(loc)
|
||||||
|
|
||||||
|
lastmod = fill_last_modified(site, page_or_post)
|
||||||
|
url.add_element(lastmod) if lastmod
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if (page_or_post.data[@config['change_frequency_name']])
|
||||||
|
change_frequency =
|
||||||
|
page_or_post.data[@config['change_frequency_name']].downcase
|
||||||
|
|
||||||
|
if (valid_change_frequency?(change_frequency))
|
||||||
|
changefreq = REXML::Element.new "changefreq"
|
||||||
|
changefreq.text = change_frequency
|
||||||
|
url.add_element(changefreq)
|
||||||
|
else
|
||||||
|
puts "ERROR: Invalid Change Frequency In #{page_or_post.name}"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
if (page_or_post.data[@config['priority_name']])
|
||||||
|
priority_value = page_or_post.data[@config['priority_name']]
|
||||||
|
if valid_priority?(priority_value)
|
||||||
|
priority = REXML::Element.new "priority"
|
||||||
|
priority.text = page_or_post.data[@config['priority_name']]
|
||||||
|
url.add_element(priority)
|
||||||
|
else
|
||||||
|
puts "ERROR: Invalid Priority In #{page_or_post.name}"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
url
|
||||||
|
end
|
||||||
|
|
||||||
|
# Get URL location of page or post
|
||||||
|
#
|
||||||
|
# Returns the location of the page or post
|
||||||
|
def fill_location(site, page_or_post)
|
||||||
|
loc = REXML::Element.new "loc"
|
||||||
|
url = site.config['url'] + site.config['baseurl']
|
||||||
|
loc.text = page_or_post.location_on_server(url)
|
||||||
|
|
||||||
|
loc
|
||||||
|
end
|
||||||
|
|
||||||
|
# Fill lastmod XML element with the last modified date for the page or post.
|
||||||
|
#
|
||||||
|
# Returns lastmod REXML::Element or nil
|
||||||
|
def fill_last_modified(site, page_or_post)
|
||||||
|
lastmod = REXML::Element.new "lastmod"
|
||||||
|
date = File.mtime(page_or_post.path)
|
||||||
|
latest_date = find_latest_date(date, site, page_or_post)
|
||||||
|
|
||||||
|
if @last_modified_post_date == nil
|
||||||
|
# This is a post
|
||||||
|
lastmod.text = latest_date.iso8601
|
||||||
|
else
|
||||||
|
# This is a page
|
||||||
|
if posts_included?(site, page_or_post.path_to_source)
|
||||||
|
# We want to take into account the last post date
|
||||||
|
final_date = greater_date(latest_date, @last_modified_post_date)
|
||||||
|
lastmod.text = final_date.iso8601
|
||||||
|
else
|
||||||
|
lastmod.text = latest_date.iso8601
|
||||||
|
end
|
||||||
|
end
|
||||||
|
lastmod
|
||||||
|
end
|
||||||
|
|
||||||
|
# Go through the page/post and any implemented layouts and get the latest
|
||||||
|
# modified date
|
||||||
|
#
|
||||||
|
# Returns formatted output of latest date of page/post and any used layouts
|
||||||
|
def find_latest_date(latest_date, site, page_or_post)
|
||||||
|
layouts = site.layouts
|
||||||
|
layout = layouts[page_or_post.data["layout"]]
|
||||||
|
while layout
|
||||||
|
date = File.mtime(layout.path)
|
||||||
|
|
||||||
|
latest_date = date if (date > latest_date)
|
||||||
|
|
||||||
|
layout = layouts[layout.data["layout"]]
|
||||||
|
end
|
||||||
|
|
||||||
|
latest_date
|
||||||
|
end
|
||||||
|
|
||||||
|
# Which of the two dates is later
|
||||||
|
#
|
||||||
|
# Returns latest of two dates
|
||||||
|
def greater_date(date1, date2)
|
||||||
|
if (date1 >= date2)
|
||||||
|
date1
|
||||||
|
else
|
||||||
|
date2
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
# Is the page or post listed as something we want to exclude?
|
||||||
|
#
|
||||||
|
# Returns boolean
|
||||||
|
def excluded?(site, name)
|
||||||
|
@config['exclude'].include? name
|
||||||
|
end
|
||||||
|
|
||||||
|
def posts_included?(site, name)
|
||||||
|
@config['include_posts'].include? name
|
||||||
|
end
|
||||||
|
|
||||||
|
# Is the change frequency value provided valid according to the spec
|
||||||
|
#
|
||||||
|
# Returns boolean
|
||||||
|
def valid_change_frequency?(change_frequency)
|
||||||
|
VALID_CHANGE_FREQUENCY_VALUES.include? change_frequency
|
||||||
|
end
|
||||||
|
|
||||||
|
# Is the priority value provided valid according to the spec
|
||||||
|
#
|
||||||
|
# Returns boolean
|
||||||
|
def valid_priority?(priority)
|
||||||
|
begin
|
||||||
|
priority_val = Float(priority)
|
||||||
|
return true if priority_val >= 0.0 and priority_val <= 1.0
|
||||||
|
rescue ArgumentError
|
||||||
|
end
|
||||||
|
|
||||||
|
false
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
1
contact/index.html
Normal file
1
contact/index.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Placeholder for Contact page.
|
|
@ -32,7 +32,7 @@ description: pages.get-dash.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.get-dash.setup-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.get-dash.setup-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.get-dash.setup-text %}</p>
|
<p class="info-grid__item-text">{% t pages.get-dash.setup-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.get-dash.setup-btn %}</a>
|
<a href="{% t pages.get-dash.setup-link %}" class="info-grid__item-link">{% t pages.get-dash.setup-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-buy">
|
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-buy">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -40,7 +40,7 @@ description: pages.get-dash.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.get-dash.buy-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.get-dash.buy-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.get-dash.buy-text %}</p>
|
<p class="info-grid__item-text">{% t pages.get-dash.buy-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.get-dash.buy-btn %}</a>
|
<a href="{% t pages.get-dash.buy-link %}" class="info-grid__item-link">{% t pages.get-dash.buy-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-trade">
|
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-trade">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -48,7 +48,7 @@ description: pages.get-dash.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.get-dash.trade-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.get-dash.trade-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.get-dash.trade-text %}</p>
|
<p class="info-grid__item-text">{% t pages.get-dash.trade-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.get-dash.trade-btn %}</a>
|
<a href="{% t pages.get-dash.trade-link %}" class="info-grid__item-link">{% t pages.get-dash.trade-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-atm">
|
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-atm">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -56,7 +56,7 @@ description: pages.get-dash.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.get-dash.atm-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.get-dash.atm-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.get-dash.atm-text %}</p>
|
<p class="info-grid__item-text">{% t pages.get-dash.atm-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.get-dash.atm-btn %}</a>
|
<a href="{% t pages.get-dash.atm-link %}" class="info-grid__item-link">{% t pages.get-dash.atm-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-shop">
|
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-shop">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -64,7 +64,7 @@ description: pages.get-dash.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.get-dash.shop-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.get-dash.shop-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.get-dash.shop-text %}</p>
|
<p class="info-grid__item-text">{% t pages.get-dash.shop-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.get-dash.shop-btn %}</a>
|
<a href="{% t pages.get-dash.shop-link %}" class="info-grid__item-link">{% t pages.get-dash.shop-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-visa">
|
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-visa">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -72,7 +72,7 @@ description: pages.get-dash.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.get-dash.visa-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.get-dash.visa-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.get-dash.visa-text %}</p>
|
<p class="info-grid__item-text">{% t pages.get-dash.visa-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.get-dash.visa-btn %}</a>
|
<a href="{% t pages.get-dash.visa-link %}" class="info-grid__item-link">{% t pages.get-dash.visa-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-need">
|
<article class="info-grid__item" data-mh="get-dash-info-grid" id="getdash-need">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -80,7 +80,7 @@ description: pages.get-dash.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.get-dash.need-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.get-dash.need-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.get-dash.need-text %}</p>
|
<p class="info-grid__item-text">{% t pages.get-dash.need-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.get-dash.need-btn %}</a>
|
<a href="{% t pages.get-dash.need-link %}" class="info-grid__item-link">{% t pages.get-dash.need-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
26
index.html
26
index.html
|
@ -62,22 +62,22 @@ description: pages.home.description
|
||||||
|
|
||||||
<div class="logo-collection">
|
<div class="logo-collection">
|
||||||
<div class="logo-collection__logo">
|
<div class="logo-collection__logo">
|
||||||
<img src="/assets/img/home/bolehvpn.png" class="logo-collection__image">
|
<a href="https://www.bolehvpn.net/" target="_blank"><img src="/assets/img/home/bolehvpn.png" class="logo-collection__image"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo-collection__logo">
|
<div class="logo-collection__logo">
|
||||||
<img src="/assets/img/home/node40.png" class="logo-collection__image">
|
<a href="https://node40.com" target="_blank"><img src="/assets/img/home/node40.png" class="logo-collection__image"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo-collection__logo">
|
<div class="logo-collection__logo">
|
||||||
<img src="/assets/img/home/protonmail.png" class="logo-collection__image">
|
<a href="https://protonmail.com/" target="_blank"><img src="/assets/img/home/protonmail.png" class="logo-collection__image"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="logo-collection__logo">
|
<div class="logo-collection__logo">
|
||||||
<img src="/assets/img/home/qhoster.png" class="logo-collection__image">
|
<a href="https://www.qhoster.com/" target="_blank"><img src="/assets/img/home/qhoster.png" class="logo-collection__image"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="#" class="btn-blue">{% t pages.home.merchants-btn %}</a>
|
<a href="{% t pages.home.merchants-link %}" class="btn-blue">{% t pages.home.merchants-btn %}</a>
|
||||||
<a href="#" class="btn-blue">{% t pages.home.merchants-join-btn %}</a>
|
<a href="{% t pages.home.merchants-join-link %}" class="btn-blue">{% t pages.home.merchants-join-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -93,7 +93,7 @@ description: pages.home.description
|
||||||
|
|
||||||
{% tmd pages.home.architecture-text %}
|
{% tmd pages.home.architecture-text %}
|
||||||
|
|
||||||
<a href="#" class="btn-blue">{% t pages.home.architecture-btn %}</a>
|
<a href="{% t pages.home.architecture-link %}" class="btn-blue">{% t pages.home.architecture-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6 home-architecture-graphic">
|
<div class="col-sm-6 home-architecture-graphic">
|
||||||
<img src="/assets/img/home/code.png" alt="{% t pages.home.architecture-heading %}">
|
<img src="/assets/img/home/code.png" alt="{% t pages.home.architecture-heading %}">
|
||||||
|
@ -113,9 +113,9 @@ description: pages.home.description
|
||||||
|
|
||||||
{% tmd pages.home.governance-text %}
|
{% tmd pages.home.governance-text %}
|
||||||
|
|
||||||
<a href="#" class="btn-blue">{% t pages.home.proposal-btn %}</a>
|
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.home.proposal-btn %}</a>
|
||||||
|
|
||||||
<a href="#" class="btn-blue">{% t pages.home.proposal-submit-btn %}</a>
|
<a href="https://dashcentral.org/" class="btn-blue">{% t pages.home.proposal-submit-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6 col-sm-pull-6 home-budgets-graphic">
|
<div class="col-sm-6 col-sm-pull-6 home-budgets-graphic">
|
||||||
<img src="/assets/img/home/budgets.png" alt="{% t pages.home.governance-heading%}">
|
<img src="/assets/img/home/budgets.png" alt="{% t pages.home.governance-heading%}">
|
||||||
|
@ -135,7 +135,7 @@ description: pages.home.description
|
||||||
|
|
||||||
{% tmd pages.home.network-growth-text %}
|
{% tmd pages.home.network-growth-text %}
|
||||||
|
|
||||||
<a href="#" class="btn-blue">{% t pages.home.network-growth-btn %}</a>
|
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.home.network-growth-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6 home-network-graphic">
|
<div class="col-sm-6 home-network-graphic">
|
||||||
<img src="/assets/img/home/graph.png" alt="{% t pages.home.network-growth-heading %}">
|
<img src="/assets/img/home/graph.png" alt="{% t pages.home.network-growth-heading %}">
|
||||||
|
@ -155,7 +155,7 @@ description: pages.home.description
|
||||||
|
|
||||||
{% tmd pages.home.evolution-text %}
|
{% tmd pages.home.evolution-text %}
|
||||||
|
|
||||||
<a href="#" class="btn-blue">{% t pages.home.evolution-btn %}</a>
|
<a href="{% t pages.home.evolution-link %}" class="btn-blue">{% t pages.home.evolution-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-6 col-sm-pull-6 home-evolution-graphic">
|
<div class="col-sm-6 col-sm-pull-6 home-evolution-graphic">
|
||||||
<img src="/assets/img/home/stock-photo-63187555-she-ll-source-whatever-her-customers-are-looking-for.jpg" alt="Merchant using a laptop">
|
<img src="/assets/img/home/stock-photo-63187555-she-ll-source-whatever-her-customers-are-looking-for.jpg" alt="Merchant using a laptop">
|
||||||
|
@ -192,7 +192,7 @@ description: pages.home.description
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a href="#" class="btn-blue">{% t pages.home.news-btn %}</a>
|
<a href="{{ basenav }}/blog/" class="btn-blue">{% t pages.home.news-btn %}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -206,7 +206,7 @@ description: pages.home.description
|
||||||
|
|
||||||
{% tmd pages.home.get-started-text %}
|
{% tmd pages.home.get-started-text %}
|
||||||
|
|
||||||
<a href="#" class="btn-white-solid">{% t pages.home.get-started-btn %}</a>
|
<a href="{{ basenav }}/get-dash/" class="btn-white-solid">{% t pages.home.get-started-btn %}</a>
|
||||||
|
|
||||||
<img src="/assets/img/home/macbook.png" alt="">
|
<img src="/assets/img/home/macbook.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -29,7 +29,7 @@ description: pages.participate.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.participate.masternode-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.participate.masternode-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.participate.masternode-text %}</p>
|
<p class="info-grid__item-text">{% t pages.participate.masternode-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.participate.masternode-btn %}</a>
|
<a href="{% t pages.participate.masternode-link %}" class="info-grid__item-link">{% t pages.participate.masternode-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="participate-info-grid" id="participate-mining">
|
<article class="info-grid__item" data-mh="participate-info-grid" id="participate-mining">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -37,7 +37,7 @@ description: pages.participate.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.participate.mining-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.participate.mining-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.participate.mining-text %}</p>
|
<p class="info-grid__item-text">{% t pages.participate.mining-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.participate.mining-btn %}</a>
|
<a href="{% t pages.participate.mining-link %}" class="info-grid__item-link">{% t pages.participate.mining-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="participate-info-grid" id="participate-budgets">
|
<article class="info-grid__item" data-mh="participate-info-grid" id="participate-budgets">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -45,7 +45,7 @@ description: pages.participate.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.participate.funding-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.participate.funding-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.participate.funding-text %}</p>
|
<p class="info-grid__item-text">{% t pages.participate.funding-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.participate.funding-btn %}</a>
|
<a href="{% t pages.participate.funding-link %}" class="info-grid__item-link">{% t pages.participate.funding-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
<article class="info-grid__item" data-mh="participate-info-grid" id="participate-integrate">
|
<article class="info-grid__item" data-mh="participate-info-grid" id="participate-integrate">
|
||||||
<div class="info-grid__item-icon">
|
<div class="info-grid__item-icon">
|
||||||
|
@ -53,9 +53,9 @@ description: pages.participate.description
|
||||||
</div>
|
</div>
|
||||||
<h3 class="info-grid__item-title">{% t pages.participate.integrate-heading %}</h3>
|
<h3 class="info-grid__item-title">{% t pages.participate.integrate-heading %}</h3>
|
||||||
<p class="info-grid__item-text">{% t pages.participate.integrate-text %}</p>
|
<p class="info-grid__item-text">{% t pages.participate.integrate-text %}</p>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.participate.integrate-btn %}</a>
|
<a href="{% t pages.participate.integrate-link %}" class="info-grid__item-link">{% t pages.participate.integrate-btn %}</a>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.participate.integrate-payment-processor-btn %}</a>
|
<a href="{% t pages.participate.integrate-payment-processor-link %}" class="info-grid__item-link">{% t pages.participate.integrate-payment-processor-btn %}</a>
|
||||||
<a href="#" class="info-grid__item-link">{% t pages.participate.integrate-contact-btn %}</a>
|
<a href="{{ basenav }}/contact/" class="info-grid__item-link">{% t pages.participate.integrate-contact-btn %}</a>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
1
terms-of-use/index.html
Normal file
1
terms-of-use/index.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Placeholder for Terms of Use page.
|
Loading…
Add table
Add a link
Reference in a new issue