Merge branch 'braid/widgets-advanced' into 'main'
feat: allow to create widgets See merge request famedly/fluffychat!785
This commit is contained in:
commit
fdb3dcb2de
8 changed files with 240 additions and 17 deletions
|
|
@ -2759,5 +2759,15 @@
|
|||
}
|
||||
},
|
||||
"nextAccount": "Next account",
|
||||
"previousAccount": "Previous account"
|
||||
"previousAccount": "Previous account",
|
||||
"editWidgets": "Edit widgets",
|
||||
"addWidget": "Add widget",
|
||||
"widgetVideo": "Video",
|
||||
"widgetEtherpad": "Text note",
|
||||
"widgetJitsi": "Jitsi Meet",
|
||||
"widgetCustom": "Custom",
|
||||
"widgetName": "Name",
|
||||
"widgetUrlError": "This is not a valid URL.",
|
||||
"widgetNameError": "Please provide a display name.",
|
||||
"errorAddingWidget": "Error adding the widget."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue