TF-4178 Implement create new label
This commit is contained in:
@@ -5232,12 +5232,6 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"tagNameCannotContainSpecialCharacters": "Tag name cannot contain special characters",
|
||||
"@tagNameCannotContainSpecialCharacters": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"tagNameAlreadyExists": "A tag with this name already exists. Please choose a different name.",
|
||||
"@tagNameAlreadyExists": {
|
||||
"type": "text",
|
||||
@@ -5255,5 +5249,21 @@
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"createLabelSuccessfullyMessage": "You successfully created {labelName} label",
|
||||
"@createLabelSuccessfullyMessage": {
|
||||
"type": "text",
|
||||
"placeholders_order": [
|
||||
"labelName"
|
||||
],
|
||||
"placeholders": {
|
||||
"labelName": {}
|
||||
}
|
||||
},
|
||||
"createNewLabelFailure": "Create new label failure",
|
||||
"@createNewLabelFailure": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user