mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05:50 +00:00
Fix broken links from JA updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
html: run-rippled-as-a-wallet-server.html
|
||||
html: run-rippled-as-a-stock-server.html
|
||||
parent: configure-rippled.html
|
||||
blurb: XRPを統合する人のための汎用的な構成。
|
||||
labels:
|
||||
|
||||
@@ -234,9 +234,7 @@ pages:
|
||||
redirect_url: run-rippled-as-a-stock-server.html
|
||||
targets:
|
||||
- en
|
||||
# This redirect needs to be added to the Japanese target *after*
|
||||
# renaming the original file in that target and translating the changes
|
||||
# - ja
|
||||
- ja
|
||||
|
||||
- name: Use Cases & Featured Projects
|
||||
template: page-uses.html.jinja
|
||||
@@ -1070,10 +1068,12 @@ pages:
|
||||
- md: concepts/interoperability/xrpl-interoperability.md
|
||||
targets:
|
||||
- en
|
||||
- ja
|
||||
|
||||
- md: concepts/interoperability/intro-to-evm-sidechain.md
|
||||
targets:
|
||||
- en
|
||||
- ja
|
||||
|
||||
- name: Hooks
|
||||
html: https://xrpl-hooks.readme.io/
|
||||
@@ -2308,8 +2308,6 @@ pages:
|
||||
- md: references/protocol-reference/ledger-data/ledger-object-types/negativeunl.md
|
||||
targets:
|
||||
- en
|
||||
|
||||
- md: references/protocol-reference/ledger-data/ledger-object-types/negativeunl.ja.md
|
||||
- ja
|
||||
|
||||
- md: references/protocol-reference/ledger-data/ledger-object-types/nftokenoffer.md
|
||||
@@ -3235,7 +3233,7 @@ pages:
|
||||
targets:
|
||||
- ja
|
||||
|
||||
# TODO: translate
|
||||
# TODO: translate title & blurb
|
||||
- name: Clio Server Methods
|
||||
html: clio-methods.html
|
||||
parent: public-api-methods.html
|
||||
@@ -4546,6 +4544,7 @@ known_broken_links:
|
||||
- https://xrpl-hackathon-2021.devpost.com/project-gallery
|
||||
- https://xrplimpact.devpost.com/
|
||||
- https://www.postgresqltutorial.com/install-postgresql-linux/
|
||||
- http://www.investopedia.com/terms/o/order-book.asp
|
||||
# This site often times out, but it does work and is the original.
|
||||
- https://theworld.com/~reinhold/diceware.html
|
||||
|
||||
|
||||
Binary file not shown.
@@ -864,16 +864,20 @@ msgstr ""
|
||||
msgid ""
|
||||
"Their initial observations about the high energy consumption and "
|
||||
"scalability issues that would plague Bitcoin proved prescient. In 2019, "
|
||||
"estimates suggest Bitcoin mining used <a href=\"carbon-"
|
||||
"estimates suggest Bitcoin mining used <a href=\"carbon-
|
||||
"calculator.html\">more energy than the entire country of Portugal</a>. "
|
||||
"Moreover, their initial read indicated that significant problems could "
|
||||
"arise if any miner obtained (or miners colluded to obtain) greater than "
|
||||
"50%% of the mining power. That risk persists with Bitcoin (and Ethereum) "
|
||||
"today as mining power has consolidated in China."
|
||||
msgstr ""
|
||||
"莫大なエネルギー消費量とスケーラビリティの問題が将来的にBitcoinを悩ませるだろうという最初の気付きには先見の明があったことが実証されました。(2019年には、<a"
|
||||
" "
|
||||
"href=\"carbon-\"\"calculator.html\">Bitcoinのマイニングに使用されたエネルギー量</a>はポルトガルの国全体のエネルギー消費量を上回ったと推定されています)。また、3人は当初から、もしいずれかのマイナー(または共謀したマイナー集団)がマイニングパワーの50%以上を獲得した場合、深刻な問題が発生するであろうと考えていました。Bitcoin(とEthereum)のマイニングパワーは中国に集中しているため、現在もなおそのリスクを抱えています。"
|
||||
"莫大なエネルギー消費量とスケーラビリティの問題が将来的にBitcoinを悩ませるだろうという"
|
||||
"最初の気付きには先見の明があったことが実証されました。(2019年には、<a "
|
||||
"href=\"carbon-calculator.html\">Bitcoinのマイニングに使用されたエネルギー量</a>"
|
||||
"はポルトガルの国全体のエネルギー消費量を上回ったと推定されています)。また、3人は当初から、"
|
||||
"もしいずれかのマイナー(または共謀したマイナー集団)がマイニングパワーの50%以上を"
|
||||
"獲得した場合、深刻な問題が発生するであろうと考えていました。Bitcoin(とEthereum)"
|
||||
"のマイニングパワーは中国に集中しているため、現在もなおそのリスクを抱えています。"
|
||||
|
||||
#: template/page-history.html.jinja:68
|
||||
msgid "XRPL Launches its Native Currency, XRP"
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<h2 class="h4">{% trans %}Article types{% endtrans %}</h2>
|
||||
<h6 class="eyebrow mb-3">{% trans %}Dive In{% endtrans %}</h6>
|
||||
</div>
|
||||
{% set curated_cards = currentpage.children|selectattr("html","ne","by-label.html")|selectattr("html","ne","faq.html")|map(attribute="html")|list %}
|
||||
{% set curated_cards = currentpage.children|selectattr("html","ne","by-label.html")|selectattr("html","ne","faq.html")|selectattr("html","ne","https://learn.xrpl.org/")|selectattr("html","ne","dev-tools.html")|map(attribute="html")|list %}
|
||||
{% set mobile_cols = 1 %}
|
||||
{% set show_blurbs = True %}
|
||||
{% include 'component-curated-cards.html.jinja' %}
|
||||
@@ -118,7 +118,7 @@
|
||||
{% set depth = 6 %}
|
||||
{% set show_blurbs = False %}
|
||||
<div class="col-md-6 mt-20">
|
||||
<a href="{{target.prefix}}{{page.html}}"><h5 class="mb-3">{{page.name}}</h5></a>
|
||||
<a href="{% if '//' not in page.html %}{{target.prefix}}{% endif %}{{page.html}}"><h5 class="mb-3">{{page.name}}</h5></a>
|
||||
{% include 'children.html' %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user