@cfxjs/sirius-next-i18n 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
 
2
- > @cfxjs/sirius-next-i18n@0.2.0 build /home/runner/work/sirius-next/sirius-next/packages/i18n
2
+ > @cfxjs/sirius-next-i18n@0.2.2 build /home/runner/work/sirius-next/sirius-next/packages/i18n
3
3
  > tsc
4
4
 
@@ -217,6 +217,12 @@
217
217
  "updateToken": "Update Token Info",
218
218
  "verify": {
219
219
  "contractCodeVerified": "Contract Source Code Verified",
220
+ "verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
221
+ "contractCodeSimilarMatch": "Similar Match Source Code",
222
+ "similarMatchTips": {
223
+ "first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
224
+ "second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
225
+ },
220
226
  "contractName": "Contract Name: ",
221
227
  "optimizationEnabled": "Optimization Enabled: ",
222
228
  "otherSettings": "Other Settings: ",
@@ -309,9 +315,25 @@
309
315
  "first": "1. Does not support external libraries or optimization settings.",
310
316
  "second": "2. Source code should fit inside a single .vy file."
311
317
  },
318
+ "similarMatch": {
319
+ "tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
320
+ "tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
321
+ "contractAddress": "Contract Address: ",
322
+ "includeTestnet": "Check this box to allow testnet be a source for similar match.",
323
+ "includeMainnet": "Check this box to allow mainnet be a source for similar match.",
324
+ "errors": {
325
+ "notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
326
+ "askIsContract": "Is this a valid Contract Address ?",
327
+ "verifyFailed": "Error! Unable to verify source code",
328
+ "noSimilarMatchFound": "No similar match found."
329
+ },
330
+ "verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
331
+ "viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
332
+ },
312
333
  "stepTitle": {
313
334
  "step1": "Contract Details",
314
- "step2": "Upload Contract Source Code"
335
+ "step2": "Upload Contract Source Code",
336
+ "stepSimilarMatch": "Cross-Space Similar Match"
315
337
  },
316
338
  "upload": "Upload Contract File",
317
339
  "submit": "Submit",
@@ -332,7 +354,8 @@
332
354
  "button": {
333
355
  "reset": "Reset",
334
356
  "previous": "Previous",
335
- "continue": "Continue"
357
+ "continue": "Continue",
358
+ "verify": "Verify"
336
359
  },
