From 4d4d13dea8909686242dbd5eaa50a6a99b98e0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?StarkNet=20=E4=B8=AD=E6=96=87?= <104136870+StarkNet-ZH@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:29:45 +0800 Subject: [PATCH] Simplified Chinese Version (#42) * The version of Chinese Simplified * Update translation.json * Update translation.json * Update translation.json * Update translation.json * Update translation.json * Update translation.json * Update translation.json * Update translation.json --------- Co-authored-by: xiaofeiyang <129250195+xiaofeiyang233@users.noreply.github.com> --- zh-CN/translation.json | 480 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 480 insertions(+) create mode 100644 zh-CN/translation.json diff --git a/zh-CN/translation.json b/zh-CN/translation.json new file mode 100644 index 0000000..b52b4fa --- /dev/null +++ b/zh-CN/translation.json @@ -0,0 +1,480 @@ +{ + "blocks": "区块", + "transactions": "交易", + "contracts": "合约", + "classes": "类", + "analytics": "分析", + "more": "更多", + "events": "事件", + "messages": "讯息", + "verify_contract_or_class": "验证合约或类别", + "select_theme": "选择主题", + "use_system_settings": "使用系统设置", + "light_theme": "浅色主题", + "dark_theme": "深色主题", + "contract_name": "合约名称", + "name_the_verified_contract": "命名已验证的合约", + "verify_and_publish": "验证并发布", + "social": "社交", + "follow_us_on_twitter": "关注我们的推特", + "join_us_on_discord": "加入我们的 Discord", + "starknet": "STARKNET", + "what_is_starknet": "什么是 Starknet?", + "starknet_documentation": "Starknet 文档", + "developer_resources": "开发者资源", + "juno": "Juno", + "warp": "Warp", + "legal": "合法的", + "terms_of_use": "使用条款", + "privacy_policy": "隐私政策", + "nethermind_all_rights_reserved": "Nethermind,版权所有", + "asset_prices_provided_by": "资产价格提供方为", + "coingecko": "币虎", + "starknet_cli": "Starknet CLI", + "page_not_found": "找不到网页", + "the_page_you_are": "找不到您要查找的页面。", + "search_by_blocks_transactions": "按区块/交易/合约搜索", + "current_tps": "当前的 tps", + "estimated_queue_time": "预计排队时间", + "transactions_in_queue": "队列中的交易", + "queue_delay": "队列延迟", + "total": "总计", + "daily": "每日", + "cairo_10_contracts": "Cairo 1.0 合约", + "see_details": "查看细节", + "total_cairo_10_contracts": "所有的 Cairo 1.0 合约", + "new_cairo_10_contracts": "新的 Cairo 1.0 合约", + "latest_starknet_proposals": "最新的 Starknet 提案", + "view_all_proposals": "查看所有提案", + "votes": "选票", + "by": "By", + "open_proposal": "打开提案", + "active": "活跃的", + "closed": "关闭的", + "number": "数字", + "hash": "哈希", + "age": "年龄", + "latest_blocks": "最新的区块", + "view_all_blocks": "查看所有区块", + "type": "类型", + "latest_transactions": "最新的交易", + "view_all_transactions": "查看所有交易", + "txns": "交易数量", + "list_of_blocks_on": "Starknet 上的区块列表", + "operations": "操作", + "block": "区块", + "list_transactions_on_starknet": "Starknet 的交易列表", + "all": "所有的", + "declare": "声明", + "deploy": "部署", + "deploy_account": "部署账户", + "invoke": "调用", + "l1_handler": "l1_处理程序", + "no_transactions_of_selected": "没有要显示的所选类型的交易。", + "declared_at": "声明于", + "declared_by": "声明者", + "contract_of_transaction_in_which_class": "调用 DECLARE 交易的合约地址", + "creation_date": "创建日期", + "list_of_classes_starknet": "Starknet 上的课程列表", + "address": "地址", + "class_hash": "类哈希", + "last_updated_block": "最后更新的区块", + "list_of_contracts_starknet": "Starknet 上的合约清单", + "id": "Id", + "name": "名称", + "from": "从", + "txn_hash": "交易哈希", + "list_of_events_starknet": "Starknet 上的事件列表", + "direction": "方向", + "to": "到", + "list_of_messages_starknet": "Starknet 上的消息列表", + "alternatively_you_can_find": "或者,您可以找到我们的 CLI 验证工具", + "here": "这里", + "for_even_greater_functionality": "以获得更强大的功能和更快的验证", + "verify_and_publish_class": "验证并发布类源代码", + "source_code_verification_provides": "源代码验证为与智能合约和类交互的用户提供了透明度。上传源代码会将编译后的代码与区块链上的代码进行匹配。", + "a_smart_contract_should": "一个\"智能合约\"应该向最终用户提供\"数字签名\"信息并为用户提供审核代码的机会,以验证是否确实执行预期操作。", + "class_hash_or_contract": "类哈希或合约地址", + "enter_the_hash_or": "输入您要验证的哈希或合约地址", + "compiler_version": "编译版本", + "select_the_compiler_version": "选择正在使用的编译器版本", + "open_source_license": "开源许可证", + "choose_an_option_for": "为合约源代码选择一个选项", + "account_contract": "账户合约", + "verification_format": "验证格式", + "single_file": "单个文件(复制和粘贴)", + "multi_part_file": "多部分文件(上传文件)", + "contract_code": "合约代码", + "copy_and_paste_the": "复制粘贴你要验证的合约源码", + "upload_files": "上传文件", + "drag_and_drop_cairo": "拖放 Cairo 文件或浏览文件", + "following_files_will_not": "以下文件不会被上传(格式错误)", + "files_to_upload": "要上传的文件", + "select_contract": "选择合约", + "choose_the_contract_source": "选择合约源代码文件", + "unable_to_locate_message": "未找到此消息。尚未收到或更改所选网络。", + "the_message": "讯息", + "is_waiting_to_be": "正在等待包含在交易中", + "bridge_transactions": "跨链交易", + "sent_to_l1": "发送到 L1", + "attached_to_l1": "连接到 L1", + "consumed_on_l1": "在 L1 上消耗", + "sent_to_l2": "发送到 L2", + "consumed_on_l2": "在 L2 上消耗", + "cleared_on_l1": "在 L1 上清除", + "unique_identifier_of_the": "消息的唯一标识符", + "direction_the_message_was": "根据第 1 层和第 2 层发送消息的方向", + "sending_party_of_the": "消息的发送方。", + "receiving_party_of_the": "消息的接收方。", + "l1_transaction_that_udpated": "更新 L1 上的 Starknet 合约的 L1 交易", + "l1_txn_hash": "L1 交易哈希", + "current_status_of_the": "当前消息状态", + "statuses": "状态", + "data_sent_in_the": "发送中的消息的数据", + "payload": "有效载荷", + "selector_of_the_message": "消息的选择器。", + "selector": "选择器", + "nonce_of_the_message": "消息的随机数", + "nonce": "随机数", + "data_is_currently_unavailable": "目前无法获得数据。", + "fee_paid_for_the": "为消息支付的费用", + "fee": "费用", + "l2_info": "L2 信息", + "unique_identifier_of_block": "处理消息的块的唯一标识符", + "block_hash": "区块哈希", + "this_message_does_not": "此消息没有 L2 的信息。", + "unique_identifier_of_transaction": "处理消息的事务的唯一标识符", + "transaction_hash": "交易哈希", + "the_message_does_not_have": "该消息没有 L2 信息", + "time_at_which_the": "处理消息的时间", + "timestamp": "时间戳", + "deposit_initialized": "存款已初始化", + "deposit_completed": "入金完成", + "withdrawal_initialized": "取款已初始化", + "withdrawal_completed": "提款完成", + "accepted": "已接受", + "l1_l2_tx_hash": "L1/L2 交易哈希", + "l1_contract_address": "L1 合约地址", + "l2_contract_address": "L2 合约地址", + "amount": "数量", + "token": "代币", + "message": "信息", + "pending": "待办的", + "unable_to_locate_event": "未找到此事件。尚未收到或更改所选网络。", + "input": "输入", + "data": "数据", + "event_id_block_number": "事件 ID: 区块号码, 交易列表, 事件列表", + "unique_number_of_block": "处理事件的区块的唯一编号", + "unique_identifer_of_transaction": "处理事件的事务的唯一标识符", + "sending_party_of_event": "事件发送方。", + "class_hash_in_which": "声明事件的类", + "abi_verified": "ABI认证", + "status_of_abi_verification": "ABI 验证状态", + "verified": "已验证", + "not_verified": "未经审核的", + "danger": "危险", + "data_in_the_event": "事件数据", + "decoded": "解码", + "raw": "原始的", + "hex": "十六进制", + "dec": "Dec", + "text": "文本", + "keys": "钥匙", + "keys_in_the_event": "事件中的键", + "event": "事件", + "unable_to_locate_class": "没有找到这个类。要么尚未声明,要么更改所选网络。", + "class": "类", + "source_code_status": "源代码状态", + "verified_date": "验证日期", + "created_on": "创建于", + "overview": "概述", + "name_given_to_class": "在验证期间或由社区分配给类的名称", + "transaction_in_which_class": "声明类的事务", + "time_at_which_class": "宣布类的时间", + "license_under_which_verification": "进行验证所依据的许可证。", + "license": "许可证", + "compiler_that_was_used": "用于编译和部署此类的编译器。", + "date_on_which_contract": "核实合约的日期。", + "verification_date": "验证日期", + "filename_of_verified_class": "已验证类的文件名", + "filename": "文件名", + "function_that_allowed_you": "允许您读取状态的函数。", + "read_functions": "读取函数", + "functions_that_alter_state": "允许您更改函数的功能。", + "write_functions": "写函数", + "source_code_of_class": "类的源代码", + "source_code": "源代码", + "class_source_code": "类的源代码", + "class_application_binary_interface": "类应用程序二进制接口决定了函数的调用方式和传递的二进制格式信息", + "abi": "ABI", + "compiler_version_of_code": "合约源代码的编译版本。", + "bytecode": "字节码", + "decompiler_version_of_code": "合约源代码的反编译版本。", + "decompiled_code": "反编译代码", + "decompiled": "反编译", + "disassembled": "反汇编", + "graph": "图形", + "attribution_this_uses": "归因:这里使用", + "thoth": "Thoth", + "the_cairo_bytecode_analyser": "Cario/Starknet 字节码分析器, 反汇编器和反编译器创建、维护方为:", + "fuzzinglabs": "FuzzingLabs", + "txn_count": "交易数量", + "unable_to_locate_contract": "无法找到类的合约", + "this_class_no_contracts": "这个类没有合约", + "unable_locate_this_contract": "未找到此合约。它要么尚未部署,要么更改所选网络。", + "contract": "合约", + "balance": "余额", + "starknet_id": "Starknet Id", + "time_when_the_contract": "合约创建的时间", + "this_is_proxy_for": "这是一个代理合约", + "this_contract_delegates_calls": "该合约将其调用委托给类", + "rejected_txns": "拒绝交易", + "asset": "资产", + "symbol": "简称", + "contract_address": "合约地址", + "value": "值", + "erc20_tokens": "ERC20 代币", + "erc20_balances_not_available": "ERC20 余额不可用", + "contract_data": "合约数据", + "bridge_txns": "跨链交易", + "code": "代码", + "read_contract": "读取合约", + "write_contract": "写合约", + "unable_to_locate_transactions": "无法找到地址的交易", + "deployAccount": "部署账户", + "l1Handler": "l1 处理程序", + "other": "其他的", + "this_contract_not_transactions": "这个合约无法交易", + "unable_to_locate_rejected": "无法找到地址的拒绝交易", + "failure_code": "失败的代码", + "first_visit_date": "首次访问日期", + "this_contract_not_rejected": "该合约没有被拒绝的交易", + "unable_to_locate_bridge": "无法找到地址的跨链交易", + "no_bridge_transactions_display": "没有可显示的跨链交易。", + "this_contract_not_messages": "该合约没有信息", + "this_contract_not_events": "该合约没有事件", + "this_contract_not_class_history": "该合约没有替换类", + "contract_source_code_not": "合约源代码未验证", + "verify_source_code": "验证源代码", + "name_given_to_contract": "在验证期间或由社区分配给合约的名称", + "class_used_to_instantiate": "用于实例化此合约的类。", + "name_of_the_contract": "合约的名字", + "nonce_of_the_contract": "合约的随机数", + "source_code_of_contract": "合约源代码", + "contract_source_code": "合约源代码", + "contract_application_binary_interface": "合约应用二进制接口决定了函数的调用方式和传递二进制格式信息的方式", + "contract_abi": "Contract ABI", + "bytecode_of_the_contract": "合约的字节码", + "decompiled_version_of_code": "合约源码反向编译版", + "wrong": "错误", + "network": "网络", + "disconnect": "断开", + "no_wallet_detected": "未检测到钱包。", + "download": "下载", + "connect_wallet": "连接钱包", + "connected": "连接的", + "change_provider": "更换供应商", + "response_format": "响应格式", + "transact": "办理", + "query": "询问", + "please_connect_your_wallet": "请连接您的钱包以进行交易", + "contract_abi_not_verified": "合约 ABI 未经验证且不保证正确。", + "proxy": "Proxy", + "this_contract_does_not": "本合约不具备执行功能。", + "this_contract_not_have": "本合约没有", + "view": "预览", + "external": "外部的", + "functions": "函数", + "unable_to_locate_transaction": "未找到此交易。尚未收到或更改所选网络。", + "this_transaction_has_not": "未找到此交易。尚未收到或更改所选网络。", + "transaction": "交易", + "transaction_type": "交易类型", + "internal_calls": "内部调用", + "transaction_details": "交易明细", + "block_number": "区块号码", + "timestamp_at_which_transaction": "处理交易的时间", + "actual_fee": "实际费用", + "actual_fee_paid_for": "为执行交易支付的实际费用", + "max_fee": "最高费用", + "max_fee_set_when": "提交交易时设置的最高费用", + "gas_used": "使用的 gas", + "gas_consumed": "gas 消耗量", + "gas_consumed_calculated_when": "交易执行消耗的 gas", + "token_transferred": "代币转移", + "tokens_that_were_transferred": "交易中转移的代币", + "sending_party_of_transaction": "交易发送方", + "sender_address": "发送人地址", + "receiving_party_of_transaction": "交易接收方", + "class_hash_that_was": "在此事务中声明或部署的类哈希。", + "deployed_contract_in_transaction": "在此交易中部署合约。", + "deployed_contracts": "部署合约", + "developer_info": "开发者信息", + "nonce_of_the_transaction": "交易的随机数", + "index_of_transaction_within": "区块内交易索引", + "position": "位置", + "version_of_the_transaction": "交易版本", + "version": "版本", + "identifier_of_external_view": "合约中外部视图函数的标识符", + "calldata_that_was_sent": "交易中发送的调用数据", + "calldata": "调用数据", + "calls": "调用", + "signature_of_the_transaction": "交易签名", + "signatures": "签名", + "no_signature": "没有签名的", + "decimal": "十进制", + "this_transaction_not_events": "此交易没有事件", + "unable_locate_message_transaction": "无法找到交易信息", + "this_transaction_not_messages": "此交易没有信息", + "this_transaction_no_invocation": "本次交易没有调用痕迹", + "identifier": "标识符", + "address_hash": "地址/哈希", + "call_type": "呼叫类型", + "function": "函数", + "output": "输出", + "this_transaction_not_internal": "此交易没有内部调用", + "unable_to_locate_block": " 尚未找到此区块。尚未收到或更改所选网络。", + "unique_number_the_block": "区块唯一编号", + "you_have_reached_first": "你已达到第一个区块", + "see_previous_block": "查看上一个区块", + "you_have_reached_last": "你已达到最新的区块", + "see_next_block": "查看下一个区块", + "time_at_which_block": "区块创建时间", + "time_to_create": "创作时间", + "amount_of_time_block": "区块处于挂起状态的时间量", + "l2_l1_time": "L2 到 L1 的时间", + "amount_of_time_between": "状态之间的时间量「在 L2 上接受」和「在 L1 上接受」", + "amount_of_blocks_produced": "当前区块之后产生的区块数量", + "confirmations": "确认书", + "l1_transaction_that_updated": "更新 L1 上的 Starknet 合约的 L1 交易", + "state_commitment_after_block": "区块后状态承诺", + "state_root": "状态根", + "sequencer_address": "排序器地址", + "sequencer_that_created_block": "构建区块的排序器", + "starknet_version": "Starknet 版本", + "block_details": "区块详情", + "unable_locate_transaction_block": "无法定位区块的交易", + "this_block_no_selected": "该区块没有选定类型的交易。", + "unable_locate_events_block": "无法定位区块的事件", + "unable_locate_messages_block": "无法找到区块的消息", + "this_block_not_messages": "此区块没有信息", + "verify": "核实", + "status": "状态", + "show": "慢", + "records": "记录", + "first": "第一", + "last": "最后", + "page": "页面", + "l1_txn": "L1 交易", + "unique_identifier_transaction": "交易的唯一标识符", + "l1_block_number": "L1 区块号码", + "unique_number_l1_block": "处理交易的 L1 区块的唯一编号", + "time_which_transaction_processed": "处理交易的时间", + "l1_transaction": "L1 交易", + "message_hash": "信息哈希", + "state_updates": "状态更新", + "l1_block_hash": "L2 区块哈希", + "l2_block_number": "L2 区块号码", + "contract_calls_tooltip_type": "(整数或十六进制,e.g.:1 or 0x1)", + "contract_calls_tooltip_array": "(数组 - 整数或十六进制数,例如:333,2,7655 或 0x3,0x1 或 333,0x1)", + "contract_calls_validity_tip": "请用半角逗号分隔整数或十六进制数,例如:333,2,7655 或 0x3,0x1 或 333,0x1", + "unable_locate_active_contracts": "无法找到有效合约", + "no_active_contracts_display": "没有可显示的有效合约", + "tokens": "代币", + "tokens_tooltip": "Starknet 上的代币", + "transfers": "转移", + "holders": "持有者", + "unable_locate_erc20_tokens": "无法定位 ERC20 代币", + "no_erc20_tokens_display": "没有可显示的 ERC20 代币", + "unable_locate_erc721_tokens": "无法定位 ERC721 代币", + "no_erc721_tokens_display": "没有要显示的 ERC721 代币", + "latest_blog_posts": "最新博文", + "featured_content": "精选内容", + "read_our_blog": "阅读我们的博客", + "account_calls": "账户调用", + "account_call": "账户调用", + "list_accountcall_on_starknet": "Starknet 上的账户调用列表", + "data_in_the_accountcall": "账户调用中的数据", + "calling_party_of_accountcall": "帐号调用的调用方", + "called_party_of_accountcall": "账户调用的被调用方", + "accountcall_id_block_number": "账户调用 ID:区块号码、交易索引、追踪索引", + "unable_to_locate_accountcall": "未找到此账户调用。尚未收到或更改所选网络。", + "this_contract_not_accountcalls": "该合约没有账户调用", + "execution_steps": "执行步骤", + "steps_used_in_block": "区块中使用的总 n_steps", + "execution_resources": "执行资源", + "resources_utilized_execute_transaction": "用于执行交易的资源", + "holder": "持有者", + "token_holders": "代币持有者", + "unable_to_locate_holders": "无法找到代币持有者", + "this_token_no_holders": "没有可显示的代币持有者", + "token_transfers": "代币转移", + "token_address": "代币地址", + "unable_to_locate_transfers": "无法定位代币传输", + "this_contract_no_token_transfers": "没有代币转移显示", + "token_id": "代币 Id", + "last_transfer": "上次转账", + "uninitialized_contract": "未初始化的合约", + "uninitialized": "未初始化", + "unable_to_locate_interaction": "尚未找到此交互。尚未收到或更改所选网络。", + "this_contract_not_interactions": "本合约无交互", + "contribute": "贡献", + "contribute_to_translations": "去翻译!", + "language_select": "选择你的语言", + "from_class_hash": "来的类", + "to_class_hash": "到的类", + "replaced_date": "更换日期", + "performance_metrics_starknet": "Starknet 上的性能指标", + "last_updated": "最新更新", + "minutes_ago": "几分钟前", + "transactions_tracker": "交易追踪器", + "activity": "活跃", + "fee_tracker": "费用追踪器", + "tvl": "锁仓量", + "block_fee_tracker": "区块费用追踪器", + "block_creation_time": "区块创建时间", + "bridge_fee_tracker": "跨链费用追踪器", + "accounts": "账户", + "cairo_steps": "Cairo 步数", + "number_tps_last_block": "最后一个区块每秒的交易数", + "number_tpb_today": "今天每个区块的交易数量", + "total_number_transactions": "交易总数", + "fee_usdc_transfer_average": "USDC 转入 Starknet 账户手续费(平均 7 天)", + "fee_eth_transfer_average": "ETH 转入 Starknet 账户手续费(平均 7 天)", + "fee_swap_asset_average": "Starknet 上的资产交换的费用(平均 7 天)", + "fee_mint_nft_average": "Starknet 上铸造 NFT 的费用(平均 7 天)", + "fee_paid_to_verify": "为验证 L1 上的特定 L2 区块支付的总费用(平均 7 天)", + "actual_fee_all_transactions": "一个区块中所有交易的总实际费用(平均 7 天)", + "total_gas_used_block": "一个区块中所有交易使用的总 gas(平均 7 天)", + "total_fee_ethereum_starknet": "从以太坊转移资金到Starknet的总费用(平均 7 天)", + "total_fee_starknet_ethereum": "从 Starknet 转移资金到以太坊的总费用(平均 7 天)", + "total_contracts_created": "创建的合约总数", + "total_classes_created": "创建的类的总数", + "total_messages_sent": "发送的消息总数", + "total_events_generated": "生成的事件总数", + "total_cairo1_contracts_created": "创建的 Cairo 1.0 合约总数", + "total_cairo1_classes_created": "创建的 Cairo 1.0 类总数", + "count_of_unique_accounts": "已进行至少一笔交易的每日唯一账户合约数", + "total_accounts_created": "创建的账户合约总数", + "time_between_pending_accepted": "一个区块的待定状态和 Accepted-on-L1 之间的时间(平均 7 天)", + "time_between_accepted_l1": "每个区块的 Accepted-on-L1 之间的时间(平均 7 天)", + "time_between_accepted_l2": "每个区块的 Accepted-on-L2 之间的时间(平均 7 天)", + "accounts_created_today": "今天创建的账户合约", + "number_sps_today": "今天每秒 Cario 步数", + "number_spb_today": "今天每个区块的 Cario 步数", + "total_cairo_steps": "使用的总的 Cario 步数", + "blockchain": "区块链", + "developer": "发开者", + "top_tokens": "热门代币", + "active_contracts": "有效合约", + "verify_contract_class": "验证合约/类", + "cli_github_verifier": "CLI Github 验证者", + "buy_with_ramp": "用 Ramp 购买", + "buy_with_banxa": "用 Banxa 购买", + "starkcet": "Starkcet", + "backlog": "积压", + "avg_txns_queue_today": "排队交易的每日平均数", + "avg_queue_delay_today": "每日平均排队延误", + "avg_queue_time_today": "日平均排队时间e", + "cairo_book": "Cairo 之书", + "estimated_tx_time": "预计交易时间" +}