Script Canvas node translation system and naming consistency
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"base": "{197D0BAA-FCAF-4922-872B-3A95BEA574B2}",
|
||||
"context": "ScriptCanvas::Node",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "Replace String",
|
||||
"category": "String",
|
||||
"tooltip": "Allows replacing a substring from a given string."
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"base": "DataInput_Source_0",
|
||||
"details": {
|
||||
"name": "Source"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Replace_1",
|
||||
"details": {
|
||||
"name": "Replace"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_With_2",
|
||||
"details": {
|
||||
"name": "With"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataInput_Case Sensitive_3",
|
||||
"details": {
|
||||
"name": "Case Sensitive"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "DataOutput_Result_0",
|
||||
"details": {
|
||||
"name": "Result"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Input_In_0",
|
||||
"details": {
|
||||
"name": "In",
|
||||
"tooltip": "Input signal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"base": "Output_Out_0",
|
||||
"details": {
|
||||
"name": "Out"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user