mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Handle redirections in _config.yml
This commit is contained in:
parent
14e25c5a1f
commit
58ef9c6c56
28 changed files with 152 additions and 244 deletions
|
@ -28,7 +28,7 @@ Installing dependencies on older Ubuntu and Debian distributions
|
||||||
|
|
||||||
### Import translations
|
### Import translations
|
||||||
|
|
||||||
**Update translations**: You can overwrite each language files in _translations by their updated version from Transifex. You should make sure that each .html files (in _layouts, _templates and _redirects) don't serve outdated content for those languages. You should also make sure that no url has been changed by translators.
|
**Update translations**: You can overwrite each language files in _translations by their updated version from Transifex. You should make sure that each .html files (in _layouts, _templates) don't serve outdated content for those languages. You should also make sure that no url has been changed by translators. If one page has been replaced or moved, a redirection can be added in _config.yml.
|
||||||
|
|
||||||
**Add a new language**: You can put the language file from Transifex in _translations and add the language in _config.yml in the right display order for the language bar. Make sure to review all pages and check all links.
|
**Add a new language**: You can put the language file from Transifex in _translations and add the language in _config.yml in the right display order for the language bar. Make sure to review all pages and check all links.
|
||||||
|
|
||||||
|
|
33
_config.yml
33
_config.yml
|
@ -32,6 +32,33 @@ langs:
|
||||||
zh_CN: 简体中文
|
zh_CN: 简体中文
|
||||||
zh_TW: 繁體中文
|
zh_TW: 繁體中文
|
||||||
|
|
||||||
|
redirects:
|
||||||
|
/news: /en/version-history
|
||||||
|
/clients: /en/choose-your-wallet
|
||||||
|
/about: /en/faq
|
||||||
|
/de/ueber: /de/faq
|
||||||
|
/en/about: /en/faq
|
||||||
|
/es/acerca-de: /es/faq
|
||||||
|
/fr/a-propos: /fr/faq
|
||||||
|
/ru/описание: /ru/faq
|
||||||
|
/ar/بت-كوين-للهواة: /ar/innovation
|
||||||
|
/de/bitcoin-fuer-enthusiasten: /de/innovation
|
||||||
|
/en/bitcoin-for-enthusiasts: /en/innovation
|
||||||
|
/es/bitcoin-para-entusiastas: /es/innovacion
|
||||||
|
/fa/بیت-کوین-برای-علاقه-مندان: /fa/innovation
|
||||||
|
/fr/bitcoin-pour-passionnes: /fr/innovation
|
||||||
|
/it/bitcoin-per-appassionati: /it/innovazione
|
||||||
|
/nl/bitcoin-voor-liefhebbers: /nl/innovatie
|
||||||
|
/pl/bitcoin-dla-entuzjastow: /pl/innowacje
|
||||||
|
/ru/биткоин-энтузиастам: /ru/innovation
|
||||||
|
/en/bitcoin-for-press: /en/press
|
||||||
|
|
||||||
|
aliases:
|
||||||
|
s_nakamoto: Satoshi Nakamoto
|
||||||
|
--author=Satoshi Nakamoto: Satoshi Nakamoto
|
||||||
|
gavinandresen: Gavin Andresen
|
||||||
|
tcatm: Nils Schneider
|
||||||
|
|
||||||
safe: false
|
safe: false
|
||||||
auto: false
|
auto: false
|
||||||
server: false
|
server: false
|
||||||
|
@ -72,9 +99,3 @@ kramdown:
|
||||||
coderay_tab_width: 4
|
coderay_tab_width: 4
|
||||||
coderay_bold_every: 10
|
coderay_bold_every: 10
|
||||||
coderay_css: style
|
coderay_css: style
|
||||||
|
|
||||||
aliases:
|
|
||||||
s_nakamoto: Satoshi Nakamoto
|
|
||||||
--author=Satoshi Nakamoto: Satoshi Nakamoto
|
|
||||||
gavinandresen: Gavin Andresen
|
|
||||||
tcatm: Nils Schneider
|
|
||||||
|
|
|
@ -1,17 +1,3 @@
|
||||||
---
|
|
||||||
menufor:
|
|
||||||
- id: bitcoin-for-individuals
|
|
||||||
- id: bitcoin-for-businesses
|
|
||||||
- id: bitcoin-for-developers
|
|
||||||
- id: bitcoin-for-enthusiasts
|
|
||||||
menu:
|
|
||||||
- id: how-it-works
|
|
||||||
- id: vocabulary
|
|
||||||
- id: resources
|
|
||||||
- id: community
|
|
||||||
- id: development
|
|
||||||
- id: about
|
|
||||||
---
|
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html lang="{{ page.lang }}">
|
<html lang="{{ page.lang }}">
|
||||||
<head>
|
<head>
|
||||||
|
@ -68,10 +54,7 @@ if(typeof(legacyIE)==='undefined'){
|
||||||
<li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li>
|
<li{% if page.id == 'bitcoin-for-businesses' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-businesses url %}">{% translate menu-bitcoin-for-businesses layout %}</a></li>
|
||||||
<li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li>
|
<li{% if page.id == 'bitcoin-for-developers' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-developers url %}">{% translate menu-bitcoin-for-developers layout %}</a></li>
|
||||||
{% case page.lang %}
|
{% case page.lang %}
|
||||||
{% when 'ar' or 'fa' %}
|
{% when 'ar' or 'fa' or 'pl' or 'zh_TW' %}
|
||||||
<li{% if page.id == 'bitcoin-for-enthusiasts' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate bitcoin-for-enthusiasts url %}">{% translate menu-bitcoin-for-enthusiasts layout %}</a></li>
|
|
||||||
<li{% if page.id == 'choose-your-wallet' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate menu-choose-your-wallet layout %}</a></li>
|
|
||||||
{% when 'pl' or 'zh_TW' %}
|
|
||||||
<li{% if page.id == 'choose-your-wallet' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate menu-choose-your-wallet layout %}</a></li>
|
<li{% if page.id == 'choose-your-wallet' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate choose-your-wallet url %}">{% translate menu-choose-your-wallet layout %}</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li{% if page.id == 'getting-started' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate getting-started url %}">{% translate menu-getting-started layout %}</a></li>
|
<li{% if page.id == 'getting-started' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate getting-started url %}">{% translate menu-getting-started layout %}</a></li>
|
||||||
|
@ -94,15 +77,9 @@ if(typeof(legacyIE)==='undefined'){
|
||||||
{% if page.lang == 'en' %}<li{% if page.id == 'press' %} class="active"{% endif %}><a href="/en/press">Press</a></li>{% endif %}
|
{% if page.lang == 'en' %}<li{% if page.id == 'press' %} class="active"{% endif %}><a href="/en/press">Press</a></li>{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% case page.lang %}
|
|
||||||
{% when 'ar' or 'fa' %}
|
|
||||||
{% else %}
|
|
||||||
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
|
<li{% if page.id == 'innovation' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate innovation url %}">{% translate menu-innovation layout %}</a></li>
|
||||||
{% endcase %}
|
|
||||||
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a></li>
|
<li{% if page.id == 'support-bitcoin' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate support-bitcoin url %}">{% translate menu-support-bitcoin layout %}</a></li>
|
||||||
{% case page.lang %}
|
{% case page.lang %}
|
||||||
{% when 'ar' or 'fa' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
|
||||||
<li{% if page.id == 'about' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate about url %}">{% translate menu-about layout %}</a></li>
|
|
||||||
{% when 'id' %}
|
{% when 'id' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
<li{% if page.id == 'faq' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate faq url %}">{% translate menu-faq layout %}</a></li>
|
<li{% if page.id == 'faq' %} class="active"{% endif %}><a href="/{{ page.lang }}/{% translate faq url %}">{% translate menu-faq layout %}</a></li>
|
||||||
|
|
40
_plugins/redirects.rb
Normal file
40
_plugins/redirects.rb
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
#redirects.rb generates all redirection pages
|
||||||
|
#from _config.yml .
|
||||||
|
|
||||||
|
require 'yaml'
|
||||||
|
require 'cgi'
|
||||||
|
|
||||||
|
module Jekyll
|
||||||
|
|
||||||
|
class PageRedirect < Page
|
||||||
|
def initialize(site, base, srcdir, src, dst)
|
||||||
|
@site = site
|
||||||
|
@base = base
|
||||||
|
@dir = srcdir
|
||||||
|
@name = src
|
||||||
|
self.process(src)
|
||||||
|
self.read_yaml(File.join(base, '/'), 'index.html')
|
||||||
|
self.data['lang'] = 'en'
|
||||||
|
self.data['redirect'] = dst
|
||||||
|
self.data['layout'] = 'redirect'
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
class RedirectPageGenerator < Generator
|
||||||
|
def generate(site)
|
||||||
|
#Load redirections
|
||||||
|
redirects = YAML.load_file("_config.yml")['redirects']
|
||||||
|
#Generate each redirection page
|
||||||
|
if !File.directory?(site.dest)
|
||||||
|
Dir.mkdir(site.dest)
|
||||||
|
end
|
||||||
|
redirects.each do |src,dst|
|
||||||
|
srcar = src.split('/')
|
||||||
|
src = srcar.pop + '.html'
|
||||||
|
srcdir = srcar.join('/')
|
||||||
|
site.pages << PageRedirect.new(site, site.source, srcdir, src, dst)
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
|
@ -21,15 +21,6 @@ module Jekyll
|
||||||
lang=file.split('.')[0]
|
lang=file.split('.')[0]
|
||||||
locs[lang] = YAML.load_file('_translations/'+file)[lang]
|
locs[lang] = YAML.load_file('_translations/'+file)[lang]
|
||||||
end
|
end
|
||||||
#Load redirections
|
|
||||||
redirects = {}
|
|
||||||
rredirects = {}
|
|
||||||
Dir.foreach('_redirects') do |file|
|
|
||||||
next if file == '.' or file == '..'
|
|
||||||
id = file.split('.')[0]
|
|
||||||
redirects[id] = YAML.load_file("_redirects/" + file)
|
|
||||||
rredirects[redirects[id]['dst']] = id
|
|
||||||
end
|
|
||||||
#Create destination directory if does not exists
|
#Create destination directory if does not exists
|
||||||
if !File.directory?(site.dest)
|
if !File.directory?(site.dest)
|
||||||
Dir.mkdir(site.dest)
|
Dir.mkdir(site.dest)
|
||||||
|
@ -42,26 +33,16 @@ module Jekyll
|
||||||
#Add translated pages with their alternative in each languages
|
#Add translated pages with their alternative in each languages
|
||||||
locs['en']['url'].each do |id,value|
|
locs['en']['url'].each do |id,value|
|
||||||
locs.each do |lang,value|
|
locs.each do |lang,value|
|
||||||
#Don't add a page if their url is not translated or if they are a redirection
|
#Don't add a page if their url is not translated
|
||||||
next if locs[lang]['url'][id].nil? or locs[lang]['url'][id] == ''
|
next if locs[lang]['url'][id].nil? or locs[lang]['url'][id] == ''
|
||||||
next if redirects.has_key?(id) and ( !redirects[id].has_key?('except') or !redirects[id]['except'].has_key?(lang) )
|
|
||||||
sitemap.puts '<url>'
|
sitemap.puts '<url>'
|
||||||
sitemap.puts ' <loc>https://bitcoin.org/'+lang+'/'+CGI::escape(locs[lang]['url'][id])+'</loc>'
|
sitemap.puts ' <loc>https://bitcoin.org/'+lang+'/'+CGI::escape(locs[lang]['url'][id])+'</loc>'
|
||||||
locs.each do |altlang,value|
|
locs.each do |altlang,value|
|
||||||
altid = id
|
next if locs[altlang]['url'][id].nil? or locs[altlang]['url'][id] == '' or altlang == lang
|
||||||
#If there is a redirection from this page, use the destination as alternate url
|
|
||||||
if redirects.has_key?(id) and ( !redirects[id].has_key?('except') or !redirects[id]['except'].has_key?(altlang) )
|
|
||||||
altid = redirects[id]['dst']
|
|
||||||
end
|
|
||||||
#If there is a disabled redirection to this page, point to the source as alternate url
|
|
||||||
if rredirects.has_key?(id) and redirects[rredirects[id]].has_key?('except') and redirects[rredirects[id]]['except'].has_key?(altlang)
|
|
||||||
altid = rredirects[id]
|
|
||||||
end
|
|
||||||
next if locs[altlang]['url'][altid].nil? or locs[altlang]['url'][altid] == '' or altlang == lang
|
|
||||||
sitemap.puts ' <xhtml:link'
|
sitemap.puts ' <xhtml:link'
|
||||||
sitemap.puts ' rel="alternate"'
|
sitemap.puts ' rel="alternate"'
|
||||||
sitemap.puts ' hreflang="'+altlang+'"'
|
sitemap.puts ' hreflang="'+altlang+'"'
|
||||||
sitemap.puts ' href="https://bitcoin.org/'+altlang+'/'+CGI::escape(locs[altlang]['url'][altid])+'" />'
|
sitemap.puts ' href="https://bitcoin.org/'+altlang+'/'+CGI::escape(locs[altlang]['url'][id])+'" />'
|
||||||
end
|
end
|
||||||
sitemap.puts '</url>'
|
sitemap.puts '</url>'
|
||||||
end
|
end
|
||||||
|
@ -71,9 +52,7 @@ module Jekyll
|
||||||
if /^[a-z]{2}(_[A-Z]{2})?$/.match(file1) and File.directory?(file1)
|
if /^[a-z]{2}(_[A-Z]{2})?$/.match(file1) and File.directory?(file1)
|
||||||
Dir.foreach(file1) do |file2|
|
Dir.foreach(file1) do |file2|
|
||||||
next if !/\.html$/.match(file2)
|
next if !/\.html$/.match(file2)
|
||||||
#Ignore static redirect pages
|
|
||||||
data = File.read(file1+'/'+file2)
|
data = File.read(file1+'/'+file2)
|
||||||
next if !data.index('window.location.href=').nil? or !data.index('redirect:').nil?
|
|
||||||
sitemap.puts '<url>'
|
sitemap.puts '<url>'
|
||||||
sitemap.puts ' <loc>https://bitcoin.org/'+file1+'/'+file2.gsub('.html','')+'</loc>'
|
sitemap.puts ' <loc>https://bitcoin.org/'+file1+'/'+file2.gsub('.html','')+'</loc>'
|
||||||
sitemap.puts '</url>'
|
sitemap.puts '</url>'
|
||||||
|
@ -81,9 +60,9 @@ module Jekyll
|
||||||
end
|
end
|
||||||
next if !/\.html$/.match(file1)
|
next if !/\.html$/.match(file1)
|
||||||
next if file1 == 'index.html'
|
next if file1 == 'index.html'
|
||||||
#Ignore static redirect pages and google webmaster tools
|
#Ignore google webmaster tools
|
||||||
data = File.read(file1)
|
data = File.read(file1)
|
||||||
next if !data.index('window.location.href=').nil? or !data.index('redirect:').nil? or !data.index('google-site-verification:').nil?
|
next if !data.index('google-site-verification:').nil?
|
||||||
sitemap.puts '<url>'
|
sitemap.puts '<url>'
|
||||||
sitemap.puts ' <loc>https://bitcoin.org/'+file1.gsub('.html','')+'</loc>'
|
sitemap.puts ' <loc>https://bitcoin.org/'+file1.gsub('.html','')+'</loc>'
|
||||||
sitemap.puts '</url>'
|
sitemap.puts '</url>'
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
#_templates. The final file name of each page is defined in
|
#_templates. The final file name of each page is defined in
|
||||||
#the url section of each translations in _translations.
|
#the url section of each translations in _translations.
|
||||||
|
|
||||||
#If a page is defined in _redirects, this plugin will
|
|
||||||
#generate a redirection instead of using the template.
|
|
||||||
|
|
||||||
require 'yaml'
|
require 'yaml'
|
||||||
require 'cgi'
|
require 'cgi'
|
||||||
|
|
||||||
|
@ -21,21 +18,6 @@ module Jekyll
|
||||||
self.data['lang'] = lang
|
self.data['lang'] = lang
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class PageRedirect < Page
|
|
||||||
def initialize(site, base, lang, srcdir, src, dstdir, dst, red)
|
|
||||||
@site = site
|
|
||||||
@base = base
|
|
||||||
@dir = '/'+dstdir
|
|
||||||
@name = dst
|
|
||||||
self.process(dst)
|
|
||||||
self.read_yaml(File.join(base, srcdir), src)
|
|
||||||
self.data['lang'] = lang
|
|
||||||
self.data['redirect'] = red
|
|
||||||
self.data['layout'] = 'redirect'
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
class TranslatePageGenerator < Generator
|
class TranslatePageGenerator < Generator
|
||||||
def generate(site)
|
def generate(site)
|
||||||
#load translations files
|
#load translations files
|
||||||
|
@ -45,19 +27,14 @@ module Jekyll
|
||||||
lang = file.split('.')[0]
|
lang = file.split('.')[0]
|
||||||
locs[lang] = YAML.load_file("_translations/"+file)[lang]
|
locs[lang] = YAML.load_file("_translations/"+file)[lang]
|
||||||
end
|
end
|
||||||
#Load redirections files
|
|
||||||
redirects = {}
|
|
||||||
Dir.foreach('_redirects') do |file|
|
|
||||||
next if file == '.' or file == '..'
|
|
||||||
id = file.split('.')[0]
|
|
||||||
redirects[id] = YAML.load_file("_redirects/" + file)
|
|
||||||
end
|
|
||||||
#Generate each translated page based on templates
|
#Generate each translated page based on templates
|
||||||
|
if !File.directory?(site.dest)
|
||||||
|
Dir.mkdir(site.dest)
|
||||||
|
end
|
||||||
locs.each do |lang,value|
|
locs.each do |lang,value|
|
||||||
Dir.foreach('_templates') do |file|
|
Dir.foreach('_templates') do |file|
|
||||||
next if file == '.' or file == '..'
|
next if file == '.' or file == '..'
|
||||||
id = file.split('.')[0]
|
id = file.split('.')[0]
|
||||||
next if redirects.has_key?(id) and ( !redirects[id].has_key?('except') or !redirects[id]['except'].has_key?(lang) )
|
|
||||||
dst = locs[lang]['url'][id]
|
dst = locs[lang]['url'][id]
|
||||||
next if dst.nil? or dst == ''
|
next if dst.nil? or dst == ''
|
||||||
src = file
|
src = file
|
||||||
|
@ -65,23 +42,6 @@ module Jekyll
|
||||||
site.pages << TranslatePage.new(site, site.source, lang, '_templates', src, lang, dst)
|
site.pages << TranslatePage.new(site, site.source, lang, '_templates', src, lang, dst)
|
||||||
end
|
end
|
||||||
site.pages << TranslatePage.new(site, site.source, lang, '_templates', 'index.html', lang, 'index.html')
|
site.pages << TranslatePage.new(site, site.source, lang, '_templates', 'index.html', lang, 'index.html')
|
||||||
#Generate each redirection page based on _redirects.yml
|
|
||||||
if !File.directory?(site.dest)
|
|
||||||
Dir.mkdir(site.dest)
|
|
||||||
end
|
|
||||||
redirects.each do |id,redirect|
|
|
||||||
next if redirect.has_key?('except') and redirect['except'].has_key?(lang)
|
|
||||||
src = redirect['dst']
|
|
||||||
src = src + '.html'
|
|
||||||
dst = locs[lang]['url'][id]
|
|
||||||
next if dst.nil? or dst == ''
|
|
||||||
dst = dst + '.html'
|
|
||||||
red = redirect['dst']
|
|
||||||
red = locs[lang]['url'][red]
|
|
||||||
next if red.nil? or red == ''
|
|
||||||
red = '/' + lang + '/' + CGI::escape(red)
|
|
||||||
site.pages << PageRedirect.new(site, site.source, lang, '_templates', src, lang, dst, red)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
dst: faq
|
|
||||||
except:
|
|
||||||
ar: true
|
|
||||||
fa: true
|
|
||||||
id: true
|
|
||||||
it: true
|
|
||||||
nl: true
|
|
||||||
pl: true
|
|
||||||
tr: true
|
|
||||||
zh_CN: true
|
|
||||||
zh_TW: true
|
|
|
@ -1,4 +0,0 @@
|
||||||
dst: innovation
|
|
||||||
except:
|
|
||||||
ar: true
|
|
||||||
fa: true
|
|
|
@ -1,40 +0,0 @@
|
||||||
---
|
|
||||||
layout: base
|
|
||||||
id: about
|
|
||||||
---
|
|
||||||
<h1>{% translate pagetitle %}</h1>
|
|
||||||
|
|
||||||
<h2>{% translate history %}</h2>
|
|
||||||
<p>{% translate historytxt1 %}</p>
|
|
||||||
<p>{% translate historytxt2 %}</p>
|
|
||||||
<p>{% translate historytxt3 %}</p>
|
|
||||||
<p>{% translate historytxt4 %}</p>
|
|
||||||
|
|
||||||
<h2>{% translate technical %}</h2>
|
|
||||||
<p>{% translate technicalintro %}</p>
|
|
||||||
<ul>
|
|
||||||
<li>{% translate technicaltxt1 %}</li>
|
|
||||||
<li>{% translate technicaltxt2 %}</li>
|
|
||||||
<li>{% translate technicaltxt3 %}</li>
|
|
||||||
<li>{% translate technicaltxt4 %}</li>
|
|
||||||
<li>{% translate technicaltxt5 %}</li>
|
|
||||||
<li>{% translate technicaltxt6 %}</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>{% translate economics %}</h2>
|
|
||||||
<p>{% translate economicsintro %}</p>
|
|
||||||
<ul>
|
|
||||||
<li>{% translate economicstxt1 %}</li>
|
|
||||||
<li>{% translate economicstxt2 %}</li>
|
|
||||||
<li>{% translate economicstxt3 %}</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h2>{% translate stats %}</h2>
|
|
||||||
<p>{% translate statsintro %}</p>
|
|
||||||
<ul>
|
|
||||||
<li>{% translate statstxt1 %}</li>
|
|
||||||
<li>{% translate statstxt2 %}</li>
|
|
||||||
<li>{% translate statstxt3 %}</li>
|
|
||||||
<li>{% translate statstxt4 %}</li>
|
|
||||||
<li>{% translate statstxt5 %}</li>
|
|
||||||
</ul>
|
|
|
@ -1,27 +0,0 @@
|
||||||
---
|
|
||||||
layout: base
|
|
||||||
id: bitcoin-for-enthusiasts
|
|
||||||
---
|
|
||||||
<h1>{% translate pagetitle %}</h1>
|
|
||||||
<p class="summary">{% translate summary %}</p>
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_democracy.svg" alt="Icon" />{% translate consensus %}</h2>
|
|
||||||
<p>{% translate consensustext %}</p>
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_network.svg" alt="Icon" />{% translate network %}</h2>
|
|
||||||
<p>{% translate networktext %}</p>
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_own.svg" alt="Icon" />{% translate freedom %}</h2>
|
|
||||||
<p>{% translate freedomtext %}</p>
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_international.svg" alt="Icon" />{% translate global %}</h2>
|
|
||||||
<p>{% translate globaltext %}</p>
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_transparency.svg" alt="Icon" />{% translate transparency %}</h2>
|
|
||||||
<p>{% translate transparencytext %}</p>
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_lock.svg" alt="Icon" />{% translate secure %}</h2>
|
|
||||||
<p>{% translate securetext %}</p>
|
|
||||||
|
|
||||||
<h2><img class="titleicon" src="/img/ico_solve.svg" alt="Icon" />{% translate trust %}</h2>
|
|
||||||
<p>{% translate trusttext %}</p>
|
|
|
@ -2,6 +2,49 @@
|
||||||
layout: base
|
layout: base
|
||||||
id: faq
|
id: faq
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{% case page.lang %}
|
||||||
|
{% when 'ar' or 'es' or 'fa' or 'id' or 'it' or 'nl' or 'pl' or 'tr' or 'zh_CN' or 'zh_TW' %}
|
||||||
|
|
||||||
|
<h1>{% translate pagetitle %}</h1>
|
||||||
|
|
||||||
|
<h2>{% translate history %}</h2>
|
||||||
|
<p>{% translate historytxt1 %}</p>
|
||||||
|
<p>{% translate historytxt2 %}</p>
|
||||||
|
<p>{% translate historytxt3 %}</p>
|
||||||
|
<p>{% translate historytxt4 %}</p>
|
||||||
|
|
||||||
|
<h2>{% translate technical %}</h2>
|
||||||
|
<p>{% translate technicalintro %}</p>
|
||||||
|
<ul>
|
||||||
|
<li>{% translate technicaltxt1 %}</li>
|
||||||
|
<li>{% translate technicaltxt2 %}</li>
|
||||||
|
<li>{% translate technicaltxt3 %}</li>
|
||||||
|
<li>{% translate technicaltxt4 %}</li>
|
||||||
|
<li>{% translate technicaltxt5 %}</li>
|
||||||
|
<li>{% translate technicaltxt6 %}</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>{% translate economics %}</h2>
|
||||||
|
<p>{% translate economicsintro %}</p>
|
||||||
|
<ul>
|
||||||
|
<li>{% translate economicstxt1 %}</li>
|
||||||
|
<li>{% translate economicstxt2 %}</li>
|
||||||
|
<li>{% translate economicstxt3 %}</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>{% translate stats %}</h2>
|
||||||
|
<p>{% translate statsintro %}</p>
|
||||||
|
<ul>
|
||||||
|
<li>{% translate statstxt1 %}</li>
|
||||||
|
<li>{% translate statstxt2 %}</li>
|
||||||
|
<li>{% translate statstxt3 %}</li>
|
||||||
|
<li>{% translate statstxt4 %}</li>
|
||||||
|
<li>{% translate statstxt5 %}</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
{% else %}
|
||||||
|
|
||||||
<h1>{% translate pagetitle %}</h1>
|
<h1>{% translate pagetitle %}</h1>
|
||||||
<p class="summary">{% translate summary %}</p>
|
<p class="summary">{% translate summary %}</p>
|
||||||
|
|
||||||
|
@ -284,3 +327,5 @@ id: faq
|
||||||
|
|
||||||
<h3><a name="{% translate morehelp anchor.faq %}">{% translate morehelp %}</a></h3>
|
<h3><a name="{% translate morehelp anchor.faq %}">{% translate morehelp %}</a></h3>
|
||||||
<p>{% translate morehelptxt1 %}</p>
|
<p>{% translate morehelptxt1 %}</p>
|
||||||
|
|
||||||
|
{% endcase %}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ar:
|
ar:
|
||||||
about:
|
faq:
|
||||||
title: "عن - بت كوين"
|
title: "عن - بت كوين"
|
||||||
pagetitle: "عن ألبت كوين"
|
pagetitle: "عن ألبت كوين"
|
||||||
history: "نبذة تاريخية"
|
history: "نبذة تاريخية"
|
||||||
|
@ -65,7 +65,7 @@ ar:
|
||||||
instanttext: "عادة معاملات ألبت كوين يتم إستلامها بغضون ثواني قليلة و يتم تأكيدها خلال 10 دقائق. قبل هذا, عملية ألدفع ممكن إعتبارها موثّقة لكن قابلة للعكس. إذا كنت تتطلب بشدة عمليات دفع فورية, من ألمفضل أن تسأل لرسوم نقل بسيطة و تستخدم نظام لكشف ألدفع ألمزدوج."
|
instanttext: "عادة معاملات ألبت كوين يتم إستلامها بغضون ثواني قليلة و يتم تأكيدها خلال 10 دقائق. قبل هذا, عملية ألدفع ممكن إعتبارها موثّقة لكن قابلة للعكس. إذا كنت تتطلب بشدة عمليات دفع فورية, من ألمفضل أن تسأل لرسوم نقل بسيطة و تستخدم نظام لكشف ألدفع ألمزدوج."
|
||||||
micro: "مدفوعات مصغرة رخيصة"
|
micro: "مدفوعات مصغرة رخيصة"
|
||||||
microtext: "ألبت كوين يوفر أقل رسوم لمعالجة ألمدفوعات لأي نوع من عمليات ألتبادل, بضمنها ألمدفوعات ألمصغرة. معنى ذلك أنه ممكن أيضا إستخدامها لتصميم و إنجاز خدمات مبدعة جديدة على ألإنترنت لم تكن ممكنة قبلا لمجرد سبب حدود ألتمويل."
|
microtext: "ألبت كوين يوفر أقل رسوم لمعالجة ألمدفوعات لأي نوع من عمليات ألتبادل, بضمنها ألمدفوعات ألمصغرة. معنى ذلك أنه ممكن أيضا إستخدامها لتصميم و إنجاز خدمات مبدعة جديدة على ألإنترنت لم تكن ممكنة قبلا لمجرد سبب حدود ألتمويل."
|
||||||
bitcoin-for-enthusiasts:
|
innovation:
|
||||||
title: "بت كوين للهواة"
|
title: "بت كوين للهواة"
|
||||||
pagetitle: "بت كوين للهواة"
|
pagetitle: "بت كوين للهواة"
|
||||||
summary: "يقوم ألبت كوين ألأن بتغيير عالم ألتمويل, عن طريق منحك قدرة ألتحكم بنقودك."
|
summary: "يقوم ألبت كوين ألأن بتغيير عالم ألتمويل, عن طريق منحك قدرة ألتحكم بنقودك."
|
||||||
|
@ -435,7 +435,7 @@ ar:
|
||||||
menu-bitcoin-for-individuals: "أفراد"
|
menu-bitcoin-for-individuals: "أفراد"
|
||||||
menu-bitcoin-for-businesses: "أعمال"
|
menu-bitcoin-for-businesses: "أعمال"
|
||||||
menu-bitcoin-for-developers: "مطورين"
|
menu-bitcoin-for-developers: "مطورين"
|
||||||
menu-bitcoin-for-enthusiasts: "هواة"
|
menu-innovation: "ابتكار"
|
||||||
menu-bitcoin-for-press: ""
|
menu-bitcoin-for-press: ""
|
||||||
menu-how-it-works: "كيف يعمل"
|
menu-how-it-works: "كيف يعمل"
|
||||||
menu-vocabulary: "مفردات"
|
menu-vocabulary: "مفردات"
|
||||||
|
@ -444,14 +444,14 @@ ar:
|
||||||
menu-development: "تطوير"
|
menu-development: "تطوير"
|
||||||
menu-support-bitcoin: "شارك"
|
menu-support-bitcoin: "شارك"
|
||||||
menu-foundation: "مؤسسة"
|
menu-foundation: "مؤسسة"
|
||||||
menu-about: "عن"
|
menu-faq: "عن"
|
||||||
menu-choose-your-wallet: "إختر محفظتك"
|
menu-choose-your-wallet: "إختر محفظتك"
|
||||||
menu-you-need-to-know: "تحتاج أن تعلم"
|
menu-you-need-to-know: "تحتاج أن تعلم"
|
||||||
footer: "Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>"
|
footer: "Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>"
|
||||||
url:
|
url:
|
||||||
about: "عن"
|
faq: "عن"
|
||||||
bitcoin-for-developers: "بت-كوين-للمطورين"
|
bitcoin-for-developers: "بت-كوين-للمطورين"
|
||||||
bitcoin-for-enthusiasts: "بت-كوين-للهواة"
|
innovation: innovation
|
||||||
bitcoin-for-individuals: "بت-كوين-للأفراد"
|
bitcoin-for-individuals: "بت-كوين-للأفراد"
|
||||||
bitcoin-for-businesses: "بت-كوين-للأعمال"
|
bitcoin-for-businesses: "بت-كوين-للأعمال"
|
||||||
bitcoin-for-press: ""
|
bitcoin-for-press: ""
|
||||||
|
|
|
@ -557,10 +557,8 @@ bg:
|
||||||
footer: "разпространен под <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">лиценза на Масачузетския технологичен институт</a>"
|
footer: "разпространен под <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">лиценза на Масачузетския технологичен институт</a>"
|
||||||
getstarted: "Първи стъпки в Биткойн"
|
getstarted: "Първи стъпки в Биткойн"
|
||||||
url:
|
url:
|
||||||
about: about
|
|
||||||
about-us: about-us
|
about-us: about-us
|
||||||
bitcoin-for-developers: bitcoin-for-developers
|
bitcoin-for-developers: bitcoin-for-developers
|
||||||
bitcoin-for-enthusiasts: bitcoin-for-enthusiasts
|
|
||||||
bitcoin-for-individuals: bitcoin-for-individuals
|
bitcoin-for-individuals: bitcoin-for-individuals
|
||||||
bitcoin-for-businesses: bitcoin-for-businesses
|
bitcoin-for-businesses: bitcoin-for-businesses
|
||||||
choose-your-wallet: choose-your-wallet
|
choose-your-wallet: choose-your-wallet
|
||||||
|
|
|
@ -557,10 +557,8 @@ de:
|
||||||
footer: "Veröffentlicht unter der <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT Lizenz</a>"
|
footer: "Veröffentlicht unter der <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT Lizenz</a>"
|
||||||
getstarted: "Legen Sie los mit Bitcoin"
|
getstarted: "Legen Sie los mit Bitcoin"
|
||||||
url:
|
url:
|
||||||
about: ueber
|
|
||||||
about-us: ueber-uns
|
about-us: ueber-uns
|
||||||
bitcoin-for-developers: bitcoin-fuer-entwickler
|
bitcoin-for-developers: bitcoin-fuer-entwickler
|
||||||
bitcoin-for-enthusiasts: bitcoin-fuer-enthusiasten
|
|
||||||
bitcoin-for-individuals: bitcoin-fuer-einzelpersonen
|
bitcoin-for-individuals: bitcoin-fuer-einzelpersonen
|
||||||
bitcoin-for-businesses: bitcoin-fuer-unternehmen
|
bitcoin-for-businesses: bitcoin-fuer-unternehmen
|
||||||
choose-your-wallet: waehlen-sie-ihre-wallet
|
choose-your-wallet: waehlen-sie-ihre-wallet
|
||||||
|
|
|
@ -561,10 +561,8 @@ en:
|
||||||
footer: "Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>"
|
footer: "Released under the <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT license</a>"
|
||||||
getstarted: "Get started with Bitcoin"
|
getstarted: "Get started with Bitcoin"
|
||||||
url:
|
url:
|
||||||
about: about
|
|
||||||
about-us: about-us
|
about-us: about-us
|
||||||
bitcoin-for-developers: bitcoin-for-developers
|
bitcoin-for-developers: bitcoin-for-developers
|
||||||
bitcoin-for-enthusiasts: bitcoin-for-enthusiasts
|
|
||||||
bitcoin-for-individuals: bitcoin-for-individuals
|
bitcoin-for-individuals: bitcoin-for-individuals
|
||||||
bitcoin-for-businesses: bitcoin-for-businesses
|
bitcoin-for-businesses: bitcoin-for-businesses
|
||||||
choose-your-wallet: choose-your-wallet
|
choose-your-wallet: choose-your-wallet
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
fa:
|
fa:
|
||||||
about:
|
faq:
|
||||||
title: "درباره - بیت کوین"
|
title: "درباره - بیت کوین"
|
||||||
pagetitle: "درباره-بیت-کوین"
|
pagetitle: "درباره-بیت-کوین"
|
||||||
history: "کمی از تاریخچه"
|
history: "کمی از تاریخچه"
|
||||||
|
@ -65,7 +65,7 @@ fa:
|
||||||
instanttext: "یک تراکنش بیت کوین معمولاً در چند ثانیه می رسد و در حدود 10 دقیقه تایید می شود. قبل از آن ، تراکنش می تواند موفق اما قابل بازگشت در نظر گرفته شود. اگر واقعاً به تراکنش های مستقیم نیاز دارید ، پیشنهاد می شود که یک هزینه ی کم تراکنش درخواست کرده و از یک سیستم تشخیض پرداخت دوباره یا به عبارتی تکراری استفاده کنید."
|
instanttext: "یک تراکنش بیت کوین معمولاً در چند ثانیه می رسد و در حدود 10 دقیقه تایید می شود. قبل از آن ، تراکنش می تواند موفق اما قابل بازگشت در نظر گرفته شود. اگر واقعاً به تراکنش های مستقیم نیاز دارید ، پیشنهاد می شود که یک هزینه ی کم تراکنش درخواست کرده و از یک سیستم تشخیض پرداخت دوباره یا به عبارتی تکراری استفاده کنید."
|
||||||
micro: "پرداخت های خرد ارزان"
|
micro: "پرداخت های خرد ارزان"
|
||||||
microtext: "بیت کوین پایین ترین هزینه های پردازش پرداخت را برای هر نوع از تراکنش ارائه می دهد ، که شامل پرداخت های مایکرو یا خرد هم می شود. این به معنای این است که می تواند برای طراحی و پیاده سازی سرویس های آنلاین سازنده ی جدیدی که قبلاً به دلیل محدودیت های مالی نمی توانستند وجود داشته باشند ، استفاده شود."
|
microtext: "بیت کوین پایین ترین هزینه های پردازش پرداخت را برای هر نوع از تراکنش ارائه می دهد ، که شامل پرداخت های مایکرو یا خرد هم می شود. این به معنای این است که می تواند برای طراحی و پیاده سازی سرویس های آنلاین سازنده ی جدیدی که قبلاً به دلیل محدودیت های مالی نمی توانستند وجود داشته باشند ، استفاده شود."
|
||||||
bitcoin-for-enthusiasts:
|
innovation:
|
||||||
title: "بیت کوین برای علاقه مندان - بیت کوین"
|
title: "بیت کوین برای علاقه مندان - بیت کوین"
|
||||||
pagetitle: "بیت کوین برای علاقه مندان"
|
pagetitle: "بیت کوین برای علاقه مندان"
|
||||||
summary: "بیت کوین با دادن قابلیت کنترل روی پولتان به شما، در حال تغییر دنیای سرمایه گذاری است."
|
summary: "بیت کوین با دادن قابلیت کنترل روی پولتان به شما، در حال تغییر دنیای سرمایه گذاری است."
|
||||||
|
@ -340,8 +340,8 @@ fa:
|
||||||
menu-bitcoin-for-individuals: افراد
|
menu-bitcoin-for-individuals: افراد
|
||||||
menu-bitcoin-for-businesses: کسب و کارها
|
menu-bitcoin-for-businesses: کسب و کارها
|
||||||
menu-bitcoin-for-developers: توسعه دهندگان
|
menu-bitcoin-for-developers: توسعه دهندگان
|
||||||
menu-bitcoin-for-enthusiasts: علاقه مندان
|
|
||||||
menu-bitcoin-for-press:
|
menu-bitcoin-for-press:
|
||||||
|
menu-innovation: بدعت
|
||||||
menu-how-it-works: "چگونه کار می کند"
|
menu-how-it-works: "چگونه کار می کند"
|
||||||
menu-vocabulary: واژگان
|
menu-vocabulary: واژگان
|
||||||
menu-resources: منابع
|
menu-resources: منابع
|
||||||
|
@ -349,14 +349,14 @@ fa:
|
||||||
menu-development: توسعه
|
menu-development: توسعه
|
||||||
menu-support-bitcoin: شرکت کردن
|
menu-support-bitcoin: شرکت کردن
|
||||||
menu-foundation: بنیاد
|
menu-foundation: بنیاد
|
||||||
menu-about: درباره
|
menu-faq: درباره
|
||||||
menu-choose-your-wallet: "انتخاب کیف پول"
|
menu-choose-your-wallet: "انتخاب کیف پول"
|
||||||
menu-you-need-to-know: "آن چه باید بدانید"
|
menu-you-need-to-know: "آن چه باید بدانید"
|
||||||
footer: "منتشر شده تحت <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT گواهینامه"
|
footer: "منتشر شده تحت <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT گواهینامه"
|
||||||
url:
|
url:
|
||||||
about: درباره
|
faq: درباره
|
||||||
bitcoin-for-developers: بیت-کوین-برای-توسعه-دهندگان
|
bitcoin-for-developers: بیت-کوین-برای-توسعه-دهندگان
|
||||||
bitcoin-for-enthusiasts: بیت-کوین-برای-علاقه-مندان
|
innovation: innovation
|
||||||
bitcoin-for-individuals: بیت-کوین-برای-افراد
|
bitcoin-for-individuals: بیت-کوین-برای-افراد
|
||||||
bitcoin-for-businesses: بیت-کوین-برای-کسب-و-کار
|
bitcoin-for-businesses: بیت-کوین-برای-کسب-و-کار
|
||||||
bitcoin-for-press:
|
bitcoin-for-press:
|
||||||
|
|
|
@ -560,10 +560,8 @@ fr:
|
||||||
footer: "Publié sous la <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licence MIT</a>"
|
footer: "Publié sous la <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licence MIT</a>"
|
||||||
getstarted: "Débuter avec Bitcoin"
|
getstarted: "Débuter avec Bitcoin"
|
||||||
url:
|
url:
|
||||||
about: a-propos
|
|
||||||
about-us: a-propos-de-nous
|
about-us: a-propos-de-nous
|
||||||
bitcoin-for-developers: bitcoin-pour-developpeurs
|
bitcoin-for-developers: bitcoin-pour-developpeurs
|
||||||
bitcoin-for-enthusiasts: bitcoin-pour-passionnes
|
|
||||||
bitcoin-for-individuals: bitcoin-pour-particuliers
|
bitcoin-for-individuals: bitcoin-pour-particuliers
|
||||||
bitcoin-for-businesses: bitcoin-pour-entreprises
|
bitcoin-for-businesses: bitcoin-pour-entreprises
|
||||||
choose-your-wallet: choisir-votre-porte-monnaie
|
choose-your-wallet: choisir-votre-porte-monnaie
|
||||||
|
|
|
@ -382,7 +382,6 @@ id:
|
||||||
url:
|
url:
|
||||||
about-us: mengenai-kami
|
about-us: mengenai-kami
|
||||||
bitcoin-for-developers: bitcoin-untuk-para-pengembang
|
bitcoin-for-developers: bitcoin-untuk-para-pengembang
|
||||||
bitcoin-for-enthusiasts: bitcoin-untuk-penggemar
|
|
||||||
bitcoin-for-individuals: bitcoin-untuk-perorangan
|
bitcoin-for-individuals: bitcoin-untuk-perorangan
|
||||||
bitcoin-for-businesses: bitcoin-untuk-bisnis
|
bitcoin-for-businesses: bitcoin-untuk-bisnis
|
||||||
choose-your-wallet: pilih-dompet-anda
|
choose-your-wallet: pilih-dompet-anda
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
it:
|
it:
|
||||||
about:
|
faq:
|
||||||
title: "A proposito - Bitcoin"
|
title: "A proposito - Bitcoin"
|
||||||
pagetitle: "A proposito di Bitcoin"
|
pagetitle: "A proposito di Bitcoin"
|
||||||
history: "Un po' di storia"
|
history: "Un po' di storia"
|
||||||
|
@ -391,7 +391,7 @@ it:
|
||||||
blockchain: la Blockchain
|
blockchain: la Blockchain
|
||||||
blockchaintxt: (un registro delle transazioni pubblico e condiviso)
|
blockchaintxt: (un registro delle transazioni pubblico e condiviso)
|
||||||
layout:
|
layout:
|
||||||
menu-about: A proposito
|
menu-faq: A proposito
|
||||||
menu-about-us: "A proposito di Bitcoin"
|
menu-about-us: "A proposito di Bitcoin"
|
||||||
menu-bitcoin-for-businesses: Imprese
|
menu-bitcoin-for-businesses: Imprese
|
||||||
menu-bitcoin-for-developers: Sviluppatori
|
menu-bitcoin-for-developers: Sviluppatori
|
||||||
|
@ -411,10 +411,9 @@ it:
|
||||||
footer: "Rilasciato sotto <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licenza MIT</a>"
|
footer: "Rilasciato sotto <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licenza MIT</a>"
|
||||||
getstarted: "Come iniziare con Bitcoin"
|
getstarted: "Come iniziare con Bitcoin"
|
||||||
url:
|
url:
|
||||||
about: a-proposito
|
faq: a-proposito
|
||||||
about-us: chi-siamo
|
about-us: chi-siamo
|
||||||
bitcoin-for-developers: bitcoin-per-sviluppatori
|
bitcoin-for-developers: bitcoin-per-sviluppatori
|
||||||
bitcoin-for-enthusiasts: bitcoin-per-appassionati
|
|
||||||
bitcoin-for-individuals: bitcoin-per-privati
|
bitcoin-for-individuals: bitcoin-per-privati
|
||||||
bitcoin-for-businesses: bitcoin-per-imprese
|
bitcoin-for-businesses: bitcoin-per-imprese
|
||||||
choose-your-wallet: scegli-il-tuo-portafoglio
|
choose-your-wallet: scegli-il-tuo-portafoglio
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
nl:
|
nl:
|
||||||
about:
|
faq:
|
||||||
title: "Over Bitcoin - Bitcoin"
|
title: "Over Bitcoin - Bitcoin"
|
||||||
pagetitle: "Over Bitcoin"
|
pagetitle: "Over Bitcoin"
|
||||||
history: "Eerst wat geschiedenis"
|
history: "Eerst wat geschiedenis"
|
||||||
|
@ -391,7 +391,7 @@ nl:
|
||||||
blockchain: de blokketen
|
blockchain: de blokketen
|
||||||
blockchaintxt: (een gedeelde, openbare transactiegeschiedenis)
|
blockchaintxt: (een gedeelde, openbare transactiegeschiedenis)
|
||||||
layout:
|
layout:
|
||||||
menu-about: "Over Bitcoin"
|
menu-faq: "Over Bitcoin"
|
||||||
menu-about-us: "Over bitcoin.org"
|
menu-about-us: "Over bitcoin.org"
|
||||||
menu-bitcoin-for-businesses: Bedrijven
|
menu-bitcoin-for-businesses: Bedrijven
|
||||||
menu-bitcoin-for-developers: Ontwikkelaars
|
menu-bitcoin-for-developers: Ontwikkelaars
|
||||||
|
@ -411,10 +411,9 @@ nl:
|
||||||
footer: "Beschikbaar onder de <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT-licentie</a>"
|
footer: "Beschikbaar onder de <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT-licentie</a>"
|
||||||
getstarted: "Ga aan de slag met Bitcoin"
|
getstarted: "Ga aan de slag met Bitcoin"
|
||||||
url:
|
url:
|
||||||
about: over-bitcoin
|
faq: over-bitcoin
|
||||||
about-us: over-ons
|
about-us: over-ons
|
||||||
bitcoin-for-developers: bitcoin-voor-ontwikkelaars
|
bitcoin-for-developers: bitcoin-voor-ontwikkelaars
|
||||||
bitcoin-for-enthusiasts: bitcoin-voor-liefhebbers
|
|
||||||
bitcoin-for-individuals: bitcoin-voor-particulieren
|
bitcoin-for-individuals: bitcoin-voor-particulieren
|
||||||
bitcoin-for-businesses: bitcoin-voor-bedrijven
|
bitcoin-for-businesses: bitcoin-voor-bedrijven
|
||||||
choose-your-wallet: kies-uw-portemonnee
|
choose-your-wallet: kies-uw-portemonnee
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
pl:
|
pl:
|
||||||
about:
|
faq:
|
||||||
title: "O Bitcoin"
|
title: "O Bitcoin"
|
||||||
pagetitle: "O Bitcoin"
|
pagetitle: "O Bitcoin"
|
||||||
history: "Kawałek historii"
|
history: "Kawałek historii"
|
||||||
|
@ -384,16 +384,15 @@ pl:
|
||||||
menu-innovation: Innowacje
|
menu-innovation: Innowacje
|
||||||
menu-support-bitcoin: Uczestniczyć
|
menu-support-bitcoin: Uczestniczyć
|
||||||
menu-foundation: Fundacja
|
menu-foundation: Fundacja
|
||||||
menu-about: O bitcoinie
|
menu-faq: O bitcoinie
|
||||||
menu-about-us: "O bitcoin.org"
|
menu-about-us: "O bitcoin.org"
|
||||||
menu-choose-your-wallet: "Wybierz swój portfel"
|
menu-choose-your-wallet: "Wybierz swój portfel"
|
||||||
menu-you-need-to-know: "Powinieneś wiedzieć"
|
menu-you-need-to-know: "Powinieneś wiedzieć"
|
||||||
footer: "Dostępny w ramach <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licencji MIT</a>"
|
footer: "Dostępny w ramach <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">licencji MIT</a>"
|
||||||
url:
|
url:
|
||||||
about: o
|
faq: o
|
||||||
about-us: o-nas
|
about-us: o-nas
|
||||||
bitcoin-for-developers: bitcoin-dla-deweloperow
|
bitcoin-for-developers: bitcoin-dla-deweloperow
|
||||||
bitcoin-for-enthusiasts: bitcoin-dla-entuzjastow
|
|
||||||
bitcoin-for-individuals: bitcoin-dla-osob-fizycznych
|
bitcoin-for-individuals: bitcoin-dla-osob-fizycznych
|
||||||
bitcoin-for-businesses: bitcoin-dla-biznesu
|
bitcoin-for-businesses: bitcoin-dla-biznesu
|
||||||
bitcoin-for-press:
|
bitcoin-for-press:
|
||||||
|
|
|
@ -557,10 +557,8 @@ ru:
|
||||||
footer: "Программное обеспечение распространяется под лицензией <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT</a>"
|
footer: "Программное обеспечение распространяется под лицензией <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT</a>"
|
||||||
getstarted: "Начало работы с Биткоин"
|
getstarted: "Начало работы с Биткоин"
|
||||||
url:
|
url:
|
||||||
about: описание
|
|
||||||
about-us: about-us
|
about-us: about-us
|
||||||
bitcoin-for-developers: биткоин-разработчикам
|
bitcoin-for-developers: биткоин-разработчикам
|
||||||
bitcoin-for-enthusiasts: биткоин-энтузиастам
|
|
||||||
bitcoin-for-individuals: биткоин-частным-лицам
|
bitcoin-for-individuals: биткоин-частным-лицам
|
||||||
bitcoin-for-businesses: биткоин-бизнесу
|
bitcoin-for-businesses: биткоин-бизнесу
|
||||||
choose-your-wallet: выберите-свой-кошелек
|
choose-your-wallet: выберите-свой-кошелек
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tr:
|
tr:
|
||||||
about:
|
faq:
|
||||||
title: "Hakkında - Bitcoin"
|
title: "Hakkında - Bitcoin"
|
||||||
pagetitle: "Bitcoin Hakkında"
|
pagetitle: "Bitcoin Hakkında"
|
||||||
history: "Biraz tarih"
|
history: "Biraz tarih"
|
||||||
|
@ -391,7 +391,7 @@ tr:
|
||||||
blockchain: Blok zinciri
|
blockchain: Blok zinciri
|
||||||
blockchaintxt: (paylaşılan halka açık işlem günlüğü)
|
blockchaintxt: (paylaşılan halka açık işlem günlüğü)
|
||||||
layout:
|
layout:
|
||||||
menu-about: Hakkında
|
menu-faq: Hakkında
|
||||||
menu-about-us: "Bitcoin.org hakkında"
|
menu-about-us: "Bitcoin.org hakkında"
|
||||||
menu-bitcoin-for-businesses: İşletmeler
|
menu-bitcoin-for-businesses: İşletmeler
|
||||||
menu-bitcoin-for-developers: Geliştiriciler
|
menu-bitcoin-for-developers: Geliştiriciler
|
||||||
|
@ -411,10 +411,9 @@ tr:
|
||||||
footer: "<a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT lisansı</a> altında yayılmaktadır"
|
footer: "<a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT lisansı</a> altında yayılmaktadır"
|
||||||
getstarted: "Bitcoin'e başlayın"
|
getstarted: "Bitcoin'e başlayın"
|
||||||
url:
|
url:
|
||||||
about: hakkinda
|
faq: hakkinda
|
||||||
about-us: hakkimizda
|
about-us: hakkimizda
|
||||||
bitcoin-for-developers: gelistiriciler-icin-bitcoin
|
bitcoin-for-developers: gelistiriciler-icin-bitcoin
|
||||||
bitcoin-for-enthusiasts: hevesliler-icin-bitcoin
|
|
||||||
bitcoin-for-individuals: bireyler-icin-bitcoin
|
bitcoin-for-individuals: bireyler-icin-bitcoin
|
||||||
bitcoin-for-businesses: isletmeler-icin-bitcoin
|
bitcoin-for-businesses: isletmeler-icin-bitcoin
|
||||||
choose-your-wallet: cuzdaninizi-secin
|
choose-your-wallet: cuzdaninizi-secin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
zh_CN:
|
zh_CN:
|
||||||
about:
|
faq:
|
||||||
title: "关于 - 比特币"
|
title: "关于 - 比特币"
|
||||||
pagetitle: "关于比特币"
|
pagetitle: "关于比特币"
|
||||||
history: "历史背景"
|
history: "历史背景"
|
||||||
|
@ -389,7 +389,7 @@ zh_CN:
|
||||||
blockchain: 块链
|
blockchain: 块链
|
||||||
blockchaintxt: (一个公开共享的交易记录)
|
blockchaintxt: (一个公开共享的交易记录)
|
||||||
layout:
|
layout:
|
||||||
menu-about: 关于我们
|
menu-faq: 关于我们
|
||||||
menu-about-us: "关于bitcoin.org"
|
menu-about-us: "关于bitcoin.org"
|
||||||
menu-bitcoin-for-businesses: 商家
|
menu-bitcoin-for-businesses: 商家
|
||||||
menu-bitcoin-for-developers: 开发者
|
menu-bitcoin-for-developers: 开发者
|
||||||
|
@ -409,10 +409,9 @@ zh_CN:
|
||||||
footer: "基于<a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT协议</a>授权发布"
|
footer: "基于<a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT协议</a>授权发布"
|
||||||
getstarted: "比特币入门指南"
|
getstarted: "比特币入门指南"
|
||||||
url:
|
url:
|
||||||
about: about
|
faq: about
|
||||||
about-us: about-us
|
about-us: about-us
|
||||||
bitcoin-for-developers: bitcoin-for-developers
|
bitcoin-for-developers: bitcoin-for-developers
|
||||||
bitcoin-for-enthusiasts: bitcoin-for-enthusiasts
|
|
||||||
bitcoin-for-individuals: bitcoin-for-individuals
|
bitcoin-for-individuals: bitcoin-for-individuals
|
||||||
bitcoin-for-businesses: bitcoin-for-businesses
|
bitcoin-for-businesses: bitcoin-for-businesses
|
||||||
choose-your-wallet: choose-your-wallet
|
choose-your-wallet: choose-your-wallet
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
zh_TW:
|
zh_TW:
|
||||||
about:
|
faq:
|
||||||
title: "關於 - Bitcoin"
|
title: "關於 - Bitcoin"
|
||||||
pagetitle: "關於 Bitcoin"
|
pagetitle: "關於 Bitcoin"
|
||||||
history: "Bitcoin 簡史"
|
history: "Bitcoin 簡史"
|
||||||
|
@ -384,16 +384,15 @@ zh_TW:
|
||||||
menu-innovation: 創新
|
menu-innovation: 創新
|
||||||
menu-foundation: 基金會
|
menu-foundation: 基金會
|
||||||
menu-support-bitcoin: 參與
|
menu-support-bitcoin: 參與
|
||||||
menu-about: 關於
|
menu-faq: 關於
|
||||||
menu-about-us: "關於 bitcoin.org"
|
menu-about-us: "關於 bitcoin.org"
|
||||||
menu-choose-your-wallet: "選擇你的錢包"
|
menu-choose-your-wallet: "選擇你的錢包"
|
||||||
menu-you-need-to-know: "Bitcoin 使用須知"
|
menu-you-need-to-know: "Bitcoin 使用須知"
|
||||||
footer: "以 <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT 授權</a>發佈"
|
footer: "以 <a href=\"http://opensource.org/licenses/mit-license.php\" target=\"_blank\">MIT 授權</a>發佈"
|
||||||
url:
|
url:
|
||||||
about: about
|
faq: about
|
||||||
about-us: about-us
|
about-us: about-us
|
||||||
bitcoin-for-developers: bitcoin-for-developers
|
bitcoin-for-developers: bitcoin-for-developers
|
||||||
bitcoin-for-enthusiasts: bitcoin-for-enthusiasts
|
|
||||||
bitcoin-for-individuals: bitcoin-for-individuals
|
bitcoin-for-individuals: bitcoin-for-individuals
|
||||||
bitcoin-for-businesses: bitcoin-for-businesses
|
bitcoin-for-businesses: bitcoin-for-businesses
|
||||||
bitcoin-for-press:
|
bitcoin-for-press:
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
layout: redirect
|
|
||||||
redirect: /en/faq
|
|
||||||
lang: en
|
|
||||||
---
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
layout: redirect
|
|
||||||
redirect: /en/choose-your-wallet
|
|
||||||
lang: en
|
|
||||||
---
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
layout: redirect
|
|
||||||
redirect: /en/version-history
|
|
||||||
lang: en
|
|
||||||
---
|
|
Loading…
Add table
Add a link
Reference in a new issue