337
360
  "error": {
338
361
  "required": "Required",
@@ -216,6 +216,12 @@
216
216
  "updateToken": "更新通证信息",
217
217
  "verify": {
218
218
  "contractCodeVerified": "合约源码已验证",
219
+ "verifiedTooltip": "该合约的源代码已验证与链上字节码相匹配。源代码验证并不意味着该合约可以安全交互。",
220
+ "contractCodeSimilarMatch": "相似匹配源代码",
221
+ "similarMatchTips": {
222
+ "first": "此合约与已部署的合约 <1>{{address}}</1> 的源代码字节码相匹配",
223
+ "second": "代码中的构造函数部分可能不同,这可能会改变合约的实际行为"
224
+ },
219
225
  "contractName": "合约名:",
220
226
  "optimizationEnabled": "是否优化:",
221
227
  "otherSettings": "其他设置:",
@@ -308,9 +314,24 @@
308
314
  "first": "1. 不支持外部库或优化设置。",
309
315
  "second": "2. 源代码应包含在单个 .vy 文件中。"
310
316
  },
317
+ "similarMatch": {
318
+ "tip1": "该合约验证机制用于识别部署在 Conflux Core Space 与 Conflux eSpace 上的相同智能合约。当两个空间的字节码一致时,已验证的合约源码可在两者之间共享,从而减少重复验证工作并提升 Conflux 生态的透明度。",
319
+ "tip2": "如果下方合约的字节码与另一空间中已验证的合约完全一致,则在匹配确认后会自动获得相似匹配验证。",
320
+ "includeTestnet": "勾选以允许testnet作为Similar Match检测的来源进行验证",
321
+ "includeMainnet": "勾选以允许mainnet作为Similar Match检测的来源进行验证",
322
+ "errors": {
323
+ "notContract": "错误!无法在地址 <1> {{address}} </1> 找到合约代码。",
324
+ "askIsContract": "请检查该地址是有效的合约地址吗?",
325
+ "verifyFailed": "错误!无法验证合约源码。",
326
+ "noSimilarMatchFound": "未找到相似匹配。"
327
+ },
328
+ "verified": "合约 <1> {{address}} </1> 的源码已完成验证。",
329
+ "viewLink": "点击<1>此处</1>查看已验证的合约源码。"
330
+ },
311
331
  "stepTitle": {
312
332
  "step1": "合约信息",
313
- "step2": "上传合约代码"
333
+ "step2": "上传合约代码",
334
+ "stepSimilarMatch": "跨空间相似匹配"
314
335
  },
315
336
  "upload": "上传合约文件",
316
337
  "submit": "提交",
@@ -331,7 +352,8 @@
331
352
  "button": {
332
353
  "reset": "重置",
333
354
  "previous": "上一步",
334
- "continue": "继续"
355
+ "continue": "继续",
356
+ "verify": "验证"
335
357
  },
336
358
  "error": {
337
359
  "required": "请输入",
@@ -217,6 +217,12 @@
217
217
  "updateToken": "Update Token Info",
218
218
  "verify": {
219
219
  "contractCodeVerified": "Contract Source Code Verified",
220
+ "verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
221
+ "contractCodeSimilarMatch": "Similar Match Source Code",
222
+ "similarMatchTips": {
223
+ "first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
224
+ "second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
225
+ },
220
226
  "contractName": "Contract Name: ",
221
227
  "optimizationEnabled": "Optimization Enabled: ",
222
228
  "otherSettings": "Other Settings: ",
@@ -309,9 +315,25 @@
309
315
  "first": "1. Does not support external libraries or optimization settings.",
310
316
  "second": "2. Source code should fit inside a single .vy file."
311
317
  },
318
+ "similarMatch": {
319
+ "tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
320
+ "tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
321
+ "contractAddress": "Contract Address: ",
322
+ "includeTestnet": "Check this box to allow testnet be a source for similar match.",
323
+ "includeMainnet": "Check this box to allow mainnet be a source for similar match.",
324
+ "errors": {
325
+ "notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
326
+ "askIsContract": "Is this a valid Contract Address ?",
327
+ "verifyFailed": "Error! Unable to verify source code",
328
+ "noSimilarMatchFound": "No similar match found."
329
+ },
330
+ "verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
331
+ "viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
332
+ },
312
333
  "stepTitle": {
313
334
  "step1": "Contract Details",
314
- "step2": "Upload Contract Source Code"
335
+ "step2": "Upload Contract Source Code",
336
+ "stepSimilarMatch": "Cross-Space Similar Match"
315
337
  },
316
338
  "upload": "Upload Contract File",
317
339
  "submit": "Submit",
@@ -332,7 +354,8 @@
332
354
  "button": {
333
355
  "reset": "Reset",
334
356
  "previous": "Previous",
335
- "continue": "Continue"
357
+ "continue": "Continue",
358
+ "verify": "Verify"
336
359
  },
337
360
  "error": {
338
361
  "required": "Required",
@@ -206,6 +206,12 @@
206
206
  "updateToken": "Update Token Info",
207
207
  "verify": {
208
208
  "contractCodeVerified": "Contract Source Code Verified",
209
+ "verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
210
+ "contractCodeSimilarMatch": "Similar Match Source Code",
211
+ "similarMatchTips": {
212
+ "first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
213
+ "second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
214
+ },
209
215
  "contractName": "Contract Name: ",
210
216
  "optimizationEnabled": "Optimization Enabled: ",
211
217
  "otherSettings": "Other Settings: ",
@@ -299,9 +305,25 @@
299
305
  "first": "1. Does not support external libraries or optimization settings.",
300
306
  "second": "2. Source code should fit inside a single .vy file."
301
307
  },
308
+ "similarMatch": {
309
+ "tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
310
+ "tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
311
+ "contractAddress": "Contract Address: ",
312
+ "includeTestnet": "Check this box to allow testnet be a source for similar match.",
313
+ "includeMainnet": "Check this box to allow mainnet be a source for similar match.",
314
+ "errors": {
315
+ "notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
316
+ "askIsContract": "Is this a valid Contract Address ?",
317
+ "verifyFailed": "Error! Unable to verify source code",
318
+ "noSimilarMatchFound": "No similar match found."
319
+ },
320
+ "verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
321
+ "viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
322
+ },
302
323
  "stepTitle": {
303
324
  "step1": "Contract Details",
304
- "step2": "Upload Contract Source Code"
325
+ "step2": "Upload Contract Source Code",
326
+ "stepSimilarMatch": "Cross-Space Similar Match"
305
327
  },
306
328
  "upload": "Upload Contract File",
307
329
  "submit": "Submit",
@@ -322,7 +344,8 @@
322
344
  "button": {
323
345
  "reset": "Reset",
324
346
  "previous": "Previous",
325
- "continue": "Continue"
347
+ "continue": "Continue",
348
+ "verify": "Verify"
326
349
  },
327
350
  "error": {
328
351
  "required": "Required",
@@ -206,6 +206,12 @@
206
206
  "updateToken": "Update Token Info",
207
207
  "verify": {
208
208
  "contractCodeVerified": "Contract Source Code Verified",
209
+ "verifiedTooltip": "The contract's source code has been verified to match its on-chain Bytecode. Source code verification does not imply the contract is safe to interact with.",
210
+ "contractCodeSimilarMatch": "Similar Match Source Code",
211
+ "similarMatchTips": {
212
+ "first": "This contract matches the deployed Bytecode of the Source Code for Contract <1>{{address}}</1>",
213
+ "second": "The constructor portion of the code might be different and could alter the actual behaviour of the contract"
214
+ },
209
215
  "contractName": "Contract Name: ",
210
216
  "optimizationEnabled": "Optimization Enabled: ",
211
217
  "otherSettings": "Other Settings: ",
@@ -299,9 +305,25 @@
299
305
  "first": "1. Does not support external libraries or optimization settings.",
300
306
  "second": "2. Source code should fit inside a single .vy file."
301
307
  },
308
+ "similarMatch": {
309
+ "tip1": "This contract verification mechanism detects identical smart contracts deployed across Conflux Core Space and Conflux eSpace. When bytecode from both spaces matches, verified contract source code can be shared between them, reducing duplication and improving transparency within the Conflux ecosystem.",
310
+ "tip2": "If the contract below has bytecode identical to a contract already verified in the other space, it will automatically receive Similar Match verification once confirmed.",
311
+ "contractAddress": "Contract Address: ",
312
+ "includeTestnet": "Check this box to allow testnet be a source for similar match.",
313
+ "includeMainnet": "Check this box to allow mainnet be a source for similar match.",
314
+ "errors": {
315
+ "notContract": "Error! Unable to locate Contract Code at <1> {{address}} </1>.",
316
+ "askIsContract": "Is this a valid Contract Address ?",
317
+ "verifyFailed": "Error! Unable to verify source code",
318
+ "noSimilarMatchFound": "No similar match found."
319
+ },
320
+ "verified": "The Contract Source code for <1> {{address}} </1> has already been verified.",
321
+ "viewLink": "Click here to view the <1> Verified Contract Source Code</1>"
322
+ },
302
323
  "stepTitle": {
303
324
  "step1": "Contract Details",
304
- "step2": "Upload Contract Source Code"
325
+ "step2": "Upload Contract Source Code",
326
+ "stepSimilarMatch": "Cross-Space Similar Match"
305
327
  },
306
328
  "upload": "Upload Contract File",
307
329
  "submit": "Submit",
@@ -322,7 +344,8 @@
322
344
  "button": {
323
345
  "reset": "Reset",
324
346
  "previous": "Previous",
325
- "continue": "Continue"
347
+ "continue": "Continue",
348
+ "verify": "Verify"
326
349
  },
327
350
  "error": {
328
351
  "required": "Required",
@@ -205,6 +205,12 @@
205
205
  "updateToken": "更新通证信息",
206
206
  "verify": {
207
207
  "contractCodeVerified": "合约源码已验证",
208
+ "verifiedTooltip": "该合约的源代码已验证与链上字节码相匹配。源代码验证并不意味着该合约可以安全交互。",
209
+ "contractCodeSimilarMatch": "相似匹配源代码",
210
+ "similarMatchTips": {
211
+ "first": "此合约与已部署的合约 <1>{{address}}</1> 的源代码字节码相匹配",
212
+ "second": "代码中的构造函数部分可能不同,这可能会改变合约的实际行为"
213
+ },
208
214
  "contractName": "合约名:",
209
215
  "optimizationEnabled": "是否优化:",
210
216
  "otherSettings": "其他设置:",
@@ -298,9 +304,24 @@
298
304
  "first": "1. 不支持外部库或优化设置。",
299
305
  "second": "2. 源代码应包含在单个 .vy 文件中。"
300
306
  },
307
+ "similarMatch": {
308
+ "tip1": "该合约验证机制用于识别部署在 Conflux Core Space 与 Conflux eSpace 上的相同智能合约。当两个空间的字节码一致时,已验证的合约源码可在两者之间共享,从而减少重复验证工作并提升 Conflux 生态的透明度。",
309
+ "tip2": "如果下方合约的字节码与另一空间中已验证的合约完全一致,则在匹配确认后会自动获得相似匹配验证。",
310
+ "includeTestnet": "勾选以允许testnet作为Similar Match检测的来源进行验证",
311
+ "includeMainnet": "勾选以允许mainnet作为Similar Match检测的来源进行验证",
312
+ "errors": {
313
+ "notContract": "错误!无法在地址 <1> {{address}} </1> 找到合约代码。",
314
+ "askIsContract": "请检查该地址是有效的合约地址吗?",
315
+ "verifyFailed": "错误!无法验证合约源码。",
316
+ "noSimilarMatchFound": "未找到相似匹配。"
317
+ },
318
+ "verified": "合约 <1> {{address}} </1> 的源码已完成验证。",
319
+ "viewLink": "点击<1>此处</1>查看已验证的合约源码。"
320
+ },
301
321
  "stepTitle": {
302
322
  "step1": "合约信息",
303
- "step2": "上传合约代码"
323
+ "step2": "上传合约代码",
324
+ "stepSimilarMatch": "跨空间相似匹配"
304
325
  },
305
326
  "upload": "上传合约文件",
306
327
  "submit": "提交",
@@ -321,7 +342,8 @@
321
342
  "button": {
322
343
  "reset": "重置",
323
344
  "previous": "上一步",
324
- "continue": "继续"
345
+ "continue": "继续",
346
+ "verify": "验证"
325
347
  },
326
348
  "error": {
327
349
  "required": "请输入",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cfxjs/sirius-next-i18n",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "files": [
5
5
  "*/**"
6
6
  ],