mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Add labels for columns type (#435)
This commit is contained in:
parent
5af2cd4ef7
commit
7a82aa1ac7
@ -150,7 +150,7 @@ export function select<T>(obs: Observable<T>, optionArray: MaybeObsArray<IOption
|
|||||||
return weasel.select(obs, optionArray, selectOptions, (op) =>
|
return weasel.select(obs, optionArray, selectOptions, (op) =>
|
||||||
cssOptionRow(
|
cssOptionRow(
|
||||||
op.icon ? cssOptionRowIcon(op.icon) : null,
|
op.icon ? cssOptionRowIcon(op.icon) : null,
|
||||||
cssOptionLabel(op.label),
|
cssOptionLabel(t(op.label)),
|
||||||
renderOptionArgs ? renderOptionArgs(op) : null,
|
renderOptionArgs ? renderOptionArgs(op) : null,
|
||||||
testId('select-row')
|
testId('select-row')
|
||||||
)
|
)
|
||||||
|
@ -751,7 +751,19 @@
|
|||||||
"menus": {
|
"menus": {
|
||||||
"* Workspaces are available on team plans. ": "* Workspaces are available on team plans. ",
|
"* Workspaces are available on team plans. ": "* Workspaces are available on team plans. ",
|
||||||
"Select fields": "Select fields",
|
"Select fields": "Select fields",
|
||||||
"Upgrade now": "Upgrade now"
|
"Upgrade now": "Upgrade now",
|
||||||
|
"Any": "Any",
|
||||||
|
"Numeric": "Numeric",
|
||||||
|
"Text": "Text",
|
||||||
|
"Integer": "Integer",
|
||||||
|
"Toggle": "Toggle",
|
||||||
|
"Date": "Date",
|
||||||
|
"DateTime": "DateTime",
|
||||||
|
"Choice": "Choice",
|
||||||
|
"Choice List": "Choice List",
|
||||||
|
"Reference": "Reference",
|
||||||
|
"Reference List": "Reference List",
|
||||||
|
"Attachment": "Attachment"
|
||||||
},
|
},
|
||||||
"modals": {
|
"modals": {
|
||||||
"Cancel": "Cancel",
|
"Cancel": "Cancel",
|
||||||
|
Loading…
Reference in New Issue
Block a user