@cfxjs/sirius-next-i18n 0.2.12 → 0.2.13
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.
- package/.turbo/turbo-build.log +1 -1
- package/cspace/en/translation.json +4 -1
- package/cspace/zh_cn/translation.json +4 -1
- package/dist/cspace/en/translation.json +4 -1
- package/dist/evm/base/en/translation.json +4 -1
- package/evm/base/en/translation.json +4 -1
- package/evm/base/zh_cn/translation.json +4 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -286,7 +286,10 @@
|
|
|
286
286
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
287
287
|
"notSupport": "{{type}} support will be coming soon"
|
|
288
288
|
},
|
|
289
|
-
"
|
|
289
|
+
"tupleType": "Tuple type:",
|
|
290
|
+
"tupleParameterName": "Parameter name:",
|
|
291
|
+
"tupleParameterArray": "Tuple parameter array:",
|
|
292
|
+
"tupleParameterObject": "Tuple parameter object:",
|
|
290
293
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
291
294
|
"query": "Query",
|
|
292
295
|
"write": "Write",
|
|
@@ -285,7 +285,10 @@
|
|
|
285
285
|
"tupleArray": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)数组",
|
|
286
286
|
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
287
287
|
},
|
|
288
|
-
"
|
|
288
|
+
"tupleType": "元组类型:",
|
|
289
|
+
"tupleParameterName": "参数名称:",
|
|
290
|
+
"tupleParameterArray": "元组参数数组:",
|
|
291
|
+
"tupleParameterObject": "元组参数对象:",
|
|
289
292
|
"tupleTips": "提示:可以参考 <code>元组参数数组</code> 或 <code>元组参数对象</code> 进行元组参数输入。<br />元组输入格式应为合法并符合参数顺序和格式的 <code>JSON 数组或对象</code>,例如:元组声明为 <code>{ uint num; string str; }</code>,则元组输入格式应为:<code>[1, \"text\"]</code> 或 <code>{ \"num\": 1, \"str\": \"text\" }</code>。<br />对于嵌套的元组,输入格式应为合法并符合参数顺序和格式的 <code>嵌套的 JSON 数组或对象</code>,例如:元组声明为 <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>,则元组 B 输入格式应为:<code>[1, [\"Tom\", 28]]</code> 或 <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>。",
|
|
290
293
|
"query": "读取",
|
|
291
294
|
"write": "写入",
|
|
@@ -286,7 +286,10 @@
|
|
|
286
286
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
287
287
|
"notSupport": "{{type}} support will be coming soon"
|
|
288
288
|
},
|
|
289
|
-
"
|
|
289
|
+
"tupleType": "Tuple type:",
|
|
290
|
+
"tupleParameterName": "Parameter name:",
|
|
291
|
+
"tupleParameterArray": "Tuple parameter array:",
|
|
292
|
+
"tupleParameterObject": "Tuple parameter object:",
|
|
290
293
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
291
294
|
"query": "Query",
|
|
292
295
|
"write": "Write",
|
|
@@ -276,7 +276,10 @@
|
|
|
276
276
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
277
277
|
"notSupport": "{{type}} support will be coming soon"
|
|
278
278
|
},
|
|
279
|
-
"
|
|
279
|
+
"tupleType": "Tuple type:",
|
|
280
|
+
"tupleParameterName": "Parameter name:",
|
|
281
|
+
"tupleParameterArray": "Tuple parameter array:",
|
|
282
|
+
"tupleParameterObject": "Tuple parameter object:",
|
|
280
283
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
281
284
|
"query": "Query",
|
|
282
285
|
"write": "Write",
|
|
@@ -276,7 +276,10 @@
|
|
|
276
276
|
"tupleArray": "Please enter a valid tuple (JSON array or object that conforms to the parameter order and format) array",
|
|
277
277
|
"notSupport": "{{type}} support will be coming soon"
|
|
278
278
|
},
|
|
279
|
-
"
|
|
279
|
+
"tupleType": "Tuple type:",
|
|
280
|
+
"tupleParameterName": "Parameter name:",
|
|
281
|
+
"tupleParameterArray": "Tuple parameter array:",
|
|
282
|
+
"tupleParameterObject": "Tuple parameter object:",
|
|
280
283
|
"tupleTips": "Remark: You can refer to <code>Tuple parameter array</code> or <code>Tuple parameter object</code> for tuple input.<br />Tuple input format should be a <code>JSON array or object</code> that is legal and conforms to the order and format of the parameters. For example, tuple is declared as <code>{ uint num; string str; }</code>, then the tuple input format should be: <code>[1, \"text\"]</code> or <code>{ \"num\": 1, \"str\": \"text\" }</code>. <br />For nested tuples, the input format should be <code>nested JSON array or object</code> that are legal and conform to the parameter order and format. For example, tuples declared as <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>, the tuple B input format should be: <code>[1, [\"Tom\", 28]]</code> or <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>.",
|
|
281
284
|
"query": "Query",
|
|
282
285
|
"write": "Write",
|
|
@@ -275,7 +275,10 @@
|
|
|
275
275
|
"tupleArray": "请输入有效的元组(符合参数顺序和格式的 json 数组或对象)数组",
|
|
276
276
|
"notSupport": "{{type}} 即将支持,敬请期待"
|
|
277
277
|
},
|
|
278
|
-
"
|
|
278
|
+
"tupleType": "元组类型:",
|
|
279
|
+
"tupleParameterName": "参数名称:",
|
|
280
|
+
"tupleParameterArray": "元组参数数组:",
|
|
281
|
+
"tupleParameterObject": "元组参数对象:",
|
|
279
282
|
"tupleTips": "提示:可以参考 <code>元组参数数组</code> 或 <code>元组参数对象</code> 进行元组参数输入。<br />元组输入格式应为合法并符合参数顺序和格式的 <code>JSON 数组或对象</code>,例如:元组声明为 <code>{ uint num; string str; }</code>,则元组输入格式应为:<code>[1, \"text\"]</code> 或 <code>{ \"num\": 1, \"str\": \"text\" }</code>。<br />对于嵌套的元组,输入格式应为合法并符合参数顺序和格式的 <code>嵌套的 JSON 数组或对象</code>,例如:元组声明为 <code>struct A { string name; uint age; } struct B { uint id; A a; }</code>,则元组 B 输入格式应为:<code>[1, [\"Tom\", 28]]</code> 或 <code>{ \"id\": 1, \"a\": {\"name\": \"Tom\", \"age\": 28 }}</code>。",
|
|
280
283
|
"query": "读取",
|
|
281
284
|
"write": "写入",
|