mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Translations
- pt - ru
This commit is contained in:
parent
022539fac5
commit
0dbb042ec7
24 changed files with 850 additions and 366 deletions
|
@ -11,7 +11,7 @@ description: Digital Cash
|
||||||
|
|
||||||
api: http://localhost:9090
|
api: http://localhost:9090
|
||||||
|
|
||||||
languages: ["en", "es"]
|
languages: ["en", "es", "cn", "pt", "ru"]
|
||||||
exclude_from_localizations: ["assets"]
|
exclude_from_localizations: ["assets"]
|
||||||
|
|
||||||
sass:
|
sass:
|
||||||
|
|
12
_i18n/cn/blog/header.html
Normal file
12
_i18n/cn/blog/header.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<div id="header">
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html logo-color="blue" %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<div class="page-info">
|
||||||
|
<h1 class="content">{% t pages.blog.title %}</h1>
|
||||||
|
<p class="content">{% t pages.blog.description %}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
32
_i18n/cn/community/hero.html
Normal file
32
_i18n/cn/community/hero.html
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.community.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.community.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
25
_i18n/cn/currency/hero.html
Normal file
25
_i18n/cn/currency/hero.html
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.currency.hero-heading %}</h1>
|
||||||
|
|
||||||
|
<p>Visualizer Goes Here</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
33
_i18n/cn/get-dash/hero.html
Normal file
33
_i18n/cn/get-dash/hero.html
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.get-dash.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.get-dash.hero-text %}<br />
|
||||||
|
{% t pages.get-dash.hero-wallet-version %}<br />
|
||||||
|
{% t pages.get-dash.hero-wallet-version-select %}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.get-dash.hero-download-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-guide-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-buy-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-spend-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-trade-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
21
_i18n/cn/home/hero.html
Normal file
21
_i18n/cn/home/hero.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/home/stock-photo-90982809-the-monthly-finances.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.home.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.home.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
23
_i18n/cn/participate/hero.html
Normal file
23
_i18n/cn/participate/hero.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.participate.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
15
_i18n/cn/team/hero.html
Normal file
15
_i18n/cn/team/hero.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
|
||||||
|
</div>
|
401
_i18n/pt.yml
401
_i18n/pt.yml
|
@ -6,228 +6,227 @@ global:
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
# For multiple paragraph content add two line breaks
|
# Para vários conteúdos de n adicionar duas quebras de linha
|
||||||
pages:
|
pages:
|
||||||
home:
|
home:
|
||||||
title: Official Website | Private Digital Currency
|
Título: Oficial Website | Moeda Digital Segura
|
||||||
description: Dash is Digital Cash
|
Descrição: Dash é dinheiro Digital
|
||||||
hero-heading: Dash is Digital Cash!
|
hero-heading: Dash é dinheiro Digital!
|
||||||
hero-text: The first truly-decentralized digital money system.<br />Meet Digital Cash.
|
hero-text: O primeiro sistema de dinheiro digital verdadeiramente descentralizada. < br / > Meet Dinheiro Cash.
|
||||||
|
|
||||||
video-heading: Dash is Digital Cash You Can Spend Online
|
|
||||||
video-text: Use Dash to make instant, anonymous payments online or in-store using our secure open-source platform hosted by thousands of users around the world.
|
|
||||||
video-btn: Watch Overview Video
|
|
||||||
|
|
||||||
feature-private-heading: Private
|
|
||||||
feature-private-text: Dash is private.
|
|
||||||
feature-instant-heading: Instant
|
|
||||||
feature-instant-text: Dash is instant.
|
|
||||||
feature-secure-heading: Secure
|
|
||||||
feature-secure-text: Dash is secure.
|
|
||||||
|
|
||||||
merchants-heading: Shop direct with Dash
|
|
||||||
merchants-text: Instant and anonymous purchases, direct from your Dash wallet
|
|
||||||
merchants-btn: More Merchants
|
|
||||||
merchants-join-btn: Become a Merchant
|
|
||||||
|
|
||||||
architecture-heading: Next-Gen Network Architecture
|
|
||||||
architecture-text:
|
|
||||||
The core of Dash's unique technology is a two-tier P2P network design that rewards users who run a special kind of node called a masternode and host it 24/7 on dedicated hardware. The network requires that those who run masternodes must provide cryptographic proof that they own 1,000 Dash per masternode. This secures the network against Sybil attacks by making such attacks prohibitively expensive.
|
|
||||||
|
|
||||||
|
|
||||||
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
|
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.
|
||||||
governance-heading: First Self Governing, Self Funding Protocol
|
video-btn: Assista o Video Visão Geral
|
||||||
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.
|
|
||||||
|
feature-private-heading: Privado
|
||||||
proposal-btn: Proposals
|
feature-private-text: Dash e privado.
|
||||||
proposal-submit-btn: Submit a Proposal
|
feature-instant-heading: Instantaneo
|
||||||
|
feature-instant-text: Dash e instantaneo.
|
||||||
network-growth-heading: The Fastest Growing Network
|
feature-secure-heading: Seguro
|
||||||
network-growth-text: Thanks to incentivization, Dash's network has grown to 3,900 Masternodes meaning Dash is the only currency that can compete with Bitcoin for transaction processing power and future scalability.
|
feature-secure-text: Dash e seguro.
|
||||||
network-growth-btn: Network Stats
|
|
||||||
|
merchants-heading: Compre direto com Dash
|
||||||
evolution-heading: Digital Currency Evolution
|
merchants-text: Compras instantaneas e anônimas, diretamente de sua carteira Dash
|
||||||
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...
|
merchants-btn: Mais Vendedores
|
||||||
evolution-btn: Learn More
|
merchants-join-btn: Tornar-se um Comerciante
|
||||||
|
|
||||||
news-heading: Lastest News
|
architecture-heading: Next-Gen Arquitetura de Rede
|
||||||
news-btn: View All News
|
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.
|
||||||
get-started-heading: Get Started
|
|
||||||
get-started-text: Download the wallet and start using Digital Cash!
|
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.
|
||||||
get-started-btn: Get Dash
|
architecture-btn: Leia Mais
|
||||||
|
|
||||||
|
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.
|
||||||
|
proposal-btn: Propostas
|
||||||
|
proposal-submit-btn: Apresentar uma Proposta
|
||||||
|
|
||||||
|
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-btn: Estatisticas da Rede
|
||||||
|
|
||||||
|
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-btn: Leia Mais
|
||||||
|
|
||||||
|
news-heading: Ultimas Noticias
|
||||||
|
news-btn: Ver todas as Noticias
|
||||||
|
|
||||||
|
get-started-heading: Como Começar
|
||||||
|
get-started-text: Download a carteira e começar a usar dinheiro digital!
|
||||||
|
get-started-btn: Obter Dash
|
||||||
|
|
||||||
get-dash:
|
get-dash:
|
||||||
title: Get Dash
|
title: Obter Dash
|
||||||
description: Download the wallet and get Dash at an exchange.
|
description: Download da carteira e pegar Dash em uma exchange.
|
||||||
hero-heading: Download Dash Wallet
|
hero-heading: Download Carteira Dash
|
||||||
hero-text: Download the latest Dash client to get started
|
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: Choose Another
|
hero-wallet-version-select: Escolha Outro
|
||||||
hero-download-btn: Download
|
hero-download-btn: Download
|
||||||
hero-guide-btn: Setup Guide
|
hero-guide-btn: Guia de Instalação
|
||||||
hero-buy-btn: Buy Dash
|
hero-buy-btn: Comprar Dash
|
||||||
hero-spend-btn: Spend Dash
|
hero-spend-btn: Trocar Dash
|
||||||
hero-trade-btn: Trade Dash
|
hero-trade-btn: Comercio Dash
|
||||||
|
|
||||||
setup-heading: Learn how to setup your wallet
|
setup-heading: Aprenda a configurar sua carteira
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: Lean More
|
setup-btn: Leia Mais
|
||||||
|
|
||||||
buy-heading: Buy Dash Online
|
buy-heading: Compre Dash Online
|
||||||
buy-text: Convert local currency to Dash and send it to your wallet
|
buy-text: Converta sua moeda local para Dash e envie a sua carteira
|
||||||
buy-btn: Buy Dash
|
buy-btn: Compre Dash
|
||||||
|
|
||||||
trade-heading: Trade Dash on an exchange
|
trade-heading: Comercie Dash em uma exchange
|
||||||
trade-text: Trade local currency for Dash on an exchange
|
trade-text: Comercie moeda local para dash em uma exchange
|
||||||
trade-btn: Trade Dash
|
trade-btn: Comercie Dash
|
||||||
|
|
||||||
atm-heading: Buy Dash at an ATM
|
atm-heading: Compre Dash em um ATM
|
||||||
atm-text: Instant Dash purchases from an ATM in your country
|
atm-text: Compre Dash instantâneamente de um caixa eletrônico no seu país
|
||||||
atm-btn: ATM Locator
|
atm-btn: Localização dos ATM
|
||||||
|
|
||||||
shop-heading: Shop direct with Dash
|
shop-heading: Compre direto com Dash
|
||||||
shop-text: Instant and anonymous online purchases, direct from your Dash wallet
|
shop-text: Compras instantaneas e anônimas, diretamente de sua carteira Dash
|
||||||
shop-btn: More Merchants
|
shop-btn: Mais Vendedores
|
||||||
shop-join-btn: Become a Merchant
|
shop-join-btn: Seja um Comerciante
|
||||||
|
|
||||||
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: Cartão de débito Visa Dash sem taxas de transação "toque & paga"
|
||||||
visa-btn: Get Shake
|
visa-btn: Obter Shake
|
||||||
|
|
||||||
need-heading: Need some Dash?
|
need-heading: Precisa de Dash?
|
||||||
need-text: Signup on our forum we'll send you some Dash!
|
need-text: Inscreva-se em nosso forum e vamos enviar um pouco de Dash!
|
||||||
need-btn: Sign up for Dash
|
need-btn: Cadastre-se em Dash
|
||||||
need-input: Enter Your Email Address
|
need-input: Entre com seu endereço de E-mail
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
title: Join the Dash Network
|
title: Junte-se à Rede Dash
|
||||||
description: Join the Dash Network
|
description: Junte-se à Rede Dash
|
||||||
hero-heading: Join our Network
|
hero-heading: Junte-se a nossa Rede
|
||||||
hero-text: Earn Dash by powering, securing or developing the Dash network
|
hero-text: Ganhe Dash by powering, segurança ou desenvolvendo a Dash network
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Masternodes
|
||||||
hero-mining-btn: Mining
|
hero-mining-btn: Mineração
|
||||||
hero-funding-btn: Funding
|
hero-funding-btn: Financiamento
|
||||||
|
|
||||||
masternode-heading: Setup a Masternode and power Dash's Network
|
masternode-heading: Configurar um Masternode
|
||||||
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: 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: Setup a Masternode
|
masternode-btn: Configurar um Masternode
|
||||||
|
|
||||||
mining-heading: Start Mining and Secure Dash's Network
|
mining-heading: Iniciar uma Mineracao na rede Dash
|
||||||
mining-text: Mine Dash using your computer or dedicated hardware. Miners are rewarded for securing the Dash network.
|
mining-text: Minere Dash usando seu computador ou hardware dedicado. Mineiros são recompensados por proteger a rede Dash.
|
||||||
mining-btn: Start Mining
|
mining-btn: Iniciar Mineração
|
||||||
|
|
||||||
funding-heading: Develop the Network with Blockchain Funding
|
funding-heading: Desenvolver a rede com financiamento do Blockchain
|
||||||
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: 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: Submit a Proposal
|
funding-btn: Apresentar uma Proposta
|
||||||
|
|
||||||
integrate-heading: Do you take Dash?
|
integrate-heading: Voçê aceita Dash?
|
||||||
integrate-text: Integrate instant, anonymous payments to your webstore, app or retail outlet
|
integrate-text: Instantâneas, integrar pagamentos anônimos para sua webstore, app ou outlet
|
||||||
integrate-btn: Integrate Dash
|
integrate-btn: integrar Dash
|
||||||
integrate-payment-processor-btn: Payment Processors
|
integrate-payment-processor-btn: Processadores de pagamento
|
||||||
integrate-contact-btn: Contact Our Team
|
integrate-contact-btn: Contate a nossa equipe
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
title: Dash Currency
|
title: Dash Moeda
|
||||||
description: Dash Currency
|
description: Dash Moeda
|
||||||
hero-heading: Dash Currency
|
hero-heading: Dash Moeda
|
||||||
hero-markets-btn: Markets
|
hero-markets-btn: Mercado
|
||||||
hero-governance-btn: Governance
|
hero-governance-btn: Governança
|
||||||
hero-network-btn: Network
|
hero-network-btn: Rede
|
||||||
hero-blockchain-btn: Blockchain
|
hero-blockchain-btn: Blockchain
|
||||||
|
|
||||||
markets-heading: Markets
|
markets-heading: Mercado
|
||||||
governance-heading: Governance
|
governance-heading: Governança
|
||||||
network-heading: Network
|
network-heading: Rede
|
||||||
blockchain-heading: Blockchain
|
blockchain-heading: Blockchain
|
||||||
|
|
||||||
community:
|
community:
|
||||||
title: Join the Dash Community
|
title: Entra na Cominidade Dash
|
||||||
description: Join the Dash Community
|
description: Entra na Cominidade Dash
|
||||||
hero-heading: Join our Community
|
hero-heading: unte-se a nossa Comunidade
|
||||||
hero-text: Become a part of the Dash community
|
hero-text: Tornar-se parte da comunidade Dash
|
||||||
hero-forum-btn: Official Forums
|
hero-forum-btn: Oficial Forums
|
||||||
hero-discussion-btn: Discussion
|
hero-discussion-btn: Discursão
|
||||||
hero-social-btn: Social Apps
|
hero-social-btn: Social Apps
|
||||||
hero-news-btn: News & Info
|
hero-news-btn: News & Info
|
||||||
hero-development-btn: Development
|
hero-development-btn: Deselvolvimento
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Masternodes
|
||||||
hero-video-btn: Video & Audio
|
hero-video-btn: Video & Audio
|
||||||
|
|
||||||
discussion-heading: Discussion
|
discussion-heading: Discussão
|
||||||
discussion-text: Discuss Dash on these forums
|
discussion-text: Discurtir Sobre Dash nos Foruns
|
||||||
|
|
||||||
social-heading: Social
|
social-heading: Social
|
||||||
social-text: Find Dash on these social apps
|
social-text: Encontrar Dash em um apps social
|
||||||
|
|
||||||
news-heading: News & Information
|
news-heading: News & Informação
|
||||||
news-text: Sites created by Dash community members
|
news-text: Site criado por membros da cominidade Dash
|
||||||
|
|
||||||
development-heading: Development
|
development-heading: Deselvolvimento
|
||||||
development-text: Sites & tools for developers
|
development-text: Sites e ferramentas para deselvolvedores
|
||||||
|
|
||||||
masternode-heading: Masternode Tools
|
masternode-heading: Ferramentas Masternode
|
||||||
masternode-text: Setup, manage and host your masternode
|
masternode-text: Configurar, gerenciar e hospedar seu masternode
|
||||||
|
|
||||||
media-heading: Dash Media
|
media-heading: Dash Media
|
||||||
|
|
||||||
conferences-heading: Conferences
|
conferences-heading: Conferencias
|
||||||
technology-heading: Technology
|
technology-heading: Tecnologia
|
||||||
community-heading: Community
|
community-heading: Cominidade
|
||||||
|
|
||||||
youtube-btn: Dash YouTube
|
youtube-btn: Dash YouTube
|
||||||
|
|
||||||
# Need some Dash - get content from get-dash ^^
|
# Precisa de Dash - tenha o conteudo get-dash ^^
|
||||||
blog:
|
blog:
|
||||||
title: The Digital Cash Blog
|
title: Dinheiro Digital Blog
|
||||||
description: The Digital Cash Blog
|
description: Dinheiro Digital Blog
|
||||||
|
|
||||||
team:
|
team:
|
||||||
title: Team
|
title: Equipe
|
||||||
description: The Dash Team
|
description: Equipe Dash
|
||||||
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
what-is-dash: What is Dash
|
what-is-dash: O que é Dash
|
||||||
get-dash: Get Dash
|
get-dash: Obter Dash
|
||||||
download: Download Wallet
|
download: Download da Carteira
|
||||||
buy: Buy Dash
|
buy: Compre Dash
|
||||||
shop: Shop with Dash
|
shop: Loja com Dash
|
||||||
debit: Dash Debit Card
|
debit: Dash Cartão de Debito
|
||||||
|
|
||||||
participate: Participate
|
participate: Participar
|
||||||
mining: Start Mining
|
mining: Iniciar Mineração
|
||||||
masternode: Setup a Masternode
|
masternode: Configurar Masternode
|
||||||
wallet: Setup a Wallet
|
wallet: Instalar Wallet
|
||||||
funding: Apply for Funding
|
funding: Solicitar Financiamento
|
||||||
|
|
||||||
currency: Currency
|
currency: Moedas
|
||||||
exchange: Exchange Markets
|
exchange: Mercado de Exchange
|
||||||
governance: Governance
|
governance: Governança
|
||||||
explorers: Block Explorers
|
explorers: Block Explorers
|
||||||
stats: Network Stats
|
stats: Estatistica da Rede
|
||||||
|
|
||||||
community: Community
|
community: Cominidade
|
||||||
discussion: Discussion
|
discussion: Discussão
|
||||||
social-apps: Social Apps
|
social-apps: Social Apps
|
||||||
news: News & Info
|
news: News & Info
|
||||||
tools-dev: Development Tools
|
tools-dev: Ferramento para Deselvolvedores
|
||||||
tools-masternodes: Masternode Tools
|
tools-masternodes: Ferramenta para Masternode
|
||||||
|
|
||||||
project: Project
|
project: Projeto
|
||||||
help: Help & Support
|
help: Ajuda & Suporte
|
||||||
info: Project Information
|
info: Informação do Projeto
|
||||||
team: Team
|
team: Equipe
|
||||||
contact: Contact
|
contact: Contato
|
||||||
foundation: Foundation
|
foundation: Fundação
|
||||||
philosophy: Philosopy
|
philosophy: Filosofia
|
||||||
technology: Technology
|
technology: Tecnologia
|
||||||
wiki: Wiki
|
wiki: Wiki
|
||||||
|
|
||||||
search: Search
|
search: Buscar
|
||||||
|
|
||||||
social: Social
|
social: Social
|
||||||
blog: Blog
|
blog: Blog
|
||||||
reddit: Reddit
|
reddit: Reddit
|
||||||
|
@ -238,6 +237,8 @@ nav:
|
||||||
facebook: Facebook
|
facebook: Facebook
|
||||||
instagram: Instagram
|
instagram: Instagram
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
tos: Terms of Use
|
tos: Termos de uso
|
||||||
sitemap: Sitemap
|
sitemap: Sitemap
|
||||||
|
|
||||||
|
|
12
_i18n/pt/blog/header.html
Normal file
12
_i18n/pt/blog/header.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<div id="header">
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html logo-color="blue" %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<div class="page-info">
|
||||||
|
<h1 class="content">{% t pages.blog.title %}</h1>
|
||||||
|
<p class="content">{% t pages.blog.description %}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
32
_i18n/pt/community/hero.html
Normal file
32
_i18n/pt/community/hero.html
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.community.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.community.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
25
_i18n/pt/currency/hero.html
Normal file
25
_i18n/pt/currency/hero.html
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.currency.hero-heading %}</h1>
|
||||||
|
|
||||||
|
<p>Visualizer Goes Here</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
33
_i18n/pt/get-dash/hero.html
Normal file
33
_i18n/pt/get-dash/hero.html
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.get-dash.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.get-dash.hero-text %}<br />
|
||||||
|
{% t pages.get-dash.hero-wallet-version %}<br />
|
||||||
|
{% t pages.get-dash.hero-wallet-version-select %}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.get-dash.hero-download-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-guide-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-buy-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-spend-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-trade-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
21
_i18n/pt/home/hero.html
Normal file
21
_i18n/pt/home/hero.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/home/stock-photo-90982809-the-monthly-finances.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.home.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.home.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
23
_i18n/pt/participate/hero.html
Normal file
23
_i18n/pt/participate/hero.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.participate.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
15
_i18n/pt/team/hero.html
Normal file
15
_i18n/pt/team/hero.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
|
||||||
|
</div>
|
330
_i18n/ru.yml
330
_i18n/ru.yml
|
@ -9,227 +9,227 @@ global:
|
||||||
# For multiple paragraph content add two line breaks
|
# For multiple paragraph content add two line breaks
|
||||||
pages:
|
pages:
|
||||||
home:
|
home:
|
||||||
title: Official Website | Private Digital Currency
|
title: Официальный Сайт | Цифровая Приватная Валюта
|
||||||
description: Dash is Digital Cash
|
description: Dash - это Цифровая Наличность
|
||||||
hero-heading: Dash is Digital Cash!
|
hero-heading: Dash - это Цифровая Наличность!
|
||||||
hero-text: The first truly-decentralized digital money system.<br />Meet Digital Cash.
|
hero-text: Первая действительно децентрализованная платёжная сеть.<br />Откройте для себя Цифровую Наличность.
|
||||||
|
|
||||||
video-heading: Dash is Digital Cash You Can Spend Online
|
video-heading: Dash - это Цифровая Валюта для использования в Интернете
|
||||||
video-text: Use Dash to make instant, anonymous payments online or in-store using our secure open-source platform hosted by thousands of users around the world.
|
video-text: Платите с помощью Dash мгновенно и приватно в Интернете и в реальном мире с помощью безопасного ПО с открытым исходным кодом, которое работает на базе платёжной платформы, поддерживаемой тысячами пользователей по всему миру.
|
||||||
video-btn: Watch Overview Video
|
video-btn: Смотрите Ознакомительное Видео
|
||||||
|
|
||||||
feature-private-heading: Private
|
feature-private-heading: Приватный
|
||||||
feature-private-text: Dash is private.
|
feature-private-text: Dash - приватный.
|
||||||
feature-instant-heading: Instant
|
feature-instant-heading: Мгновенный
|
||||||
feature-instant-text: Dash is instant.
|
feature-instant-text: Dash - мгновенный.
|
||||||
feature-secure-heading: Secure
|
feature-secure-heading: Безопасный
|
||||||
feature-secure-text: Dash is secure.
|
feature-secure-text: Dash - безопасный.
|
||||||
|
|
||||||
merchants-heading: Shop direct with Dash
|
merchants-heading: Расплачивайтесь напрямую с помощью Dash
|
||||||
merchants-text: Instant and anonymous purchases, direct from your Dash wallet
|
merchants-text: Мгновенные анонимные платежи, напрямую из кошелька Dash
|
||||||
merchants-btn: More Merchants
|
merchants-btn: Больше точек продаж
|
||||||
merchants-join-btn: Become a Merchant
|
merchants-join-btn: Принимайте платежи в Dash
|
||||||
|
|
||||||
architecture-heading: Next-Gen Network Architecture
|
architecture-heading: Инновационная Сетевая Архитектура
|
||||||
architecture-text:
|
architecture-text:
|
||||||
The core of Dash's unique technology is a two-tier P2P network design that rewards users who run a special kind of node called a masternode and host it 24/7 on dedicated hardware. The network requires that those who run masternodes must provide cryptographic proof that they own 1,000 Dash per masternode. This secures the network against Sybil attacks by making such attacks prohibitively expensive.
|
Основа уникальной технологии Dash - двухуровневая P2P сетевая архитектура, в которой пользователи поощряются за поддержание работы специальных сетевых узлов (Мастернод), с использованием выделенных серверов в режиме 24/7. Требования сети подразумевают криптографическое подтверждение наличия у оператора каждой Мастерноды суммы в 1000 DASH. Это защищает сеть Dash от атак Сибиллы, делая атаки такого типа практически нереализуемыми.
|
||||||
|
|
||||||
|
|
||||||
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: Узнайте больше
|
||||||
|
|
||||||
governance-heading: First Self Governing, Self Funding Protocol
|
governance-heading: Первая Самоуправляемая и Самофинансируемая криптовалюта
|
||||||
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: Все важные решения по развитию проекта Dash и их децентрализованному финансированию принимаются в ходе публичного процесса путём достижения консенсуса по результатам голосования в сети Мастернод. Это означает, что сеть Dash может самостоятельно финансировать своё развитие и адоптацию, гарантированно приходя к консенсусу по спорным вопросам, при этом учитывается голос каждого участника сети. Это в том числе позволяет защититься от потенциальных нежелательных манипуляций проектом, так как для этого атакующему потребуется купить больше половины всех средств Dash.
|
||||||
|
|
||||||
proposal-btn: Proposals
|
proposal-btn: Предложения
|
||||||
proposal-submit-btn: Submit a Proposal
|
proposal-submit-btn: Разместите Предложение
|
||||||
|
|
||||||
network-growth-heading: The Fastest Growing Network
|
network-growth-heading: Самая Быстро Растущая Сеть
|
||||||
network-growth-text: Thanks to incentivization, Dash's network has grown to 3,900 Masternodes meaning Dash is the only currency that can compete with Bitcoin for transaction processing power and future scalability.
|
network-growth-text: Благодяря системе поощрений, сеть Dash выросла уже до 3900 Мастернод, став таким образом единственной цифровой валютой, способной конкурировать с Bitcoin по пропускной способности транзакций и по возможностям дальнейшего масштабирования.
|
||||||
network-growth-btn: Network Stats
|
network-growth-btn: Статистика Сети
|
||||||
|
|
||||||
evolution-heading: Digital Currency Evolution
|
evolution-heading: Эволюция Цифровых Денег
|
||||||
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: Что же дальше? Мы разрабатываем новые децентрализованные сервисы, работающие на основе сети Мастернод, которые делают использование Dash с помощью web-браузеров и мобильных устройств таким же простым, как использование PayPal, но при этом работают абсолютно децентрализованно. Следите за нашими новостями...
|
||||||
evolution-btn: Learn More
|
evolution-btn: Узнать больше
|
||||||
|
|
||||||
news-heading: Lastest News
|
news-heading: Последние новости
|
||||||
news-btn: View All News
|
news-btn: Посмотреть все новости
|
||||||
|
|
||||||
get-started-heading: Get Started
|
get-started-heading: Начать использование
|
||||||
get-started-text: Download the wallet and start using Digital Cash!
|
get-started-text: Скачайте Кошелёк и начните использовать Цифровую Наличность!
|
||||||
get-started-btn: Get Dash
|
get-started-btn: Получить Dash
|
||||||
|
|
||||||
get-dash:
|
get-dash:
|
||||||
title: Get Dash
|
title: Получить Dash
|
||||||
description: Download the wallet and get Dash at an exchange.
|
description: Скачайте Кошелёк и пополните его средствами Dash через Биржу.
|
||||||
hero-heading: Download Dash Wallet
|
hero-heading: Скачайте Кошелёк Dash
|
||||||
hero-text: Download the latest Dash client to get started
|
hero-text: Скачайте последнюю версию ПО Dash
|
||||||
hero-wallet-version: Dash Wallet (Fullclient v12.0.56) for OSX
|
hero-wallet-version: Кошелёк Dash (полный клиент v12.0.56) для OSX
|
||||||
hero-wallet-version-select: Choose Another
|
hero-wallet-version-select: Выбрать Другой
|
||||||
hero-download-btn: Download
|
hero-download-btn: Скачать
|
||||||
hero-guide-btn: Setup Guide
|
hero-guide-btn: Руководство по Установке
|
||||||
hero-buy-btn: Buy Dash
|
hero-buy-btn: Купить Dash
|
||||||
hero-spend-btn: Spend Dash
|
hero-spend-btn: Потратить Dash
|
||||||
hero-trade-btn: Trade Dash
|
hero-trade-btn: Обменять Dash
|
||||||
|
|
||||||
setup-heading: Learn how to setup your wallet
|
setup-heading: Узнайте, как Установить ваш Кошелёк
|
||||||
setup-text:
|
setup-text:
|
||||||
setup-btn: Lean More
|
setup-btn: Узнать больше
|
||||||
|
|
||||||
buy-heading: Buy Dash Online
|
buy-heading: Купить Dash
|
||||||
buy-text: Convert local currency to Dash and send it to your wallet
|
buy-text: Обменяйте свою местную валюту на Dash в вашем кошельке
|
||||||
buy-btn: Buy Dash
|
buy-btn: Купить Dash
|
||||||
|
|
||||||
trade-heading: Trade Dash on an exchange
|
trade-heading: Купите Dash на бирже
|
||||||
trade-text: Trade local currency for Dash on an exchange
|
trade-text: Купите Dash за свою местную валюту на бирже
|
||||||
trade-btn: Trade Dash
|
trade-btn: Купите Dash
|
||||||
|
|
||||||
atm-heading: Buy Dash at an ATM
|
atm-heading: Купите Dash в банкомате
|
||||||
atm-text: Instant Dash purchases from an ATM in your country
|
atm-text: Мгновенная покупка Dash в банкоматах вашей страны
|
||||||
atm-btn: ATM Locator
|
atm-btn: Поиск банкоматов Dash
|
||||||
|
|
||||||
shop-heading: Shop direct with Dash
|
shop-heading: Покупка товаров за Dash
|
||||||
shop-text: Instant and anonymous online purchases, direct from your Dash wallet
|
shop-text: Мгновенная и анонимная оплата покупок в Интернете, напрямую из вашего Dash кошелька
|
||||||
shop-btn: More Merchants
|
shop-btn: Больше торговых точек
|
||||||
shop-join-btn: Become a Merchant
|
shop-join-btn: Начните принимать к оплате Dash
|
||||||
|
|
||||||
visa-heading: Shop at Visa stores
|
visa-heading: Оплата пластиковыми картами Visa
|
||||||
visa-text: Dash-Visa debit card with no foreign transaction fees and mobile "tap & pay"
|
visa-text: Дебетовая карта Dash-Visa без комиссий при международных платежах и с поддержкой технологии "tap & pay"
|
||||||
visa-btn: Get Shake
|
visa-btn: Получить карту Shake
|
||||||
|
|
||||||
need-heading: Need some Dash?
|
need-heading: Хотите получить немного Dash?
|
||||||
need-text: Signup on our forum we'll send you some Dash!
|
need-text: Зарегистрируйтесь на нашем форуме и получите немного Dash!
|
||||||
need-btn: Sign up for Dash
|
need-btn: Регистрация для получения Dash
|
||||||
need-input: Enter Your Email Address
|
need-input: Введите ваш Email адрес
|
||||||
|
|
||||||
participate:
|
participate:
|
||||||
title: Join the Dash Network
|
title: Присоединиться к Сети Dash
|
||||||
description: Join the Dash Network
|
description: Присоединяйтесь к Сети Dash
|
||||||
hero-heading: Join our Network
|
hero-heading: Присоединяйтесь к нашей Сети
|
||||||
hero-text: Earn Dash by powering, securing or developing the Dash network
|
hero-text: Зарабатывайте Dash, делая сеть более мощной, безопасной и функциональной
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Мастерноды
|
||||||
hero-mining-btn: Mining
|
hero-mining-btn: Майнинг
|
||||||
hero-funding-btn: Funding
|
hero-funding-btn: Финансирование
|
||||||
|
|
||||||
masternode-heading: Setup a Masternode and power Dash's Network
|
masternode-heading: Запустите Мастерноду и сделайте сеть Dash ещё надёжней
|
||||||
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: Помогите сделать сеть Dash ещё лучше, запустив собственную Мастерноду или присоединившись к сервису по совместному хостингу Мастернод. Операторы Мастернод получают вознаграждение за оказание децентрализованных услуг пользователям Dash.
|
||||||
masternode-btn: Setup a Masternode
|
masternode-btn: Запустить Мастерноду
|
||||||
|
|
||||||
mining-heading: Start Mining and Secure Dash's Network
|
mining-heading: Займитесь Майнингом и помогите защищать сеть Dash
|
||||||
mining-text: Mine Dash using your computer or dedicated hardware. Miners are rewarded for securing the Dash network.
|
mining-text: Займитесь майнингом Dash с помощью своего компьютера или специального оборудования. Майнеры Dash получают вознаграждение за помощь в обеспечении безопасности сети Dash.
|
||||||
mining-btn: Start Mining
|
mining-btn: Заняться Майнингом
|
||||||
|
|
||||||
funding-heading: Develop the Network with Blockchain Funding
|
funding-heading: Развивайте Сеть Dash на средства из Блокчейна
|
||||||
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 каждый месяц финансирует различные усилия, направленные на развитие проекта, такие как найм разработчиков, мероприятия по продвижению и интеграция платежей Dash в новые популярные сервисы и магазины.
|
||||||
funding-btn: Submit a Proposal
|
funding-btn: Разместить Предложение
|
||||||
|
|
||||||
integrate-heading: Do you take Dash?
|
integrate-heading: Вы принимаете к оплате Dash?
|
||||||
integrate-text: Integrate instant, anonymous payments to your webstore, app or retail outlet
|
integrate-text: Интегрируйте приём мгновенных анонимных платежей в ваши Интернет-магазин, Приложение или Торговую точку
|
||||||
integrate-btn: Integrate Dash
|
integrate-btn: Интегрировать Dash
|
||||||
integrate-payment-processor-btn: Payment Processors
|
integrate-payment-processor-btn: Процессинговые компании
|
||||||
integrate-contact-btn: Contact Our Team
|
integrate-contact-btn: Свяжитесь с командой Dash
|
||||||
|
|
||||||
currency:
|
currency:
|
||||||
title: Dash Currency
|
title: Валюта Dash
|
||||||
description: Dash Currency
|
description: Валюта Dash
|
||||||
hero-heading: Dash Currency
|
hero-heading: Валюта Dash
|
||||||
hero-markets-btn: Markets
|
hero-markets-btn: Рынки
|
||||||
hero-governance-btn: Governance
|
hero-governance-btn: Управление
|
||||||
hero-network-btn: Network
|
hero-network-btn: Сеть
|
||||||
hero-blockchain-btn: Blockchain
|
hero-blockchain-btn: Блокчейн
|
||||||
|
|
||||||
markets-heading: Markets
|
markets-heading: Рынки
|
||||||
governance-heading: Governance
|
governance-heading: Управление
|
||||||
network-heading: Network
|
network-heading: Сеть
|
||||||
blockchain-heading: Blockchain
|
blockchain-heading: Блокчейн
|
||||||
|
|
||||||
community:
|
community:
|
||||||
title: Join the Dash Community
|
title: Присоединяйтесь к Сообществу Dash
|
||||||
description: Join the Dash Community
|
description: Присоединяйтесь к Сообществу Dash
|
||||||
hero-heading: Join our Community
|
hero-heading: Присоединяйтесь к нашему Сообществу
|
||||||
hero-text: Become a part of the Dash community
|
hero-text: Станьте частью сообщества Dash
|
||||||
hero-forum-btn: Official Forums
|
hero-forum-btn: Официальный Форум
|
||||||
hero-discussion-btn: Discussion
|
hero-discussion-btn: Обсуждение
|
||||||
hero-social-btn: Social Apps
|
hero-social-btn: Социальные сервисы
|
||||||
hero-news-btn: News & Info
|
hero-news-btn: Новости и Информация
|
||||||
hero-development-btn: Development
|
hero-development-btn: Разработка
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Мастерноды
|
||||||
hero-video-btn: Video & Audio
|
hero-video-btn: Видео и Аудио
|
||||||
|
|
||||||
discussion-heading: Discussion
|
discussion-heading: Обсуждение
|
||||||
discussion-text: Discuss Dash on these forums
|
discussion-text: Обсуждайте Dash на этих форумах
|
||||||
|
|
||||||
social-heading: Social
|
social-heading: Соцсети
|
||||||
social-text: Find Dash on these social apps
|
social-text: Присоединяйтесь к Dash в этих социальных сервисах
|
||||||
|
|
||||||
news-heading: News & Information
|
news-heading: Новости и Информация
|
||||||
news-text: Sites created by Dash community members
|
news-text: Сайты, созданные членами сообщества Dash
|
||||||
|
|
||||||
development-heading: Development
|
development-heading: Разработка
|
||||||
development-text: Sites & tools for developers
|
development-text: Сайты и Инструменты для Разработчиков
|
||||||
|
|
||||||
|
masternode-heading: Инструменты для Мастернод
|
||||||
|
masternode-text: Запуск, Управление и Хостинг для ваших Мастернод
|
||||||
|
|
||||||
masternode-heading: Masternode Tools
|
media-heading: Dash Медиа
|
||||||
masternode-text: Setup, manage and host your masternode
|
|
||||||
|
|
||||||
media-heading: Dash Media
|
conferences-heading: Конференции
|
||||||
|
technology-heading: Технология
|
||||||
conferences-heading: Conferences
|
community-heading: Сообщество
|
||||||
technology-heading: Technology
|
|
||||||
community-heading: Community
|
|
||||||
|
|
||||||
youtube-btn: Dash YouTube
|
youtube-btn: Dash YouTube
|
||||||
|
|
||||||
# Need some Dash - get content from get-dash ^^
|
# Need some Dash - get content from get-dash ^^
|
||||||
blog:
|
blog:
|
||||||
title: The Digital Cash Blog
|
title: Блог о Цифровой Валюте
|
||||||
description: The Digital Cash Blog
|
description: Блог о Цифровой Валюте
|
||||||
|
|
||||||
team:
|
team:
|
||||||
title: Team
|
title: Команда
|
||||||
description: The Dash Team
|
description: Команда Dash
|
||||||
|
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
what-is-dash: What is Dash
|
what-is-dash: Что такое Dash
|
||||||
get-dash: Get Dash
|
get-dash: Получить Dash
|
||||||
download: Download Wallet
|
download: Скачать Кошелёк
|
||||||
buy: Buy Dash
|
buy: Купить Dash
|
||||||
shop: Shop with Dash
|
shop: Потратить Dash
|
||||||
debit: Dash Debit Card
|
debit: Пластиковые карты Dash
|
||||||
|
|
||||||
participate: Participate
|
participate: Принять Участие
|
||||||
mining: Start Mining
|
mining: Заняться Майнингом
|
||||||
masternode: Setup a Masternode
|
masternode: Запустить Мастерноду
|
||||||
wallet: Setup a Wallet
|
wallet: Установить Кошелёк
|
||||||
funding: Apply for Funding
|
funding: Запросить Финансирование
|
||||||
|
|
||||||
currency: Currency
|
currency: Валюта
|
||||||
exchange: Exchange Markets
|
exchange: Обменные Сервисы
|
||||||
governance: Governance
|
governance: Управление
|
||||||
explorers: Block Explorers
|
explorers: Мониторинг Блокчейна
|
||||||
stats: Network Stats
|
stats: Статистика Сети
|
||||||
|
|
||||||
community: Community
|
community: Сообщество
|
||||||
discussion: Discussion
|
discussion: Обсуждение
|
||||||
social-apps: Social Apps
|
social-apps: Социальные Сервисы
|
||||||
news: News & Info
|
news: Новости и Информация
|
||||||
tools-dev: Development Tools
|
tools-dev: Средства Разработки
|
||||||
tools-masternodes: Masternode Tools
|
tools-masternodes: Инструменты для Мастернод
|
||||||
|
|
||||||
project: Project
|
project: Проект
|
||||||
help: Help & Support
|
help: Помощь и Поддержка
|
||||||
info: Project Information
|
info: Информация о Проекте
|
||||||
team: Team
|
team: Команда
|
||||||
contact: Contact
|
contact: Контакты
|
||||||
foundation: Foundation
|
foundation: Foundation
|
||||||
philosophy: Philosopy
|
philosophy: Философия
|
||||||
technology: Technology
|
technology: Технология
|
||||||
wiki: Wiki
|
wiki: Wiki
|
||||||
|
|
||||||
search: Search
|
search: Поиск
|
||||||
|
|
||||||
social: Social
|
social: Соцсети
|
||||||
blog: Blog
|
blog: Блог
|
||||||
reddit: Reddit
|
reddit: Reddit
|
||||||
twitter: Twitter
|
twitter: Twitter
|
||||||
youtube: YouTube
|
youtube: YouTube
|
||||||
|
@ -239,5 +239,5 @@ nav:
|
||||||
instagram: Instagram
|
instagram: Instagram
|
||||||
github: GitHub
|
github: GitHub
|
||||||
|
|
||||||
tos: Terms of Use
|
tos: Условия использования
|
||||||
sitemap: Sitemap
|
sitemap: Карта сайта
|
12
_i18n/ru/blog/header.html
Normal file
12
_i18n/ru/blog/header.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<div id="header">
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html logo-color="blue" %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<div class="page-info">
|
||||||
|
<h1 class="content">{% t pages.blog.title %}</h1>
|
||||||
|
<p class="content">{% t pages.blog.description %}</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
32
_i18n/ru/community/hero.html
Normal file
32
_i18n/ru/community/hero.html
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.community.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.community.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
25
_i18n/ru/currency/hero.html
Normal file
25
_i18n/ru/currency/hero.html
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.currency.hero-heading %}</h1>
|
||||||
|
|
||||||
|
<p>Visualizer Goes Here</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-markets-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-governance-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-network-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.currency.hero-blockchain-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
33
_i18n/ru/get-dash/hero.html
Normal file
33
_i18n/ru/get-dash/hero.html
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.get-dash.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.get-dash.hero-text %}<br />
|
||||||
|
{% t pages.get-dash.hero-wallet-version %}<br />
|
||||||
|
{% t pages.get-dash.hero-wallet-version-select %}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.get-dash.hero-download-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-guide-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-buy-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-spend-btn %}</a>
|
||||||
|
<a href="#" class="btn-white-solid">{% t pages.get-dash.hero-trade-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
21
_i18n/ru/home/hero.html
Normal file
21
_i18n/ru/home/hero.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/home/stock-photo-90982809-the-monthly-finances.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.home.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.home.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t nav.get-dash %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
23
_i18n/ru/participate/hero.html
Normal file
23
_i18n/ru/participate/hero.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
<h1 class="content">{% t pages.participate.hero-heading %}</h1>
|
||||||
|
<p class="content">{% t pages.participate.hero-text %}</p>
|
||||||
|
|
||||||
|
<div class="content">
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-masternodes-btn %}</a>
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-mining-btn %}</a>
|
||||||
|
<a href="#" class="btn-blue-solid">{% t pages.participate.hero-funding-btn %}</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
15
_i18n/ru/team/hero.html
Normal file
15
_i18n/ru/team/hero.html
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
<div id="hero">
|
||||||
|
<div id="background-video">
|
||||||
|
<video loop autoplay width="100%" height="auto" poster="{{ base }}/assets/img/dashorg-nodes.jpg" class="background-video">
|
||||||
|
<!-- <source src="assets/videos/Home-BG.m4v" type="video/mp4">
|
||||||
|
<source src="assets/videos/Home-BG.webm" type="video/webm">
|
||||||
|
<source src="assets/videos/Home-BG" type="video/ogg"> -->
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Navigation -->
|
||||||
|
{% include nav-desktop.html %}
|
||||||
|
|
||||||
|
<!-- Hero content -->
|
||||||
|
|
||||||
|
</div>
|
Loading…
Add table
Add a link
Reference in a new issue