Add missing string (#5535)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2024-05-07 18:52:48 +04:00 committed by GitHub
parent 56400846f3
commit db16524e1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -57,6 +57,7 @@
"ReassignToDoConfirm": "Do you want to change Todo assignee? The Todo will be removed from the current assignee's planning.",
"Icon": "Icon",
"Color": "Color",
"RoleLabel": "Role: {role}"
"RoleLabel": "Role: {role}",
"Embeddings": "Embeddings"
}
}

View File

@ -57,6 +57,7 @@
"ReassignToDoConfirm": "Вы хотите изменить исполнителя Todo? Todo будет удалена из планирования текущего исполнителя.",
"Icon": "Иконка",
"Color": "Цвет",
"RoleLabel": "Роль: {role}"
"RoleLabel": "Роль: {role}",
"Embeddings": "Вложения"
}
}