Skip to content

Commit

Permalink
fix: add missing zh-hant translation for sold templates
Browse files Browse the repository at this point in the history
Signed-off-by: James Chien <[email protected]>
  • Loading branch information
shc261392 committed Jan 8, 2025
1 parent f73ffdc commit 8e9aa7b
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 42 deletions.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

33 changes: 15 additions & 18 deletions templates/capture/product_sold/zh-hant.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,40 @@

<div>
<p>
Your Capture has been collected.
恭喜您!您的 Capture 作品已被收藏!

<br />
See the details below:
以下是交易細節:
</p>
<ul>
<li>Transaction Date: {{order.date}}</li>
<li>交易日期 {{order.date}}</li>
<li>
Capture Nid:
Capture Nid
<a href="{{order.asset_link}}">{{order.nid}}</a>
</li>
<li>Quantity: {{order.quantity}}</li>
<li>數量: {{order.quantity}}</li>
<li>收藏價格 ({{order.price_base}}): {{order.collection_price}}</li>
<li>
Collection Price ({{order.price_base}}): {{order.collection_price}}
平台服務費 ({{order.price_base}}) {{order.service_fee}} (12%)
</li>
<li>
Platform Service Fee ({{order.price_base}}): {{order.service_fee}}
(12%)
</li>
<li>Income ({{order.price_base}}): {{order.income}}</li>
<li>實收金額 ({{order.price_base}}): {{order.income}}</li>
</ul>
</div>
<div>
<p>*備注:所有者的收益分成是{{order.share_percentage}}。</p>
<p>
Your sales proceeds will be credited to your Capture wallet. If the
payment was proceeded with credit card, it would take 7 days until you
may withdraw the fund due to the regulation.
您的銷售所得將會直接匯入您的 Capture
錢包。如果是信用卡付款,根據相關規定,需要等待 7
天的資金保管期才能提領。
</p>
</div>
<div>
<p>
To view your updated balance, please visit the
想查看最新的錢包餘額,請開啟
<a href="{{cam_link}}">Capture Cam App</a>
or
<a href="{{dashboard_link}}">Capture Dashboard</a>, navigate to the menu
and click "wallet".
或登入
<a href="{{dashboard_link}}">Capture Dashboard</a
>點選選單中的「錢包」查看。
</p>
</div>

Expand Down
35 changes: 16 additions & 19 deletions templates/capture/product_sold_recollected/zh-hant.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>您的 Capture 已被再收藏</title>
<title>您的 Capture 已被收藏</title>
</head>

<body>
Expand All @@ -17,43 +17,40 @@

<div>
<p>
您的 Capture 已被再收藏。
恭喜您!您的 Capture 作品已被收藏!

<br />
See the details below:
以下是交易細節:
</p>
<ul>
<li>Transaction Date: {{order.date}}</li>
<li>交易日期 {{order.date}}</li>
<li>
Capture Nid:
Capture Nid
<a href="{{order.asset_link}}">{{order.nid}}</a>
</li>
<li>Quantity: {{order.quantity}}</li>
<li>數量: {{order.quantity}}</li>
<li>收藏價格 ({{order.price_base}}): {{order.collection_price}}</li>
<li>
Collection Price ({{order.price_base}}): {{order.collection_price}}
平台服務費 ({{order.price_base}}) {{order.service_fee}} (12%)
</li>
<li>
Platform Service Fee ({{order.price_base}}): {{order.service_fee}}
(12%)
</li>
<li>Income ({{order.price_base}}): {{order.income}}</li>
<li>實收金額 ({{order.price_base}}): {{order.income}}</li>
</ul>
</div>
<div>
<p>*備注:原作者的收益分成是30%。</p>
<p>
Your sales proceeds will be credited to your Capture wallet. If the
payment was proceeded with credit card, it would take 7 days until you
may withdraw the fund due to the regulation.
您的銷售所得將會直接匯入您的 Capture
錢包。如果是信用卡付款,根據相關規定,需要等待 7
天的資金保管期才能提領。
</p>
</div>
<div>
<p>
To view your updated balance, please visit the
想查看最新的錢包餘額,請開啟
<a href="{{cam_link}}">Capture Cam App</a>
or
<a href="{{dashboard_link}}">Capture Dashboard</a>, navigate to the menu
and click "wallet".
或登入
<a href="{{dashboard_link}}">Capture Dashboard</a
>點選選單中的「錢包」查看。
</p>
</div>

Expand Down
6 changes: 2 additions & 4 deletions templates/capture/transaction_received/zh-hant.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
<a href="{{dashboard_link}}">Capture Dashboard</a>
,或是下載
<a href="{{cam_link}}">Capture Cam App</a>
來查看您的數位資產。如果這是您第一次使用 Capture,請點選<strong
>「重設密碼」" "</strong
>按鈕來設定密碼,再使用密碼登入。
來查看您的數位資產。如果這是您第一次使用
Capture,請點選<strong>「重設密碼」</strong>按鈕來設定密碼,再使用密碼登入。
</li>
<li>
<strong>了解資產授權條款:</strong
Expand All @@ -37,7 +36,6 @@
<strong>分享給親朋好友:</strong>想分享您的新 NFT
收藏嗎?快用分享按鈕或直接分享<a href="{{asset.link}}">連結</a
>,讓您的朋友們看看您最新的獨特數位藏品吧!
<a href="{{asset.link}}">link</a>
</li>
</ol>

Expand Down

0 comments on commit 8e9aa7b

Please sign in to comment.