Skip to content

Commit

Permalink
imported changes done on transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
Overload3910 committed Sep 19, 2023
1 parent 07dfb33 commit a01752d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions src/i18n/locales/zh_Hans/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@
"import_options": "导入选项",
"label_blockheight": "重新扫描高度",
"description_blockheight": "扫描过程开始寻找你的资金的区块高度。 该钱包创建的越早,该值应该越低。",
"feedback_invalid_blockheight": "Please provide a valid value between {{ min }} and the current blockheight.",
"feedback_invalid_blockheight": "请提供一个有效的值,从 {{ min }} 到当前的区块高度。",
"label_gaplimit": "地址导入限制",
"description_gaplimit": "每个罐子导入的地址数量。设置为任何罐子中使用的最高地址索引。 如果你大量使用你的钱包,则应增加此数字。",
"feedback_invalid_gaplimit": "Please provide a valid value between {{ min }} and {{ max }}.",
"alert_high_gaplimit_value": "The given value causes many addresses to be imported, which can lead to a decline in performance and responsiveness.",
"feedback_invalid_gaplimit": "请提供一个有效的值,从 {{ min }} {{ max }}",
"alert_high_gaplimit_value": "所提供的值将导致许多地址被导入,这可能导致性能和响应能力下降。",
"text_button_submit": "检查",
"text_button_submitting": "检查"
},
Expand Down Expand Up @@ -555,10 +555,10 @@
},
"orderbook": {
"title": "订单簿",
"text_orderbook_summary_one": "来自{{ counterpartyCount }}个对等方的{{ count }}个报价",
"text_orderbook_summary_other": "来自{{ counterpartyCount }}个对等方的{{ count }}个报价",
"text_orderbook_summary_filtered_one": "找到了来自{{ counterpartyCount }}个对等方的{{ count }}个报价",
"text_orderbook_summary_filtered_other": "找到了来自{{ counterpartyCount }}个对等方的{{ count }}个报价",
"text_orderbook_summary_one": "{{ count }} offer by {{ counterpartyCount }} counterparty",
"text_orderbook_summary_other": "{{ count }} offers by {{ counterpartyCount }} counterparties",
"text_orderbook_summary_filtered_one": "found {{ count }} offer by {{ counterpartyCount }} counterparty",
"text_orderbook_summary_filtered_other": "found {{ count }} offers by {{ counterpartyCount }} counterparties",
"alert_empty_orderbook": "订单簿是空的",
"error_loading_orderbook_failed": "加载订单簿时出错了。有可能你目前的本地设置不支持获取订单簿。原因:{{ reason }}",
"text_offer_type_absolute": "绝对",
Expand Down
14 changes: 7 additions & 7 deletions src/i18n/locales/zh_Hant/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,11 @@
"import_options": "導入選項",
"label_blockheight": "重新掃描高度",
"description_blockheight": "掃描過程開始尋找你的資金的區塊高度。該錢包創建的越早,該值應該越低。",
"feedback_invalid_blockheight": "Please provide a valid value between {{ min }} and the current blockheight.",
"feedback_invalid_blockheight": "請提供一個有效的值,從 {{ min }} 到當前的區塊高度。",
"label_gaplimit": "地址導入限制",
"description_gaplimit": "每個罐子導入的地址數量。設置為任何罐子中使用的最高地址索引。如果你大量使用你的錢包,則應增加此數字。",
"feedback_invalid_gaplimit": "Please provide a valid value between {{ min }} and {{ max }}.",
"alert_high_gaplimit_value": "The given value causes many addresses to be imported, which can lead to a decline in performance and responsiveness.",
"feedback_invalid_gaplimit": "請提供一個有效的值,從 {{ min }} {{ max }}",
"alert_high_gaplimit_value": "所提供的值將導致許多地址被導入,這可能導致性能和響應能力下降。",
"text_button_submit": "檢查",
"text_button_submitting": "檢查"
},
Expand Down Expand Up @@ -555,10 +555,10 @@
},
"orderbook": {
"title": "訂單簿",
"text_orderbook_summary_one": "來自{{ counterpartyCount }}個對等方的{{ count }}個報價",
"text_orderbook_summary_other": "來自{{ counterpartyCount }}個對等方的{{ count }}個報價",
"text_orderbook_summary_filtered_one": "找到了來自{{ counterpartyCount }}個對等方的{{ count }}個報價",
"text_orderbook_summary_filtered_other": "找到了來自{{ counterpartyCount }}個對等方的{{ count }}個報價",
"text_orderbook_summary_one": "{{ count }} offer by {{ counterpartyCount }} counterparty",
"text_orderbook_summary_other": "{{ count }} offers by {{ counterpartyCount }} counterparties",
"text_orderbook_summary_filtered_one": "found {{ count }} offer by {{ counterpartyCount }} counterparty",
"text_orderbook_summary_filtered_other": "found {{ count }} offers by {{ counterpartyCount }} counterparties",
"alert_empty_orderbook": "訂單簿是空的",
"error_loading_orderbook_failed": "加載訂單簿時出錯了。有可能你的本地設置不支持獲取訂單簿。原因:{{ reason }}",
"text_offer_type_absolute": "絕對",
Expand Down

0 comments on commit a01752d

Please sign in to comment.