Skip to content

Commit

Permalink
Update: Some typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonerdcn committed Dec 5, 2023
1 parent e746a47 commit f6723be
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions po/zh-cn.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Starknet by Example\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2023-12-05 14:16+0900\n"
"PO-Revision-Date: 2023-12-05 14:25+0900\n"
"Last-Translator: StarknetAstro <cryptonerdcn@gmail.com>\n"
"Language-Team: Language zh-cn\n"
"Language: zh_CN\n"
Expand Down Expand Up @@ -2549,11 +2549,11 @@ msgid ""
"cairo)."
msgstr ""
"在 [Voyager](https://goerli.voyager.online/"
"contract/0x015c3Bb6D0DE26b64FEAF9A8f4655CfADb5c128bF4510398972704ee12775DB1 "
"contract/0x015c3Bb6D0DE26b64FEAF9A8f4655CfADb5c128bF4510398972704ee12775DB1) "
"上访问 合约 或在 [Remix](https://remix.ethereum.org/?"
"#activate=Starknet&url=https://github.com/NethermindEth/StarknetByExample/"
"blob/main/listings/ch00-getting-started/calling_other_contracts/src/callee."
"cairo) 中尝试它。"
"cairo)中尝试它。"

#: src/ch00/interacting/calling_other_contracts.md:36
msgid ""
Expand Down Expand Up @@ -2636,12 +2636,12 @@ msgid ""
"blob/main/listings/ch00-getting-started/calling_other_contracts/src/caller."
"cairo)."
msgstr ""
"在 [Voyager]https://goerli.voyager.online/"
"contract/0x05fa8aF796343d2f22c53C17149386b67B7AC4aB52D9e308Aa507C185aA44778 "
"上访问合约或在 [Remix]https://remix.ethereum.org/?"
"在 [Voyager](https://goerli.voyager.online/"
"contract/0x05fa8aF796343d2f22c53C17149386b67B7AC4aB52D9e308Aa507C185aA44778) "
"上访问合约或在 [Remix](https://remix.ethereum.org/?"
"#activate=Starknet&url=https://github.com/NethermindEth/StarknetByExample/"
"blob/main/listings/ch00-getting-started/calling_other_contracts/src/caller."
"cairo 中尝试它。"
"cairo) 中尝试它。"

#: src/ch00/interacting/factory.md:1
msgid "# Factory Pattern"
Expand Down Expand Up @@ -4125,10 +4125,10 @@ msgid ""
msgstr ""
"在 [Voyager](https://goerli.voyager.online/"
"contract/0x005300003ade5d10447d941a42d48b7141074cd8bade2b16520684896a5090ea) "
"or play with it in [Remix](https://remix.ethereum.org/?"
"上访问合约或在 [Remix](https://remix.ethereum.org/?"
"#activate=Starknet&url=https://github.com/NethermindEth/StarknetByExample/"
"blob/main/listings/ch01-applications/upgradeable_contract/src/"
"upgradeable_contract_v0.cairo) 上访问合约。"
"upgradeable_contract_v0.cairo)中尝试它 。"

#: src/ch01/upgradeable_contract.md:71
msgid ""
Expand Down Expand Up @@ -4235,10 +4235,10 @@ msgid ""
msgstr ""
"在 [Voyager](https://goerli.voyager.online/"
"contract/0x017c86152badd1d665b9836571bd6b0a484f028748aa13d9b2d5d9c9192fafc6) "
"or play with it in [Remix](https://remix.ethereum.org/?"
"上访问合约或在 [Remix](https://remix.ethereum.org/?"
"#activate=Starknet&url=https://github.com/NethermindEth/StarknetByExample/"
"blob/main/listings/ch01-applications/upgradeable_contract/src/"
"upgradeable_contract_v1.cairo) 上访问合约。"
"upgradeable_contract_v1.cairo) 中尝试它。"

#: src/ch01/simple_vault.md:1
msgid "# Simple Defi Vault"
Expand Down Expand Up @@ -5038,7 +5038,7 @@ msgid ""
"This is the Cairo adaptation of the [Solidity by example Constant Product "
"AMM](https://solidity-by-example.org/defi/constant-product-amm/)."
msgstr ""
"这个是 Cairo 的改编 [Solidity by example Constant Product AMM](https://"
"这个是 用Cairo 改编的 [Solidity by example Constant Product AMM](https://"
"solidity-by-example.org/defi/constant-product-amm/)."

#: src/ch01/constant-product-amm.md:5
Expand Down Expand Up @@ -5654,7 +5654,7 @@ msgstr ""

#: src/ch02/write_to_any_slot.md:1
msgid "# Writing to any storage slot"
msgstr "写入任何存储槽"
msgstr "# 写入任何存储槽"

#: src/ch02/write_to_any_slot.md:3
msgid ""
Expand Down

0 comments on commit f6723be

Please sign in to comment.