Initial commit
This commit is contained in:
58
application/Espo/Resources/i18n/en_US/LayoutManager.json
Normal file
58
application/Espo/Resources/i18n/en_US/LayoutManager.json
Normal file
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"fields": {
|
||||
"width": "Width",
|
||||
"link": "Link",
|
||||
"notSortable": "Not Sortable",
|
||||
"align": "Align",
|
||||
"panelName": "Panel Name",
|
||||
"style": "Style",
|
||||
"sticked": "Stick to top",
|
||||
"isMuted": "Muted color",
|
||||
"isLarge": "Large font size",
|
||||
"hidden": "Hidden",
|
||||
"noLabel": "No Label",
|
||||
"dynamicLogicVisible": "Conditions making panel visible",
|
||||
"dynamicLogicStyled": "Conditions making style applied",
|
||||
"tabLabel": "Tab Label",
|
||||
"tabBreak": "Tab-Break",
|
||||
"noteText": "Note Text",
|
||||
"noteStyle": "Note Style"
|
||||
},
|
||||
"options": {
|
||||
"align": {
|
||||
"left": "Left",
|
||||
"right": "Right"
|
||||
},
|
||||
"style": {
|
||||
"default": "Default",
|
||||
"success": "Success",
|
||||
"danger": "Danger",
|
||||
"info": "Info",
|
||||
"warning": "Warning",
|
||||
"primary": "Primary"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"New panel": "New panel",
|
||||
"Layout": "Layout"
|
||||
},
|
||||
"messages": {
|
||||
"alreadyExists": "Layout `{name}` already exists.",
|
||||
"createInfo": "Custom list layouts can be used by relationship panels.",
|
||||
"cantBeEmpty": "Layout can't be empty.",
|
||||
"fieldsIncompatible": "Fields can't be on the layout together: {fields}."
|
||||
},
|
||||
"tooltips": {
|
||||
"noteText": "A text to be displayed in the panel. Markdown is supported.",
|
||||
"tabBreak": "A separate tab for the panel and all following panels until the next tab-break.",
|
||||
"noLabel": "Don't display a column label in the header.",
|
||||
"notSortable": "Disables the ability to sort by the column.",
|
||||
"width": "A column width. It's recommended to have one column without specified width, usually it should be the *Name* field.",
|
||||
"sticked": "The panel will be sticked to the panel above. No gap between panels.",
|
||||
"hiddenPanel": "Need to click 'show more' to see the panel.",
|
||||
"panelStyle": "A color of the panel.",
|
||||
"dynamicLogicVisible": "If set, the panel will be hidden unless the condition is met.",
|
||||
"dynamicLogicStyled": "A color will be applied if a specific condition is met . The color is defined by the *Style* parameter.",
|
||||
"link": "If checked, then a field value will be displayed as a link pointing to the detail view of the record. Usually it is used for *Name* fields."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user