fix: ensure empty state group header is visible (#6606)
This commit is contained in:
parent
71b41fa22b
commit
b62b2710f5
7 changed files with 57 additions and 13 deletions
|
|
@ -1518,7 +1518,11 @@
|
|||
}
|
||||
},
|
||||
"states": {
|
||||
"describe_this_state_for_your_members": "Describe this state for your members."
|
||||
"describe_this_state_for_your_members": "Describe this state for your members.",
|
||||
"empty_state": {
|
||||
"title": "No states available for the {groupKey} group",
|
||||
"description": "Please create a new state"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"label_title": "Label title",
|
||||
|
|
|
|||
|
|
@ -1687,7 +1687,11 @@
|
|||
}
|
||||
},
|
||||
"states": {
|
||||
"describe_this_state_for_your_members": "Describe este estado para tus miembros."
|
||||
"describe_this_state_for_your_members": "Describe este estado para tus miembros.",
|
||||
"empty_state": {
|
||||
"title": "No estados disponibles para el grupo {groupKey}",
|
||||
"description": "Por favor, crea un nuevo estado"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"label_title": "Título de la etiqueta",
|
||||
|
|
|
|||
|
|
@ -1687,7 +1687,11 @@
|
|||
}
|
||||
},
|
||||
"states": {
|
||||
"describe_this_state_for_your_members": "Décrivez cet état pour vos membres."
|
||||
"describe_this_state_for_your_members": "Décrivez cet état pour vos membres.",
|
||||
"empty_state": {
|
||||
"title": "Aucun état disponible pour le groupe {groupKey}",
|
||||
"description": "Veuillez créer un nouvel état"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"label_title": "Titre de l'étiquette",
|
||||
|
|
|
|||
|
|
@ -1687,7 +1687,11 @@
|
|||
}
|
||||
},
|
||||
"states": {
|
||||
"describe_this_state_for_your_members": "このステータスについてメンバーに説明してください。"
|
||||
"describe_this_state_for_your_members": "このステータスについてメンバーに説明してください。",
|
||||
"empty_state": {
|
||||
"title": "{groupKey}グループのステータスがありません",
|
||||
"description": "新しいステータスを作成してください"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"label_title": "ラベルタイトル",
|
||||
|
|
|
|||
|
|
@ -1687,7 +1687,11 @@
|
|||
}
|
||||
},
|
||||
"states": {
|
||||
"describe_this_state_for_your_members": "为您的成员描述此状态。"
|
||||
"describe_this_state_for_your_members": "为您的成员描述此状态。",
|
||||
"empty_state": {
|
||||
"title": "{groupKey} 组中没有状态",
|
||||
"description": "请创建一个新状态"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"label_title": "标签标题",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue