TF-4178 Implement create new label

This commit is contained in:
dab246
2025-12-09 14:34:06 +07:00
committed by Dat H. Pham
parent 38c47ca373
commit 6c959fcf81
12 changed files with 163 additions and 39 deletions
+16 -6
View File
@@ -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": {}
}
}